Moritz Ulrich
7df7739888
gmime3: 3.0.1 -> 3.0.5
2017-12-10 12:15:50 +01:00
Orivej Desh
5b53774f89
qt4: fix darwin install phase
...
by creating $out before copying lib to $out
2017-12-10 10:22:08 +00:00
Vladimír Čunát
aa9fbd036f
openexr: upstream security patch
...
/cc #32459 .
2017-12-10 11:03:30 +01:00
Tor Hedin Brønner
9988224c2a
nixos/programs/bash: Let bash-completion lazy load scripts
...
As described in detail here: https://github.com/NixOS/nixpkgs/issues/32533
bash will load completion scripts in $p/share/bash-completion/completions/ on
startup instead of letting bash-completion do it's lazy loading. Bash startup
will then slow down (very noticeable when bash-completion is installed in a
profile).
This commit leaves loading of scripts in the hands of bash-completion,
improving startup time for everyone using `enableCompletion`.
fixes #32533
2017-12-10 10:15:41 +01:00
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
Jörg Thalheim
f4fc17ee20
Merge pull request #32529 from andir/dont-restart-networkmanager-on-resume
...
networkmanager: remove restart after suspend from resume
2017-12-10 01:11:54 +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
Andreas Rammhold
104de603cb
networkmanager: remove restart after suspend from resume
...
In commit ec9dc73
restarting NetworkManager after resume from
suspend/hibernate was introduced.
When I initially switch to NixOS I started noticing a high delay between
wakeup and re-connecting to WiFi & wired networks. The delay increased
from a few seconds (on my previous distro, same software stack) to
almost half a minute with NixOS.
I (locally) applied the change in this commit a few weeks ago and tested
since then. The notebook/mobile device experience has improved a lot.
Reconnects are as before switching to NixOS.
Issue #24401 could be related to this. Since I am not using KDE/plasma5
I can only guess…
2017-12-10 00:19:15 +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