This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 715b841e5b8e53774968a5f844359e1281b725fc (commit) via c24bb323e129e047fae0de03383d5e7aeed1825d (commit) via 1494b402548fb461fe8306d6114fe31eeeecd98c (commit) via 2d52362dcb8e8b1284180667e23474a320d2ff8a (commit) via 1e3ae30e1de234175f5ccaa4ecc04e0892d04e84 (commit) via b481754aa38d34e33cb81d8fd4c9dff4ad34c7e0 (commit) from 2399b70dc2d0d8939a0bc9937e84a319da2447c5 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 715b841e5b8e53774968a5f844359e1281b725fc Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 21 19:16:53 2020 +0000
core144: restart squid
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit c24bb323e129e047fae0de03383d5e7aeed1825d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 21 19:14:58 2020 +0000
core144: add bind
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 1494b402548fb461fe8306d6114fe31eeeecd98c Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Apr 21 21:02:38 2020 +0200
bind: Update to 9.11.18
For details see: https://downloads.isc.org/isc/bind9/9.11.18/RELEASE-NOTES-bind-9.11.18.html
"Security Fixes
DNS rebinding protection was ineffective when BIND 9 is configured as a forwarding DNS server. Found and responsibly reported by Tobias Klein. [GL #1574]
Known Issues
We have received reports that in some circumstances, receipt of an IXFR can cause the processing of queries to slow significantly. Some of these were related to RPZ processing, which has been fixed in this release (see below). Others appear to occur where there are NSEC3-related changes (such as an operator changing the NSEC3 salt used in the hash calculation). These are being investigated. [GL #1685]"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 2d52362dcb8e8b1284180667e23474a320d2ff8a Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Apr 21 19:13:33 2020 +0000
core144: add squid
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit 1e3ae30e1de234175f5ccaa4ecc04e0892d04e84 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Apr 21 20:55:51 2020 +0200
squid: Update to 4.11
For details see: http://www.squid-cache.org/Versions/v4/changesets/
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
commit b481754aa38d34e33cb81d8fd4c9dff4ad34c7e0 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Tue Apr 21 20:49:58 2020 +0200
dhcpcd: Update to 9.0.2
For details see: https://roy.marples.name/archives/dhcpcd-discuss/0002941.html
"* Control sockets are not opened in test mode * privsep: no longer aborts if protocol not available * inet6: Don't regen temporary addresses without a state * inet6: Reduce RA log spam * dhcp6: Don't log when things consitently fail * inet6: Add temporary directive to slaac option [1] * Ensure current interface flags persist when setting a flag * DHCP via BPF is now aligned correctly * CMSG buffers are now aligned correctly * hostnames are no longer clobbered when being forced and a RA is recieved"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/{oldcore/100 => core/144}/filelists/bind | 0 config/rootfiles/{oldcore/100 => core/144}/filelists/squid | 0 config/rootfiles/core/144/update.sh | 1 + lfs/bind | 4 ++-- lfs/dhcpcd | 4 ++-- lfs/squid | 6 +++--- 6 files changed, 8 insertions(+), 7 deletions(-) copy config/rootfiles/{oldcore/100 => core/144}/filelists/bind (100%) copy config/rootfiles/{oldcore/100 => core/144}/filelists/squid (100%)
Difference in files: diff --git a/config/rootfiles/core/144/filelists/bind b/config/rootfiles/core/144/filelists/bind new file mode 120000 index 000000000..48a0ebaef --- /dev/null +++ b/config/rootfiles/core/144/filelists/bind @@ -0,0 +1 @@ +../../../common/bind \ No newline at end of file diff --git a/config/rootfiles/core/144/filelists/squid b/config/rootfiles/core/144/filelists/squid new file mode 120000 index 000000000..2dc8372a0 --- /dev/null +++ b/config/rootfiles/core/144/filelists/squid @@ -0,0 +1 @@ +../../../common/squid \ No newline at end of file diff --git a/config/rootfiles/core/144/update.sh b/config/rootfiles/core/144/update.sh index 8449418f0..99e3a12a5 100644 --- a/config/rootfiles/core/144/update.sh +++ b/config/rootfiles/core/144/update.sh @@ -58,6 +58,7 @@ ldconfig
# Start services /etc/init.d/apache restart +/etc/init.d/squid restart
# create dhcpcd user groupadd -g 52 dhcpcd diff --git a/lfs/bind b/lfs/bind index 80207f4dc..1d5bca986 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@
include Config
-VER = 9.11.17 +VER = 9.11.18
THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = ceab137e8e7ce3b356be95f505abf737 +$(DL_FILE)_MD5 = 83144af1532ba16e95f90b42036ef519
install : $(TARGET)
diff --git a/lfs/dhcpcd b/lfs/dhcpcd index 0216ae2fd..bc55e9705 100644 --- a/lfs/dhcpcd +++ b/lfs/dhcpcd @@ -24,7 +24,7 @@
include Config
-VER = 9.0.1 +VER = 9.0.2
THISAPP = dhcpcd-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e893186a0c64adce6da47c33f4984951 +$(DL_FILE)_MD5 = f62118a576b01f5d0adf0c5ce617fbe7
install : $(TARGET)
diff --git a/lfs/squid b/lfs/squid index 8553d7113..9c913b928 100644 --- a/lfs/squid +++ b/lfs/squid @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2020 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@
include Config
-VER = 4.10 +VER = 4.11
THISAPP = squid-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -46,7 +46,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = af7ac6e70f9bd03ae4fcec0c9b99c38a +$(DL_FILE)_MD5 = 10f34e852153a9996aa4614670e2bda1
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree