Commit graph

18909 commits

Author SHA1 Message Date
Karn Kallio
dc07372692
kdenlive : patch CMakeLists.txt to find Concurrent module. 2017-06-10 10:14:57 +02:00
Winnie Quinn
6736ec318a vscode: 1.12.2 -> 1.13.0 2017-06-09 22:17:23 -04:00
Joachim F
1a0b1d94ed Merge pull request #26454 from DeltaEvo/teamspeak
Teamspeak (client: 3.0.19.4 -> 3.1.4, server: 3.0.13.5 -> 3.0.13.6)
2017-06-09 22:59:01 +01:00
Michael Weiss
b615c2e992 android-studio: 2.3.2.0 -> 2.3.3.0 2017-06-09 18:46:54 +02:00
Joachim F
66e82eaea8 Merge pull request #26488 from romildo/upd.jwm
jwm: 1582 -> 1594
2017-06-09 15:33:54 +01:00
Graham Christensen
7d8218a351 Merge pull request #26489 from michalpalka/xen-security
xen: patch for XSAs: 206, 211, 212, 213, 214 and 215
2017-06-09 09:31:42 -04:00
Michał Pałka
dd3dcceb23 xen: patch for XSAs: 206, 211, 212, 213, 214 and 215
XSA-206 Issue Description:

> xenstored supports transactions, such that if writes which would
> invalidate assumptions of a transaction occur, the entire transaction
> fails.  Typical response on a failed transaction is to simply retry
> the transaction until it succeeds.
>
> Unprivileged domains may issue writes to xenstore which conflict with
> transactions either of the toolstack or of backends such as the driver
> domain. Depending on the exact timing, repeated writes may cause
> transactions made by these entities to fail indefinitely.

More: https://xenbits.xen.org/xsa/advisory-206.html

XSA-211 Issue Description:

> When a graphics update command gets passed to the VGA emulator, there
> are 3 possible modes that can be used to update the display:
>
> * blank - Clears the display
> * text - Treats the display as showing text
> * graph - Treats the display as showing graphics
>
> After the display geometry gets changed (i.e., after the CIRRUS VGA
> emulation has resized the display), the VGA emulator will resize the
> console during the next update command. However, when a blank mode is
> also selected during an update, this resize doesn't happen. The resize
> will be properly handled during the next time a non-blank mode is
> selected during an update.
>
> However, other console components - such as the VNC emulation - will
> operate as though this resize had happened. When the display is
> resized to be larger than before, this can result in a heap overflow
> as console components will expect the display buffer to be larger than
> it is currently allocated.

More: https://xenbits.xen.org/xsa/advisory-211.html

XSA-212 Issue Description:

> The XSA-29 fix introduced an insufficient check on XENMEM_exchange
> input, allowing the caller to drive hypervisor memory accesses outside
> of the guest provided input/output arrays.

More: https://xenbits.xen.org/xsa/advisory-212.html

XSA-213 Issue Description:

> 64-bit PV guests typically use separate (root) page tables for their
> kernel and user modes.  Hypercalls are accessible to guest kernel
> context only, which certain hypercall handlers make assumptions on.
> The IRET hypercall (replacing the identically name CPU instruction)
> is used by guest kernels to transfer control from kernel mode to user
> mode.  If such an IRET hypercall is placed in the middle of a multicall
> batch, subsequent operations invoked by the same multicall batch may
> wrongly assume the guest to still be in kernel mode.  If one or more of
> these subsequent operations involve operations on page tables, they may
> be using the wrong root page table, confusing internal accounting.  As
> a result the guest may gain writable access to some of its page tables.

More: https://xenbits.xen.org/xsa/advisory-213.html

XSA-214 Issue Description:

> The GNTTABOP_transfer operation allows one guest to transfer a page to
> another guest.  The internal processing of this, however, does not
> include zapping the previous type of the page being transferred.  This
> makes it possible for a PV guest to transfer a page previously used as
> part of a segment descriptor table to another guest while retaining the
> "contains segment descriptors" property.
>
> If the destination guest is a PV one of different bitness, it may gain
> access to segment descriptors it is not normally allowed to have, like
> 64-bit code segments in a 32-bit PV guest.
>
> If the destination guest is a HVM one, that guest may freely alter the
> page contents and then hand the page back to the same or another PV
> guest.
>
> In either case, if the destination PV guest then inserts that page into
> one of its own descriptor tables, the page still having the designated
> type results in validation of its contents being skipped.

More: https://xenbits.xen.org/xsa/advisory-214.html

XSA-215 Issue Description:

> Under certain special conditions Xen reports an exception resulting
> from returning to guest mode not via ordinary exception entry points,
> but via a so call failsafe callback.  This callback, unlike exception
> handlers, takes 4 extra arguments on the stack (the saved data
> selectors DS, ES, FS, and GS).  Prior to placing exception or failsafe
> callback frames on the guest kernel stack, Xen checks the linear
> address range to not overlap with hypervisor space.  The range spanned
> by that check was mistakenly not covering these extra 4 slots.

More: https://xenbits.xen.org/xsa/advisory-215.html
2017-06-09 13:09:01 +00:00
romildo
44681c53d6 jwm: 1582 -> 1594 2017-06-09 09:30:20 -03:00
Vladimír Čunát
cc9a72a286
virtualboxGuestAdditions: don't install setuid/setgid 2017-06-09 13:09:21 +02:00
Frederik Rietdijk
184ab11fc9 Merge pull request #26484 from michalpalka/xen-python-fix
xen: fix pygrub by making sure it is wrapped
2017-06-09 12:45:03 +02:00
romildo
f2e075a241 mkvtoolnix: 11.0.0 -> 12.0.0 2017-06-09 12:44:17 +02:00
midchildan
54b23e605c
tilix: init at 1.6.1 2017-06-09 16:53:47 +09:00
Joachim F
7badb92629 Merge pull request #26404 from ambrop72/kdevelop-511
kdevelop: 5.0.4 -> 5.1.1
2017-06-09 08:44:01 +01:00
Michał Pałka
965668903a xen: fix pygrub by making sure it is wrapped
Recent commit #c10af9e744c91dff1ccc07a52a0b57d1e4d339f3 changed the
behaviour of wrapPythonPrograms, which caused pygrub to no longer
being wrapped. This commit fixes this.
2017-06-09 06:22:03 +00:00
Peter Hoeg
bcf9af560a ncmpc: 0.24 -> 0.27
Upstream has moved to github as well.
2017-06-09 12:55:20 +08:00
Peter Hoeg
292f121fb2 mpc: 0.27 -> 0.28
Upstream has also moved to github
2017-06-09 12:04:58 +08:00
André-Patrick Bubel
55f0f9e1a4
profanity: enable tray icon support
Profanity can show a tray icon, e.g. showing that messages were received.
This enables support for the feature.
2017-06-08 22:55:42 +02:00
Jörg Thalheim
ffdfa662fc Merge pull request #26476 from romildo/upd.jetbrains
jetbrains.clion: 2017.1.1 -> 2017.1.3, jetbrains.idea-community: 2017.1.3 -> 2017.1.4, jetbrains.idea-ultimate: 2017.1.3 -> 2017.1.4
2017-06-08 21:35:24 +01:00
Tuomas Tynkkynen
97d29ffbfd nano: 2.8.3 -> 2.8.4 2017-06-08 23:13:06 +03:00
romildo
277b562324 jetbrains.idea-community: 2017.1.3 -> 2017.1.4 2017-06-08 16:57:50 -03:00
romildo
bc1f59fb4f jetbrains.idea-ultimate: 2017.1.3 -> 2017.1.4 2017-06-08 16:45:14 -03:00
romildo
b57a14810b jetbrains.clion: 2017.1.1 -> 2017.1.3 2017-06-08 15:54:51 -03:00
Rok Garbas
a0afc4f0d1 firefox-*-bin: updates (#26462)
* firefox-beta-bin: 51.0b8 -> 54.0b13

* firefox-devedition-bin: init at 54.0b14

Firefox DevEdition became a new product of Mozilla and is "repackaged"
Firefox Beta with its own release channel and six weeks release cycle as
other channels. It is no longer being built on nightly basis

* updated the update.nix script to facilitata firefox-devedition-bin

* disabling automatic updates by pointing to non existing channel

* f firefoxWrapper looks for gtk3 attribute to wrap the executable gtk3 to wrap the binary with needed ``XDG_DATA_DIRS``
2017-06-08 15:33:24 +02:00
Jörg Thalheim
340b3148c6 Merge pull request #26425 from uskudnik/idea-ultimate-minor-2017.1.3
idea.idea-ultimate: 2017.1.2 -> 2017.1.3
2017-06-08 09:32:02 +01:00
Joachim Fasting
5b5f3f542a
tor-browser-bundle-bin: 6.5.2 -> 7.0
Now requires pulseaudio for audio playback.

https://blog.torproject.org/blog/tor-browser-70-released
2017-06-07 19:08:25 +02:00
Shea Levy
5365166a5d Merge branch 'zoom-us' of git://github.com/danbst/nixpkgs 2017-06-07 12:24:42 -04:00
Urban Škudnik
df8837ccfa jetbrains.idea-ultimate: 2017.1.2 -> 2017.1.3 2017-06-07 17:17:28 +02:00
danbst
7179b01199 zoom-us: little fixes after review by @k0001 2017-06-07 17:20:00 +03:00
Duarte David
0f3ca3f1f6 teamspeak_server: 3.0.13.5 -> 3.0.13.6 2017-06-07 15:30:08 +02:00
Duarte David
b509cd4a16 teamspeak_client: 3.0.19.4 -> 3.1.4 2017-06-07 15:29:22 +02:00
Jan Malakhovski
6696378911 ImageMagick: 6.9.8-6 -> 6.9.8-9 2017-06-07 15:27:03 +02:00
danbst
e9da05ee8b zoom-us: init at 2.0.91373.0502
Actually, reintroduce after removal (bb99babc5a)
and use bundled Qt.
2017-06-07 12:01:01 +03:00
Ryan Mulligan
110e03897f xterm: install desktop file and icon 2017-06-07 07:31:49 +02:00
Franz Pletz
48996dba46
gitlab: fix build, add nokogiri exception to Gemfile.lock 2017-06-07 06:55:39 +02:00
Franz Pletz
5788bd82c1
synergy: broken on darwin 2017-06-07 06:14:18 +02:00
Franz Pletz
dc1473efd3 Merge pull request #26432 from benley/synergy-1.8.8
synergy: 1.7.6 -> 1.8.8
2017-06-07 06:13:07 +02:00
Franz Pletz
e864345d37
irssi: 1.0.2 -> 1.0.3 (security)
See https://irssi.org/security/irssi_sa_2017_06.txt.
2017-06-07 05:59:28 +02:00
Benjamin Staffin
1800838364
synergy: 1.7.6 -> 1.8.8 2017-06-06 16:38:30 -04:00
Tim Steinbach
d7a5f07650 Merge pull request #26398 from NeQuissimus/git_2_13_1
git: 2.13.0 -> 2.13.1
2017-06-06 13:18:50 -04:00
Ambroz Bizjak
8f4619bb3d kdevelop: 5.0.4 -> 5.1.1
Including also a patch for bug https://bugs.kde.org/show_bug.cgi?id=379433
which is a quite annoying regression from 5.0.4. The patch is the same as
the change committed upstream.
2017-06-06 18:50:43 +02:00
José Luis Lafuente
0a280a3460
hyper: 1.3.1 -> 1.3.3 2017-06-06 14:47:35 +02:00
Jörg Thalheim
17e9420726 Merge pull request #26408 from jluttine/add-rssguard
rssguard: init at 3.4.0
2017-06-06 06:36:32 +01:00
Jörg Thalheim
85aa14fa37
rssguard: use fetchgit; wrapGAppsHook 2017-06-06 06:34:29 +01:00
Peter Hoeg
086c2efb19 syncthing: 0.14.28 -> 0.14.29 2017-06-06 10:30:52 +08:00
Franz Pletz
ddff44364f Merge pull request #26375 from midchildan/fix-virt-manager
virtmanager: Fix python import error
2017-06-06 04:17:04 +02:00
Jörg Thalheim
dffec16abd Merge pull request #26410 from kierdavis/hooks
Fix hooks not being called when overriding phases in various packages
2017-06-05 22:23:01 +01:00
Jörg Thalheim
3a40dbced2 Merge pull request #26337 from johnramsden/ipmiview
Ipmiview: 2.11.0 -> 2.12.0
2017-06-05 22:15:58 +01:00
Joachim F
d2ac9b192a Merge pull request #25435 from volth/far2l-desktop
far2l: add .desktop file
2017-06-05 19:17:26 +01:00
Jaakko Luttinen
fe53a6c17c
rssguard: init at 3.4.0 2017-06-05 21:14:29 +03:00
Kier Davis
b81124b4fb
Fix hooks not being called when overriding phases in various packages
It's necessary to do this in order to fix ckb's compilation, now that
fixupPhase rejects derivation results containing references to the temporary
build directory. It seems like good practice so I've added it to the
other packages that I maintain.
2017-06-05 19:13:19 +01:00
Joachim F
4dda105db6 Merge pull request #26370 from gnidorah/master5
rambox: 0.5.3 -> 0.5.9
2017-06-05 18:31:01 +01:00
Edward Tjörnhammar
677f194a10
kodiPlugins.steam-controller: init at 0.9.0 2017-06-05 17:19:12 +02:00
Edward Tjörnhammar
fe0b858113
kodiPlugins.joystick: init at 1.3.6 2017-06-05 17:17:57 +02:00
Edward Tjörnhammar
4f410bfc8d
kodiPlugins.advanced-emulator-launcher: init at 0.9.6 2017-06-05 17:17:57 +02:00
Edward Tjörnhammar
513e66e310
kodiPlugins: move build funs to common 2017-06-05 17:17:57 +02:00
midchildan
7060a692c5
virtmanager: Fix python import error 2017-06-05 23:42:25 +09:00
Tim Steinbach
385ba07615
git: 2.13.0 -> 2.13.1 2017-06-05 09:10:26 -04:00
Guillaume Maudoux
e6550cb5c1
calibre: fix RPATH problems
It took quite some discussions to find a good solution:
close #26201, close #26209.
(Authorship assigned to the author of the idea.)
2017-06-05 07:15:02 +02:00
Jaka Hudoklin
9d747eea72 Merge pull request #26376 from iSma/update/i3lock-color-2.9.1-c
i3lock-color: 2.7-2017-04-01 -> 2.9.1-c
2017-06-05 00:54:21 +02:00
Ismaïl Senhaji
9caa9220a7 i3lock-color: 2.7-2017-04-01 -> 2.9.1-c 2017-06-05 00:09:46 +02:00
Michael Weiss
96faeb1914 gollum: Add Git as runtime dependency
Now "nix-shell -p gollum --pure --run gollum" should work properly.
2017-06-04 22:07:47 +02:00
Vincent Laporte
0de9ed92e8 gnumeric: 1.12.32 -> 1.12.34 2017-06-04 15:36:41 +02:00
gnidorah
4def9b8f42 wpsoffice: cleanup and i686 version 2017-06-04 14:47:27 +03:00
gnidorah
b62dea5c32 rambox: 0.5.3 -> 0.5.9 2017-06-04 14:39:17 +03:00
Jörg Thalheim
c323869eb5 Merge pull request #26366 from winniequinn/slack-2.6.2
slack: 2.5.2 -> 2.6.2
2017-06-04 11:25:42 +01:00
Jörg Thalheim
5fcdd6c562
apvlv: use wrapGAppsHook 2017-06-04 11:00:48 +01:00
Jörg Thalheim
750220588e Merge pull request #26368 from vidbina/fix/apvlv/copy-req-glade-files
apvlv: copy main_menubar.glade to out dir
2017-06-04 10:49:49 +01:00
Jörg Thalheim
725f6a174a Merge pull request #26363 from winniequinn/gitkraken-2.6.0
gitkraken: 2.5.0 -> 2.6.0
2017-06-04 10:45:56 +01:00
Jörg Thalheim
ea11ee70ce Merge pull request #26217 from rvl/csound-deps
csound: add jack and other dependencies, update version
2017-06-04 10:44:05 +01:00
Jörg Thalheim
c2d1cf5f36
ipmiview: fix wrapper 2017-06-04 08:37:07 +01:00
Gabriel Ebner
ec418babad Merge pull request #26364 from winniequinn/vscode-1.12.2
vscode: 1.12.1 -> 1.12.2
2017-06-04 08:23:42 +02:00
David Asabina
5029b39b44 apvlv: copy main_menubar.glade to out dir
The application requires the main_menubar.glade alongside the
Startup.pdf. Just making sure all required assets are present 😉.

Currently `apvlv` fails with the `(apvlv:16999): Gtk-ERROR **: failed to add UI: Failed to open file '${store-path}-apvlv-0.1.5/share/doc/apvlv/main_menubar.glade': No such file or directory
zsh: trace trap  apvlv` error.
2017-06-04 06:50:53 +02:00
Winnie Quinn
7123cad742 slack: 2.5.2 -> 2.6.2 2017-06-03 18:52:52 -04:00
Nikolay Amiantov
0011f9065a Merge pull request #26152 from abbradar/wine-reorder
wine: reorganize packages
2017-06-04 00:58:42 +03:00
Nikolay Amiantov
e7530e6a5a wine: reorganize packages
Move most of wine configurations to winePackages which is not built on Hydra.
Leave two top-level packages:

wine: stable release with an "office" configuration;
wineStaging: staging release with a "full" configuration.
2017-06-04 00:57:45 +03:00
Michael Weiss
62653064a0 gollum: 4.0.1 -> 4.1.1 2017-06-03 22:52:37 +02:00
Jörg Thalheim
4a35514eb7 Merge pull request #26353 from mimadrid/update/skypeforlinux-5.3.0.1
skypeforlinux: 5.2.0.1 -> 5.3.0.1
2017-06-03 19:25:44 +01:00
mimadrid
2bbced71eb
skypeforlinux: 5.2.0.1 -> 5.3.0.1 2017-06-03 19:52:20 +02:00
Bastian Köcher
fcf6989c92 inspectrum: unstable-2017-02-18 -> unstable-2017-05-31 (#26284)
* Upgrades Inspectrum to new version to work with QT5.8

* inspectrum: also increment version number
2017-06-03 12:30:40 +01:00
Graham Christensen
b520c30d9e Merge pull request #25767 from armijnhemel/gimp
gimp: 2.8.20 -> 2.8.22
2017-06-02 22:29:46 -04:00
Alexandre Peyroux
3badf79b48
insync: Check if arch is x86_64 before downloading the binary. 2017-06-02 21:53:12 -04:00
Eric Sagnes
edaf76a99d
albert: 0.11.1 -> 0.11.3 2017-06-02 21:20:29 -04:00
John Ramsden
4c28cac0d3
Add buildversion and version 2017-06-02 17:03:52 -07:00
John Ramsden
6c2c8ba7ab
Update ipmiview to current version 2.12.0 - 160804 2017-06-02 17:00:08 -07:00
Jörg Thalheim
cb2f0d3aab Merge pull request #26317 from Mounium/pymol
pymol: added Pmw + python version bump
2017-06-02 21:58:27 +01:00
Jörg Thalheim
c972f01e2d
pymol: set PYTHONPATH in a future way 2017-06-02 21:55:16 +01:00
Jörg Thalheim
b6e384732e
resilio-sync: cosmetic changes 2017-06-02 21:25:04 +01:00
Kjartan Ovmilk
2bd5c13af5
resilio-sync: init at 2.5.2 2017-06-02 21:24:42 +01:00
Katona László
2a1c535b7e pymol: added Pmw + python version bump 2017-06-02 19:58:00 +02:00
Peter Hoeg
7eadf66244 neomutt: 20170428 -> 20170602 2017-06-02 21:41:27 +08:00
Peter Hoeg
27aac7afcf qtox: 1.10.1 -> 1.10.2 2017-06-02 20:54:50 +08:00
Daniel Brockman
40e94d5607 seth: 0.5.0 -> 0.5.1 2017-06-01 21:23:03 +02:00
Peter Simons
bd8ae7359b taskwarrior: install bash completion for fish
And also modernize the location of the bash completion file.
2017-06-01 18:44:06 +02:00
Joachim Fasting
9cee10973d
electrum: 2.8.2 -> 2.8.3 2017-06-01 16:18:10 +02:00
Thomas Tuegel
fa1952908e
dropbox: 26.4.24 -> 27.4.22 2017-06-01 08:43:52 -05:00
Frederik Rietdijk
0a7bafca0c Merge pull request #26293 from Profpatsch/inkscape-extensions-python
inkscape: patch python interpreter for extension code
2017-06-01 09:25:17 +02:00
Vincent Laporte
3a4d03dc7f smtube: 17.1.0 -> 17.5.0 2017-06-01 08:42:21 +02:00
Vincent Laporte
790dedfee9 smplayer: 17.4.2 -> 17.6.0 2017-06-01 08:42:07 +02:00
Profpatsch
bd4c6b456e inkscape: patch python interpreter for extension code 2017-06-01 06:55:38 +02:00
Jörg Thalheim
d842a382c3
dino: unstable-2017-05-11 -> unstable-2017-05-31 2017-05-31 23:30:43 +01:00
Pascal Wittmann
31b3832ec2 Merge pull request #26278 from apeyroux/up-insync
insync: 1.3.13.36129 -> 1.3.16.36155
2017-05-31 23:02:37 +02:00
Alexandre Peyroux
a5f12abfd3
insync: 1.3.13.36129 -> 1.3.16.36155 2017-05-31 19:30:23 +02:00
Matthias Beyer
9357927a4d mutt: 1.8.2 -> 1.8.3
From the Release-Mail:

    This is a bug-fix release.  Of note to Gmail users is a potential
    crash fix when copy/moving messages to its Trash folder.
2017-05-31 10:05:21 +02:00
Joachim F
cfe6bd47ed Merge pull request #26257 from mdorman/emacs-updates
Automated emacs package updates
2017-05-31 05:19:34 +01:00
Peter Hoeg
102a85a486 Merge pull request #26260 from diegs/terraform
terraform: 0.9.4 -> 0.9.6.
2017-05-31 11:14:27 +08:00
Stefhen Hovland
6a29327175 pachyderm: 1.3.0 -> 1.4.6 (#26248) 2017-05-31 01:28:23 +02:00
Diego Pontoriero
6a27b46dee
terraform: 0.9.4 -> 0.9.6. 2017-05-30 13:54:45 -07:00
Michael Alan Dorman
fdb3617888 melpa-packages: 2017-05-30 2017-05-30 15:56:33 -04:00
Michael Alan Dorman
60cc275ace melpa-stable-packages: 2017-05-30 2017-05-30 15:56:33 -04:00
Michael Alan Dorman
786388b85b elpa-packages: 2017-05-30 2017-05-30 15:56:33 -04:00
Angelo Bulfone
4642e8d1cf i3blocks: add optional dependencies for scripts 2017-05-30 11:31:06 -07:00
Gabriel Ebner
46bcd05185 Merge pull request #26241 from womfoo/bump/gpxsee-3.8
gpxsee: 4.3 -> 4.8
2017-05-30 17:01:36 +02:00
Kranium Gikos Mendoza
9f3c2bc839 gpxsee: 4.3 -> 4.8 2017-05-31 00:30:40 +10:00
Arseniy Seroka
e919b2f78f Merge pull request #26232 from volhovM/update/scudcloud-1.58
scudcloud: 1.54 -> 1.58
2017-05-30 13:22:39 +03:00
Mikhail Volkhov
4730b8ba05
scudcloud: 1.54 -> 1.58 2017-05-30 13:05:01 +03:00
Vincent Laporte
4f6422b76c unison: more general platform 2017-05-30 06:55:46 +00:00
Maximilian Bosch
47e8665595
geogebra: 5-0-355-0 -> 5-0-361-0 2017-05-30 06:35:33 +02:00
Joachim F
789bde2408 Merge pull request #25940 from bendlas/update-chromium
chromium: 57.0.2987.133 -> 58.0.3029.110 + build fixes
2017-05-29 22:19:57 +01:00
Rodney Lorrimar
9007ebd627 csound: 6.08.1 -> 6.09.0 2017-05-29 21:48:04 +01:00
Rodney Lorrimar
a9f66fa4cf csound: add optional libraries
Adds extra bells and whistles:

 - jack
 - ladspa
 - fluidsynth
 - fltk (for the virtual keyboard)
 - curl
 - gettext

The most important one is jack but I added other dependencies which
seemed sensible and were mentioned by the configure script.
2017-05-29 21:48:04 +01:00
Robin Gloster
13f2f8673b
OVMF: fix build
$fd for the output was overwritten during the build
2017-05-29 12:21:17 +02:00
Pascal Wittmann
05a82a9fd0 homebank: 5.1.4 -> 5.1.5 2017-05-29 09:52:59 +02:00
Pascal Wittmann
46de05a3dd dmenu: 4.6 -> 4.7 2017-05-29 09:23:15 +02:00
Will Dietz
78b62836f5 lynx: Fix SSL, widec support (#26134)
* lynx: Fix SSL support by letting it use pkgconfig

lynx wants both the "include" and "lib/lib*.so" paths
to be children of the path given to "--with-ssl",
which is not provided by any of the current openssl outputs.

To fix lynx so it supports SSL (and https URLs),
let it use pkgconfig to figure out where openssl's bits are.

* lynx: Always enable widec support.
2017-05-29 15:14:02 +08:00
Joachim Fasting
2262f89230
tor-browser-bundle-bin: additional download urls
To better support users that are unable to access the official Tor
distribution site, e.g., https://github.com/NixOS/nixpkgs/issues/26184
2017-05-28 20:26:31 +02:00
montag451
cce8dbf8d3 git-annex-remote-rclone: 0.4 -> 0.5 2017-05-28 18:16:00 +02:00
Winnie Quinn
63b3212471 gitkraken: 2.5.0 -> 2.6.0 2017-05-27 13:04:08 -04:00
Winnie Quinn
d55c21d89d vscode: 1.12.1 -> 1.12.2 2017-05-27 13:00:26 -04:00
Dan Peebles
594829ddfc msieve: update and enable on Darwin 2017-05-26 18:18:39 -04:00
Dan Peebles
1df505fc36 ecm: enable on Darwin 2017-05-26 18:14:31 -04:00
Michael Raskin
b4a3216279 Merge pull request #26129 from romildo/upd.mupdf
mupdf: 1.10a -> 1.11
2017-05-26 19:31:35 +02:00
romildo
b5deb68364 mupdf: 1.10a -> 1.11 2017-05-26 12:24:37 -03:00
Michael Weiss
175ecbab91 gitRepo: Improve the packaging
Improvements:
- Use a versioned URL
  - The build won't break anymore (due to a wrong hash) after a new
    version is being released
  - It will be possible to build older versions
- Add (hopefully all) runtime dependencies (Git, GnuPG and less (for
  "repo help"))
- Add the upstream license
- Add a long description
- Use the name of the Git tag for the version
  - The version number from the script (currently 1.23) is only
    incremented after "important" changes (i.e. there are slightly
    different different scripts with "VERSION = (1, 23)")
2017-05-26 16:04:15 +02:00
Vladimír Čunát
00672dec8a
Merge older staging
This still causes some uncached rebuilds, but master(!) and staging
move too fast forward rebuild-wise, so Hydra might never catch up.
(There are also other occasional problems.)
Therefore I merge at this point where the rebuild isn't that bad.
2017-05-26 15:45:43 +02:00
Tim Steinbach
4f42804288 Merge pull request #26106 from NeQuissimus/rkt_1_26_0
rkt: 1.25.0 -> 1.26.0
2017-05-26 08:18:07 -04:00
Joachim F
7596d21f69 Merge pull request #26102 from mdorman/emacs-updates
Automated emacs package updates
2017-05-26 12:15:35 +01:00
Bastian Köcher
ff4ca50d56 Removes .desktop file from targets
Exposing the .desktop file via the targets is the wrong way, because
the kdeWrapper wraps all the files in the targets.
2017-05-26 10:54:28 +02:00
Frederik Rietdijk
cb7efeabc1 Merge pull request #26063 from bkchr/update_yakuake_fix_dot_desktop
Updates Yakuake to version 3.0.3 and exposes the .desktop
2017-05-26 08:46:16 +02:00
armijnhemel
d75c61ec8d vlc: 2.2.5.1 -> 2.2.6 (#26084) 2017-05-26 08:47:01 +08:00
Franz Pletz
4820c72cf7 Merge pull request #26107 from NeQuissimus/atom_1_17_2
atom: 1.17.0 -> 1.17.2
2017-05-26 01:28:02 +02:00
Tim Steinbach
9d8942c578
atom: 1.17.0 -> 1.17.2 2017-05-25 18:20:12 -04:00
Tim Steinbach
9237459d60
rkt: 1.25.0 -> 1.26.0 2017-05-25 18:13:54 -04:00
Michael Alan Dorman
33916338f3 melpa-packages: 2017-05-25
Removed:
 - metafmt: repository no longer on github
 - nikola: repository no longer accessible (SSL issues)
 - org-mac-iCal: repository no longer accessible
 - org-mac-link: repository no longer accessible
2017-05-25 17:25:29 -04:00
Michael Alan Dorman
688cfcb1ba melpa-stable-packages - 2017-05-25
Removals:
 - metafmt: repository no longer on github
 - org-mac-iCal: repository no longer accessible
2017-05-25 17:25:28 -04:00
Michael Alan Dorman
46689baa83 org-packages: 2017-05-25 2017-05-25 17:25:28 -04:00
Michael Alan Dorman
a310e6c27b elpa-packages: 2017-05-25 2017-05-25 17:25:28 -04:00
Valentin Robert
200d5c0c99 proofgeneral: revert needed deleted file 2017-05-25 12:51:04 -07:00
Joachim F
77772d5258 Merge pull request #26065 from mbrock/ethabi
ethabi: add cli feature
2017-05-25 18:39:42 +01:00
Edward Tjörnhammar
7afa8d6833 Merge pull request #26088 from drdaeman/pycharm-2017.1.3
pycharm: 2017.1.2 -> 2017.1.3
2017-05-25 15:41:10 +02:00
Edward Tjörnhammar
5b01ba947a
kodiPlugins.svtplay: 4.0.42 -> 4.0.48 2017-05-25 15:33:08 +02:00
Edward Tjörnhammar
1f98e47ec1
kodiPlugins.exodus: 3.0.5 -> 3.1.13 2017-05-25 13:58:47 +02:00
Edward Tjörnhammar
0c6153059d
kodi: 17.2 -> 17.3 2017-05-25 13:58:46 +02:00
Aleksey Zhukov
b6f2c44b8e
pycharm-professional: 2017.1.2 -> 2017.1.3 2017-05-25 14:46:28 +03:00
Aleksey Zhukov
d1844f480b
pycharm-community: 2017.1.2 -> 2017.1.3 2017-05-25 14:46:11 +03:00
montag451
2e4e65c7ff simple-scan: fix #26054 (#26085) 2017-05-25 18:28:31 +08:00
Yann Hodique
23a6b4c628 kops: fix hash 2017-05-25 03:04:33 +02:00
Franz Pletz
e1b3f854b6
imagemagick: 6.9.8-4 -> 6.9.8-6 2017-05-25 01:54:38 +02:00
Franz Pletz
2d04e5653a
imagemagick7: 7.0.4-6 -> 7.0.5-7 2017-05-25 01:54:06 +02:00
Jaka Hudoklin
c0610085b9 Merge pull request #25714 from k0ral/imagemagick
imagemagick: 6.9.7-6 -> 6.9.8-4
2017-05-25 01:34:56 +02:00
Franz Pletz
dd22335c3b Merge pull request #25680 from gnidorah/master2
openmpt123: don't build pulseaudio driver, libao: build both pulse and alsa drivers
2017-05-24 22:20:00 +02:00
Mikael Brockman
4b4226ab4a ethabi: add cli feature
This flag makes the CLI binary do anything at all, and without it
the package is completely useless.
2017-05-24 17:52:07 +03:00
Mateusz Naściszewski
00572d595c
ipfs: 0.4.6 -> 0.4.9 2017-05-24 16:31:17 +02:00
Bastian Köcher
028f259ce2 Updates Yakuake to version 3.0.3 and exposes the .desktop 2017-05-24 16:30:34 +02:00
Jaka Hudoklin
812e8ed1b5 Merge pull request #26006 from benley/helm-completion
kubernetes-helm: Enable bash and zsh completion
2017-05-24 15:45:51 +02:00
Vladimír Čunát
78ea189a6b
Merge branch 'master' into staging
... to fix *some* of the evaluation problems.
2017-05-24 13:56:28 +02:00
Peter Hoeg
8fd2f022f0 kodi: 17.1 -> 17.2 2017-05-24 16:03:25 +08:00
Peter Hoeg
4e2b190d52 vlc: 2.2.4 -> 2.2.5.1
Fixes a nasty vulnerability caused by broken subtitle handling:

http://blog.checkpoint.com/2017/05/23/hacked-in-translation/
2017-05-24 13:08:40 +08:00
Daniel Peebles
454041a557 Merge pull request #26040 from joachifm/lkl
lkl: d747073 -> 2017-03-24
2017-05-23 23:17:52 -04:00
Vladimír Čunát
8004e79415
Merge branch 'master' into staging 2017-05-24 03:24:06 +02:00
Thomas Tuegel
b7290d3af5
spotify: 1.0.53.758 -> 1.0.55.487 2017-05-23 18:41:47 -05:00
Jaka Hudoklin
118cbadb31 Merge pull request #26005 from benley/kops-1.6.0
kops: 1.4.0 -> 1.6.0
2017-05-24 01:17:05 +02:00
Joachim Fasting
49ecd62c08
lkl: split outputs
Breaking out lib allows users to link against lkl without pulling the
kitchen sink into their closure.
2017-05-24 01:07:26 +02:00
Joachim Fasting
e0b623a56d
lkl: break description into longDescription and a briefer descr 2017-05-24 01:07:24 +02:00
Joachim Fasting
8c8f40a128
lkl: d747073 -> 2017-03-24
- Moves to a more recent kernel (4.10, I think ...)
- API break re the previous version
- cptofs: fix root directory copy
- add support for disks with custom ops
- add LKL_HIJACK_NET_QDISC to configure qdisc policy
- add LKL_HIJACK_SYSCTL to configure sysctl values
2017-05-24 01:07:23 +02:00
Joachim Fasting
e983d4306e
lkl: bc & python are native build inputs 2017-05-24 01:07:22 +02:00
Joachim Fasting
e845495edb
lkl: add meta.homepage 2017-05-24 01:07:14 +02:00
sternenseemann
f9af11e462 jackline: 2016-11-17 -> 2017-03-30 2017-05-23 23:13:40 +02:00
Benjamin Staffin
3cf55f070d
kops: enable bash and zsh completion 2017-05-23 16:14:15 -04:00
Robin Gloster
ece9d8867b
wireshark: 2.2.5 -> 2.2.6 2017-05-23 13:26:50 +02:00
Peter Hoeg
5b45342832 virtmanager-qt: 0.43.70 -> 0.43.70.2 2017-05-23 17:54:20 +08:00
Jörg Thalheim
cadcbb468f Merge pull request #25994 from sigma/pr/hugo-0.21
hugo: 0.20.6 -> 0.21
2017-05-23 09:11:13 +01:00
Alexandre Peyroux
3dc0792ec6 c14: 2016-09-09 -> 2017-20-05 (#25948)
* c14: c14-cli-2016-09-09 -> c14-cli-2017-20-05

* c14: update with go2nix

* c14: switch back to fetchFromGitHub
2017-05-23 08:45:18 +01:00
Samuel Leathers
fdbcee03fe minisat: fix maintainer 2017-05-22 23:55:05 -04:00
Robin Gloster
dff06b9ddc
aj-snapshot: 0.9.6 -> 0.9.7 2017-05-23 03:00:28 +02:00
Robin Gloster
3e60c2e2f6
aeolus: 0.9.0 -> 0.9.5 2017-05-23 02:36:59 +02:00
Benjamin Staffin
70f8f7ec0a
kubernetes-helm: Enable bash and zsh completion 2017-05-22 19:14:37 -04:00
Benjamin Staffin
964027aaa1
kops: 1.4.0 -> 1.6.0 2017-05-22 19:06:37 -04:00
Carles Pagès
f60767d55e Merge pull request #25366 from titanous/kodi-hdhomerun
kodi: add pvr-hdhomerun plugin
2017-05-22 23:32:07 +02:00
Jörg Thalheim
2549be898d
stp: 2014.01.07 -> 2.2.0 2017-05-22 22:25:45 +01:00
Jörg Thalheim
893c7b6112
cryptominisat: init at 5.0.1 2017-05-22 22:25:14 +01:00
Jörg Thalheim
7786922240
minisatUnstable: init at 2013-09-25 2017-05-22 22:24:58 +01:00
Yann Hodique
05f5a91ac8 hugo: 0.20.6 -> 0.21 2017-05-22 08:18:09 -07:00
Cray Elliott
777d5ee732 obs-studio: 18.0.2 -> 19.0.2 2017-05-22 02:45:18 -07:00
Frederik Rietdijk
997b6ae752 Merge pull request #25803 from vdemeester/astroid-0-9-1
astroid: 0.8 -> 0.9.1
2017-05-22 11:14:42 +02:00
Frederik Rietdijk
99cfab07b9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-05-22 09:21:40 +02:00
Shea Levy
b1b61d0988 coq: nix-buffer: Inherit variables to PG shell 2017-05-22 00:45:54 -04:00
Joachim F
3ba63d0b05 Merge pull request #25905 from Ptival/proofgeneral-head
proofgeneral_HEAD: fix
2017-05-21 22:45:47 +01:00
Joachim F
c1894bef7a Merge pull request #25458 from seppeljordan/csound-enable-osc
csound: add liblo to buildinputs to enable osc capabilities
2017-05-21 18:24:53 +01:00
Joachim F
062e32d5c1 Merge pull request #25673 from drdaeman/pycharm-2017.1.2-master
Pycharm 2017 -> 2017.1.2
2017-05-21 17:54:30 +01:00
Joachim Fasting
16b6ee3608
nano: use https for meta.homepage
The http variant is a permanent redirect to https
2017-05-21 18:08:13 +02:00
Joachim F
57b77e9617 Merge pull request #25667 from DmitryTsygankov/DmitryTsygankov/bitcoin-classic
bitcoin-classic: 1.2.3 -> 1.2.5
2017-05-21 16:19:50 +01:00
Jörg Thalheim
9e8c45ff0a Merge pull request #25969 from romildo/upd.tint2
tint2: 0.14.4 -> 0.14.5
2017-05-21 15:45:38 +01:00
Michael Weiss
0d0ab51a06 android-studio: 2.3.1.0 -> 2.3.2.0 2017-05-21 16:36:19 +02:00
romildo
4018d3d6eb tint2: 0.14.4 -> 0.14.5 2017-05-21 10:51:19 -03:00
Joachim F
07ceaa2ec8 Merge pull request #25896 from joachifm/ovmf
ovmf: split firmware image files
2017-05-21 14:48:29 +01:00
midchildan
2c393164c8
mikutter: init at 3.5.7
fixes #25852
2017-05-21 12:13:34 +01:00
Adrian Parvin D. Ouano
7d97051f72
st: extraLibs argument
fixes #25956
2017-05-21 07:52:00 +01:00
Jörg Thalheim
da7e4ce1ad Merge pull request #25801 from htr/add-terraform-inventory
terraform-inventory: init at 0.7-pre
2017-05-20 19:35:07 +01:00
Jörg Thalheim
d980f90150 Merge pull request #25941 from Kendos-Kenlen/webstorm-2017.1.3
idea.webstorm: 2017.1 -> 2017.1.3
2017-05-20 18:30:35 +01:00
Jörg Thalheim
08eafdb909
madonctl: add missing deps.nix 2017-05-20 18:26:58 +01:00
Jörg Thalheim
6e67547c94 Merge pull request #25086 from matthiasbeyer/add-madonctl
madonctl: init at 0.1.0
2017-05-20 18:07:25 +01:00
Jörg Thalheim
ce301fd4ab
madonctl: 0.1.0 -> 1.1.0 2017-05-20 18:06:34 +01:00
Jörg Thalheim
d1504bbe75 Merge pull request #25374 from jflanglois/android-studio-2.3
android-studio: 2.2.3.0 -> 2.3.1.0
2017-05-20 18:02:03 +01:00
Jörg Thalheim
ea706bd98b Merge pull request #25231 from veprbl/root_6.09.02
root: 6.08.02 -> 6.09.02
2017-05-20 17:37:43 +01:00
leenaars
92964a2ea8 srcml: init at 0.9.5 (#25395) 2017-05-20 17:23:55 +01:00
Joachim Fasting
874b81b31f
treewide: s,enableParallelBuild(s),enableParallelBuilding,g 2017-05-20 17:16:17 +02:00
Gauthier POGAM--LE MONTAGNER
282fba7f0c idea.webstorm: 2017.1 -> 2017.1.3 2017-05-20 16:53:20 +02:00
Hugo Tavares Reis
21898ff460 terraform-inventory: added htr as maintainer 2017-05-20 16:17:24 +02:00
Hugo Tavares Reis
e3de736b9b terraform-inventory: init at 0.7-pre 2017-05-20 16:17:24 +02:00
Herwig Hochleitner
1fe7bd9ed6 chromium: softlink system nodejs into third_party
somehow, the build seems to have changed with chromium 58, to not auto
download the node binary. It is needed to generate webui files and we
can substitute our own.
2017-05-20 16:03:05 +02:00
Herwig Hochleitner
bafcf4226e chromium: add bootstrap gn patch 2017-05-20 16:03:01 +02:00
Herwig Hochleitner
232507a73c chromium: 58.0.3029.96 -> 58.0.3029.110 2017-05-20 16:02:58 +02:00
Herwig Hochleitner
ab65bf9dbd chromium: 57.0.2987.133 -> 58.0.3029.96 2017-05-20 16:02:54 +02:00
Shea Levy
877f95f12b nix-buffer: 3.0.0 -> 3.0.1 2017-05-20 09:02:36 -04:00
marcnnn
e46ca1b95f cvc4: 1.5pre-smtcomp2016 -> unstable-2017-05-18 (#25808)
* cvc4: 1.5pre-smtcomp2016 -> 1.5pre-20170514

* cvc4: use stable url

upstream delete their tarballs
2017-05-20 14:00:39 +01:00
Shea Levy
b21540c4a6 coq: Add emacs buffer setup 2017-05-20 08:34:33 -04:00
Valérian Galliat
330048e40c timelapse-deflicker: init at 142acd1 (#25904)
* timelapse-deflicker: init at 142acd1

* timelapse-deflicker: nitpicks

* Add myself as a maintainer
2017-05-20 12:33:28 +01:00
Joachim Fasting
252dcd62f3
OVMF: separate output for ovmf binaries
OVMF{,CODE,VARS}.fd are now available in a dedicated fd output, greatly
reducing the closure in the common case where only those files are used (a
few MBs versus several hundred MBs for the full OVMF).

Note: it's unclear why `dontPatchELF` is now necessary for the build to
pass (on my end, at any rate) but it doesn't make much sense to run this
fixup anyway,

Note: my reading of xen's INSTALL suggests that --with-system-ovmf should
point directly to the OVMF binary.  As such, the previous invocation was
incorrect (it pointed to the root of the OVMF tree).  In any case, I have
only built xen with `--with-system-ovmf`, I have not tested it.

Fixes https://github.com/NixOS/nixpkgs/issues/25854
Closes https://github.com/NixOS/nixpkgs/pull/25855
2017-05-20 12:33:48 +02:00
Unai Zalakain
c3cbbd09a0 metar: init at 20161013.1 2017-05-20 11:58:03 +02:00
Jörg Thalheim
98fe402d93 Merge pull request #25933 from spamntaters/opera-update
Opera: 44.0.2510.857 -> 45.0.2552.812
2017-05-20 08:55:07 +01:00
Jens Binkert
72589c9d30 Typora: init at 0.9.29 (#25899)
* Typora: init at 0.9.29

* typora: adapt description
2017-05-20 08:52:11 +01:00
spamntaters
2f455390a5 Opera: 44.0.2510.857 -> 45.0.2552.812 2017-05-19 19:48:28 -04:00
Jörg Thalheim
06767b81e0 Merge pull request #25924 from vdemeester/update-gogland
idea.gogland: 171.3780.106 -> 171.4424.55
2017-05-19 20:35:59 +01:00
Vladimír Čunát
9195672200
Merge #25918: firefox*: bugfix updates 2017-05-19 20:57:43 +02:00
Vincent Demeester
f28f96b235
idea.gogland: 171.3780.106 -> 171.4424.55
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2017-05-19 17:19:54 +02:00
Jörg Thalheim
9f433595be Merge pull request #25886 from jdanekrh/jd_idea2017.1.3
idea-community: 2017.1.1 -> 2017.1.3
2017-05-19 16:00:58 +01:00
taku0
1b3f3f0f1f firefox-esr: 52.1.1esr -> 52.1.2esr 2017-05-19 21:22:05 +09:00
taku0
0460c77eb2 firefox: 53.0.2 -> 53.0.3 2017-05-19 21:20:36 +09:00
taku0
b646ead557 firefox-bin: 53.0.2 -> 53.0.3 2017-05-19 21:12:33 +09:00
Vladimír Čunát
5aa530f2a8
Merge branch 'master' into staging
A few thousand rebuilds from master.
2017-05-19 08:57:59 +02:00
Cray Elliott
577327bc9f obs-studio: bump revision to fix Settings crash 2017-05-18 21:44:59 -07:00
Valentin Robert
eaef55f699 proofgeneral_HEAD: fix for files removed upstream 2017-05-18 16:43:38 -07:00
Jascha Geerds
e8b4a6b628 Merge pull request #25893 from lsix/update_nano
nano: 2.8.2 -> 2.8.3
2017-05-18 23:48:09 +02:00
Thomas Tuegel
d7e9248deb
kdeApplications: 17.04.0 -> 17.04.1 2017-05-18 16:23:03 -05:00
Lancelot SIX
e08cb81b31
nano: 2.8.2 -> 2.8.3
See http://lists.gnu.org/archive/html/info-gnu/2017-05/msg00007.html
for release announcement
2017-05-18 15:53:37 +02:00
Jiri Danek
ccef4810ca idea-community: 2017.1.1 -> 2017.1.3 2017-05-18 13:11:31 +02:00
Vladimír Čunát
e9aeb55f3b
Merge branch 'master' into staging 2017-05-18 11:24:18 +02:00
Jörg Thalheim
c953f8e557 Merge pull request #25865 from orivej/rdesktop-ipv6
rdesktop: enable IPv6 support
2017-05-17 22:31:16 +01:00
Jörg Thalheim
618f9aa52c
docker-proxy: remove go references
related to #25861
2017-05-17 22:14:34 +01:00
Thomas Tuegel
2099f0afcc
dropbox: 25.4.28 -> 26.4.24 2017-05-17 15:33:27 -05:00