worldofpeace
504f8bffaa
Merge branch 'staging-next' into staging
2020-02-19 21:27:20 -05:00
Maximilian Bosch
6c6d7cb2e3
roundcube: 1.4.2 -> 1.4.3
...
https://github.com/roundcube/roundcubemail/releases/tag/1.4.3
2020-02-19 23:57:37 +01:00
Lancelot SIX
24013ab951
Merge pull request #80485 from marsam/update-postgresqlPackages.pg_auto_failover
...
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
2020-02-19 19:50:38 +01:00
Maximilian Bosch
941dd4cd3b
Merge pull request #80524 from doronbehar/update-gotify-server
...
gotify-server: 2.0.13 -> 2.0.14
2020-02-19 14:29:11 +01:00
Mario Rodas
a682bcc087
Merge pull request #80488 from marsam/update-postgresqlPackages.cstore_fdw
...
postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0
2020-02-19 08:19:49 -05:00
Mario Rodas
aa4c2673ac
Merge pull request #80515 from r-ryantm/auto-update/mod_wsgi
...
mod_wsgi: 4.7.0 -> 4.7.1
2020-02-19 08:18:53 -05:00
Doron Behar
f7d199f227
gotify-server: 2.0.13 -> 2.0.14
2020-02-19 12:38:31 +02:00
R. RyanTM
56debabe34
mod_wsgi: 4.7.0 -> 4.7.1
2020-02-19 08:54:38 +00:00
Frederik Rietdijk
b1cca61300
Merge staging-next into staging
2020-02-19 09:25:40 +01:00
zowoq
711617f5e3
Revert "postgresql: build < 9.5 with openssl 1.0.2" ( #80481 )
...
This reverts commit 2d6f0cb176
.
postgresql versions < 9.5 have been removed from nixpkgs.
2020-02-19 08:59:49 +02:00
David Wood
11beaa4251
jirafeau: init at 4.1.1
...
Signed-off-by: David Wood <david.wood@codeplay.com>
2020-02-18 09:37:44 -08:00
Danylo Hlynskyi
329102c47b
Merge #80328 : postgresql: minor updates (security)
...
Forward-picked from merge 036c524a2e
in staging to master,
as upstream claims it fixes CVE-2020-1720.
https://www.postgresql.org/about/news/2011/
2020-02-18 10:48:39 +01:00
Mario Rodas
e86619f273
postgresqlPackages.pg_auto_failover: 1.0.5 -> 1.0.6
2020-02-18 04:20:00 -05:00
Mario Rodas
2bbe49f4c2
postgresqlPackages.cstore_fdw: 1.6.2 -> 1.7.0
2020-02-18 04:20:00 -05:00
Franz Pletz
f9a34082e6
dovecot: 2.3.9.2 -> 2.3.9.3
...
Fixes CVE-2020-7046 & CVE-2020-7957:
https://dovecot.org/pipermail/dovecot-news/2020-February/000429.html
2020-02-17 15:14:29 +01:00
Franz Pletz
71cc7796e1
tang: init at 7
2020-02-17 15:14:28 +01:00
Maximilian Bosch
52981cedfd
mautrix-whatsapp: 2020-01-12 -> 2020-02-09
2020-02-17 07:47:14 +01:00
Franz Pletz
7695e9e1fa
Merge pull request #80284 from elseym/plex
...
plex: 1.18.4.2171 -> 1.18.6.2368
2020-02-16 19:27:13 +00:00
Mario Rodas
3ab13fce6d
Merge pull request #80085 from r-ryantm/auto-update/rspamd
...
rspamd: 2.2 -> 2.3
2020-02-16 14:26:13 -05:00
elseym
3e8e6bacd5
plex: 1.18.4.2171 -> 1.18.6.2368
2020-02-16 19:44:25 +01:00
R. RyanTM
e7f3e3e2d8
clickhouse: 19.13.6.51 -> 19.17.8.54
2020-02-16 09:13:34 +01:00
tbenst
a35a2806db
mlflow-server: init at 1.4.0
2020-02-15 22:11:25 -08:00
Jörg Thalheim
466c1df3e2
Merge pull request #79266 from Mic92/knot
...
nixos/knot: add keyFiles option
2020-02-15 11:15:03 +00:00
Sergey Lukjanov
c2dc35e6fe
prometheus: 2.15.2 -> 2.16.0 ( #80105 )
2020-02-14 14:45:21 -05:00
Danylo Hlynskyi
5443eee47c
nixos/postgresql: support 0750 for data directory ( #65245 )
...
* nixos/postgresql: support 0750 for data directory
This is rework of part of https://github.com/NixOS/nixpkgs/pull/46670 .
My usecase was to be able to inspect PG datadir as wheel user.
PG11 now allows starting server with 0750 mask for data dir.
`groupAccess = true` now does this automatically. The only thing you have to do
is to set group ownership.
For PG10 and below, I've described a hack how this can be done. Before this PR
hack was impossible. The hack isn't ideal, because there is short
period of time when dir mode is 0700, so I didn't want to make it official.
Test/example is present too.
* postgresql: allow changing initidb arguments via module system
Closes https://github.com/NixOS/nixpkgs/issues/18829
+ some cleanups
* addressed review comments and some fixes
* whoops
* change groupAccess to tristate, to not force `chmod` on dataDir.
Making mask either 0700 or 0750 is too restrictive..
* WIP
* let's not support group mode for versions pre-11.
The only fix is to change mode to 0700 before start, because otherwise postgresql
doesn't start, and error is non-obvious.
2020-02-14 20:51:20 +02:00
danbst
2c77c53487
Merge branch 'master' into postgresql_group
2020-02-14 19:00:52 +02:00
Ivan Kozik
0be376a8e2
postgresqlPackages.periods: init at 1.1 ( #79255 )
2020-02-14 18:43:31 +02:00
Léo Gaspard
da4d9241fc
Merge pull request #79971 from r-ryantm/auto-update/opensmtpd
...
opensmtpd: 6.6.2p1 -> 6.6.3p1
2020-02-14 12:08:05 +01:00
Benjamin Hipple
eb11feaa0b
treewide: change fetchCargoTarball default to opt-out
...
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.
This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.
See #79975 for details.
2020-02-13 22:41:37 -08:00
R. RyanTM
6ef1edbeaa
rspamd: 2.2 -> 2.3
2020-02-14 03:38:53 +00:00
Michele Guerini Rocco
f8c3e15771
Merge pull request #75163 from rnhmjoj/gohu
...
gohufont: generate opentype files
2020-02-14 00:46:05 +01:00
edef
2f1dacceab
Merge pull request #79859 from alyssais/pounce
...
pounce: 1.0p1 -> 1.1
2020-02-13 11:52:41 +00:00
Jonathan Ringer
6730bc5144
python3Packages.mailman-web: prevent error from crashing eval
2020-02-12 22:27:24 -08:00
Ryan Mulligan
5a358eade8
Merge pull request #69125 from jslight90/mattermost-5.15
...
mattermost: 5.9.0 -> 5.15.0
2020-02-12 20:56:00 -08:00
R. RyanTM
77da4954da
opensmtpd: 6.6.2p1 -> 6.6.3p1
2020-02-13 02:50:37 +00:00
Jörg Thalheim
6adc09ed30
knot: put runtime paths outside the nix store
...
Otherwise knot tries to write to non-writable directories.
This for example breaks dnssec signing.
While it's possible to overwrite these path in the configuration,
having a sane defaults is nicer.
2020-02-12 16:27:38 +00:00
Frederik Rietdijk
424697d512
Merge master into staging-next
2020-02-12 09:55:31 +01:00
Alyssa Ross
88e4258df4
pounce: 1.0p1 -> 1.1
2020-02-11 20:04:58 +00:00
Marek Mahut
ab1a14d581
trezord-go: 2.0.27 -> 2.0.28
2020-02-11 20:34:46 +01:00
Robert Djubek
68cff3a69c
matomo: 3.13.1 -> 3.13.2
...
Updated both matomo and matomo-beta to the latest version
2020-02-11 19:16:13 +01:00
worldofpeace
c6fa3c201c
Merge pull request #75166 from nyanloutre/radarr_2_0_1450
...
radarr: 0.2.0.1358 -> 0.2.0.1450
2020-02-11 08:22:46 -05:00
Frederik Rietdijk
1a6c3cb06b
Merge staging into staging-next
2020-02-11 07:59:53 +01:00
Ryan Mulligan
e96c3f05b6
Merge pull request #79742 from r-ryantm/auto-update/unit
...
unit: 1.14.0 -> 1.15.0
2020-02-10 11:47:50 -08:00
zimbatm
bcdc90a3a7
ruby_2_4: remove
...
According to https://endoflife.software/programming-languages/server-side-scripting/ruby
ruby 2.4 will go end-of-life in march, where the new release of nixpkgs
will be cut. We won't be able to support it for security updates.
Remove all references to ruby_2_4 and add ruby_2_7 instead where
missing.
Mark packages that depend on ruby 2.4 as broken:
* chefdk
* sonic-pi
2020-02-10 13:23:35 -05:00
R. RyanTM
e5f681e592
tautulli: 2.1.42 -> 2.1.44
2020-02-10 18:10:18 +01:00
R. RyanTM
6884a53089
postfix: 3.4.8 -> 3.4.9
2020-02-10 18:02:13 +01:00
Frederik Rietdijk
079622ef2d
Merge pull request #79628 from NixOS/staging-next
...
Staging next
2020-02-10 17:53:25 +01:00
R. RyanTM
3815de80c0
unit: 1.14.0 -> 1.15.0
2020-02-10 14:47:35 +00:00
R. RyanTM
0f71a3d22c
memcached: 1.5.21 -> 1.5.22
2020-02-10 13:22:37 +01:00
Frederik Rietdijk
ec3edaf7b5
Merge master into staging-next
2020-02-10 12:55:47 +01:00
Andrew Childs
085683c613
memcached: fix darwin build
2020-02-10 02:31:07 -05:00
Silvan Mosberger
b9d7f1fe24
Merge pull request #65397 from mmilata/sympa
...
sympa: init at 6.2.52 + NixOS module
2020-02-10 01:23:45 +01:00
Robin Gloster
2fc3322f32
Merge pull request #79611 from ciil/jira-update
...
atlassian-jira: 8.6.0 -> 8.7.0
2020-02-09 23:25:43 +01:00
Maximilian Bosch
c2f2366f5c
Merge pull request #79485 from Ma27/grocy
...
grocy: init at 2.6.0
2020-02-09 23:11:46 +01:00
Frederik Rietdijk
cffec212dc
Merge staging into staging-next
2020-02-09 16:38:32 +01:00
Simon Lackerbauer
ba1862b69c
atlassian-jira: 8.6.0 -> 8.7.0
2020-02-09 11:45:07 +01:00
Frederik Rietdijk
531a48ebdb
Merge master into staging-next
2020-02-09 11:00:29 +01:00
R. RyanTM
82e7ef2c16
postgresql11Packages.pg_partman: 4.2.2 -> 4.3.0
2020-02-09 03:15:19 -06:00
R. RyanTM
f1eed44161
metabase: 0.34.1 -> 0.34.2
2020-02-09 03:13:41 -06:00
R. RyanTM
f91dc24a3e
sickgear: 0.20.0 -> 0.21.5
2020-02-09 09:51:16 +01:00
Frederik Rietdijk
8847d57763
Merge staging-next into staging
2020-02-09 09:18:17 +01:00
Frederik Rietdijk
03755ed59a
Merge master into staging-next
2020-02-09 09:17:51 +01:00
Lancelot SIX
2711c7477d
pythonPackages.django: django_1_11 -> django_lts
2020-02-09 09:17:31 +01:00
Mario Rodas
59e3cc9b16
Merge pull request #79549 from r-ryantm/auto-update/mpd
...
mpd: 0.21.18 -> 0.21.19
2020-02-08 18:51:15 -05:00
R. RyanTM
c01dc4087a
mpd: 0.21.18 -> 0.21.19
2020-02-08 18:16:13 +00:00
R. RyanTM
fa84aa8adb
lighttpd: 1.4.54 -> 1.4.55
2020-02-08 18:13:10 +01:00
R. RyanTM
e20c780172
groonga: 9.1.1 -> 9.1.2
2020-02-08 08:33:39 +00:00
Maximilian Bosch
3d051f49ba
grocy: init at 2.6.0
2020-02-07 23:31:04 +01:00
Richard Marko
e39d7fab27
sympa: init at 6.2.52
2020-02-07 22:54:23 +01:00
Frederik Rietdijk
30f0909e3a
Merge master into staging-next
2020-02-07 19:27:52 +01:00
rnhmjoj
1cc11b98f1
xorg.fonttosfnt: add patch to fix uninitialized memory bug
2020-02-07 18:20:47 +01:00
Robin Gloster
b792580760
Merge pull request #79403 from r-ryantm/auto-update/atlassian-confluence
...
atlassian-confluence: 7.2.0 -> 7.2.1
2020-02-07 08:53:48 +01:00
Sergey Lukjanov
4965950365
prometheus: 2.14.0 -> 2.15.2 ( #79400 )
2020-02-06 21:36:39 -05:00
R. RyanTM
c72622a87d
atlassian-confluence: 7.2.0 -> 7.2.1
2020-02-07 01:58:35 +00:00
Maximilian Bosch
5e0b85b912
grafana: add myself as maintainer
2020-02-06 22:17:37 +01:00
WilliButz
13305343f5
grafana: 6.6.0 -> 6.6.1
2020-02-06 21:44:17 +01:00
R. RyanTM
0237993d5a
jackett: 0.12.907 -> 0.12.1301
2020-02-06 20:17:16 +01:00
R. RyanTM
229b95f8c4
monetdb: 11.35.3 -> 11.35.9
2020-02-06 20:16:20 +01:00
Frederik Rietdijk
38cf6eac19
Merge master into staging-next
2020-02-06 19:43:36 +01:00
Jörg Thalheim
2dbe2a60d7
Merge pull request #79259 from foxit64/master
...
telegraf 1.13.2 -> 1.13.3
2020-02-06 10:36:19 +00:00
Bruno Bigras
78ab6d338f
prometheus-alertmanager: 0.19.0 -> 0.20.0
2020-02-05 23:38:05 -05:00
Frederik Rietdijk
292fd97f67
Merge staging-next into staging
2020-02-05 20:48:28 +01:00
Frederik Rietdijk
419bc0a4cd
Revert "Revert "Merge master into staging-next""
...
In 87a19e9048
I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5
I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979
. This was however wrong, as it "removed" master.
This reverts commit 0be87c7979
.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk
0be87c7979
Revert "Merge master into staging-next"
...
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048
.
This reverts commit ac241fb7a5
, reversing
changes made to 76a439239e
.
2020-02-05 19:18:35 +01:00
Frederik Rietdijk
87a19e9048
Merge pull request #79119 from NixOS/staging-next
...
Staging next
2020-02-05 19:09:27 +01:00
Vladimír Čunát
baeed035ea
Merge #78628 : knot-resolver: 4.3.0 -> 5.0.1
...
The service needed lots of changes. A few smaller changes
are added into the PR, e.g. replacement for PR #72014 .
See the commit messages for details.
2020-02-05 16:57:02 +01:00
Vladimír Čunát
e3edb004c6
knot-resolver: 5.0.0 -> 5.0.1
...
https://gitlab.labs.nic.cz/knot/knot-resolver/tags/v5.0.1
2020-02-05 16:53:40 +01:00
Maximilian Bosch
696829ff69
documize-community: 3.6.0 -> 3.7.0
...
https://github.com/documize/community/releases/tag/v3.7.0
2020-02-05 16:37:19 +01:00
Vladimír Čunát
48a997cd76
Merge #66528 : glibc: 2.27 -> 2.30 (into staging)
...
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
foxit64
d5fd6bb066
telegraf 1.13.2 -> 1.13.3
2020-02-05 11:34:30 +01:00
worldofpeace
cf83cfbd4c
xorg.libXft: add color emoji rendering support
...
https://gitlab.freedesktop.org/xorg/lib/libxft/merge_requests/1
2020-02-05 10:38:54 +01:00
Frederik Rietdijk
76a439239e
Merge master into staging-next
2020-02-05 10:28:52 +01:00
Emily
6d046e1079
openresty: rebase on top of nginx package
...
The primary motivation of this change was to allow third-party modules
to be used with OpenResty, but it also results in a significant
reduction of code duplication.
2020-02-04 19:30:40 -06:00
Emily
db3182a65d
nginxModules.brotli: v0.1.2 -> unstable
...
The fork was merged back upstream but has yet to see a formal release.
2020-02-04 19:30:40 -06:00
Maximilian Bosch
89d13541e5
mautrix-telegram: 0.7.0 -> 0.7.1
...
https://github.com/tulir/mautrix-telegram/releases/tag/v0.7.1
2020-02-04 22:28:15 +01:00
Alyssa Ross
95de02942f
Revert "mailman-wrapper: crazy hack to work around the missing urllib3 dependency"
...
This reverts commit ce6b2419be
, which
was unnecessary (mailman worked just fine on its parent commit).
See #79222 .
2020-02-04 15:40:37 +00:00
Peter Simons
ce6b2419be
mailman-wrapper: crazy hack to work around the missing urllib3 dependency
...
Please remove the explicit urllib3 dependency from this expression again once
https://github.com/NixOS/nixpkgs/issues/79222 is fixed.
2020-02-04 14:43:56 +01:00
Peter Simons
5717f312a4
mailman-web: add myself as a maintainer
2020-02-04 14:43:46 +01:00
Aaron Andersen
0285cbcbe2
Merge pull request #79159 from jojosch/mytop-clear
...
mariadb: mytop add "clear" to PATH
2020-02-04 08:00:55 -05:00
Will Dietz
500f032729
Merge pull request #78185 from dtzWill/update/nginx-1.17.8
...
nginxMainline: 1.17.3 -> 1.17.8
2020-02-03 17:35:42 -06:00
Johannes Schleifenbaum
39ebcc496f
mariadb: mytop add "clear" to PATH
...
The following error was printed every second:
Can't exec "clear": Not a directory at /nix/store/.../bin/.mytop-wrapped line 110.
Use of uninitialized value $CLEAR in string at /nix/store/.../bin/.mytop-wrapped line 781.
Therefore the mytop output was repeatedly displayed instead of updating itself "in-place".
2020-02-03 15:48:18 +01:00
Peter Hoeg
f8c5513ce1
Merge pull request #78734 from Mic92/appdaemon
...
appdaemon: 3.0.5 -> 4.0.1
2020-02-03 22:00:38 +08:00
Maximilian Bosch
5c2a7d0f07
Merge pull request #79015 from mayflower/pkg/prometheus-xmpp-alerts
...
prometheus-xmpp-alerts: init at 0.4.2
2020-02-02 18:46:53 +01:00
Frederik Rietdijk
c195ef6aab
Merge pull request #78928 from NixOS/staging-next
...
Staging next
2020-02-02 15:35:18 +01:00
Frederik Rietdijk
e4c28f78e7
Merge staging-next into staging
2020-02-02 15:33:13 +01:00
Janne Heß
7dadbc7a98
confluence: Add support for MySQL driver
...
If Confluence should be connected to a MySQL database, the JDBC driver
is required.
Also switch to stdenvNoCC, because we don't really use cc.
2020-02-01 19:32:15 +01:00
Maximilian Bosch
ea8ae88f04
Merge branch 'staging' into glibc230
2020-02-01 17:42:03 +01:00
Maximilian Bosch
1bb18d9e8d
lwan: 0.2 -> 0.3, fix build w/glibc-2.30
2020-02-01 17:30:18 +01:00
Franz Pletz
c4f30cc14d
Merge pull request #78984 from marsam/update-endlessh
...
endlessh: 1.0 -> 1.1
2020-02-01 14:36:01 +00:00
Franz Pletz
add880c5e8
prometheus-xmpp-alerts: init at 0.4.2
2020-02-01 15:04:01 +01:00
Franz Pletz
e8b8e8c615
rspamd: 1.9.4 -> 2.2
2020-02-01 14:20:51 +01:00
Franz Pletz
4d5d5ed62d
rmilter: remove unused files
...
The merge 98640fd482
was done incorrectly.
2020-02-01 13:38:22 +01:00
Mario Rodas
ea6fcc0e1f
Merge pull request #78977 from r-ryantm/auto-update/hylafaxplus
...
hylafaxplus: 7.0.1 -> 7.0.2
2020-02-01 04:29:24 -05:00
R. RyanTM
dd0efcdb0b
hylafaxplus: 7.0.1 -> 7.0.2
2020-02-01 02:02:09 +00:00
Daiderd Jordan
b984c227d2
cmake: remove CMAKE_OSX_DEPLOYMENT_TARGET overrides
...
We _do_ want minimum versions in our packages.
2020-01-31 21:52:12 +01:00
Daiderd Jordan
9b579843d4
treewide: use stdenv.macosVersionMin
2020-01-31 21:52:12 +01:00
Mario Rodas
ce1ad7654b
endlessh: 1.0 -> 1.1
...
https://github.com/skeeto/endlessh/releases/tag/1.1
2020-01-31 12:00:00 -05:00
Vladimír Čunát
ae74a0e27c
(nixos/)knot-resolver: 4.3.0 -> 5.0.0
...
Minor incompatibilities due to moving to upstream defaults:
- capabilities are used instead of systemd.socket units
- the control socket moved:
/run/kresd/control -> /run/knot-resolver/control/1
- cacheDir moved and isn't configurable anymore
- different user+group names, without static IDs
Thanks Mic92 for multiple ideas.
2020-01-31 15:22:52 +01:00
Vladimír Čunát
93ad21dedd
knot-resolver: remove older lua path workarounds
...
Part of this is approximate revert of commit f0d2da43a7
.
2020-01-31 15:06:20 +01:00
Aaron Andersen
609699bc95
zabbix: 4.4.4 -> 4.4.5
2020-01-30 21:56:29 -08:00
Aaron Andersen
768154aaed
zabbix: 4.0.16 -> 4.0.17
2020-01-30 21:56:29 -08:00
Frederik Rietdijk
5cc0468a20
Merge staging into staging-next
2020-01-31 00:16:31 +01:00
Alyssa Ross
881dd9963f
mailman-web: use upstream, improve NixOS module
...
Previously, some files were copied into the Nixpkgs tree, which meant
we wouldn't easily be able to update them, and was also just messy.
The reason it was done that way before was so that a few NixOS
options could be substituted in. Some problems with doing it this way
were that the _package_ changed depending on the values of the
settings, which is pretty strange, and also that it only allowed those
few settings to be set.
In the new model, mailman-web is a usable package without needing to
override, and I've implemented the NixOS options in a much more
flexible way. NixOS' mailman-web config file first reads the
mailman-web settings to use as defaults, but then it loads another
configuration file generated from the new services.mailman.webSettings
option, so _any_ mailman-web Django setting can be customised by the
user, rather than just the three that were supported before. I've
kept the old options, but there might not really be any good reason to
keep them.
2020-01-30 23:14:45 +00:00
Alyssa Ross
a8538a73a7
mailman: init package for Mailman CLI
...
We already had python3Packages.mailman, but that's only really usable
as a library. The only other option was to create a whole Python
environment, which was undesirable to install as a system-wide
package.
2020-01-30 23:14:45 +00:00
Alyssa Ross
bc8eece849
python3.pkgs.mailman-hyperkitty: HTTPS homepage
2020-01-30 23:14:45 +00:00
Alyssa Ross
c397d1909f
nixos/mailman: don't keep secrets in the Nix store
...
This replaces all Mailman secrets with ones that are generated the
first time the service is run. This replaces the hyperkittyApiKey
option, which would lead to a secret in the world-readable store.
Even worse were the secrets hard-coded into mailman-web, which are not
just world-readable, but identical for all users!
services.mailman.hyperkittyApiKey has been removed, and so can no
longer be used to determine whether to enable Hyperkitty. In its
place, there is a new option, services.mailman.hyperkitty.enable. For
consistency, services.mailman.hyperkittyBaseUrl has been renamed to
services.mailman.hyperkitty.baseUrl.
2020-01-30 23:14:45 +00:00
Michael Raskin
4297d4b017
Merge pull request #78854 from r-ryantm/auto-update/squid
...
squid: 4.9 -> 4.10
2020-01-30 20:24:49 +00:00
Vladimír Čunát
e980e7a3ab
knot-resolver: enable checks on aarch64
...
The cqueues fix is in nixpkgs already, so it works now.
2020-01-30 18:48:57 +01:00
Ryan Mulligan
cead3c7cca
Merge pull request #78870 from r-ryantm/auto-update/uftp
...
uftp: 4.10 -> 4.10.1
2020-01-30 09:16:49 -08:00
R. RyanTM
8bbe9bbfe8
uftp: 4.10 -> 4.10.1
2020-01-30 15:59:11 +00:00
Silvan Mosberger
2118cddc82
nixos/freeswitch: init ( #76821 )
...
nixos/freeswitch: init
2020-01-30 16:45:47 +01:00
Maximilian Bosch
5232491481
prayer: fix build w/glibc-2.30
2020-01-30 15:36:40 +01:00
Maximilian Bosch
edbbd1e044
gpsd: fix build w/glibc-2.30
2020-01-30 15:24:04 +01:00
Jörg Thalheim
4358dfff8d
appdaemon: 3.0.5 -> 4.0.1
2020-01-30 14:00:40 +00:00
R. RyanTM
8cf32a28fb
squid: 4.9 -> 4.10
2020-01-30 13:59:46 +00:00
Silvan Mosberger
32718c9992
VictoriaMetrics: init at v1.32.5, add module, tests ( #78038 )
...
VictoriaMetrics: init at v1.32.5, add module, tests
2020-01-30 14:02:42 +01:00
Mario Rodas
9f53b1bd6a
Merge pull request #77903 from r-ryantm/auto-update/seyren
...
seyren: 1.1.0 -> 1.5.0
2020-01-29 21:53:51 -05:00
Mario Rodas
4b78574350
Merge pull request #78518 from r-ryantm/auto-update/mtprotoproxy
...
mtprotoproxy: 1.0.8 -> 1.0.9
2020-01-29 21:44:47 -05:00
Alyssa Ross
85a9743f13
spamassassin: use /etc/mail/spamassassin for config
...
Using a custom path in the Nix store meant that users of the module
couldn't add their own config files, which is a desirable feature. I
don't think avoiding /etc buys us anything.
2020-01-30 00:47:10 +00:00
Yorick van Pelt
a66a77d5fe
victoriametrics: init at v1.32.5
2020-01-29 19:52:10 +01:00
Robin Gloster
5f9e215214
Merge pull request #78612 from WilliButz/update-grafana
...
grafana: 6.5.3 -> 6.6.0
2020-01-29 14:07:12 +01:00
Léo Gaspard
45e01e508a
Merge pull request #78716 from Ma27/bump-matrix-synapse
...
matrix-synapse: 1.9.0 -> 1.9.1
2020-01-29 13:29:45 +01:00
Maximilian Bosch
c55809e256
Merge pull request #77985 from Ma27/drop-old-gcc
...
gcc: remove versions 4.9 and 5
2020-01-29 09:37:47 +01:00
Franz Pletz
7b9bd595cd
opensmtpd: 6.6.1p1 -> 6.6.2p1
...
Fixes critical vulnerability:
https://www.mail-archive.com/misc@opensmtpd.org/msg04850.html
2020-01-29 03:03:39 +01:00
Mario Rodas
de6df13ced
Merge pull request #77597 from tomberek/tomberek/gobetween
...
gobetween: init at 0.7.0
2020-01-28 18:42:39 -05:00
Mario Rodas
2ea5aac780
Merge pull request #78593 from r-ryantm/auto-update/memcached
...
memcached: 1.5.20 -> 1.5.21
2020-01-28 18:29:56 -05:00
Maximilian Bosch
a064678390
foundationdb5: build with gcc6
2020-01-28 20:11:02 +01:00
Maximilian Bosch
e1d35045bc
firebird: mark as broken
...
Hasn't been updated since 2017 and breaks when building with a more
recent gcc (gcc5 needs to be removed as it breaks with glibc 2.30). I
tried to update this to a more recent version which didn't work either,
but as this is pretty old I'm not even sure if this package is used atm.
2020-01-28 19:52:18 +01:00
Maximilian Bosch
1f828b8e24
matrix-synapse: 1.9.0 -> 1.9.1
...
https://github.com/matrix-org/synapse/releases/tag/v1.9.1
2020-01-28 17:57:16 +01:00
Jörg Thalheim
af1d755b04
Merge pull request #78601 from foxit64/master
...
telegraf 1.12.1 -> 1.13.2
2020-01-28 15:00:04 +00:00