Commit Graph

107062 Commits

Author SHA1 Message Date
Frederik Rietdijk
c6fbf4a15a
Merge pull request #32531 from rnhmjoj/dnspython
pythonPackages: rename dns -> dnspython
2017-12-10 10:09:05 +01:00
Orivej Desh
b6bf8db29f Revert "gmime: 3.0.1 -> 3.0.5"
It breaks notmuch 0.25.2 tests, and updating notmuch to 0.25.3 does not fix them.
2017-12-10 09:07:04 +00:00
Orivej Desh
fc930e055a rawtherapee: delete unused files 2017-12-10 08:44:04 +00:00
Jörg Thalheim
8bdbb21f9c
Merge pull request #31182 from yegortimoshenko/chroot-user/c-rewrite
chroot-user: rewrite in C, drop CHROOTENV_EXTRA_BINDS
2017-12-10 08:20:59 +00:00
Gabriel Ebner
3dc1274232 firefox: enable webrender 2017-12-10 07:38:16 +01:00
rnhmjoj
b56d92a53b
pythonPackages: rename dns -> dnspython 2017-12-10 03:22:52 +01:00
Austin Seipp
5ae883b8c3 nixpkgs: remove sqlite/kyotocabinet deps for leveldb
These are only needed for some benchmarking utilities but they aren't
going to be generally useful to most people, I imagine.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2017-12-09 19:40:23 -06:00
Jörg Thalheim
05d2a9efb5
Merge pull request #32528 from dtzWill/fix/issue-32264
tetex: patch off-by-one to fix segfault
2017-12-10 01:27:21 +00:00
John Ericson
965cc5da57 top-level: Fix splicing in the presence of evaluation errors
- No more `or {}`, this was misleading at best since those values
   wouldn't be used unless the attr they are defined from was present
   anyways.

 - `tryEval` for get outputs. This ensures that if some derivations fail, they
   won't take out the others. This benefited from the `or {}` before, but that
   was never good enough. `tryEval` is strictly better.
2017-12-09 20:02:45 -05:00
Joachim Fasting
eae2aa7eae
tor-browser-bundle-bin: 7.0.10 -> 7.0.11 2017-12-10 00:32:59 +01:00
Orivej Desh
b687ffa0d2 gurobipy: fix eval 2017-12-09 22:41:18 +00:00
Orivej Desh
8e2f912b65
Merge pull request #32526 from andir/rawtherapee-git-removal
rawtherapee-git: remove `-git` version
2017-12-09 22:19:45 +00:00
Will Dietz
5c81453477 tetex: patch off-by-one to fix segfault
Fixes #32264.

Patch based on one from Fedora texlive-2007-66 source rpm.

References:
https://bugzilla.redhat.com/show_bug.cgi?id=754517
http://tug.org/pipermail/tex-k/2011-July/002317.html
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=633011
https://www.mail-archive.com/tetex@dbs.uni-hannover.de/msg00968.html

Redhat discussion suggests this happens when using -Wl,-z,relro
(or other linker flags) that change the default memory layout.
2017-12-09 16:05:49 -06:00
Andreas Rammhold
241f3bb673
rawtherapee-git: remove -git version
As discussed in #32337 the `-git` version is outdated since a while and
doesn't compile with modern compilers anymore.

closes #32337
2017-12-09 22:04:33 +01:00
Orivej Desh
80b6ef9f19
Merge pull request #32524 from mbode/kops_1_8_0
kops: 1.7.1 -> 1.8.0
2017-12-09 20:59:50 +00:00
Orivej Desh
d61b1cee5c
Merge pull request #32522 from bhipple/python-cryptop-0.2
cryptop: 0.1 -> 0.2
2017-12-09 20:59:15 +00:00
Orivej Desh
50d3dfc82d
Merge pull request #32523 from mbode/gradle_4_4
gradle: 4.3.1 -> 4.4
2017-12-09 20:56:04 +00:00
Orivej Desh
d1e3e83d67 cryptop: alias to altcoins.cryptop 2017-12-09 20:53:04 +00:00
Orivej Desh
06a1e2ab98
Merge pull request #32518 from KaiHa/gmailieer-0.5
gmailieer: 0.4 -> 0.5
2017-12-09 20:45:22 +00:00
Orivej Desh
5da9f614df
Merge pull request #32520 from KaiHa/gmime-3.0.5
gmime: 3.0.1 -> 3.0.5
2017-12-09 20:44:53 +00:00
Orivej Desh
ea1f6c38a2
Merge pull request #32525 from dtzWill/fix/allowInsecurePredicate
fix use of config-specified allowInsecurePredicate
2017-12-09 20:44:00 +00:00
Will Dietz
db7bee240e stdenv: fix use of config-specified allowInsecurePredicate
for some reason we were checking allowUnfreePredicate instead
2017-12-09 20:43:30 +00:00
Orivej Desh
88f7171fe0
Merge pull request #32519 from mbode/kontemplate_1_3_0
kontemplate: init at 1.3.0
2017-12-09 20:33:18 +00:00
Shea Levy
286eadc147
Add gurobipy for python2.7 on Linux 2017-12-09 15:28:39 -05:00
Maximilian Bode
377cd99e4b gradle: 4.3.1 -> 4.4 2017-12-09 21:08:41 +01:00
Shea Levy
bfb63ae2d0
Merge branch 'master' of github.com:NixOS/nixpkgs 2017-12-09 15:07:59 -05:00
Maximilian Bode
094c9ac655 kops: 1.7.1 -> 1.8.0 2017-12-09 21:02:00 +01:00
Shea Levy
3dfbf51a25
Add gurobipy for python2.7 on darwin. 2017-12-09 15:00:43 -05:00
Vladimír Čunát
2309acf723
Merge branch 'master' into staging 2017-12-09 21:00:07 +01:00
Benjamin Hipple
ef6e39fced cryptop: 0.1 -> 0.2
Upgrade to new version. According to the upstream documentation, this project is
only tested on python3, so I've upgraded the pkg's interpreter as well.

Tested with nix-build and ./result/bin/cryptop
2017-12-09 14:59:27 -05:00
Tim Steinbach
48b0e5ddbc
linux: 4.4.104 -> 4.4.105 2017-12-09 14:58:43 -05:00
Tim Steinbach
146355628b
linux-copperhead: 4.14.3.a -> 4.14.4.a 2017-12-09 14:58:43 -05:00
Vladimír Čunát
8f4f9b6223
jbig2dec: bugfix 0.13 -> 0.14
Many of the fixes seem to have potential to be vulnerabilities,
though most aren't labeled with a CVE number.  /cc #32459
2017-12-09 20:52:28 +01:00
Shea Levy
6d7ceedaf9
Add insert_dylib darwin package. 2017-12-09 14:37:24 -05:00
Kai Harries
7e1c7fe798 gmime: 3.0.1 -> 3.0.5 2017-12-09 20:30:17 +01:00
Maximilian Bode
473c295dbb kontemplate: init at 1.3.0 2017-12-09 20:10:05 +01:00
Orivej Desh
d35b53f18a
Merge pull request #32511 from markus1189/cataclysm-dda-git
cataclysm-dda-git: update to latest and add arguments
2017-12-09 18:56:57 +00:00
Markus Hauck
00ad51933d cataclysm-dda-git: update to latest and add arguments 2017-12-09 19:40:40 +01:00
Peter Simons
73d85455e4
Merge pull request #32503 from mpickering/ghc-head-updates-8.5
ghcHEAD: 8.3.20170808 -> 8.5.20171209
2017-12-09 19:27:04 +01:00
Vladimír Čunát
332a800de3
exiv2: a batch of security fixes
/cc #32459.  I can't see any other CVE patches that are either
backported upstream to the 0.26 branch or applied in some distro.
2017-12-09 19:08:07 +01:00
Kai Harries
6e810a48cc gmailieer: 0.4 -> 0.5 2017-12-09 19:03:07 +01:00
Orivej Desh
c7bf1b8a0e
Merge pull request #32036 from mbode/flink-1_3_2
flink: init at 1.3.2
2017-12-09 17:53:57 +00:00
Frederik Rietdijk
8af9da2147
Merge pull request #32517 from KaiHa/radicale-pytz
radicale: add pytz to closure
2017-12-09 18:42:23 +01:00
Shea Levy
d077d22893
python27: Enable building with alternate UCS encoding 2017-12-09 12:00:52 -05:00
Kai Harries
3b895db614 radicale: add pytz to closure
Without pytz I got error messages like this in the journal:

  Dec 09 00:00:00 x radicale[8868]: ERROR:root:No module named 'pytz'
2017-12-09 17:51:13 +01:00
Vladimír Čunát
ca6952fcb7
ghostscript: security 9.20 -> 9.22
There are also non-security changes in the releases. /cc #32459.
Printing test OK, and I tested work with some postscript files.
I also fixed the license - it was changed in 2013 :-/
2017-12-09 17:50:05 +01:00
Jörg Thalheim
9c89e52ff2 solvespace: add missing wrapGAppsHook 2017-12-09 16:38:36 +00:00
Jörg Thalheim
578575b13d
Merge pull request #32384 from rycee/lightdm/fix-rm-userdir
lightdm: fix removal of unused user data directories
2017-12-09 16:22:22 +00:00
Jörg Thalheim
82235b388c
Merge pull request #32437 from vbgl/ocaml-facile-1.1.3
facile: 1.1 -> 1.1.3
2017-12-09 16:19:52 +00:00
Jörg Thalheim
577be65217
Merge pull request #32510 from andir/rsync-cve-2017-16548
rsync: fix CVE-2017-16548
2017-12-09 16:05:04 +00:00
Jörg Thalheim
271de364a2
Merge pull request #32488 from magnetophon/dfasma
dfasma: 1.2.5 -> 1.4.5
2017-12-09 16:01:24 +00:00
Sarah Brofeldt
e32a2b4695
Merge pull request #32458 from elitak/vncdo
vncdo: init at 0.11.2
2017-12-09 16:54:59 +01:00
Linus Heckemann
ef66970df4 imagemagick: 6.9.9-23 -> 6.9.9-26
Old source tarball went missing
2017-12-09 15:39:39 +00:00
Ingo Blechschmidt
5fd37c154c sshlatex: 0.7 -> 0.8 2017-12-09 15:14:15 +01:00
Daiderd Jordan
b2e2490181
Merge pull request #32454 from andir/erlang-cleanup
Erlang cleanup (remove R17, R16 cleanup, updated couchdb to R19)
2017-12-09 14:48:56 +01:00
Frederik Rietdijk
3e1748f727 python.pkgs.xmltodict: 0.9.2 -> 0.11.0 2017-12-09 14:07:24 +01:00
Matthew Pickering
9a072a466c Remove broken ber-metaocaml-003 attribute 2017-12-09 12:18:06 +00:00
Matthew Pickering
08dfb95673 ber_metaocaml: (re)init at 104 2017-12-09 12:18:05 +00:00
Andreas Rammhold
0841f14a8f
openssl_1_0_2: 1.0.2m -> 1.0.2n (CVE-2017-3737, CVE-2017-3738)
See [1] for more details

[1] https://www.openssl.org/news/secadv/20171207.txt
2017-12-09 13:15:00 +01:00
Andreas Rammhold
3d2df41a8f
rsync: fix CVE-2017-16548 2017-12-09 13:10:47 +01:00
Orivej Desh
54aafd15b2 luaPackages.luadbi: fix darwin build 2017-12-09 11:54:40 +00:00
Jörg Thalheim
bcd0af9b3d
Merge pull request #32497 from taku0/firefox-bin-57.0.2
firefox: 57.0.1 -> 57.0.2,  firefox-esr: 52.5.1esr -> 52.5.2esr
2017-12-09 11:52:08 +00:00
Orivej Desh
e9e9d53bad
Merge pull request #32475 from magnetophon/faac
faac: 1.29.3 -> 1.29.9.2
2017-12-09 11:45:43 +00:00
Bart Brouns
0431971eae faac: 1.29.3 -> 1.29.9.2 2017-12-09 11:45:14 +00:00
Orivej Desh
36cab2324c mp4v2: enable darwin 2017-12-09 11:45:14 +00:00
dywedir
b53567e78f ocamlPackages.reason: 3.0.3 -> 3.0.4 2017-12-09 12:42:56 +01:00
Michael Raskin
f1acf2d6b9
Merge pull request #32506 from andir/gnome2.vte
gnome2.vte: fix CVE-2012-2738
2017-12-09 11:41:40 +00:00
Andreas Rammhold
4c6f7ee729
gnome2.vte: fix CVE-2012-2738 2017-12-09 12:25:04 +01:00
Matthew Pickering
e7a327da5c ghcHEAD: 8.3.20170808 -> 8.5.20171208 2017-12-09 11:04:31 +00:00
Orivej Desh
0a41fc6b7c mono46, mono48: disable parallel building
See #32386
mono46: https://hydra.nixos.org/build/65617511
mono48: https://hydra.nixos.org/build/65600645
2017-12-09 10:53:16 +00:00
Orivej Desh
5ce5ef06ab
Merge pull request #32462 from magnetophon/fluidsynth
fluidsynth: 1.1.6 -> 1.1.8
2017-12-09 10:37:09 +00:00
Orivej Desh
347fdc03ca linuxsampler: delete obsolete configureFlags 2017-12-09 10:33:35 +00:00
Jörg Thalheim
f7c7a4cde1 vimPlugins.vim-yapf: fix evaluation 2017-12-09 10:28:40 +00:00
Jörg Thalheim
61a177a517
Merge pull request #32289 from bhipple/feature/android-platform-tools-26.0.2
android-platform-tools: 26.0.0 -> 26.0.2
2017-12-09 10:18:19 +00:00
Bart Brouns
95ef6622a7 fluidsynth: 1.1.6 -> 1.1.8 2017-12-09 10:15:46 +00:00
Vladimír Čunát
cd9231a01a
ldns: security patches from upstream, /cc #32459
Also use sha256 instead of sha1 for the source.
2017-12-09 11:08:28 +01:00
Jörg Thalheim
1592d5a9e7 vimPlugins: update all 2017-12-09 09:59:03 +00:00
Jörg Thalheim
f04a2107e0 remmina: 1.2.0-rcgit.17 -> 1.2.0-rcgit.24 2017-12-09 09:57:55 +00:00
Jörg Thalheim
379907ca1a
Merge pull request #32394 from flokli/virtualbox-headless
virtualboxHeadless: fix build, cleanup buildInputs
2017-12-09 09:46:24 +00:00
markuskowa
66da9b9f8f gpredict: init at 1.3 (#32436) 2017-12-09 09:45:29 +00:00
Orivej Desh
f0f64fb8f0
Merge pull request #32492 from dtzWill/update/gnuplot-5.2.2
gnuplot: 5.2.1 -> 5.2.2
2017-12-09 09:35:44 +00:00
Sarah Brofeldt
4976020f3f
Merge pull request #32493 from florianjacob/piwik-3.2.1
piwik: 3.2.0 -> 3.2.1
2017-12-09 10:29:05 +01:00
Jörg Thalheim
3a20229361
Merge pull request #32484 from magnetophon/qsampler
qsampler: svn-2342 -> 0.4.3
2017-12-09 09:22:38 +00:00
Orivej Desh
40950f6a2d
Merge pull request #31006 from florianjacob/prosody
Improvements for Prosody
2017-12-09 09:19:24 +00:00
Tamas Herman
a16501cd44 awscli: 1.11.185 -> 1.14.6 2017-12-09 09:18:30 +00:00
Tamas Herman
53e16ecd21 python.pkgs.boto3: 1.4.7 -> 1.4.8 2017-12-09 09:18:29 +00:00
Tamas Herman
d41e04c897 python.pkgs.botocore: 1.7.43 -> 1.8.10 2017-12-09 09:18:29 +00:00
Tamas Herman
1407b1da99 python.pkgs.s3transfer: 0.1.11 -> 0.1.12 2017-12-09 09:18:29 +00:00
Jörg Thalheim
438fb59e6f chroot-user: better error message, if unshare is not allowed 2017-12-09 09:14:56 +00:00
Frederik Rietdijk
8b5fd51064 python.pkgs.libvirt: move to separate file 2017-12-09 10:10:05 +01:00
Sarah Brofeldt
26be73bf5c
Merge pull request #32362 from caugner/php-pecl-mailparse
phpPackages.mailparse: init at 3.0.2
2017-12-09 10:07:30 +01:00
Sarah Brofeldt
6edcc25c6e
Merge pull request #32153 from yuriaisaka/pr-fcitx-skk-init
fcitx-skk: init at 0.1.4
2017-12-09 10:03:44 +01:00
Jörg Thalheim
40bad16884
Merge pull request #32397 from volth/patch-77
freerdp: fix aarch64 build
2017-12-09 08:18:17 +00:00
Jörg Thalheim
723e74d9d8
Merge pull request #32445 from kamilchm/pinta
pinta: FIX unhandled glib-sharp load exception
2017-12-09 08:16:02 +00:00
Jörg Thalheim
09dea4c2e9
Merge pull request #32457 from volth/patch-79
coursier: 1.0.0-RC3 -> 1.0.0-RC13
2017-12-09 08:10:35 +00:00
Jörg Thalheim
398478df2f
Merge pull request #32468 from magnetophon/qsynth
qsynth: 0.3.9 -> 0.4.4
2017-12-09 07:53:56 +00:00
Jörg Thalheim
e7fbbb1e24
Merge pull request #32480 from magnetophon/fd
fd: 5.0.0 -> 6.0.0
2017-12-09 07:43:58 +00:00
Peter Hoeg
2017937302 sddm: 0.16.0 -> 0.17.0 2017-12-09 14:33:22 +08:00
taku0
fae90e996b firefox-esr: 52.5.1esr -> 52.5.2esr 2017-12-09 12:18:14 +09:00
Orivej Desh
56ca5cb13d gigedit: svn-2342 -> 1.1.0 2017-12-09 02:59:23 +00:00