Michael Raskin
26730d5396
Merge pull request #21691 from 3noch/add-fastcgi-cache-purge-nginx-module
...
nginx: add 'cache_purge' module for purging FastCGI cache
2017-01-09 09:42:03 +00:00
Tristan Helmich
a66480d52b
sonarr: 2.0.0.4427 -> 2.0.0.4472
2017-01-08 16:29:33 +01:00
Franz Pletz
db8b044651
Merge pull request #21685 from mayflower/fix/bind-outputs
...
bind: fix collision of binaries in outputs
2017-01-07 11:37:17 +01:00
Benjamin Saunders
7027bbfba3
matrix-synapse: 0.18.6-rc3 -> 0.18.7-rc2
2017-01-06 20:41:29 -08:00
Franz Pletz
e6708cea37
bind: fix collision of binaries in outputs
...
Using outputsToInstall the intended behaviour of including host and dnsutils
when bind is installed can be implemented instead of using symlinks to fix
installing all outputs individually with nix-env.
Fixes #19761 .
2017-01-07 02:44:54 +01:00
3noch
7f99fd086b
nginx: add 'cache_purge' module for purging FastCGI cache
2017-01-06 11:27:48 -05:00
Michael Raskin
5ebee164fa
mpd: 0.9.19 -> 0.20
...
Add support for no-minor-version
@grahamc:
This includes 0.19.21 fix for some ffmpeg-related crash, do we expect
this to be a security issue worth updating in stable? Is it OK to just
put 0.20 there or do we want to have 0.9.21 bugfix release there?
2017-01-06 11:39:35 +01:00
Benjamin Saunders
62e4cfa887
matrix-synapse: 0.18.6-rc2 -> 0.18.6-rc3
2017-01-05 19:53:47 -08:00
Matthias Beyer
c3f3e56697
dictd-db: Add deu2eng / eng2deu
2017-01-05 18:07:22 +01:00
Graham Christensen
15f46d60ac
Merge pull request #21615 from matthiasbeyer/update-pkgs
...
Update pkgs
2017-01-04 18:50:12 -05:00
Michael Raskin
567c1a360f
openfire: mark as broken; its unfriendlyness towards read-only installation directory and friendliness towards manual installation by just unpacking only grow with time
2017-01-04 19:36:43 +01:00
Michael Raskin
8ec3b1fd5f
mysql55: 5.7.16 -> 5.7.17
2017-01-04 17:46:15 +01:00
Michael Raskin
b578bbbe68
mysql55: 5.5.53 -> 5.5.54
2017-01-04 17:46:15 +01:00
Matthias Beyer
91a248009c
gotty: 0.0.10 -> 0.0.13
2017-01-04 16:29:33 +01:00
Michael Raskin
ca8d3de1d2
nginx: 1.11.7 -> 1.11.8
2017-01-02 20:18:50 +01:00
Michael Raskin
a36c7deb04
apache-jena-fuseki: 2.4.0 -> 2.4.1
2017-01-02 20:18:48 +01:00
Benjamin Saunders
a715adf960
matrix-synapse: 0.18.5 -> 0.18.6-rc2
2016-12-30 12:42:22 -08:00
Graham Christensen
f5ca9a4212
Merge branch 'roundup-15'
2016-12-28 21:04:51 -05:00
Dhananjay Balan
d6254e0bbd
shellinabox: 2.19 -> 2.20
...
should fix shellinabox vulnarabilities from https://github.com/NixOS/nixpkgs/issues/21457
2016-12-28 21:03:22 -05:00
Graham Christensen
5ca180fa08
apacheHttpd: 2.4.23 -> 2.4.25 for
...
CVE-2016-8743, CVE-2016-2161, CVE-2016-0736
2016-12-28 20:36:46 -05:00
oida
8376f5cc3a
prometheus-snmp-exporter: init at v0.1.0
2016-12-29 02:03:12 +01:00
Robin Gloster
d8ef63fc73
crowd module: fix OpenID server
2016-12-29 00:41:42 +01:00
Tim Digel
81d8a457ed
Fix asterisk & asterisk: 13.6.0 -> 14.1.2 ( #20788 )
...
* fix/asterisk-module: use unix-group for asterisk-files
* fix/asterisk-module: add configOption to use some default config-files
* fix/asterisk-module: correction of skel copy
* fix/asterisk-module: use /etc/asterisk as configDir
* fix/asterisk-module: add reload; do not restart unit
* asterisk: 13.6.0 -> 14.1.2
* fix/asterisk: compile with lua, pjsip, format_mp3
* fix/asterisk: fix indentation
* fix/asterisk: remove broken flag
2016-12-28 23:04:58 +01:00
Michael Raskin
35e3ea0966
dovecot: 2.2.25 -> 2.2.27
2016-12-28 15:04:51 +01:00
Bjørn Forsman
c24206dc5f
lighttpd: 1.4.41 -> 1.4.44
2016-12-28 13:52:15 +01:00
Michael Raskin
d8da691d93
Merge pull request #21429 from MostAwesomeDude/nginx
...
nginx: Allow GD to be optional.
2016-12-28 10:57:37 +00:00
Michael Raskin
272322e881
Merge pull request #21220 from danbst/pg_simil
...
pg_similarity: init at 1.0
2016-12-28 10:18:59 +00:00
Corbin
ca2fa4416e
nginx: Allow GD to be optional.
...
This commit permits incantations like `pkgs.nginx.override { gd = null; }` to
produce a slimmed-down nginx.
When used, this functionality removes a pile of stuff from nginx's closure.
The resulting nginx's closure:
$ nix-store -q -R /nix/store/wk3h0a4dmdmjmxkbd0q09iw0wfq0yzpz-nginx-1.10.2 | wc -l
12
$ nix-store -q -R /nix/store/gpcx77anqrj05qz0mrwm7hf4wgxry5py-nginx-1.10.2 | wc -l
24
2016-12-26 10:24:58 -08:00
zimbatm
352e167c22
exim: 4.87 -> 4.88 for CVE-2016-9963
2016-12-25 10:12:01 +00:00
Tristan Helmich
a216fc4ca9
sonarr: 2.0.0.4409 -> 2.0.0.4427 ( #21389 )
2016-12-25 05:21:58 +01:00
Vladimír Čunát
c655399126
Merge branch 'staging'
2016-12-24 10:50:49 +01:00
Franz Pletz
61312a922c
grafana: 4.0.0 -> 4.0.2
2016-12-23 20:09:15 +01:00
Franz Pletz
fcbce33e27
bird: 1.6.2 -> 1.6.3
2016-12-23 20:09:12 +01:00
Matt McHenry
cbe1218cc9
plex: 1.2.7 -> 1.3.3
2016-12-23 08:02:07 -05:00
Rok Garbas
e6fa6b21e1
apacheHttpdPackages.mod_perl: init at 2.0.10
2016-12-22 13:36:44 +01:00
Vladimír Čunát
2e03ae274d
Merge branch 'master' into staging
2016-12-22 11:28:56 +01:00
Graham Christensen
2f17c3628e
nagios: 4.2.3 -> 4.2.4 for CVE-2016-9566
2016-12-21 14:37:46 -05:00
Graham Christensen
72faac9d35
tomcatUnstable: 9.0.0.M13 -> 9.0.0.M15 for CVE-2016-9774, CVE-2016-9775
2016-12-21 14:37:46 -05:00
Graham Christensen
a528c04612
tomcat85: 8.5.8 -> 8.5.9 for CVE-2016-9774, CVE-2016-9775
2016-12-21 14:37:46 -05:00
Nikolay Amiantov
b0a1028a1a
samba4: 4.4.6 -> 4.5.3
2016-12-20 21:30:00 +03:00
Frederik Rietdijk
fd5a6b8efc
Merge pull request #21296 from Ralith/matrix-synapse
...
matrix-synapse: 0.18.4 -> 0.18.5
2016-12-20 09:26:12 +01:00
Benjamin Saunders
3422a7710f
matrix-synapse: 0.18.4 -> 0.18.5
2016-12-19 19:50:24 -08:00
Daiderd Jordan
ca4114a291
Merge pull request #21250 from mdaiter/riakCSMac
...
riak-cs: add Darwin support
2016-12-18 12:54:03 +01:00
Franz Pletz
9a30cdc464
squid: refactor, add features, adopt
2016-12-18 05:23:38 +01:00
Franz Pletz
4b67968688
squid: 3.5.19 -> 3.5.23
...
Fixes CVE-2016-10002 & CVE-2016-10003.
2016-12-18 05:23:14 +01:00
Matthew Daiter
1090a269ab
riak-cs: add Darwin support
2016-12-18 03:38:42 +01:00
Matthew Daiter
4661689a49
stanchion: add Darwin support
...
stanchion: make pam nullify typesafe
stanchion: add Darwin support
stanchion: make pam OS-checked inside of stanchion.nix
stanchion: add Darwin support
stanchion: remove OS-checked pam on all-packages.nix
stanchion: add Darwin support
2016-12-18 00:59:34 +01:00
danbst
515573ef7f
pg_similarity: init at 1.0
2016-12-17 21:50:23 +00:00
Franz Pletz
f97bfcec99
rspamd: 1.2.7 -> 1.4.1
2016-12-16 15:52:27 +01:00
Franz Pletz
60d29f526d
rmilter: 1.8.5 -> 1.10.0
2016-12-16 15:52:27 +01:00