Vincent Laporte
3a9ae7e367
ocamlPackages.ppx_compare: init at 113.33.00+4.03
2017-02-26 17:29:35 +00:00
Vincent Laporte
0e06c903b5
ocamlPackages.sexplib-113.33.00+4.03: fix version number
2017-02-26 17:29:35 +00:00
Benno Fünfstück
785d303c64
sic: fix empty $out
...
Make needs () around variable names, or it'll interpret $out as $o followed by `ut`
2017-02-26 18:24:26 +01:00
Joachim Fasting
f3a6991f3d
grsecurity: 4.9.12-201702231830 -> 4.9.13-201702261126
2017-02-26 18:20:50 +01:00
Benno Fünfstück
8b5e8b3cdb
mod-distortion: fix package (empty $out before)
...
`$out` wasn't expanded, so the install phase was installing to `ut/lib/v2` (because make expanded `$o` to empty).
cc: @magnetophon
2017-02-26 18:18:21 +01:00
Franz Pletz
701544d0a7
linux: 4.9.12 -> 4.9.13
2017-02-26 18:09:16 +01:00
Franz Pletz
62857b1f21
linux: 4.4.51 -> 4.4.52
2017-02-26 18:09:16 +01:00
Franz Pletz
8a75569619
linux: 4.10 -> 4.10.1
2017-02-26 18:09:15 +01:00
Franz Pletz
5e937b173d
gstreamer: 1.10.3 -> 1.10.4 for multiple CVEs
...
See https://gstreamer.freedesktop.org/releases/1.10/#1.10.4 .
Fixes:
* CVE-2017-5847
* CVE-2017-5848
cc #23072
2017-02-26 18:08:42 +01:00
Michael Raskin
a872e22280
speed_dreams: 2.0.0-a3 -> 2.2.1
2017-02-26 18:10:36 +01:00
Michael Raskin
1d9fa60df0
wavefunctioncollapse: 0.0pre20160930 -> 0.0pre20170130
2017-02-26 18:10:36 +01:00
Graham Christensen
4f3d06dc7d
Merge pull request #23214 from grahamc/mcelog-service
...
mcelog: init Machine Check Exception Logging Daemon service
2017-02-26 11:42:56 -05:00
Graham Christensen
1430506666
mcelog: init Machine Check Exception Logging Daemon service
2017-02-26 11:42:00 -05:00
Johannes Bornhold
3a4c851b89
mysql57: Add developer_cmds as build input on darwin
2017-02-26 17:27:08 +01:00
obadz
4b6f021251
Revert "lightdm: obbey services.xserver.{window/desktop}Manager.default"
...
This reverts commit 29caa185a7e4aaa0d621a4f117f3e8f653261fda.
Not clear what the proper thing to do is. cf94cdb59b renders this
question mostly moot. Reverting before 17.03 branch to avoid a repeat
of #19054 .
2017-02-26 16:22:21 +00:00
Frederik Rietdijk
079353e208
Python 2.7: increase priority - fixup
...
From the manual:
> This attribute should be a number, with a higher value denoting a
lower priority. The default priority is 0.
Just passing -5 or -10 wasn't sufficient, so let's make it -100.
2017-02-26 16:27:45 +01:00
Jörg Thalheim
6c36d9fa20
nftables: make default configuration null
...
reason:
- We currently have an open discussion regarding a more modular
firewall (https://github.com/NixOS/nixpkgs/issues/23181 ) and
leaving null makes future extension easier.
- the current default might not cover all use cases (different ssh port)
and might break setups, if applied blindly
2017-02-26 16:24:20 +01:00
Frederik Rietdijk
57afc0f5ef
pythonPackages.packaging: 16.7 -> 16.8
2017-02-26 16:07:52 +01:00
Frederik Rietdijk
1b66b6a5ff
pythonPackages.pyparsing: 2.1.8 -> 2.1.10
2017-02-26 16:07:52 +01:00
Frederik Rietdijk
4bc1d02698
Python 2.7: increase priority
...
Higher priority than Python 3.x so that `/bin/python` points to
`/bin/python2` in case both 2 and 3 are installed.
2017-02-26 16:07:52 +01:00
Bart Brouns
ec47fac2c3
ir.lv2: 1.2.2 -> 1.2.3
2017-02-26 15:49:32 +01:00
Graham Christensen
8b40d2e305
mcelog: 144 -> 148
2017-02-26 09:16:01 -05:00
Frederik Rietdijk
04c41e753b
Merge pull request #22585 from FRidh/repr
...
Python: deterministic interpreters
2017-02-26 14:52:07 +01:00
Frederik Rietdijk
f69292ddc0
Python: explain deterministic builds in release notes
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
37704e90e2
Python: explain deterministic build in docs
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
04b7a2791e
Python 3.4: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
57ded03833
Python 3.4: use system expat and ffi
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
1bbf249bef
Python 3.4: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
d33f6f4032
Python 3.6: use system expat and ffi
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
1531b5edd2
Python 3.6: improve determinism
2017-02-26 14:51:26 +01:00
Frederik Rietdijk
14a88e76cf
Python 3.5: use system expat and ffi
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
dd3a501a4b
Python: mkPythonDerivation: use PYTHONHASHSEED=0
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
8970a9c86e
Python 3.5: improve determinism
...
- Windows installers are indeterministic and we don't need them.
- since Python 3 ensurepip is installed by default. pip is indeteministic and we don't need it.
- rebuild bytecode to ensure its deterministic
2017-02-26 14:50:09 +01:00
Frederik Rietdijk
09f6b03b2e
Python 2.7: improve determinism
...
There is some randomness in the Windows installers. Since we don't need
them, we delete them.
2017-02-26 14:50:09 +01:00
Tristan Helmich
d579b8c88e
emby: 3.1.5 -> 3.2.4
2017-02-26 14:30:14 +01:00
Bart Brouns
4bb14b23ab
supercollider: 3.7.2 -> 3.8.0
2017-02-26 14:21:21 +01:00
Joachim Fasting
0150d9a95c
grsecurity: 4.9.11-201702222257 -> 4.9.12-201702231830
2017-02-26 14:01:57 +01:00
Jookia
e2c95b46e5
nftables module: Add new module for nftables firewall settings
...
fixes #18842
2017-02-26 13:41:14 +01:00
Tristan Helmich
b508c1b792
nzbget: 17.1 -> 18.0
2017-02-26 13:36:36 +01:00
Tristan Helmich
6edbf0ffa6
sonarr: 2.0.0.4472 -> 2.0.0.4613
2017-02-26 13:33:22 +01:00
ndowens
a0cfe05ebb
hiawatha: init at 10.5
...
Removed un-needed phase; re-enabled SSL as default
Hiawatha: fix indentation
Hiawatha: Removed 'pkgs'
fixes #23060
2017-02-26 13:09:41 +01:00
Franz Pletz
9c2ac51006
youtubeDL: 2017.02.17 -> 2017.02.24.1
2017-02-26 12:54:11 +01:00
Eric Sagnes
45f3a17785
styx and themes: 0.5.0 -> 0.6.0
2017-02-26 12:52:00 +01:00
Eric Sagnes
b4d8eddf48
linkchecker: fix darwin build
2017-02-26 12:30:14 +01:00
Eric Sagnes
e3f18ec9a3
parsimonious: 0.6.2 -> 0.7.0
2017-02-26 11:58:59 +01:00
Herwig Hochleitner
189e7add9b
ja2-stracciatella: init 0.15.1
...
This is the open-source version of the venerable Jagged Alliance 2.
Stracciatella means almost vanilla. This version is only changed for
fixes, stability improvements and to host mods.
The original data files are non-free and have to be provided by the user.
2017-02-26 11:45:15 +01:00
Franz Pletz
31568dc384
Merge pull request #23205 from matthiasbeyer/remove-luakit
...
luakit: remove
2017-02-26 11:38:52 +01:00
Peter Hoeg
a85b55e4cd
microcode-intel: 20160714 -> 20161104
2017-02-26 18:25:25 +08:00
edef
289d808dcf
pythonPackages.publicsuffix: 1.0.2 -> 1.1.0 ( #23164 )
2017-02-26 11:16:36 +01:00
Tomasz Czyż
0b27c74eb2
pgjwt: init at 0.0.1 ( #22644 )
2017-02-26 11:14:32 +01:00