Commit Graph

11045 Commits

Author SHA1 Message Date
pancho horrillo
c814b0ef24
caddy1: fix build (#97988)
main.go gets overwritten in order to build caddy with telemetry
disabled, but the global variable `run` got neglected, and this in turn
broke the test in caddy/main_test.go.

This commit fixes that, and build can now complete.
2020-09-14 19:31:08 +00:00
Vladimír Čunát
7de6e5de40
knot-dns: doInstallCheck = true 2020-09-14 11:20:52 +02:00
Mario Rodas
883575046b
Merge pull request #97910 from doronbehar/update-gotify
gotify-server: 2.0.17 -> 2.0.18
2020-09-13 22:17:31 -05:00
Mario Rodas
35510ed882
Merge pull request #97075 from bbigras/keycloak
keycloak: 10.0.2 -> 11.0.2
2020-09-13 22:11:46 -05:00
Aaron Andersen
cc34aad0d7 tomcat-native: 1.2.24 -> 1.2.25 2020-09-13 20:29:06 -04:00
Doron Behar
a4cdb9a624 gotify-server: 2.0.17 -> 2.0.18
Use new line in printf calls of update.sh, so editor config CI check
won't fail.
2020-09-13 17:03:39 +03:00
Vladimír Čunát
e78b52ede7
Merge #95089: glibc: 2.31 -> 2.32 (into staging) 2020-09-13 08:26:14 +02:00
Martin Weinelt
68c4099d73
home-assistant: drop protobuf override
aioesphome was updated to 2.6.3 which requires protobuf>=3.12.2,<4.0.
2020-09-13 01:05:48 +02:00
Maximilian Bosch
453add53dc
xinetd: fix build w/glibc-2.32 2020-09-12 23:04:50 +02:00
Maximilian Bosch
120653bd50
tacacsplus: fix build w/glibc-2.32 2020-09-12 23:04:49 +02:00
Maximilian Bosch
0258849e61
samba: fix build w/glibc-2.32 2020-09-12 23:04:47 +02:00
Maximilian Bosch
7a94f9baa9
memcached: fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
Maximilian Bosch
1897ff96d3
mysql*: fix build w/glibc-2.32 2020-09-12 23:04:45 +02:00
Maximilian Bosch
4a559f8fee
gotify-server: fix UI
In version 2.0.15 `gotify` switched to `packr` at 2.x which is why the
UI can't be served properly via HTTP and causes an empty 500 response and
the following errors in `journald`:

```
2020/09/12 19:18:33 [Recovery] 2020/09/12 - 19:18:33 panic recovered:
GET / HTTP/1.1
Host: localhost:8080
Accept: */*
User-Agent: curl/7.72.0

stat /home/ma27/Projects/ui/build/index.html: no such file or directory
```

This wasn't caught by the VM-test as it only tested the REST and push
APIs. Using their internal `packr.go` script in our build as it's the
case in the upstream build-system[1] fixes the issue.

[1] https://github.com/gotify/server/pull/277/files#diff-b67911656ef5d18c4ae36cb6741b7965R48
2020-09-12 19:30:17 +02:00
ajs124
e16bad7e29
Merge pull request #95929 from helsinki-systems/upd/ttrss-feedly
tt-rss-theme-feedly: 2.3.1 -> 2.5.0
2020-09-12 16:07:43 +02:00
Izorkin
79906c4908
nginxModules.aws-auth: fix warning message 2020-09-12 16:26:08 +03:00
Izorkin
96311ca1c3
nginxModules.shibboleth: 2020.08.12 -> 2020.09.04 2020-09-12 16:26:08 +03:00
Izorkin
6f32af17e9
nginxModules.opentracing: v0.9.0 -> v0.10.0 2020-09-12 16:26:08 +03:00
Izorkin
9092c6140f
nginxModules.naxsi: 2020.08.15 -> 2020.09.10 2020-09-12 16:26:07 +03:00
Thomas Tuegel
f72d7dcf77
mariadb-connector-c: separate .dev output 2020-09-12 06:58:20 -05:00
Markus Kohlhase
4ed3c35fd9 microserver: init at 0.1.8 2020-09-12 12:56:36 +02:00
Anderson Torres
5f4b381527
Merge pull request #97083 from bbigras/oauth2-proxy
oauth2_proxy: 6.0.0 -> 6.1.1
2020-09-11 13:40:16 -03:00
Anderson Torres
bbafcaa9c6
Merge pull request #97078 from bbigras/openresty
openresty: 1.15.8.3 -> 1.17.8.2
2020-09-11 13:35:13 -03:00
Damien Cassou
607f5a6755
Merge pull request #84246 from lostnet/couchdbpr
couchdb: add support for version 3.0.0
2020-09-11 17:47:47 +02:00
Mario Rodas
2511a36527
Merge pull request #97568 from maxeaubrey/traefik_2.2.11
traefik: 2.2.8 -> 2.2.11, pin to go 1.14
2020-09-11 07:09:07 -05:00
Will Young
0ef1be0aa1 couchdb: add support for version 3.1.0 2020-09-11 14:03:16 +02:00
Félix Baylac-Jacqué
b47cabb6ac
prosody: 0.11.5 -> 0.11.6
See https://blog.prosody.im/prosody-0.11.6-released/ for the release
notes.
2020-09-11 08:38:18 +02:00
Lassulus
23e06e611a
Merge pull request #94257 from Kloenk/openbgpd
openbgpd: init at 6.7p0
2020-09-10 20:11:17 +02:00
Daniël de Kok
58b66c0dcb postgresqlPackages.age: fix build
The build broke by a recent bison update. Use bison_3_5.
2020-09-10 08:54:17 -07:00
Ismaël Bouya
213623e291
nagios: fix build
The compiler complains about dl* function missing, this commit adds the
necessary flag to pass to gcc to make it build correctly
2020-09-10 15:37:13 +02:00
Maxine E. Aubrey
3d08e8947d
traefik: fix passing build flags 2020-09-10 10:05:51 +02:00
Vladimír Čunát
6847084284
knot-dns: libbpf is Linux-only
I should've noticed before pushing; I'm sorry.
2020-09-10 08:46:44 +02:00
ajs124
c413f10daf
Merge pull request #96364 from florianjacob/matomo
matomo: 3.13.6 -> 3.14.0
2020-09-10 01:37:45 +02:00
Maximilian Bosch
1b344f2695
Merge pull request #97463 from WilliButz/codimd/fix-sqlite/node12
codimd: build with nodejs-12_x instead of nodejs-10_x
2020-09-09 19:48:11 +02:00
Justin Humm
f6a3e70c50
Merge pull request #97396 from bachp/unifi-5.14.23
unifiStable: 5.14.22 -> 5.14.23
2020-09-09 19:01:56 +02:00
Maxine E. Aubrey
d7fade20b5
traefik: 2.2.8 -> 2.2.11 2020-09-09 17:36:30 +02:00
Vladimír Čunát
d09738dd90
knot-dns: 2.9.6 -> 3.0.0
Upgrade should be pretty easy:
https://www.knot-dns.cz/docs/3.0/html/migration.html#upgrade-2-9-x-to-3-0-x

https://en.blog.nic.cz/2020/09/09/knot-dns-3-0-news/
https://gitlab.nic.cz/knot/knot-dns/-/tags/v3.0.0

For now, it's built with XDP support but the NixOS service
isn't ready for that yet.  I'll try to look at that sometime later.
2020-09-09 17:21:27 +02:00
Vladimír Čunát
3c45610ddd
knot-resolver: 5.1.2 -> 5.1.3
https://gitlab.nic.cz/knot/knot-resolver/-/tags/v5.1.3
2020-09-09 11:10:16 +02:00
WilliButz
46e3949819
codimd: build with nodejs-12_x instead of nodejs-10_x
The codimd test is now exposed via passthru.tests
2020-09-08 20:17:29 +02:00
Mario Rodas
234c6e8a89 postgresqlPackages.timescaledb: 1.7.3 -> 1.7.4 2020-09-08 08:40:00 -05:00
Mario Rodas
6c33ed1e4c
Merge pull request #97375 from r-ryantm/auto-update/dico
dico: 2.9 -> 2.10
2020-09-08 05:44:18 -05:00
Vladimír Čunát
63b6353782
knot-dns: Remove unnecessary runtime dependencies
Closure size: 261 -> 171 MiB.  (Only .bin was affected.)
2020-09-08 12:16:56 +02:00
Oleksii Filonenko
45d7f59da8
Merge pull request #97217 from sephii/nixos-caddy-v2-migration 2020-09-08 11:17:55 +03:00
Linus Heckemann
ef4e81d756
Merge pull request #96830 from mayflower/unifi-poller
unifi-poller: add service and prometheus-exporter
2020-09-08 09:53:07 +02:00
Sylvain Fankhauser
94ed8606c6
caddy: 2.0.0 -> 2.1.1 2020-09-08 09:29:05 +02:00
Sylvain Fankhauser
b8bfe941fa
caddy: address remaining MR comments for v2 2020-09-08 09:29:04 +02:00
zowoq
9b3bc6b46e livepeer: 0.2.4 -> 0.5.10 2020-09-08 16:32:39 +10:00
zowoq
d81c805b6f prometheus-process-exporter: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq
7670725ac5 prometheus-aws-s3-exporter: use upstream vendor 2020-09-08 16:32:39 +10:00
zowoq
8ad25211ca mirrorbits: use deleteVendor 2020-09-08 16:32:39 +10:00
Niklas Hambüchen
40ec591132
Merge pull request #97363 from r-ryantm/auto-update/consul
consul: 1.8.0 -> 1.8.3
2020-09-08 02:08:18 +02:00
Pascal Bach
87b6cc6cef unifiStable: 5.14.22 -> 5.14.23 2020-09-07 22:44:24 +02:00
R. RyanTM
31a4fd2c3b dex-oidc: 2.17.0 -> 2.23.0 2020-09-07 19:56:20 +01:00
R. RyanTM
6b4021489b dico: 2.9 -> 2.10 2020-09-07 16:49:32 +00:00
R. RyanTM
04e5a9e9eb consul: 1.8.0 -> 1.8.3 2020-09-07 14:11:13 +00:00
Vladimír Čunát
c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Mario Rodas
83865b83c9
Merge pull request #97332 from 0x4A6F/master-timescale-prometheus
timescale-prometheus: 0.1.0-beta.2 -> 0.1.0-beta.4
2020-09-07 08:16:59 -05:00
Oleksii Filonenko
6322325a53
caddy: 1.0.5 -> 2.0.0
Rename legacy v1 to `caddy1`
2020-09-07 09:39:16 +02:00
0x4A6F
4dd118b4f9
timescale-prometheus: 0.1.0-beta.2 -> 0.1.0-beta.4 2020-09-07 06:43:06 +00:00
Martin Weinelt
bd649f4f55
Merge pull request #97263 from mweinelt/zigbee2mqtt
zigbee2mqtt: 1.14.3 -> 1.14.4
2020-09-07 04:40:05 +02:00
Mario Rodas
d85b678c3c
Merge pull request #97279 from plumelo/atlassian-jira-8.12.0
atlassian-jira: 8.10.0 -> 8.12.0
2020-09-06 19:21:15 -05:00
R. RyanTM
c39f775f20 icingaweb2: 2.8.0 -> 2.8.1 2020-09-06 18:52:22 +02:00
Frederik Rietdijk
d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
elseym
39eaecd14f
unifi-poller: init at 2.0.1 2020-09-06 17:37:50 +02:00
Mario Rodas
9380c61a19
Merge pull request #97246 from r-ryantm/auto-update/sensu-go-backend
sensu-go-backend: 5.21.1 -> 5.21.2
2020-09-06 07:50:24 -05:00
Mario Rodas
885ce4b411
Merge pull request #97248 from r-ryantm/auto-update/sickgear
sickgear: 0.21.36 -> 0.21.42
2020-09-06 07:48:01 -05:00
Mario Rodas
1c25cb0383
Merge pull request #97033 from pstn/jellyfin-bump
jellyfin: 10.6.3 -> 10.6.4
2020-09-06 07:35:15 -05:00
vasile luta
44f439fc2c atlassian-jira: 8.10.0 -> 8.12.0 2020-09-06 09:35:50 +03:00
Mario Rodas
7c4879452f
Merge pull request #97178 from r-ryantm/auto-update/jackett
jackett: 0.16.998 -> 0.16.1057
2020-09-05 21:20:09 -05:00
Mario Rodas
80de2fd555
Merge pull request #97175 from r-ryantm/auto-update/influxdb
influxdb: 1.8.0 -> 1.8.2
2020-09-05 21:04:06 -05:00
Martin Weinelt
bf72d1bc7d
Merge pull request #97151 from jonringer/home_assistant_plugins
Home assistant plugins: pysqueezebox and yeelight
2020-09-06 02:20:43 +02:00
Martin Weinelt
328e30e1a5
zigbee2mqtt: 1.14.3 -> 1.14.4 2020-09-05 23:43:39 +02:00
R. RyanTM
f7127a35ea sickgear: 0.21.36 -> 0.21.42 2020-09-05 18:08:42 +00:00
R. RyanTM
1649ef9ef7 sensu-go-backend: 5.21.1 -> 5.21.2 2020-09-05 17:55:56 +00:00
Maximilian Bosch
4d20415927
Merge pull request #97164 from r-ryantm/auto-update/grafana-loki
grafana-loki: 1.6.0 -> 1.6.1
2020-09-05 17:41:02 +02:00
Maximilian Bosch
86a1a0a68d
mautrix-whatsapp: 0.1.3 -> 0.1.4
https://github.com/tulir/mautrix-whatsapp/releases/tag/v0.1.4
2020-09-05 16:21:42 +02:00
Robert Scott
dc5c37e5a2
Merge pull request #95354 from r-ryantm/auto-update/dgraph
dgraph: 20.03.4 -> 20.07.0
2020-09-05 13:13:07 +01:00
R. RyanTM
aa9db88b8f jackett: 0.16.998 -> 0.16.1057 2020-09-05 02:30:14 +00:00
R. RyanTM
b0094fc46b influxdb: 1.8.0 -> 1.8.2 2020-09-05 02:11:12 +00:00
R. RyanTM
82b6236756 grafana-loki: 1.6.0 -> 1.6.1 2020-09-04 23:50:38 +00:00
Jan Tojnar
346dee1a96
Merge branch 'master' into staging-next 2020-09-05 00:31:19 +02:00
nyanloutre
ca7b509dff
pythonPackages.yeelight: init at 0.5.3 2020-09-04 12:26:28 -07:00
nyanloutre
14de1392aa
pythonPackages.pysqueezebox: init at 0.4.0 2020-09-04 12:25:43 -07:00
Frederik Rietdijk
af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Peter Simons
5512354eef Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-09-04 19:45:22 +02:00
R. RyanTM
bbdb8b03b8 bazarr: 0.9 -> 0.9.0.2 2020-09-04 09:25:58 -07:00
Peter Simons
fcbf5bf857 Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-09-04 15:56:33 +02:00
R. RyanTM
04b2a20122 dolt: 0.18.3 -> 0.19.0 2020-09-04 11:37:18 +00:00
Bruno Bigras
96469f5e6b oauth2_proxy: 6.0.0 -> 6.1.1 2020-09-04 01:33:59 -04:00
Bruno Bigras
aca8ce740b openresty: 1.15.8.3 -> 1.17.8.2 2020-09-04 00:38:04 -04:00
Bruno Bigras
489a130885 keycloak: 10.0.2 -> 11.0.2 2020-09-03 23:53:05 -04:00
Martin Weinelt
cc0ad3f56e
Merge pull request #96863 from mweinelt/zigbee2mqtt
zigbee2mqtt: 1.14.2 -> 1.14.3
2020-09-03 22:57:51 +02:00
Ariel Nunez
a29ed35bc7 hasura: 1.2.1 -> 1.3.1-beta.1 2020-09-03 14:59:08 -05:00
Philipp
222751ce92
jellyfin: 10.6.3 -> 10.6.4 2020-09-03 21:00:35 +02:00
Frederik Rietdijk
377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Andrew Fontaine
5e1cb57bf8
minio: support building on darwin
Modified build command and flags to allow successful build on Darwin
systems. Based on flags in GitHub issue from minio project [0]

[0]: https://github.com/minio/minio/issues/10188#issuecomment-668223207
2020-09-03 11:12:17 -04:00
Martin Weinelt
766958b546
Merge pull request #96595 from mweinelt/pinnwand
pinnwand: 1.2.1 -> 1.2.2
2020-09-03 14:31:34 +02:00
Robert Schütz
a38a9590d8 radicale: 3.0.3 -> 3.0.5 2020-09-02 09:04:04 -07:00
Aaron Andersen
259aaf6abf
Merge pull request #96926 from davidak/limesurvey-update
limesurvey: 3.17.12+190823 -> 3.23.0+200813
2020-09-02 11:50:11 -04:00
Félix Baylac-Jacqué
09c383c17a
Merge pull request #94917 from ju1m/biboumi
nixos/biboumi: init
2020-09-02 17:43:27 +02:00
Simon Waibl
32f5e5da4a
Merge pull request #96677 from edude03/patch-2
plex: 1.19 -> 1.20
2020-09-02 15:59:27 +02:00
Julien Moutinho
f333296776 nixos/biboumi: init 2020-09-02 08:31:53 +02:00
John Ericson
1965a241fc
Merge pull request #61019 from volth/gcc.arch-amd
platform.gcc.arch: support for AMD CPUs
2020-09-01 22:31:16 -04:00
davidak
de1c05439d limesurvey: 3.17.12+190823 -> 3.23.0+200813
fixes at least 17 CVEs
also adds test to package
2020-09-02 02:32:47 +02:00
zowoq
7042fefef1 etcd: 3.3.22 -> 3.3.25 2020-09-02 07:37:31 +10:00
Janne Heß
d85f50b71f
nixos/gitlab: Support pages
Fixes #84525
2020-09-01 12:08:36 +02:00
Daniël de Kok
09d1aa9622
Merge pull request #96025 from danieldk/age-0.2.0
postgresqlPackages.age: init at 0.2.0
2020-09-01 08:53:40 +02:00
Aaron Andersen
bb53e38c2b
Merge pull request #96605 from aanderse/zabbix
zabbix: 4.0.20 -> 4.0.24, 5.0.2 -> 5.0.3
2020-08-31 20:50:48 -04:00
Mario Rodas
8eae05ef8d
Merge pull request #96444 from r-ryantm/auto-update/pounce
pounce: 1.3p1 -> 1.4p2
2020-08-31 19:34:35 -05:00
R. RyanTM
46af6742bb metabase: 0.36.2 -> 0.36.4 2020-08-31 17:22:44 -07:00
Aaron Andersen
2dfe711325
Merge pull request #96711 from r-ryantm/auto-update/solr
solr: 8.5.2 -> 8.6.1
2020-08-31 20:18:35 -04:00
R. RyanTM
f873eced51 cockroachdb: 20.1.3 -> 20.1.4 2020-08-31 17:03:21 -07:00
Ryan Mulligan
c4364cdddc
Merge pull request #96731 from r-ryantm/auto-update/squid
squid: 4.12 -> 4.13
2020-08-31 12:37:10 -07:00
Martin Weinelt
94e0b94a1d
zigbee2mqtt: 1.14.2 -> 1.14.3 2020-08-31 21:17:10 +02:00
Mario Rodas
a0bfc038f3
Merge pull request #96585 from r-ryantm/auto-update/ser2net
ser2net: 4.2.0 -> 4.2.1
2020-08-31 12:48:52 -05:00
Frederik Rietdijk
e29c1e42e0 Merge staging-next into staging 2020-08-31 19:46:33 +02:00
Mario Rodas
73fd30f772
Merge pull request #96719 from r-ryantm/auto-update/tailscale
tailscale: 1.0.3 -> 1.0.5
2020-08-31 12:35:05 -05:00
Mario Rodas
dcf1e860a9
Merge pull request #96747 from r-ryantm/auto-update/VictoriaMetrics
victoriametrics: 1.37.4 -> 1.40.0
2020-08-31 12:32:40 -05:00
Ryan Mulligan
fe78da2d55
Merge pull request #96733 from r-ryantm/auto-update/sslh
sslh: 1.21 -> 1.21c
2020-08-31 10:11:18 -07:00
Lassulus
a081e99e41
Merge pull request #83780 from hax404/robustirc-bridge
robustirc-bridge: init at 1.8
2020-08-31 18:14:45 +02:00
Georg Haas
2bd6f0744f
nixos/tests/robustirc-bridge: init 2020-08-31 15:22:50 +02:00
R. RyanTM
6f2d868624 victoriametrics: 1.37.4 -> 1.40.0 2020-08-31 10:00:23 +00:00
Vladimír Čunát
1dbe47ced5
knot-dns: 2.9.5 -> 2.9.6
This is mostly a bug fix version with some small improvements.
https://gitlab.nic.cz/knot/knot-dns/-/tags/v2.9.6
2020-08-31 11:51:52 +02:00
R. RyanTM
15e64e1b64 sslh: 1.21 -> 1.21c 2020-08-31 05:40:31 +00:00
R. RyanTM
89af243189 squid: 4.12 -> 4.13 2020-08-31 05:22:17 +00:00
R. RyanTM
71f860dc71 tailscale: 1.0.3 -> 1.0.5 2020-08-31 02:47:41 +00:00
R. RyanTM
563b73d880 solr: 8.5.2 -> 8.6.1 2020-08-31 00:35:41 +00:00
Stig Palmquist
5aef482f61 perl: 5.30.3 -> 5.32.0, perldevel: 5.32.0-RC0 -> 5.33.1
Co-authored-by: volth <volth@volth.com>
2020-08-30 20:21:26 +02:00
Georg Haas
b56b0b8238
robustirc-bridge: init at 1.8 2020-08-30 18:34:22 +02:00
Michael Francis
809860af57
plex: 1.19 -> 1.20 2020-08-30 21:22:36 +08:00
Martin Weinelt
e06e699c84 home-assistant: fix list spacing in component packages 2020-08-29 17:37:55 -07:00
Martin Weinelt
cc4fd57df9 home-assistant: find packages that use extra_require 2020-08-29 17:37:55 -07:00
Martin Weinelt
67b7baa580 homeassistant: 0.114.3 -> 0.114.4 2020-08-29 17:37:55 -07:00
Profpatsch
cc8c10de30 gonic: init at 0.11.0
Gonic is an implementation of the subsonic server and protocol.
2020-08-30 00:03:54 +02:00
Mario Rodas
7ae2a9461e
Merge pull request #96442 from sikmir/tegola
tegola: 0.11.2 -> 0.12.0
2020-08-29 08:24:49 -05:00
Aaron Andersen
e5fb3a98d8 zabbix: 5.0.2 -> 5.0.3 2020-08-29 09:05:14 -04:00
Aaron Andersen
0d1b4120fd zabbix: 4.0.20 -> 4.0.24 2020-08-29 09:02:51 -04:00
Frederik Rietdijk
7b56d26ae3 Merge master into staging-next 2020-08-29 13:30:25 +02:00
Martin Weinelt
9233ae9692
pinnwand: 1.2.1 -> 1.2.2
Some longer standing bugs get squatted in pragmatic ways.
 - Ensure minimum body width to prevent button falling off
   (supakeen/pinnwand#79)
 - Select initial lexer for additional files (supakeen/pinnwand#97)
2020-08-29 12:25:41 +02:00
Nikolay Korotkiy
e7552a281d
tegola: 0.11.2 -> 0.12.0 2020-08-29 13:14:49 +03:00
R. RyanTM
c3708aea65 ser2net: 4.2.0 -> 4.2.1 2020-08-29 07:15:06 +00:00
Mario Rodas
eb86495d7c
Merge pull request #96507 from marsam/update-timescaledb
postgresqlPackages.timescaledb: 1.7.2 -> 1.7.3
2020-08-28 22:05:43 -05:00
Maximilian Bosch
42173099bf
matrix-synapse: 1.19.0 -> 1.19.1
https://github.com/matrix-org/synapse/releases/tag/v1.19.1
2020-08-28 15:18:44 +02:00
Frederik Rietdijk
efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Mario Rodas
8f9cbeeae7
postgresqlPackages.timescaledb: 1.7.2 -> 1.7.3
https://github.com/timescale/timescaledb/releases/tag/1.7.3
2020-08-27 18:35:47 -05:00
Ryan Mulligan
d68d500235
Merge pull request #96431 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0
2020-08-27 13:58:01 -07:00
Maximilian Bosch
ef1fd9d0fb
Merge pull request #96351 from WilliButz/update/grafana-7.1.5
grafana: 7.1.3 -> 7.1.5
2020-08-27 15:43:00 +02:00
R. RyanTM
391c182248 pounce: 1.3p1 -> 1.4p2 2020-08-27 07:33:22 +00:00
Frederik Rietdijk
52095e171f Merge master into staging-next 2020-08-27 08:36:41 +02:00
R. RyanTM
8c86aafbfe postgresql11Packages.pgrouting: 3.0.2 -> 3.1.0 2020-08-27 05:03:35 +00:00
Matthew Bauer
25ac498482
Merge pull request #96404 from matthewbauer/gcc-cross
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26 16:17:14 -05:00
Florian Jacob
f0c65f21ed matomo: 3.13.6 -> 3.14.0 2020-08-26 14:13:16 +02:00
WilliButz
a91c895bd6
grafana: 7.1.3 -> 7.1.5 2020-08-26 11:14:35 +02:00
WilliButz
13209156c1
Merge pull request #95847 from WilliButz/update/confluence-7.7.2
confluence: 7.6.1 -> 7.7.2
2020-08-26 11:12:27 +02:00
Frederik Rietdijk
081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
Frederik Rietdijk
b61ad0afc2 Merge master into staging-next 2020-08-26 08:42:36 +02:00
Steve Purcell
61f639c1ff
maintainers: add purcell (#96329) 2020-08-25 23:35:47 -04:00
Mario Rodas
884d15ab9c
Merge pull request #94839 from purcell/jackett-0.16.962-mono
jackett: 0.16.175 -> 0.16.998, switch to Mono, adding Darwin support
2020-08-25 20:35:45 -05:00
Lassulus
e357d0ec8c
Merge pull request #95678 from helsinki-systems/upd/sogo
sogo: 4.3.2 -> 5.0.0
2020-08-26 00:04:36 +02:00
Jonathan Ringer
62f046e902
Merge master into staging-next 2020-08-25 09:16:30 -07:00
R. RyanTM
bb267240df etcd_3_4: 3.4.10 -> 3.4.13 2020-08-25 20:29:50 +10:00
ajs124
6ba9e9c4c3 sogo: switch to (hopefully) stable patch url
patches were "rewritten" in their repo, that's why the hash changed
2020-08-24 20:46:45 +02:00
Jörg Thalheim
4c9ad3ca79
Merge branch 'master' into nginx-update 2020-08-24 13:42:11 +01:00
Florian Klink
40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Frederik Rietdijk
101501ec10 Merge staging-next into staging 2020-08-24 11:56:04 +02:00
Frederik Rietdijk
0a874ff2a6 Merge master into staging-next 2020-08-24 11:50:58 +02:00
Mario Rodas
79b0cf6941
Merge pull request #95961 from r-ryantm/auto-update/dolt
dolt: 0.18.2 -> 0.18.3
2020-08-23 20:33:13 -05:00
Silvan Mosberger
819c43148e
Merge pull request #94261 from r-ryantm/auto-update/bazarr
bazarr: 0.8.4.4 -> 0.9
2020-08-23 18:31:50 +02:00
R. RyanTM
7d1e090b10
bazarr: 0.8.4.4 -> 0.9
Co-Authored-By: Silvan Mosberger <contact@infinisil.com>
2020-08-23 18:30:55 +02:00
Silvan Mosberger
adbae906b3
Merge pull request #95861 from RaghavSood/rippled/1.6.0
rippled: 1.5.0 -> 1.6.0
2020-08-23 17:12:08 +02:00
Jason O'Conal
1895f5ae22
Merge pull request #95945 from lovek323/sabnzbd-upgrade
sabnzbd: 2.3.9 -> 3.0.1
2020-08-23 17:36:32 +09:30
Jan Tojnar
58377555ed
Merge branch 'staging-next' into staging 2020-08-23 02:18:27 +02:00
Jan Tojnar
91104b5417
Merge branch 'master' into staging-next 2020-08-23 02:00:50 +02:00
Maximilian Bosch
0436b98753
Merge pull request #95845 from WilliButz/update/prometheus-2.20.1
prometheus: 2.19.3 -> 2.20.1, fix thanos test
2020-08-22 21:22:38 +02:00
Maximilian Bosch
a6f577ab8f
Merge pull request #95971 from r-ryantm/auto-update/grafana-loki
grafana-loki: 1.5.0 -> 1.6.0
2020-08-22 20:59:54 +02:00
Justin Humm
8afdfde229
Merge pull request #95991 from bachp/unifi-5.14.22
unifiStable: 5.13.32 -> 5.14.22
2020-08-22 20:27:50 +02:00
Daniël de Kok
58ba6ca2fe postgresqlPackages.age: init at 0.2.0
Apache AGE is an extension of PostgreSQL that provides an
implementation of the openCypher query language.
2020-08-22 20:16:30 +02:00
Martin Weinelt
419f791e1f
Merge pull request #95853 from mweinelt/hass
homeassistant: 0.114.2 -> 0.114.3
2020-08-22 16:34:34 +02:00
Pascal Bach
fcbf367090 unifiStable: 5.13.32 -> 5.14.22 2020-08-22 16:11:29 +02:00
Lassulus
4f89252603
Merge pull request #89864 from r-ryantm/auto-update/sickgear
sickgear: 0.21.33 -> 0.21.36
2020-08-22 13:40:46 +02:00
R. RyanTM
b05eefc014 grafana-loki: 1.5.0 -> 1.6.0 2020-08-22 08:32:53 +00:00
Linus Heckemann
09b67d11d2
Merge pull request #95840 from WilliButz/update/freeradius-3.0.21
freeradius: 3.0.20 -> 3.0.21
2020-08-22 09:39:48 +02:00
R. RyanTM
e9a31bc1a6 dolt: 0.18.2 -> 0.18.3 2020-08-22 05:46:15 +00:00
Jason O'Conal
88537e0c22 sabnzbd: 2.3.9 -> 3.0.1 2020-08-22 11:50:28 +09:30
Matthias Totschnig
9b2769b061 rethinkdb: use clangStdenv
And remove patch working around a GCC bug.
2020-08-21 15:44:52 -07:00
Matthias Totschnig
8025e4ffe4 rethinkdb: 2.3.6 -> 2.4.1, fix
Update patch that prevents making V8 snapshots, as those segfault.

Fix build by building only the database server. Other make targets fetch
dependencies at build time and this behaviour cannot be overriden.
Therefore, the clients and web interface are no longer built. See
rethinkdb/rethinkdb#6867.
2020-08-21 15:44:52 -07:00
Aaron Andersen
91db1c8aec
Merge pull request #87712 from aanderse/zabbix
zabbix: 4.4.8 -> 5.0.2
2020-08-21 17:11:55 -04:00
Janne Heß
a059f0785e
asterisk-module-sccp: Init at 4.3.2-epsilon 2020-08-21 22:14:32 +02:00
Janne Heß
5ac88239e0
tt-rss-theme-feedly: 2.3.1 -> 2.5.0 2020-08-21 22:11:36 +02:00
Jörg Thalheim
6f4141507b
meguca: remove (#95920) 2020-08-21 13:00:40 -07:00
Justin Humm
73b2f83560
jellyfin: 10.6.2 -> 10.6.3 2020-08-21 08:27:21 +02:00
Maximilian Bosch
c59ea8b8a0
Merge pull request #95839 from WilliButz/update/grafana-7.1.3
grafana: 7.0.4 -> 7.1.3, enable checkPhase
2020-08-20 19:08:02 +02:00
Raghav Sood
68ddd0cd95
rippled: 1.5.0 -> 1.6.0 2020-08-20 14:47:49 +00:00
Martin Weinelt
d4df3b70f7 homeassistant: 0.114.2 -> 0.114.3 2020-08-20 12:54:47 +02:00
WilliButz
a942508875
confluence: 7.6.1 -> 7.7.2 2020-08-20 11:44:36 +02:00
Mario Rodas
50d60253e1
Merge pull request #95810 from 0x4A6F/master-timescale-prometheus
timescale-prometheus: 0.1.0-beta.1 -> 0.1.0-beta.2
2020-08-20 04:41:36 -05:00
Mario Rodas
ccdb936226
timescale-prometheus: add buildFlagsArray 2020-08-20 04:20:00 -05:00
WilliButz
876396cac0
prometheus: 2.19.3 -> 2.20.1, fix thanos test 2020-08-20 11:14:43 +02:00
WilliButz
609cdfae9a
freeradius: 3.0.20 -> 3.0.21 2020-08-20 10:38:50 +02:00
WilliButz
d9b0a19e99
Merge pull request #94342 from r-ryantm/auto-update/atlassian-confluence
atlassian-confluence: 7.6.0 -> 7.6.1
2020-08-20 10:31:41 +02:00
WilliButz
003fa57c64
grafana: 7.0.4 -> 7.1.3, enable checkPhase 2020-08-20 10:23:51 +02:00
Mario Rodas
a3d53c5406
Merge pull request #95783 from marsam/init-plpgsql_check
postgresqlPackages.plpgsql_check: init at 1.13.1
2020-08-20 02:27:31 -05:00
Lassulus
bfa6a90a0e
Merge pull request #92881 from freezeboy/update-demoit
demoit: unstable-2019-05-10 -> unstable-2020-06-11
2020-08-20 09:19:21 +02:00
Aaron Andersen
fd250d57bb
Merge pull request #79123 from aanderse/apachectl
nixos/httpd: remove impurity from /etc
2020-08-19 20:56:51 -04:00
zowoq
7dec299b89 buildGoModule/vend: use upstream instead of fork 2020-08-20 08:01:43 +10:00
0x4A6F
30cc833744
timescale-prometheus: 0.1.0-beta.1 -> 0.1.0-beta.2 2020-08-19 16:42:41 +00:00
Anderson Torres
e7139f46cd
Merge pull request #93654 from Church-/jellyfin_10.6.0
jellyfin 10.5.5 -> 10.6.0
2020-08-19 10:21:16 -03:00
Martin Weinelt
9dac262767 homeassistant: 0.114.0 -> 0.114.2 2020-08-19 09:54:21 +00:00
Jonathan Ringer
cc3c55b0f9 home-assistant: fix tests 2020-08-19 00:43:21 -07:00
Ryan Mulligan
c057e8df83
Merge pull request #95744 from wucke13/master
mattermost: 5.25.0 -> 5.25.3
2020-08-18 16:19:11 -07:00
Frederik Rietdijk
4cf394ea3f Merge master into staging-next 2020-08-18 17:55:04 +02:00
Aaron Andersen
5e630bf5d3 zabbix: 4.4.8 -> 5.0.2 2020-08-18 10:30:23 -04:00
Aaron Andersen
927bd3e665 zabbix.server: fix broken build 2020-08-18 10:25:42 -04:00
Martin Weinelt
6622ba5b25
Merge pull request #95708 from Ma27/matrix-updates
Bump a few packages related to the Matrix ecosystem
2020-08-18 14:19:04 +02:00
wucke13
9ce2c3804a mattermost: 5.25.0 -> 5.25.3 2020-08-18 12:29:34 +02:00
Frederik Rietdijk
fe7bab33d7
Merge pull request #95553 from zowoq/rename-maintainers
maintainers: prefix number with underscore
2020-08-18 11:30:24 +02:00
Silvan Mosberger
7db9fd1dbc
Merge pull request #81467 from dawidsowa/rss-bridge
rss-bridge: init at 2020-02-26
2020-08-18 05:00:41 +02:00
markuskowa
1551f30187
Merge pull request #81606 from markuskowa/upd-slurm
slurm: 19.05.5.1 -> 20.02.4.1
2020-08-18 01:33:31 +02:00
zowoq
0052523a18 maintainers: 1000101 -> _1000101 2020-08-18 07:59:48 +10:00
zowoq
7d9c49f8e6 maintainers: 0x4A6F -> _0x4A6F 2020-08-18 07:59:44 +10:00
Maximilian Bosch
53dc9e8103
matrix-synapse: 1.18.0 -> 1.19.0
https://github.com/matrix-org/synapse/releases/tag/v1.19.0
2020-08-17 22:04:32 +02:00
Ryan Mulligan
962e495321
Merge pull request #95150 from r-ryantm/auto-update/navidrome
navidrome: 0.27.0 -> 0.29.0
2020-08-17 06:11:55 -07:00
Frederik Rietdijk
0ac85bc455 Merge master into staging-next 2020-08-17 14:54:39 +02:00
ajs124
a0afc29460 sogo: 4.3.2 -> 5.0.0 2020-08-17 12:14:51 +02:00
Mario Rodas
2021a4b870
postgresqlPackages.plpgsql_check: init at 1.13.1 2020-08-17 04:20:00 -05:00
Markus Kowalewski
f01e33e795
slurm: 20.02.3.1 -> 20.02.4.1 2020-08-17 10:49:32 +02:00
Markus Kowalewski
1763536997
slurm: 20.02.0.1 -. 20.02.3.1 2020-08-17 10:49:31 +02:00
Markus Kowalewski
d2abb868cc
slurm: 19.05.7.1 -> 20.02.0.1 2020-08-17 10:49:31 +02:00
Izorkin
5c70c5eeaa nginxModules: renamed module ngx_aws_auth to aws-auth 2020-08-17 10:42:54 +03:00
Izorkin
772f5d5401 nginxModules: rename source to module name 2020-08-17 10:42:04 +03:00
Izorkin
15b3330747 nginxModules.statsd: change mirror 2020-08-17 10:42:04 +03:00
Izorkin
b5c1848625 nginxModules.upstream-check: 2018.08.12 -> 2019.11.03 2020-08-17 10:42:04 +03:00
Izorkin
e40dd8d4b9 nginxModules.subsFilter: 2016.04.13 -> 2019.08.06 2020-08-17 10:42:04 +03:00
Izorkin
d3fdff5cbf nginxModules.shibboleth: 2017.04.06 -> 2020.08.12 2020-08-17 10:42:03 +03:00
Izorkin
fdc7f541cf nginxModules.push-stream: 0.5.4 -> 2020.05.03 2020-08-17 10:42:03 +03:00
Izorkin
a27273294f nginxModules.pam: v1.5.1 -> v1.5.2 2020-08-17 10:42:03 +03:00
Izorkin
cb62b1d1a8 nginxModules.opentracing: v0.7.0 -> v0.9.0 2020-08-17 10:42:03 +03:00
Izorkin
b590894e58 nginxModules.naxsi: 0.56 -> 2020.08.15 2020-08-17 10:42:03 +03:00
Izorkin
9c588fce29 nginxModules.modsecurity-nginx: v1.0.0 -> v1.0.1 2020-08-17 10:42:03 +03:00
Izorkin
4460a3700b nginxModules.http_proxy_connect_module: 2019.05.06 -> 2020.07.24 2020-08-17 10:42:03 +03:00
Izorkin
36c95f331d nginxModules.cache-purge: 2.5 -> 2.5.1 2020-08-17 10:42:01 +03:00
zowoq
cb02aa394f meguca: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
zowoq
8900b88162 livepeer: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
zowoq
d5433ef2e4 hydron: remove enableParallelBuilding = true 2020-08-17 17:13:01 +10:00
Mario Rodas
725c154369
Merge pull request #95548 from marsam/update-postgresqlPackages.plv8
postgresqlPackages.plv8: 2.3.14 -> 2.3.15
2020-08-16 20:12:23 -05:00
Florian Klink
431b08cafd
Merge pull request #95158 from Izorkin/mariadb
mariadb: 10.4.13 -> 10.4.14
2020-08-16 20:32:57 +02:00
Mario Rodas
05011b5144
Merge pull request #95545 from marsam/update-postgis
postgresqlPackages.postgis: 3.0.1 -> 3.0.2
2020-08-16 12:45:56 -05:00
Noah Hendrickson
6a71fd341d jellyfin: 10.5.5 -> 10.6.2
Added jellyfin_10_5 package as well to be used for the module in nixos versions < 20.09
2020-08-16 11:41:35 -04:00
Pascal Bach
577ad48f83 minio: 2020-05-01T22-19-14Z -> 2020-08-08T04-50-06Z 2020-08-16 13:13:28 +00:00
Jörg Thalheim
aeffd67cec
Merge pull request #95493 from Izorkin/nginx-unit 2020-08-16 13:20:31 +01:00