From: "Peter Müller" <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. e68cfdb1404f7e18c4d2f9601734580ee9c9d8a5
Date: Wed, 23 Mar 2022 09:43:29 +0000 [thread overview]
Message-ID: <4KNk1s4Zq1z2xlT@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 20722 bytes --]
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 e68cfdb1404f7e18c4d2f9601734580ee9c9d8a5 (commit)
via 50194695055298912ca089852567039db023ba53 (commit)
via b889a5004a3ccbb65ff5962b3886944066de9cd2 (commit)
via 24005371e1e2302436f51503e960f315c0decfbd (commit)
from afd8dc466b3a653adf12830806d7b964c9b29500 (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 e68cfdb1404f7e18c4d2f9601734580ee9c9d8a5
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Wed Mar 23 09:42:57 2022 +0000
Core Update 166: Ship bind
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 50194695055298912ca089852567039db023ba53
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Tue Mar 22 18:32:03 2022 +0100
bind: Update to 9.16.27
For details see:
https://downloads.isc.org/isc/bind9/9.16.27/doc/arm/html/notes.html#notes-for-bind-9-16-27
"Security Fixes
The rules for acceptance of records into the cache have been
tightened to prevent the possibility of poisoning if forwarders send
records outside the configured bailiwick. (CVE-2021-25220)
ISC would like to thank Xiang Li, Baojun Liu, and Chaoyi Lu from
Network and Information Security Lab, Tsinghua University, and
Changgen Zou from Qi An Xin Group Corp. for bringing this
vulnerability to our attention. [GL #2950]
TCP connections with keep-response-order enabled could leave the TCP
sockets in the CLOSE_WAIT state when the client did not properly
shut down the connection. (CVE-2022-0396) [GL #3112]
Feature Changes
DEBUG(1)-level messages were added when starting and ending the BIND
9 task-exclusive mode that stops normal DNS operation (e.g. for
reconfiguration, interface scans, and other events that require
exclusive access to a shared resource). [GL #3137]
Bug Fixes
The max-transfer-time-out and max-transfer-idle-out options were not
implemented when the BIND 9 networking stack was refactored in 9.16.
The missing functionality has been re-implemented and outgoing zone
transfers now time out properly when not progressing. [GL #1897]
TCP connections could hang indefinitely if the other party did not
read sent data, causing the TCP write buffers to fill. This has been
fixed by adding a “write” timer. Connections that are hung while
writing now time out after the tcp-idle-timeout period has elapsed.
[GL #3132]
The statistics counter representing the current number of clients
awaiting recursive resolution results (RecursClients) could
be miscalculated in certain resolution scenarios, potentially
causing the value of the counter to drop below zero. This has been
fixed. [GL #3147]"
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit b889a5004a3ccbb65ff5962b3886944066de9cd2
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Wed Mar 23 09:42:17 2022 +0000
Core Update 166: Ship rrdtool
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
commit 24005371e1e2302436f51503e960f315c0decfbd
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Tue Mar 22 18:37:43 2022 +0100
rrdtool: Update to 1.8.0
For details see:
https://github.com/oetiker/rrdtool-1.x/releases/tag/v1.8.0
"Bugfixes
python bindings: properly convert double values of rrd info
failed to expand 'Py_UNUSED', Invalid usage when expanding 'Py_UNUSED'
document --showtime in xport help output
fix --use-nan-for-all-missing-data
update rrdruby.pod
add missing rrdruby.pod and rrdpython.pod to dist
Set first_weekday to 0 (Sunday), when HAVE__NL_TIME_WEEK_1STDAY is not defined
fix median calculation for all NaN inputs
fix potential leak in xport during failure
fix many warnings raised by Cppcheck
fix many compiler warnings from latest gcc
ensure proper initialization in rrd_daemon
cleanup testsuite
better testing
avoid invalid read in rrd_client
add symbols from rrdc to librrd
Fix duplicate write_changes_to_disk() calls when HAVE_LIBRADOS is true and HAVE_MMAP is false
documentation updates
for SMIN example in docs
fix for pyton3 compatibility
freemem only for valid status <Christian Kr"oger>
fix double meaning of time 0 as uninitialized value
fix for zfs not supporting fallocate. this makes resize work on zfs
add rrdrados.pod to dist
fetch - do not call rrd_freemem on uninitialized pointers
use separate pango fontmap per thread
switch to python 3
do not leak filename when opening a broken file
fix leaks in rrdcached
avoid segfault when flushing cache
escape json in legend entries
fix leak in xport
make rrdcgi param parsing more robust
fix race in journal_write"
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/bind | 14 +-
config/rootfiles/common/rrdtool | 199 ++++++++++-----------
.../{oldcore/100 => core/166}/filelists/bind | 0
.../{oldcore/111 => core/166}/filelists/rrdtool | 0
lfs/bind | 4 +-
lfs/rrdtool | 6 +-
6 files changed, 111 insertions(+), 112 deletions(-)
copy config/rootfiles/{oldcore/100 => core/166}/filelists/bind (100%)
copy config/rootfiles/{oldcore/111 => core/166}/filelists/rrdtool (100%)
Difference in files:
diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind
index c0e56854a..df3df4f47 100644
--- a/config/rootfiles/common/bind
+++ b/config/rootfiles/common/bind
@@ -274,24 +274,24 @@ usr/bin/nsupdate
#usr/include/pk11/site.h
#usr/include/pkcs11
#usr/include/pkcs11/pkcs11.h
-usr/lib/libbind9-9.16.26.so
+usr/lib/libbind9-9.16.27.so
#usr/lib/libbind9.la
#usr/lib/libbind9.so
-usr/lib/libdns-9.16.26.so
+usr/lib/libdns-9.16.27.so
#usr/lib/libdns.la
#usr/lib/libdns.so
-usr/lib/libirs-9.16.26.so
+usr/lib/libirs-9.16.27.so
#usr/lib/libirs.la
#usr/lib/libirs.so
-usr/lib/libisc-9.16.26.so
+usr/lib/libisc-9.16.27.so
#usr/lib/libisc.la
#usr/lib/libisc.so
-usr/lib/libisccc-9.16.26.so
+usr/lib/libisccc-9.16.27.so
#usr/lib/libisccc.la
#usr/lib/libisccc.so
-usr/lib/libisccfg-9.16.26.so
+usr/lib/libisccfg-9.16.27.so
#usr/lib/libisccfg.la
#usr/lib/libisccfg.so
-usr/lib/libns-9.16.26.so
+usr/lib/libns-9.16.27.so
#usr/lib/libns.la
#usr/lib/libns.so
diff --git a/config/rootfiles/common/rrdtool b/config/rootfiles/common/rrdtool
index de184ce25..b37614c09 100644
--- a/config/rootfiles/common/rrdtool
+++ b/config/rootfiles/common/rrdtool
@@ -11,114 +11,113 @@ usr/bin/rrdupdate
#usr/lib/librrd.la
#usr/lib/librrd.so
usr/lib/librrd.so.8
-usr/lib/librrd.so.8.2.1
+usr/lib/librrd.so.8.3.0
usr/lib/perl5/site_perl/5.32.1/RRDp.pm
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/RRDs.pm
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDp
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDp/.packlist
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs/.packlist
-#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs/RRDs.bs
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs/RRDs.so
#usr/lib/pkgconfig/librrd.pc
-#usr/share/doc/rrdtool-1.7.2
-#usr/share/doc/rrdtool-1.7.2/html
-#usr/share/doc/rrdtool-1.7.2/html/RRDp.html
-#usr/share/doc/rrdtool-1.7.2/html/RRDs.html
-#usr/share/doc/rrdtool-1.7.2/html/bin_dec_hex.html
-#usr/share/doc/rrdtool-1.7.2/html/cdeftutorial.html
-#usr/share/doc/rrdtool-1.7.2/html/index.html
-#usr/share/doc/rrdtool-1.7.2/html/librrd.html
-#usr/share/doc/rrdtool-1.7.2/html/rpntutorial.html
-#usr/share/doc/rrdtool-1.7.2/html/rrd-beginners.html
-#usr/share/doc/rrdtool-1.7.2/html/rrd_pdpcalc.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdbuild.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdcached.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdcgi.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdcreate.html
-#usr/share/doc/rrdtool-1.7.2/html/rrddump.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdfetch.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdfirst.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdflushcached.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdgraph.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_data.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_examples.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_graph.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_rpn.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdinfo.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdlast.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdlastupdate.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdlist.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdresize.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdrestore.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdthreads.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdtool.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdtune.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdtutorial.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdupdate.html
-#usr/share/doc/rrdtool-1.7.2/html/rrdxport.html
-#usr/share/doc/rrdtool-1.7.2/txt
-#usr/share/doc/rrdtool-1.7.2/txt/bin_dec_hex.pod
-#usr/share/doc/rrdtool-1.7.2/txt/bin_dec_hex.txt
-#usr/share/doc/rrdtool-1.7.2/txt/cdeftutorial.pod
-#usr/share/doc/rrdtool-1.7.2/txt/cdeftutorial.txt
-#usr/share/doc/rrdtool-1.7.2/txt/librrd.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rpntutorial.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rpntutorial.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrd-beginners.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrd-beginners.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrd_pdpcalc.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrd_pdpcalc.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdbuild.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdbuild.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdcached.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdcached.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdcgi.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdcgi.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdcreate.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdcreate.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrddump.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrddump.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdfetch.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdfetch.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdfirst.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdfirst.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdflushcached.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdflushcached.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_data.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_data.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_examples.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_examples.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_graph.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_graph.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_rpn.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_rpn.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdinfo.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdinfo.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdlast.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdlast.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdlastupdate.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdlastupdate.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdlist.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdlist.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdresize.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdresize.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdrestore.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdrestore.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdthreads.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdthreads.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdtool.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdtool.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdtune.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdtune.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdtutorial.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdtutorial.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdupdate.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdupdate.txt
-#usr/share/doc/rrdtool-1.7.2/txt/rrdxport.pod
-#usr/share/doc/rrdtool-1.7.2/txt/rrdxport.txt
+#usr/share/doc/rrdtool-1.8.0
+#usr/share/doc/rrdtool-1.8.0/html
+#usr/share/doc/rrdtool-1.8.0/html/RRDp.html
+#usr/share/doc/rrdtool-1.8.0/html/RRDs.html
+#usr/share/doc/rrdtool-1.8.0/html/bin_dec_hex.html
+#usr/share/doc/rrdtool-1.8.0/html/cdeftutorial.html
+#usr/share/doc/rrdtool-1.8.0/html/index.html
+#usr/share/doc/rrdtool-1.8.0/html/librrd.html
+#usr/share/doc/rrdtool-1.8.0/html/rpntutorial.html
+#usr/share/doc/rrdtool-1.8.0/html/rrd-beginners.html
+#usr/share/doc/rrdtool-1.8.0/html/rrd_pdpcalc.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdbuild.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdcached.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdcgi.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdcreate.html
+#usr/share/doc/rrdtool-1.8.0/html/rrddump.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdfetch.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdfirst.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdflushcached.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdgraph.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_data.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_examples.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_graph.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_rpn.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdinfo.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdlast.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdlastupdate.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdlist.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdresize.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdrestore.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdthreads.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdtool.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdtune.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdtutorial.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdupdate.html
+#usr/share/doc/rrdtool-1.8.0/html/rrdxport.html
+#usr/share/doc/rrdtool-1.8.0/txt
+#usr/share/doc/rrdtool-1.8.0/txt/bin_dec_hex.pod
+#usr/share/doc/rrdtool-1.8.0/txt/bin_dec_hex.txt
+#usr/share/doc/rrdtool-1.8.0/txt/cdeftutorial.pod
+#usr/share/doc/rrdtool-1.8.0/txt/cdeftutorial.txt
+#usr/share/doc/rrdtool-1.8.0/txt/librrd.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rpntutorial.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rpntutorial.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrd-beginners.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrd-beginners.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrd_pdpcalc.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrd_pdpcalc.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdbuild.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdbuild.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdcached.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdcached.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdcgi.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdcgi.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdcreate.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdcreate.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrddump.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrddump.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdfetch.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdfetch.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdfirst.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdfirst.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdflushcached.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdflushcached.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_data.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_data.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_examples.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_examples.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_graph.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_graph.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_rpn.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_rpn.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdinfo.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdinfo.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdlast.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdlast.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdlastupdate.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdlastupdate.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdlist.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdlist.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdresize.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdresize.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdrestore.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdrestore.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdthreads.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdthreads.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdtool.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdtool.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdtune.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdtune.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdtutorial.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdtutorial.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdupdate.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdupdate.txt
+#usr/share/doc/rrdtool-1.8.0/txt/rrdxport.pod
+#usr/share/doc/rrdtool-1.8.0/txt/rrdxport.txt
#usr/share/locale/fr/LC_MESSAGES/rrdtool.mo
#usr/share/locale/hu/LC_MESSAGES/rrdtool.mo
#usr/share/man/man1/bin_dec_hex.1
diff --git a/config/rootfiles/core/166/filelists/bind b/config/rootfiles/core/166/filelists/bind
new file mode 120000
index 000000000..48a0ebaef
--- /dev/null
+++ b/config/rootfiles/core/166/filelists/bind
@@ -0,0 +1 @@
+../../../common/bind
\ No newline at end of file
diff --git a/config/rootfiles/core/166/filelists/rrdtool b/config/rootfiles/core/166/filelists/rrdtool
new file mode 120000
index 000000000..7a82e414b
--- /dev/null
+++ b/config/rootfiles/core/166/filelists/rrdtool
@@ -0,0 +1 @@
+../../../common/rrdtool
\ No newline at end of file
diff --git a/lfs/bind b/lfs/bind
index 72c85f5f5..d8970a2af 100644
--- a/lfs/bind
+++ b/lfs/bind
@@ -25,7 +25,7 @@
include Config
-VER = 9.16.26
+VER = 9.16.27
THISAPP = bind-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 799696f44e0d61659fa0efaa3c5fe5d8
+$(DL_FILE)_MD5 = db71eecaf698660da37581c42ce9f904
install : $(TARGET)
diff --git a/lfs/rrdtool b/lfs/rrdtool
index bbc7f3330..dfa5738d7 100644
--- a/lfs/rrdtool
+++ b/lfs/rrdtool
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2022 IPFire Team <info(a)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 = 1.7.2
+VER = 1.8.0
THISAPP = rrdtool-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 638e3a0a1609d97e9f82e8832759dcd2
+$(DL_FILE)_MD5 = 852754364cbd0703a099b5eb32932851
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2022-03-23 9:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4KNk1s4Zq1z2xlT@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox