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
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
WilliButz
2e9e060ac9
codimd: 1.4.0 -> 1.5.0
2019-08-16 11:17:14 +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
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
Marek Mahut
aa6ef97fcd
metabase: add mmahut as maintainer
2019-08-12 13:14:36 +02: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
Maximilian Bosch
47b551c6a8
Merge pull request #66265 from WilliButz/grafana-update
...
grafana: 6.3.0 -> 6.3.2
2019-08-08 00:07:21 +02:00
Ryan Mulligan
ab5682a7d2
Merge pull request #66012 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.1.14 -> 4.2.0
2019-08-07 06:11:48 -07:00
Derek Kulinski
b1d00b71b6
pgpool: 3.4.14 -> 4.0.5 ( #66224 )
...
Updated to PGPool-II 4.0.5 and modify the code to allow absolute path
for pool_passwd file.
2019-08-07 14:15:10 +03:00
WilliButz
8f2abf573b
grafana: 6.3.0 -> 6.3.2
2019-08-07 13:02:09 +02:00
Marek Mahut
e62a45e45e
Merge pull request #66001 from r-ryantm/auto-update/nagios
...
nagios: 4.4.3 -> 4.4.4
2019-08-07 11:35:16 +02:00
Marek Mahut
dd989094e7
Merge pull request #66144 from r-ryantm/auto-update/shaarli
...
shaarli: 0.10.4 -> 0.11.0
2019-08-07 11:14:23 +02:00
Aaron Andersen
16b448ebc0
Merge pull request #66186 from jonringer/bump-cassandra22
...
cassandra_2_2: 2.2.13 -> 2.2.14
2019-08-06 22:53:01 -04:00
Aaron Andersen
79c9533e39
Merge pull request #56568 from volth/arangodb
...
arangodb: 3.3.19 -> 3.2.18, 3.3.23.1, 3.4.7, 3.5.0-rc.7
2019-08-06 20:54:24 -04:00
volth
bbb6014052
arangodb_3_5: fix build on aarch64 and vanilla x86_64
2019-08-06 20:58:07 +00:00
Marek Mahut
e1f5ba46d1
Merge pull request #66160 from r-ryantm/auto-update/Tautulli
...
tautulli: 2.1.32 -> 2.1.33
2019-08-06 21:01:37 +02:00
WilliButz
f477658959
grafana: 6.2.5 -> 6.3.0
2019-08-06 17:12:10 +02:00
angristan
921ab87ce8
shaarli-material: 0.9.5 -> 0.10.4
2019-08-06 14:07:45 +02:00
volth
048a0acb89
arangodb: 3.3.19 -> 3.2.18, 3.3.22, 3.4.3, 3.5.0-rc.7
2019-08-06 11:48:34 +00:00
Mario Rodas
110ef0e9e4
Merge pull request #66143 from r-ryantm/auto-update/shairport-sync
...
shairport-sync: 3.3.1 -> 3.3.2
2019-08-06 06:25:00 -05:00
Jonathan Ringer
954f52d690
cassandra_2_2: 2.2.13 -> 2.2.14
2019-08-06 02:18:31 -07:00
Andreas Rammhold
955480e6bf
Merge pull request #65950 from aanderse/mysql-update
...
mysql57: 5.7.25 -> 5.7.27
2019-08-06 08:15:50 +00:00
R. RyanTM
f6984677b5
tautulli: 2.1.32 -> 2.1.33
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tautulli/versions
2019-08-05 22:17:30 -07:00
R. RyanTM
fd10cb4035
shaarli: 0.10.4 -> 0.11.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/shaarli/versions
2019-08-05 18:43:08 -07:00
R. RyanTM
c2cf4a8ca1
shairport-sync: 3.3.1 -> 3.3.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/shairport-sync/versions
2019-08-05 18:25:06 -07:00
Aaron Andersen
bd5a8797cc
Merge pull request #62888 from ajs124/exim_mysql_fix
...
exim: Fix build with MariaDB
2019-08-05 16:21:20 -04:00
Vladimír Čunát
577508ef14
knot-resolver: 4.1.0 -> 4.2.0
...
No really significant changes, I'd say:
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v4.2.0
2019-08-05 20:31:40 +02:00
Marek Mahut
08ee74e796
Merge pull request #65931 from r-ryantm/auto-update/groonga
...
groonga: 9.0.4 -> 9.0.5
2019-08-05 12:13:31 +02:00
R. RyanTM
febd3c7c30
pdns-recursor: 4.1.14 -> 4.2.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/pdns-recursor/versions
2019-08-04 21:18:24 -07:00
R. RyanTM
40934322f8
nagios: 4.4.3 -> 4.4.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nagios/versions
2019-08-04 18:05:41 -07:00
R. RyanTM
810921fe12
mosquitto: 1.6.3 -> 1.6.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mosquitto/versions
2019-08-04 17:50:35 -07:00
R. RyanTM
f834efbdca
neo4j: 3.5.6 -> 3.5.8
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/neo4j/versions
2019-08-04 16:35:04 -07:00
Ryan Mulligan
8143b7affe
Merge pull request #65938 from r-ryantm/auto-update/icingaweb2
...
icingaweb2: 2.6.3 -> 2.7.0
2019-08-04 13:28:45 -07:00
Elis Hirwing
afb1837b0a
Merge pull request #65941 from r-ryantm/auto-update/jackett
...
jackett: 0.11.457 -> 0.11.559
2019-08-04 19:52:57 +02:00
Matthieu Coudron
f19dd41039
Merge pull request #65920 from r-ryantm/auto-update/freeswitch
...
freeswitch: 1.8.5 -> 1.8.7
2019-08-05 00:11:03 +09:00
Aaron Andersen
88770b01d5
mysql57: 5.7.25 -> 5.7.27
2019-08-04 10:41:03 -04:00
Mario Rodas
32d359ff45
Merge pull request #65859 from marsam/update-postgresqlPackages.pg_auto_failover
...
postgresqlPackages.pg_auto_failover: 1.0.2 -> 1.0.3
2019-08-04 09:12:36 -05:00
R. RyanTM
5d76be906d
jackett: 0.11.457 -> 0.11.559
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/jackett/versions
2019-08-04 06:18:22 -07:00
R. RyanTM
b4628764a8
icingaweb2: 2.6.3 -> 2.7.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/icingaweb2/versions
2019-08-04 05:59:51 -07:00
R. RyanTM
d798b5ee92
groonga: 9.0.4 -> 9.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/groonga/versions
2019-08-04 05:07:35 -07:00
Jaka Hudoklin
b2bd772591
Merge pull request #65887 from r-ryantm/auto-update/confluent-platform
...
confluent-platform: 5.2.1 -> 5.3.0
2019-08-04 13:28:34 +02:00
Jaka Hudoklin
b8d3548a56
confluent-platform: add confluent-cli tool
2019-08-04 13:27:05 +02:00
Jaka Hudoklin
1ac4c0f246
confluent-platform: add jre to PATH
2019-08-04 13:05:30 +02:00
R. RyanTM
bdb37efc6f
freeswitch: 1.8.5 -> 1.8.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/freeswitch/versions
2019-08-04 02:34:15 -07:00
Daiderd Jordan
7f1356c00a
Merge pull request #65384 from averelld/plex-upgrade
...
plex: 1.16.2.1321 -> 1.16.3.1402
2019-08-04 11:09:04 +02:00
worldofpeace
972ae117c6
Merge pull request #65806 from JohnAZoidberg/fix-xtrap
...
xorg.libXTrap: init at 1.0.1 (Fix build of xorg.xtrap)
2019-08-04 04:40:08 -04:00
R. RyanTM
e691679e63
eventstore: 5.0.0 -> 5.0.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/eventstore/versions
2019-08-03 22:00:36 -07:00
R. RyanTM
07a9c36ccf
couchdb2: 2.3.0 -> 2.3.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/couchdb/versions
2019-08-03 17:34:19 -07:00
R. RyanTM
7ac8906e82
confluent-platform: 5.2.1 -> 5.3.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/confluent-platform/versions
2019-08-03 16:49:22 -07:00
Robin Gloster
5f94778072
Merge pull request #65870 from r-ryantm/auto-update/bind
...
bind: 9.14.3 -> 9.14.4
2019-08-03 23:33:58 +00:00
R. RyanTM
dc55912d73
bind: 9.14.3 -> 9.14.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bind/versions
2019-08-03 14:35:28 -07:00
Vladimír Čunát
f3952fc50c
Merge #65460 : postgis: allow on Darwin
2019-08-03 16:47:58 +02:00
Jon
dc5584adea
matomo: 3.9.1 -> 3.10.0 ( #64848 )
...
* matomo: 3.9.1 -> 3.10.0
2019-08-03 16:51:17 +09:00
Sarah Brofeldt
af82b55ecc
Merge pull request #65793 from aanderse/solr
...
solr: 7.7.1 -> 7.7.2, 8.1.1 -> 8.2.0
2019-08-03 08:19:05 +02:00
Justin Humm
c3cc950001
mediatomb: use recent spidermonkey
2019-08-03 07:51:46 +02:00
WilliButz
dd3333ad18
Merge pull request #65784 from ciil/jira-update
...
atlassian-jira: 8.2.3 -> 8.3.0
2019-08-03 01:35:21 +02:00
WilliButz
2d09016ed3
grafana-loki: 0.1.0 -> 0.2.0
2019-08-03 00:19:14 +02:00
Daniel Schaefer
e3329f9e85
xorg.libXTrap: init at 1.0.1
...
Fixes build of xorg.xtrap
2019-08-02 18:49:45 +02:00
Daniel Schaefer
c2466ced95
pkgs/servers/x11/xorg: Git-ignore download-cache
...
It's generated when updating using generate-expr-from-tarballs.pl
2019-08-02 18:48:33 +02:00
WilliButz
c221f9fdf2
Merge pull request #65751 from mayflower/pkgs/prometheus-postgres-exporter
...
prometheus-postgres-exporter: init at 0.5.1
2019-08-02 18:45:32 +02:00
Aaron Andersen
5bdbfb1820
solr: 8.1.1 -> 8.2.0
2019-08-02 10:44:13 -04:00
Aaron Andersen
458f6ba981
solr: 7.7.1 -> 7.7.2
2019-08-02 10:41:40 -04:00
Franz Pletz
e4c60a1e42
prometheus-postgres-exporter: init at 0.5.1
2019-08-02 15:59:29 +02:00
Jörg Thalheim
c740bbf1ba
mariadb: 10.3.15 -> 10.3.17 ( #63355 )
...
mariadb: 10.3.15 -> 10.3.17
2019-08-02 14:54:03 +01:00
Izorkin
21e891efd1
mariadb: fix build in Darwin
2019-08-02 13:31:13 +03:00
Simon Lackerbauer
790e8f451d
atlassian-jira: 8.2.3 -> 8.3.0
2019-08-02 12:28:09 +02:00
Mario Rodas
3b43d99e70
postgresqlPackages.pg_auto_failover: 1.0.2 -> 1.0.3
2019-08-02 04:20:00 -05:00
Vladimír Čunát
a89f245f3b
Merge branch 'master' into openssl-1.1
...
... to avoid the accidental gnupatch rebuild
2019-08-02 09:47:38 +02:00
Marek Mahut
7d4f67a23f
Merge pull request #65765 from marsam/update-timescaledb
...
postgresqlPackages.timescaledb: 1.4.0 -> 1.4.1
2019-08-02 09:16:09 +02:00
Mario Rodas
96d0fae21e
Merge pull request #65767 from ivan/pushgateway-maintainers
...
prometheus-pushgateway: remove myself from list of maintainers
2019-08-02 02:03:56 -05:00
Ivan Kozik
8b72021519
prometheus-pushgateway: remove myself from list of maintainers
2019-08-02 06:07:42 +00:00
Mario Rodas
8ebe63c246
postgresqlPackages.timescaledb: add marsam as maintainer
2019-08-02 00:49:52 -05:00
Mario Rodas
b5f09b347d
postgresqlPackages.timescaledb: 1.4.0 -> 1.4.1
2019-08-02 00:47:53 -05:00
Robin Gloster
30969073f0
Merge remote-tracking branch 'upstream/master' into openssl-1.1
2019-08-02 03:01:30 +02:00
adisbladis
9e9c6de50c
nodejs-8_x: Drop package
...
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Robin Gloster
41dac4bf9f
Merge pull request #65582 from WilliButz/add-mailexporter
...
prometheus-mail-exporter: init at 2019-07-14, add module and test
2019-08-01 23:14:21 +00:00
cw
62d9fc656f
unifiStable: 5.10.23 -> 5.10.25
2019-08-01 23:12:21 +00:00
Marek Mahut
943b3fbb43
metabase: 0.32.9 -> 0.32.10
2019-08-01 22:53:18 +00:00
Izorkin
12f95f7572
mariadb: remove c++11 narrowing error patch
2019-08-01 20:26:23 +03:00
Izorkin
ac90575382
mariadb: clean config
2019-08-01 20:26:21 +03:00
Izorkin
0692c615e5
mariadb: remove test binaries
2019-08-01 14:22:10 +03:00
Izorkin
0a4562277f
mariadb: fix config build mariadb client
2019-08-01 14:18:12 +03:00
Izorkin
c8488b913a
mariadb: add option to build server without client binary files
2019-08-01 14:15:55 +03:00
Izorkin
f0d88f05b6
mariadb: fix mariadb_config path
2019-08-01 14:08:45 +03:00
Izorkin
9d5e531dff
mariadb: 10.3.15 -> 10.3.17
2019-08-01 14:01:56 +03:00
Jörg Thalheim
304f267917
Merge pull request #64646 from aanderse/mytop
...
mariadb: fix mytop script
2019-08-01 11:29:03 +01:00
Aaron Andersen
ccb9ada402
mariadb: fix mytop script
2019-07-31 22:35:15 -04:00
Aaron Andersen
a1f738ba87
Merge pull request #62748 from aanderse/mediawiki
...
nixos/mediawiki: init service to replace httpd subservice
2019-07-31 22:12:23 -04:00
Luke Worth
c1da476a88
postgis: match platform compatibility with postgres
2019-08-01 08:50:44 +10:00
Luke Worth
19011bad0c
postgis: add explanatory comment
2019-08-01 08:50:41 +10:00
Elis Hirwing
11aebf406f
Merge pull request #65634 from nyanloutre/jellyfin_update_10_3_7
...
jellyfin: 10.3.6 -> 10.3.7
2019-07-31 13:25:14 +02:00
nyanloutre
6a91d13092
jellyfin: 10.3.6 -> 10.3.7
2019-07-31 12:31:37 +02:00
WilliButz
b22a75bf00
prometheus-mail-exporter: init at 2019-07-14
2019-07-30 19:24:26 +02:00
Robin Gloster
4107e208a1
Merge pull request #60429 from WilliButz/codimd-update
...
codimd: 1.2.0 -> 1.4.0, repackage with yarn2nix
2019-07-29 22:57:21 +00:00
Robin Gloster
2d6f0cb176
postgresql: build < 9.5 with openssl 1.0.2
2019-07-29 21:25:10 +02:00
Jörg Thalheim
94de28bbe6
Merge pull request #65504 from WilliButz/fix-mongodb-aarch64
...
mongodb: fix build on aarch64
2019-07-29 07:24:34 +01:00
WilliButz
f84d3d565a
mongodb: fix build on aarch64
2019-07-28 13:55:35 +02:00
Bas van Dijk
0a59be7136
thanos: 0.5.0 -> 0.6.0
2019-07-28 13:28:27 +02:00
Bas van Dijk
e753322c48
thanos: remove bzr because 0.5.0 apparently doesn't need it anymore
...
I'll leave in the support for overrideModAttrs because that can be
useful for other go packages.
2019-07-28 13:28:27 +02:00
Bas van Dijk
aefb0aa912
thanos: 0.5.0-rc.0 -> 0.5.0
2019-07-28 13:28:27 +02:00
Bas van Dijk
7f093a2e8e
thanos: don't use URL literals (RFC-0045)
2019-07-28 13:28:27 +02:00
Bas van Dijk
2d0243c187
thanos: 0.4.0 -> 0.5.0-rc.0
2019-07-28 13:28:27 +02:00
Bas van Dijk
4a6e47126c
thanos: init at 0.4.0
2019-07-28 13:28:27 +02:00
tv
9a506c2afb
exim: 4.92 -> 4.92.1
2019-07-28 12:07:58 +02:00
Maximilian Bosch
af7af59d26
Merge pull request #65386 from WilliButz/update-varnish-exporter
...
prometheus-varnish-exporter: 1.4 -> 1.5
2019-07-28 10:55:28 +02:00
Peter Simons
2d9b5fa47e
Merge pull request #65371 from Izorkin/dovecot
...
dovecot: 2.3.7 > 2.3.7.1
2019-07-27 18:17:49 +02:00
worldofpeace
f9b3cf8a4e
Merge pull request #65115 from risicle/ris-blockbook-darwin-ulimit
...
blockbook: increase ulimit -n on darwin for packr execution
2019-07-27 09:29:09 -04:00
Léo Gaspard
dd47b2d50a
Merge pull request #65463 from pacien/matrix-synapse-1.2.1
...
[security] matrix-synapse: 1.1.0 -> 1.2.1
2019-07-27 14:46:45 +02:00
pacien
50d0a5b299
matrix-synapse: 1.1.0 -> 1.2.1
2019-07-27 12:48:39 +02:00
Luke Worth
7f54b9a2c6
postgis: make libiconv dependent on darwin
2019-07-27 19:43:31 +10:00
Luke Worth
330fff02a6
postgis: allow on Darwin
...
To get PostGIS going on Darwin:
1. Add libiconv, as is often required.
2. Expand platforms to `platforms.all`.
3. Deal with PostGIS' quirky build system.
PostGIS' configure.ac has the following gem:
AC_MSG_RESULT([------------------------------------------------------------------------])
AC_MSG_RESULT([ WARNING: You have set the --prefix to '$prefix'. But we mostly ])
AC_MSG_RESULT([ ignore the --prefix. For your info, using the values determined from ])
AC_MSG_RESULT([ $PG_CONFIG we will be installing: ])
AC_MSG_RESULT([ * postgis shared library in $PGSQL_LIBDIR ])
AC_MSG_RESULT([ * postgis SQL files in $PGSQL_SHAREDIR/contrib/postgis-$POSTGIS_MAJOR_VERSION.$POSTGIS_MINOR_VERSION ])
AC_MSG_RESULT([ * postgis executables in $PGSQL_BINDIR ])
AC_MSG_RESULT([------------------------------------------------------------------------])
This is suggestive of some assumptions in the build system, which are
revealed when building in Nix on Darwin: the build fails because the
postgres binary cannot be found in the install prefix specified for
postgis; vis.
cc x -bundle_loader $POSTGIS_PREFIX/bin/postgres
This bundle_loader parameter is only available on Darwin, and this
problem doesn't appear to affect Linux systems.
The solution presented here is to symlink the postgres binary where
PostGIS expects it to be, and then remove it after the build completes.
2019-07-27 19:00:46 +10:00
Silvan Mosberger
d3dfe06c38
nixos/xserver: add option to install custom xkb layouts ( #47764 )
...
nixos/xserver: add option to install custom xkb layouts
2019-07-26 20:43:37 +02:00
rnhmjoj
171d5c9200
nixos/xserver: add option to install custom xkb layouts
2019-07-26 18:08:04 +02:00
Ryan Mulligan
f7579996c7
Merge pull request #62566 from r-ryantm/auto-update/serviio
...
serviio: 1.10.1 -> 2.0
2019-07-26 07:34:22 -07:00
WilliButz
963b18a0cc
prometheus-varnish-exporter: 1.4 -> 1.5
2019-07-25 19:51:45 +02:00
Averell Dalton
72db434e6a
plex: 1.16.2.1321 -> 1.16.3.1402
2019-07-25 18:55:47 +02:00
WilliButz
cee4d964a7
codimd: 1.2.0 -> 1.4.0, repackage using yarn2nix-moretea
2019-07-25 18:01:34 +02:00
Izorkin
4f38967ce2
dovecot_pigeonhole: 0.5.6 > 0.5.7.1
2019-07-25 15:33:59 +03:00
Izorkin
e2173096b3
dovecot: 2.3.7 > 2.3.7.1
2019-07-25 15:32:50 +03:00
Frederik Rietdijk
34eebf6844
Merge master into staging-next
2019-07-25 11:52:18 +02:00
Frederik Rietdijk
3d00d8e4ee
pythonPackages.pyyaml_3: init , instead of multiple pyyaml overrides
...
Temporary attribute until we can get rid of it everywhere.
This was triggered due to the libyaml 0.2.2 incompatibilty requiring
patches and still not building.
2019-07-25 11:51:55 +02:00
Jörg Thalheim
8044f32219
Merge pull request #61816 from Izorkin/nginxMainline
...
nginxMainline: 1.16.0 -> 1.17.2
2019-07-25 10:01:59 +01:00
Izorkin
293e5d8365
nginxMainline: 1.16.0 -> 1.17.2
2019-07-24 21:09:22 +03:00
Peter Hoeg
b93bb0664b
uchiwa: 1.5.0 -> 1.7.0
2019-07-24 21:36:41 +08:00
Aaron Andersen
e717876848
mediawiki: init at 1.32.2
2019-07-23 22:02:33 -04:00
Danylo Hlynskyi
e028c1a396
Merge pull request #65121 from marsam/update-pgroonga
...
postgresqlPackages.pgroonga: 2.2.0 -> 2.2.1
2019-07-23 22:31:39 +03:00
Danylo Hlynskyi
506379a7ef
Merge pull request #65122 from marsam/update-timescaledb
...
postgresqlPackages.timescaledb: 1.3.2 -> 1.4.0
2019-07-23 22:31:20 +03:00
Franz Pletz
290cfc767c
postgresql: fix systemd support
...
See comments in #61581 . versionAtLeast was called with arguments in the
wrong order.
2019-07-23 05:08:28 +02:00
WilliButz
c2c34eef82
Merge pull request #65201 from Ma27/bump-documize
...
documize-community: 3.1.0 -> 3.1.1
2019-07-22 20:40:39 +02:00
Robin Gloster
a3c2544ec6
Merge pull request #65181 from r-ryantm/auto-update/samba
...
samba: 4.10.5 -> 4.10.6
2019-07-22 18:28:23 +00:00
WilliButz
86c884fb5b
prometheus-nginx-exporter: 0.1.0 -> 0.4.1, use official version
...
Use official exporter from nginxinc.
2019-07-22 16:41:10 +02:00
Nick Novitski
7136e0d0a6
bundlerUpdateScript: init and use ( #64822 )
2019-07-22 12:02:47 +00:00
Franz Pletz
bc418837d5
Merge pull request #65225 from Ma27/bump-prometheus-wireguard-exporter
...
prometheus-wireguard-exporter: 2.0.1 -> 3.0.0
2019-07-21 20:19:22 +00:00
Maximilian Bosch
543ef567d9
prometheus-wireguard-exporter: 2.0.1 -> 3.0.0
...
Two new releases are available:
* https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/3.0.0
* https://github.com/MindFlavor/prometheus_wireguard_exporter/releases/tag/2.0.2
The main new feature is that the exporter exposes all allowed ips and
subnets.
2019-07-21 21:39:48 +02:00
Niklas Hambüchen
943baed788
postgresql: Make systemd support configurable. See #61580 . ( #61581 )
...
On by default, as was before.
The systemd dependency means that all libraries or applications using only libpq
will also pull systemd into their closures.
Further, no application or library using libpq can be built against musl, as
systemd relies on glibc-only features and thus does not build with musl.
With it being configurable, packages that need only the library can at
least turn it off to reduce their closure size.
2019-07-21 22:13:06 +03:00
Danylo Hlynskyi
caa0f82bf8
docs: update docs for postgresql plugins ( #64899 )
...
docs: update docs for postgresql plugins
Co-Authored-By: Mario Rodas <marsam@users.noreply.github.com>
2019-07-21 22:05:41 +03:00
Jörg Thalheim
f86ee807b5
traefik: 1.7.10 -> 1.7.12 ( #65198 )
...
traefik: 1.7.10 -> 1.7.12
2019-07-21 09:54:46 +01:00
Maximilian Bosch
f2b792b050
documize-community: 3.1.0 -> 3.1.1
...
https://github.com/documize/community/releases/tag/v3.1.1
2019-07-21 00:32:34 +02:00
ngerstle
646952862e
traefik: 1.7.10 -> 1.7.12
2019-07-21 00:15:15 +02:00
R. RyanTM
4aa0c20bea
samba: 4.10.5 -> 4.10.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/samba/versions
2019-07-20 09:07:28 -07:00
Mario Rodas
d747b42af4
groonga: enable on darwin
2019-07-19 21:19:13 -05:00
Mario Rodas
bc20384b82
postgresqlPackages.timescaledb: 1.3.2 -> 1.4.0
2019-07-19 20:53:42 -05:00
Mario Rodas
031c6151dd
postgresqlPackages.pgroonga: 2.2.0 -> 2.2.1
2019-07-19 20:48:05 -05:00
Robert Scott
f60b221629
blockbook: increase ulimit -n on darwin for packr execution
...
macos default can cause build failures due to too many open files
2019-07-20 01:24:18 +01:00
Michael Raskin
fe26928084
Merge pull request #65052 from r-ryantm/auto-update/bftpd
...
bftpd: 5.1 -> 5.2
2019-07-19 06:49:34 +00:00
R. RyanTM
45332a59a9
bftpd: 5.1 -> 5.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bftpd/versions
2019-07-18 22:05:23 -07:00
Daiderd Jordan
89083ccf85
Merge pull request #64803 from serokell/elixir19
...
elixir: default 1.7.4 -> 1.9.0
2019-07-19 00:03:29 +02:00
Daiderd Jordan
8c4152dac3
Merge pull request #64801 from serokell/beam-erlangR21
...
beam-packages: default erlangR20 -> erlangR22
2019-07-19 00:03:07 +02:00
worldofpeace
9b13b95570
Merge pull request #65033 from 0x4A6F/master-routinator
...
routinator: 0.4.0 -> 0.5.0
2019-07-18 17:17:24 -04:00
Léo Gaspard
2db3a7d1e6
Merge pull request #64381 from mguentner/synapse_1_1_0
...
matrix-synapse: 1.0.0 -> 1.1.0
2019-07-18 21:13:59 +02:00
0x4A6F
ac8dc5d13c
routinator: 0.4.0 -> 0.5.0
2019-07-18 16:54:26 +00:00
elseym
eed1c4d0de
plex: 1.16.1.1291 -> 1.16.2.1321
2019-07-18 16:24:20 +02:00
Aaron Andersen
dd1d0b9fdf
Merge pull request #58025 from contrun/contrun-patch-1
...
cassandra 3.11.3 -> 3.11.4
2019-07-17 17:54:54 -04:00
Robin Gloster
562c859bec
Merge pull request #64837 from herrwiese/nextcloud-16.0.x
...
nextcloud: 16.0.1 -> 16.0.3
2019-07-17 16:10:40 +00:00
worldofpeace
d61e24ec51
Merge pull request #64941 from vaibhavsagar/bump-teleport
...
teleport: 3.1.8 -> 4.0.2
2019-07-17 11:29:28 -04:00
R. RyanTM
2c90107101
postfix: 3.4.5 -> 3.4.6
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/postfix/versions
2019-07-17 09:45:35 +02:00
R. RyanTM
4040b16c30
rabbitmq-server: 3.7.15 -> 3.7.16
...
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-07-17 09:37:53 +02:00
R. RyanTM
1f71623c0b
uftp: 4.9.11 -> 4.10
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uftp/versions
2019-07-17 09:33:48 +02:00
Aaron Andersen
e45406cab4
Merge pull request #55532 from dasJ/mumsi
...
mumsi: Init at unstable-2018-12-12
2019-07-16 21:19:08 -04:00
markuskowa
ff44e3e760
Merge pull request #64939 from r-ryantm/auto-update/slurm
...
slurm: 19.05.0.1 -> 19.05.1.2
2019-07-17 01:04:25 +02:00
worldofpeace
123ee86638
Merge pull request #64927 from rembo10/sickgear
...
sickgear: 0.18.14 -> 0.20.0
2019-07-16 16:38:47 -04:00
Vaibhav Sagar
01cdf214e0
teleport: 3.1.8 -> 4.0.2
2019-07-16 15:25:30 -04:00
R. RyanTM
b2032beb07
slurm: 19.05.0.1 -> 19.05.1.2
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/slurm/versions
2019-07-16 12:08:24 -07:00
worldofpeace
75777d6346
Merge pull request #64399 from mmahut/blockbook
...
blockbook: init at 0.3.1
2019-07-16 14:14:34 -04:00
R. RyanTM
2e4fe8db89
pgbouncer: 1.9.0 -> 1.10.0 ( #64869 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pgbouncer/versions
2019-07-16 21:04:15 +03:00
Vladimír Čunát
2b28e4c96f
Merge #64892 : 'staging-next' (another iteration)
...
It's not completely without regressions, but I believe we can deal with
the rest directly on master. This is required for Firefox security fixes.
2019-07-16 19:32:17 +02:00
rembo10
a5a6c2654f
sickgear: 0.18.14 -> 0.20.0
2019-07-16 19:27:25 +02:00
Janne Heß
1808b1eb67
mumsi: Init at git-2019-02-10
2019-07-16 16:18:14 +02:00
Vladimír Čunát
49ca44cf17
knot-dns: 2.8.2 -> 2.8.3 (maintenance)
2019-07-16 13:52:27 +02:00
Frederik Rietdijk
a28a9ac156
Merge master into staging-next
2019-07-16 11:15:46 +02:00
Yorick van Pelt
1b0459741f
rabbitmq-server: bump elixir dependency to 1.8
2019-07-16 11:12:38 +02:00
Yorick van Pelt
a9baaf90f6
couchdb2: pin to erlangR21
2019-07-16 10:35:47 +02:00
Danylo Hlynskyi
475f1ebd98
Merge branch 'master' into postgresql-plugins-bin
2019-07-16 11:32:52 +03:00
R. RyanTM
b908565be5
metabase: 0.32.2 -> 0.32.9
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/metabase/versions
2019-07-15 17:15:47 -05:00
Andreas Wiese
9dc6e984b5
nextcloud: 16.0.2 -> 16.0.3
2019-07-15 22:45:09 +02:00
Andreas Wiese
dc87d574ad
nextcloud: 16.0.1 -> 16.0.2
2019-07-15 22:45:09 +02:00
Peter Simons
a7dfd62f5c
Merge pull request #64780 from r-ryantm/auto-update/dovecot
...
dovecot: 2.3.6 -> 2.3.7
2019-07-15 13:57:45 +02:00
Michael Raskin
5bafda2913
Merge pull request #64744 from risicle/ris-squid-CVE-2019-13345
...
squid, squid4: bump/add patch fixing CVE-2019-13345
2019-07-15 10:34:54 +00:00
R. RyanTM
422c7fe2f6
clickhouse: 19.6.2.11 -> 19.9.2.4
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/clickhouse/versions
2019-07-15 01:53:40 -07:00
R. RyanTM
5eb574010e
dovecot: 2.3.6 -> 2.3.7
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dovecot/versions
2019-07-15 01:18:44 -07:00
Vladimír Čunát
3686036e02
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1530372
2019-07-15 09:39:03 +02:00
Mario Rodas
b1554dd23e
Merge pull request #64708 from marsam/update-prometheus_2
...
prometheus_2: 2.11.0 -> 2.11.1
2019-07-14 20:47:42 -05:00
Robert Scott
5b0db58bc1
squid: add patch fixing CVE-2019-13345
2019-07-14 21:41:26 +01:00
Robert Scott
8872a08cde
squid4: 4.7 -> 4.8
...
fixing CVE-2019-13345
2019-07-14 21:41:05 +01:00
B YI
d737cf3cbf
cassandra 3.11.3 -> 3.11.4
...
also add test to all-test.nix
2019-07-14 22:22:04 +08:00
worldofpeace
f0df76e4b2
Merge pull request #64632 from thefloweringash/sensu-go-update
...
sensu-go: 5.10.0 -> 5.11.0
2019-07-13 12:02:11 -04:00
Maximilian Güntner
6702acaf56
mxisd: 1.4.4 -> 1.4.5
2019-07-13 12:36:05 +02:00
Vladimír Čunát
263b5244ef
powerdns: enableParallelBuilding = true;
...
The build just took quite a long time otherwise.
2019-07-13 11:35:15 +02:00
Mario Rodas
338b4c5a9e
prometheus_2: 2.11.0 -> 2.11.1
2019-07-13 04:20:00 -05:00
Vladimír Čunát
64cb53dc01
Merge #64272 : powerdns: 4.1.9 -> 4.1.10 (DoS security)
...
CVE-2019-10162, CVE-2019-10163
2019-07-13 10:36:14 +02:00
Frederik Rietdijk
54065ae20d
Merge master into staging-next
2019-07-13 09:45:40 +02:00
Maximilian Bosch
b2794431e6
Merge pull request #62911 from Ma27/bump-mautrix-whatsapp
...
mautrix-whatsapp: 2019-02-24 -> 2019-07-04
2019-07-12 18:18:44 +02:00
Aaron Andersen
c13fbe0551
Merge pull request #63844 from aanderse/zabbix-cleanup
...
nixos/zabbix: overhaul package & module
2019-07-12 06:12:51 -04:00
Vladimír Čunát
2c3f18721e
Merge #59924 : knot-resolver: 3.2.1 -> 4.1.0 (security)
2019-07-12 09:14:53 +02:00
Aaron Andersen
649ec93c37
foswiki: drop package & httpd subservice
2019-07-11 19:46:30 -04:00
Aaron Andersen
53cad65edc
Merge pull request #62267 from 0x4A6F/master-routinator
...
routinator: init at 0.4.0
2019-07-11 18:44:22 -04:00
Aaron Andersen
9a4456fcc0
zabbix: zabbix.agent, zabbix.proxy-mysql, zabbix.proxy-pgsql, zabbix.proxy-sqlite, zabbix.server-mysql, zabbix.server-pgsql, zabbix.web: init at 3.0, 4.0, and 4.2
2019-07-11 18:37:02 -04:00
Matthew Bauer
99c04c74cf
Merge pull request #63581 from PsyanticY/zabbix-4.0
...
zabbix:1.8 -> 4.0 | remove old packages
2019-07-11 15:05:05 -04:00
PsyanticY
16f8a17416
zabbix:1.8 -> 4.0 | remove old packages
2019-07-11 17:22:26 +01:00
Andrew Childs
af55c1c0b9
sensu-go: 5.10.0 -> 5.11.0
2019-07-11 23:40:12 +09:00
0x4A6F
39de81af3d
routinator: init at 0.4.0
2019-07-11 10:49:51 +00:00
Frederik Rietdijk
22cb7f25f2
Merge master into staging-next
2019-07-11 09:40:10 +02:00