Commit graph

8029 commits

Author SHA1 Message Date
Danylo Hlynskyi 2ca09a94be
Merge pull request #66657 from danbst/pgpackages-fixes
Postgresql plugins fixes
2019-08-18 17:30:56 +03:00
Marek Mahut aff691af10
Merge pull request #65892 from r-ryantm/auto-update/couchdb
couchdb2: 2.3.0 -> 2.3.1
2019-08-18 16:28:41 +02:00
Marek Mahut 3a17a52a2a
Merge pull request #66676 from WilliButz/grafana-update
grafana: 6.3.2 -> 6.3.3
2019-08-18 14:18:07 +02:00
Marek Mahut 83fb9ed4cc
Merge pull request #66779 from r-ryantm/auto-update/bird
bird2: 2.0.4 -> 2.0.5
2019-08-18 14:16: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
R. RyanTM 490b1c03cf bird2: 2.0.4 -> 2.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bird/versions
2019-08-17 11:41:43 -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
Jonathan Ringer 5775243d40 doh-proxy: 0.0.8 -> 0.0.9 2019-08-17 12:38:55 +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
WilliButz 74a1a6b60c
grafana: 6.3.2 -> 6.3.3 2019-08-15 14:30:23 +02: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
danbst bd1fc9f9be postgresqlPackages: mark pg_auto_failover and pipelinedb broken for PG < 11
Marking packages broken isn't as fatal as throwing an exception. In my usecase,
I wanted to build all non-broken packages, that is:
```
nix-build -E 'with import ./.{}; with lib; flip filterAttrs postgresqlPackages (n: v: !v.meta.broken or false)'
```
2019-08-15 02:27:29 +03:00
danbst bd331e42f5 postgresql/tds_fdw: mark broken for PG >= 11
The release with fix is still in alpha
https://github.com/tds-fdw/tds_fdw/releases
2019-08-15 01:55:06 +03:00
danbst 954c0fd2fa postgresqlPackages: fix build of several PG plugins and add postgresql11Packages
Leftovers from 80aadbec60

`postgresql11Packages` are added to be built by Hydra as mainline PG plugins.
2019-08-15 01:36:59 +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
Marek Mahut 1b8da7d755 Adding python3Packages.requests as dependecy 2019-08-13 18:20:21 +02: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