Commit graph

9910 commits

Author SHA1 Message Date
Vladimír Čunát
198cd3a157
Merge #88159: DNS resolver security updates for "nxnsattack" 2020-05-21 15:26:35 +02:00
Andreas Rammhold
f72b603a6d
Merge pull request #88076 from mweinelt/dovecot
dovecot: v2.3.10 → v2.3.10.1
2020-05-20 11:40:12 +02:00
Jörg Thalheim
fbdbe12f50
Merge pull request #88232 from r-ryantm/auto-update/telegraf 2020-05-20 07:58:39 +01:00
Sarah Brofeldt
0fc9fc05bc
Merge pull request #88171 from Ma27/matrix-updates
matrix-synapse: 1.12.4 -> 1.13.0, riot-{web,desktop}: 1.6.0 -> 1.6.1
2020-05-20 06:53:53 +02:00
zowoq
e0df66e6a2 etcd_3_4: init at 3.4.8
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.4.md
2020-05-20 13:29:11 +10:00
zowoq
9d92aa38d4 etcd: add maintainer 2020-05-20 13:29:05 +10:00
R. RyanTM
b89467200c telegraf: 1.14.1 -> 1.14.2 2020-05-20 02:01:15 +00:00
zowoq
0527318a88 etcd: 3.3.20 -> 3.3.21
https://github.com/etcd-io/etcd/blob/master/CHANGELOG-3.3.md#v3321-2020-05-18
2020-05-20 10:46:03 +10:00
Lassulus
b32a59da17
Merge pull request #88079 from helsinki-systems/upd/exim
exim: 4.92.3 -> 4.93
2020-05-19 22:34:59 +02:00
Maximilian Bosch
2a5b0bc813
matrix-synapse: 1.12.4 -> 1.13.0
https://github.com/matrix-org/synapse/releases/tag/v1.13.0
2020-05-19 16:32:56 +02:00
Vladimír Čunát
d0d90908c8
knot-resolver: 5.1.0 -> 5.1.1 (security)
https://en.blog.nic.cz/2020/05/19/nxnsattack-upgrade-resolvers-to-stop-new-kind-of-random-subdomain-attack/
2020-05-19 11:29:33 +02:00
Vladimír Čunát
13c485d63d
bind: 9.14.11 -> 9.14.12 (security)
https://www.isc.org/blogs/bind9-vulnerabilities-2020-05/
$ nix build -f nixos/release.nix tests.bind.x86_64-linux
2020-05-19 11:21:25 +02:00
Vladimír Čunát
6bf49e3777
pdns-recursor: 4.3.0 -> 4.3.1 (security)
https://doc.powerdns.com/recursor/changelog/4.3.html#change-4.3.1
It fixes DoS CVEs; details e.g. on http://www.nxnsattack.com/

$ nix build -f nixos/release.nix tests.pdns-recursor.x86_64-linux
2020-05-19 11:20:51 +02:00
Mario Rodas
3859ef98f7 postgresqlPackages.timescaledb: 1.7.0 -> 1.7.1
Changelog: https://github.com/timescale/timescaledb/releases/tag/1.7.1
2020-05-18 18:06:40 -07:00
Martin Milata
ed301e7158 nextcloud18: 18.0.3 -> 18.0.4
Changes: https://nextcloud.com/changelog/#latest18
2020-05-18 20:06:01 +02:00
Martin Milata
cd2a208bdb nextcloud17: 17.0.4 -> 17.0.6
Changes: https://nextcloud.com/changelog/#latest17

Fixes: https://nvd.nist.gov/vuln/detail/CVE-2020-8154
2020-05-18 20:00:43 +02:00
ajs124
7ed1c6f1b2 exim: 4.92.3 -> 4.93.0.4
As per the updating notes[1], DISABLE_TLS replaces SUPPORT_TLS.
The build system also wants you to choose between OpenSSL and GnuTLS.
Since we were using OpenSSL until now, I chose that.

[1]: https://git.exim.org/exim.git/blob_plain/885bb037cb791e057de2105bb3790c6135914c62:/src/README.UPDATING
2020-05-18 19:23:13 +02:00
Martin Weinelt
6cf48856d2
dovecot: v2.3.10 → v2.3.10.1
Fixes: CVE-2020-10957, CVE-2020-10958, CVE-2020-10967
2020-05-18 18:40:40 +02:00
Sarah Brofeldt
2b40ddcd2d
Merge pull request #87736 from helsinki-systems/upd/ngx_fancyindex
nginxModules.fancyindex: 0.4.3 -> 0.4.4
2020-05-18 06:39:56 +02:00
Daniel Fullmer
4f35b7ec5f nixos/zoneminder: add minimal test 2020-05-17 14:14:30 -04:00
Ryan Mulligan
28c2c0156d
Merge pull request #87996 from r-ryantm/auto-update/adminer
adminer: 4.7.6 -> 4.7.7
2020-05-17 09:14:35 -07:00
Jamie McClymont
68a09ca2d4 redis: 6.0.1 -> 6.0.3
================================================================================
Redis 6.0.3     Released Sat May 16 18:10:21 CEST 2020
================================================================================

Upgrade urgency CRITICAL: a crash introduced in 6.0.2 is now fixed.

1eab62f7e Remove the client from CLOSE_ASAP list before caching the master.

================================================================================
Redis 6.0.2     Released Fri May 15 22:24:36 CEST 2020
================================================================================

Upgrade urgency MODERATE: many not critical bugfixes in different areas.
                          Critical fix to client side caching when
                          keys are evicted from the tracking table but
                          no notifications are sent.

The following are the most serious fix:

* XPENDING should not update consumer's seen-time
* optimize memory usage of deferred replies - fixed
* Fix CRC64 initialization outside the Redis server itself.
* stringmatchlen() should not expect null terminated strings.
* Cluster nodes availability checks improved when there is
  high Pub/Sub load on the cluster bus.
* Redis Benchmark: Fix coredump because of double free
* Tracking: send eviction messages when evicting entries.
* rax.c updated from upstream antirez/rax.
* fix redis 6.0 not freeing closed connections during loading.

New features:

* Support setcpuaffinity on linux/bsd
* Client Side Caching: Add Tracking Prefix Number Stats in Server Info
* Add --user argument to redis-benchmark.c (ACL)
2020-05-17 21:14:52 +12:00
Jamie McClymont
8cdc8687bf redis: handle changes to systemd support
The 6.0 changelog notes that systemd support was rewritten. The effects
of that seem to be twofold:

* Redis will silently fail to sd_notify if not built with libsystemd,
  breaking our unit configuration.
* It also appears to misbehave if told to daemonize when running under
  systemd -- note that upstream's sample unit configuration does not
  daemonize:
  https://github.com/antirez/redis/blob/unstable/utils/systemd-redis_server.service
2020-05-17 20:23:48 +12:00
R. RyanTM
1fc8b73b34 adminer: 4.7.6 -> 4.7.7 2020-05-17 00:34:04 +00:00
Mario Rodas
8d3b239340
Merge pull request #87472 from r-ryantm/auto-update/redis
redis: 5.0.8 -> 6.0.1
2020-05-16 06:55:40 -05:00
Lila
7517299146
treewide: fix broken AlpineLinux repo links (#87892) 2020-05-15 16:58:27 +01:00
sternenseemann
aa35d565ff meteor: 1.10.1 -> 1.10.2 2020-05-14 21:33:52 -07:00
Jörg Thalheim
fc03905902
Merge pull request #87849 from doronbehar/update-gotify-server
gotify: adapt update script to use vendor sha
2020-05-14 23:51:50 +01:00
Doron Behar
5746259af6 gotify: adapt update script to use vendor sha 2020-05-15 01:39:42 +03:00
Izorkin
6ac9a9fcb4 mariadb: 10.3.22 -> 10.4.12 2020-05-14 17:29:40 +03:00
Izorkin
a40a811b17 mariadb-galera: 25.3.27 -> 26.4.3 2020-05-14 17:29:40 +03:00
Colin L Rice
d6162dab50
go-modules: Update files to use vendorSha256 2020-05-14 07:22:21 +01:00
Benjamin Hipple
017d1e41bd
Merge pull request #87776 from aanderse/zabbix-url
zabbix: update source url
2020-05-13 23:12:45 -04:00
Aaron Andersen
c85f02ca4e zabbix: update source url 2020-05-13 20:19:50 -04:00
Andrew Childs
f300fb8454 sensu-go: 5.18.1 -> 5.20.0 2020-05-14 06:49:36 +09:00
ajs124
deadc23034 nginxModules.fancyindex: 0.4.3 -> 0.4.4 2020-05-13 13:23:20 +02:00
Jörg Thalheim
6c437ef1bb
Merge pull request #85567 from Izorkin/nginx-sandbox 2020-05-13 10:34:02 +01:00
R. RyanTM
80e26e174f serviio: 2.0 -> 2.1 2020-05-12 22:17:36 -07:00
R. RyanTM
dd1beb3208 tautulli: 2.2.1 -> 2.2.3 2020-05-12 22:15:47 -07:00
R. RyanTM
77554bb0ff airsonic: 10.6.1 -> 10.6.2 2020-05-12 22:09:11 -07:00
Izorkin
aa12fb8adb nginxModules: add option allowMemoryWriteExecute
The allowMemoryWriteExecute option is required to checking enabled nginxModules
and disable the nginx sandbox mode MemoryDenyWriteExecute.
2020-05-12 20:03:29 +03:00
Jörg Thalheim
1e69c8c242
Merge pull request #86957 from 1000101/blockbook
blockbook: 0.3.2 -> 0.3.3
2020-05-12 16:08:49 +01:00
1000101
00b904305c blockbook: Remove aarch64 from platforms 2020-05-12 15:57:30 +02:00
Benjamin Hipple
f59b843a3b
Merge pull request #87601 from misuzu/freeswitch-update
freeswitch: 1.10.2 -> 1.10.3
2020-05-11 22:02:04 -04:00
1000101
cdb4c08d98 blockbook: 0.3.2 -> 0.3.3 2020-05-11 21:46:26 +02:00
misuzu
fa0bc05978 freeswitch: 1.10.2 -> 1.10.3 2020-05-11 17:02:16 +03:00
Jörg Thalheim
11c18faa4e
Merge pull request #85862 from Izorkin/nginx-paths 2020-05-11 11:17:04 +01:00
Maximilian Bosch
532f434535
Merge pull request #87537 from doronbehar/update-gotify-server
gotify-server: 2.0.15 -> 2.0.16
2020-05-10 23:38:05 +02:00
Doron Behar
f4718f4e6b gotify-server: 2.0.15 -> 2.0.16 2020-05-10 23:12:41 +03:00
R. RyanTM
f82006b9af solr: 8.5.0 -> 8.5.1 2020-05-10 16:21:51 +00:00