Commit Graph

8025 Commits

Author SHA1 Message Date
volth
35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
Aaron Andersen
23abcd5ee3 apacheHttpd: 2.4.39 -> 2.4.41 2019-08-18 17:40:26 -04:00
Frederik Rietdijk
f65aa21bb2 Merge master into staging-next 2019-08-18 12:53:44 +02:00
Frederik Rietdijk
d92d210c84 appdaemon: fix build 2019-08-18 11:48:40 +02:00
Frederik Rietdijk
295888c622
Merge pull request #66381 from NixOS/staging-next
Staging next
2019-08-18 08:54:45 +02:00
Marek Mahut
6af48a84d4
Merge pull request #66752 from bachp/plex-1.16.4.1469
plex: 1.16.3.1402 -> 1.16.4.1469
2019-08-17 23:49:25 +02:00
Marek Mahut
5e93cb31eb
Merge pull request #66782 from r-ryantm/auto-update/airsonic
airsonic: 10.3.1 -> 10.4.0
2019-08-17 22:50:15 +02:00
Marek Mahut
caf9b8cc35
Merge pull request #66591 from aanderse/zabbix-proxy
nixos/zabbixProxy: fix database initialization logic
2019-08-17 20:55:13 +02:00
R. RyanTM
c0e6667adc airsonic: 10.3.1 -> 10.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
2019-08-17 11:54:53 -07:00
Jörg Thalheim
2baf41b0d4
Merge pull request #66564 from jonringer/fix-varnish
varnish5: fix build
2019-08-17 14:11:29 +01:00
Pascal Bach
818c7b3b56 plex: 1.16.3.1402 -> 1.16.4.1469 2019-08-17 13:39:43 +02:00
volth
c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Jonathan Ringer
5775243d40 doh-proxy: 0.0.8 -> 0.0.9 2019-08-17 12:38:55 +02:00
Frederik Rietdijk
fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Frederik Rietdijk
c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
markuskowa
f31b487021
Merge pull request #65999 from r-ryantm/auto-update/mosquitto
mosquitto: 1.6.3 -> 1.6.4
2019-08-17 02:07:47 +02:00
Aaron Andersen
71a556d916 zabbix: 4.0.9 -> 4.0.11 & 4.2.3 -> 4.2.5 2019-08-15 21:19:35 -04:00
Jonathan Ringer
9fe0ee55a7 varnishPackages: pin python to varnish python version 2019-08-15 10:35:41 -07:00
Jonathan Ringer
c74db7340d varnish5: fix build 2019-08-15 07:58:38 -07:00
Marek Mahut
bcb0f53c92
Merge pull request #66649 from markuskowa/upd-slurm
slurm: 19.05.1.2 -> 19.05.2.1
2019-08-15 15:41:22 +02:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Derek Kulinski
1c392dfcf0 pgbouncer: use c-ares for name resolution (#66336)
According to pgbouncer README.md file c-ares is the
prefered way to resolve names for pgbouncer 1.10+:
https://github.com/pgbouncer/pgbouncer/blob/master/README.md#dns-lookup-support

The previous method (evdns) did not support EDNS0 and SOA lookups.
2019-08-15 03:20:42 +03:00
Markus Kowalewski
6a5d83231e
slurm: 19.05.1.2 -> 19.05.2.1 2019-08-15 00:15:03 +02:00
aszlig
3e78331d96
Merge pull request #66582 (nginx security updates)
This addresses CVE-2019-9511, CVE-2019-9513 and CVE-2019-9516. Details
about these vulnerabilities can be found at:

216433296d/advisories/third-party/2019-002.md

Version 1.16.1 only includes the security fixes, however version 1.17.3
has two additional bugfixes:

  * "zero size buf" alerts might appear in logs when using gzipping; the
    bug had appeared in 1.17.2.
  * a segmentation fault might occur in a worker process if the
    "resolver" directive was used in SMTP proxy.

I haven't extensively tested this, but from a quick test, nginx is still
working and the NixOS tests also succeed.

Thanks to @Izorkin for the pull request.
2019-08-14 18:17:45 +02:00
Frederik Rietdijk
8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
Aaron Andersen
9af06755f3 nixos/zabbixProxy: fix database initialization logic 2019-08-13 18:50:28 -04:00
Tim Otten
dae42566db mysql80: init at 8.0.17 (#65221)
MySQL 8.0 is a significant iteration after MySQL 5.7.  This patch adds it as
a parallel build alongside mysql57 (similar to mysql56 and mysql55 before).
2019-08-13 19:50:51 +00:00
Izorkin
83381bec9c nginxMainline: 1.17.2 -> 1.17.3 2019-08-13 21:31:57 +03:00
Izorkin
aec55db737 nginxStable: 1.16.0 -> 1.16.1 2019-08-13 21:30:08 +03:00
Jonathan Ringer
f1f59e19d2 varnish6: 6.1.1 -> 6.2.0 2019-08-13 04:32:11 -07:00
Maximilian Bosch
f0d6955052
Merge pull request #66470 from WilliButz/update-blackbox-exporter
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests and check config
2019-08-12 19:38:43 +02:00
WilliButz
4d7465126f prometheus-varnish-exporter: 1.5 -> 1.5.1, use buildGoModule (#66472) 2019-08-12 09:23:27 -07:00
WilliButz
dcc12cea9f
prometheus-blackbox-exporter: 0.12.0 -> 0.14.0, run tests
Also added myself as maintainer.
2019-08-12 10:53:00 +02:00
WilliButz
d373b3fbb3
prometheus-nginx-exporter: 0.4.1 -> 0.4.2, run tests 2019-08-11 12:30:41 +02:00
Sander van der Burg
5f01a2586a
Merge pull request #50805 from r-ryantm/auto-update/axis2
axis2: 1.6.4 -> 1.7.9
2019-08-11 12:15:33 +02:00
Florian Peter
72330fc275 scylladb: init at 3.0.5 2019-08-11 02:11:32 +08:00
Marek Mahut
5c5ce4cc80
Merge pull request #64781 from r-ryantm/auto-update/clickhouse
clickhouse: 19.6.2.11 -> 19.9.2.4
2019-08-10 11:47:33 +02:00
Mario Rodas
ce9dadd7d1
Merge pull request #65996 from r-ryantm/auto-update/neo4j
neo4j: 3.5.6 -> 3.5.8
2019-08-10 04:43:05 -05:00
Marek Mahut
0e679dd53e axis2: 1.7.8 -> 1.7.9 2019-08-10 10:24:53 +02:00
Marek Mahut
304dc5922e clickhouse: 19.9.2.4 -> 19.13.1.11 2019-08-10 09:54:33 +02:00
Marek Mahut
186d8bd7cc
Merge pull request #62344 from r-ryantm/auto-update/airsonic
airsonic: 10.2.1 -> 10.3.1
2019-08-10 08:44:50 +02:00
Marek Mahut
c58100326d
Merge pull request #66201 from angristan/shaarli-material/update/0.10.4
shaarli-material: 0.9.5 -> 0.10.4
2019-08-09 23:47:05 +02:00
Marek Mahut
6515fc9767
Merge pull request #66400 from flokli/meteor-1.8.1
meteor: 1.5 -> 1.8.1
2019-08-09 23:22:47 +02:00
Florian Klink
1b946574af meteor: 1.5 -> 1.8.1 2019-08-09 20:51:33 +02:00
Vladimír Čunát
5c0567dcc6
knot-resolver: skip a broken test
The test fails from roughly today's machine date onwards.
2019-08-09 16:09:18 +02:00
Frederik Rietdijk
9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Daniel Frank
bae6ce3b6c postgresql: fix CVE-2019-10208, CVE-2019-10209 (#66347) 2019-08-09 14:30:33 +03:00
Marek Mahut
f14628e576
Merge pull request #66341 from Ma27/bump-prometheus-wireguard-exporter
prometheus-wireguard-exporter: 3.0.0 -> 3.0.1
2019-08-09 13:12:06 +02:00
R. RyanTM
965d908ac5 rabbitmq-server: 3.7.16 -> 3.7.17
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rabbitmq-server/versions
2019-08-09 12:50:24 +02:00
Maximilian Bosch
e80b0b2b22
prometheus-wireguard-exporter: 3.0.0 -> 3.0.1
https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.0.1
2019-08-08 21:47:19 +02:00