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 1c154e5180a9920e579c8b6dccafc5540f0d6123 (commit) via aa4d18a8fbcdfc6123b3aea85a8df4d71e7a22e4 (commit) via 80305dd4d3c783bc1ee4cb5b3936235117d40c6d (commit) via abb32f5e608d3e5f0c3176a4087426affbc860a3 (commit) via a76f7d82240ccfe47765eabe84b24fef98e0e2f0 (commit) via 75bbee2ae34e169393fe00e90b84ab0c8e3fdb5b (commit) via c073cb7f920c5047029f76147b5124e9aa191e0d (commit) via 73b404314372b36c788b709bcf18793f0a1abcbc (commit) via c2993d5e587f5111943d3d0452e8a9b1646b69f0 (commit) via a15c20fde98a4ab34242dd3cefd9bbb890394188 (commit) via 7bb62b122541633c0e79538120b1175faaa521bb (commit) via 64fc136084e7fa759c7261a3f6e54d9eea72d5fc (commit) via 21236acd00c12ea0c33a8f5b4a8829e0310b3290 (commit) from abb185bf5ab05fae490db310c6c166dc33a380b7 (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 1c154e5180a9920e579c8b6dccafc5540f0d6123 Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 23 10:43:27 2022 +0000
Core Update 171: Ship expat
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit aa4d18a8fbcdfc6123b3aea85a8df4d71e7a22e4 Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Sep 21 19:16:11 2022 +0200
expat: Update to version 2.4.9
- Update from version 2.4.8 to 2.4.9 - Update of rootfile - Changelog Release 2.4.9 Tue September 20 2022 Security fixes: #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in function doContent. Expected impact is denial of service or potentially arbitrary code execution. Bug fixes: #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0 #614 docs: Fix documentation on effect of switch XML_DTD on symbol visibility in doc/reference.html Other changes: #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output #596 #625 Autotools: Sync CMake templates with CMake 3.22 #608 CMake: Migrate from use of CMAKE_*_POSTFIX to dedicated variables EXPAT_*_POSTFIX to stop affecting other projects #597 #599 Windows|CMake: Add missing -DXML_STATIC to test runners and fuzzers #512 #621 Windows|CMake: Render .def file from a template to fix linking with -DEXPAT_DTD=OFF and/or -DEXPAT_ATTR_INFO=ON #611 #621 MinGW|CMake: Apply MSVC .def file when linking #622 #624 MinGW|CMake: Sync library name with GNU Autotools, i.e. produce libexpat-1.dll rather than libexpat.dll by default. Filename libexpat.dll.a is unaffected. #632 MinGW|CMake: Set missing variable CMAKE_RC_COMPILER in toolchain file "cmake/mingw-toolchain.cmake" to avoid error "windres: Command not found" on e.g. Ubuntu 20.04 #597 #627 CMake: Unify inconsistent use of set() and option() in context of public build time options to take need for set(.. FORCE) in projects using Expat by means of add_subdirectory(..) off Expat's users' shoulders #626 #641 Stop exporting API symbols when building a static library #644 Resolve use of deprecated "fgrep" by "grep -F" #620 CMake: Make documentation on variables a bit more consistent #636 CMake: Drop leading whitespace from a #cmakedefine line in file expat_config.h.cmake #594 xmlwf: Fix harmless variable mix-up in function nsattcmp #592 #593 #610 Address Cppcheck warnings #643 Address Clang 15 compiler warnings #642 #644 Version info bumped from 9:8:8 to 9:9:8; see https://verbump.de/ for what these numbers do Infrastructure: #597 #598 CI: Windows: Start covering MSVC 2022 #619 CI: macOS: Migrate off deprecated macOS 10.15 #632 CI: Linux: Make migration off deprecated Ubuntu 18.04 work #643 CI: Upgrade Clang from 14 to 15 #637 apply-clang-format.sh: Add support for BSD find #633 coverage.sh: Exclude MinGW headers #635 coverage.sh: Fix name collision for -funsigned-char
Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
commit 80305dd4d3c783bc1ee4cb5b3936235117d40c6d Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 23 10:42:14 2022 +0000
Core Update 171: Delete stale Bind 9.16.32 libraries
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit abb32f5e608d3e5f0c3176a4087426affbc860a3 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Sep 23 09:03:02 2022 +0200
bind: Update to 9.16.33
For details see: https://downloads.isc.org/isc/bind9/9.16.33/doc/arm/html/notes.html#notes-fo...
"Security Fixes
Previously, there was no limit to the number of database lookups performed while processing large delegations, which could be abused to severely impact the performance of named running as a recursive resolver. This has been fixed. (CVE-2022-2795)
ISC would like to thank Yehuda Afek from Tel-Aviv University and Anat Bremler-Barr & Shani Stajnrod from Reichman University for bringing this vulnerability to our attention. [GL #3394]
named running as a resolver with the stale-answer-client-timeout option set to 0 could crash with an assertion failure, when there was a stale CNAME in the cache for the incoming query. This has been fixed. (CVE-2022-3080) [GL #3517]
A memory leak was fixed that could be externally triggered in the DNSSEC verification code for the ECDSA algorithm. (CVE-2022-38177) [GL #3487]
Memory leaks were fixed that could be externally triggered in the DNSSEC verification code for the EdDSA algorithm. (CVE-2022-38178) [GL #3487]
Feature Changes
Response Rate Limiting (RRL) code now treats all QNAMEs that are subject to wildcard processing within a given zone as the same name, to prevent circumventing the limits enforced by RRL. [GL #3459]
Zones using dnssec-policy now require dynamic DNS or inline-signing to be configured explicitly. [GL #3381]
A backward-compatible approach was implemented for encoding internationalized domain names (IDN) in dig and converting the domain to IDNA2008 form; if that fails, BIND tries an IDNA2003 conversion. [GL #3485]
Bug Fixes
A serve-stale bug was fixed, where BIND would try to return stale data from cache for lookups that received duplicate queries or queries that would be dropped. This bug resulted in premature SERVFAIL responses, and has now been resolved. [GL #2982]"
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
commit a76f7d82240ccfe47765eabe84b24fef98e0e2f0 Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 23 10:39:57 2022 +0000
Core Update 171: Ship manualpages
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 75bbee2ae34e169393fe00e90b84ab0c8e3fdb5b Author: Adolf Belka adolf.belka@ipfire.org Date: Thu Sep 22 13:43:10 2022 +0200
manualpages: Correct link to wiki for Network (other)
- Network (other) help link was set to go to Network (internal) wiki page Link modified - Running the check_manualpages.pl script requires it to be executable so the build changed the permissions mode from 644 to 755
Tested-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Bernhard Bitsch bbitsch@ipfire.org
commit c073cb7f920c5047029f76147b5124e9aa191e0d Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 23 10:39:04 2022 +0000
Core Update 171: Ship and rebuild crontab
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 73b404314372b36c788b709bcf18793f0a1abcbc Author: Jon Murphy jon.murphy@ipfire.org Date: Wed Aug 24 19:31:29 2022 -0500
crontab: add periodic cleanup the collectd RRD (graphs)
- Created (mostly) for old openvpn graphs - RRD removed when no graph modification for +365 days - chosen since graph max out is 365 days - fcron job runs once per week - chosen since this is just a cleanup and it doesnt need to run everyday Note: logging can be added if needed.
Signed-off-by: Jon Murphy jon.murphy@ipfire.org Reviewed-by: Bernhard Bitsch bbitsch@ipfire.org Reviewed-by: Michael Tremer michael.tremer@ipfire.org
commit c2993d5e587f5111943d3d0452e8a9b1646b69f0 Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 23 10:37:33 2022 +0000
Core Update 171: Ship log.dat
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit a15c20fde98a4ab34242dd3cefd9bbb890394188 Author: Adolf Belka adolf.belka@ipfire.org Date: Mon Sep 19 15:15:18 2022 +0200
log.dat: Add NUT entry for System Logs - Fixes bug#12921
- Also aligned all the code entries in %sections and %trsections
Suggested-by: Michael ip.fire@die-fritzens.de Tested-by: Michael ip.fire@die-fritzens.de Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Bernhard Bitsch bbitsch@ipfire.org
commit 7bb62b122541633c0e79538120b1175faaa521bb Author: Adolf Belka adolf.belka@ipfire.org Date: Wed Sep 21 12:37:19 2022 +0200
cpufrequtils: Remove SERVICES entry for this package - fixes Bug#12933
- cpufrequtils is a set of "tools" to manage and set cpu freq settings. - There is an initscript but this is only loading the cpu dependent kernel modules that are required by cpufrequtils. - Therefore cpufrequtils is not a service but a set of tools that are used when required. - SERVICES line made blank so that this addon does not show up in the services addon table. - Modified install initscript line to not use SERVICES variable
Fixes: Bug#12933 Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Bernhard Bitsch bbitsch@ipfire.org
commit 64fc136084e7fa759c7261a3f6e54d9eea72d5fc Author: Peter Müller peter.mueller@ipfire.org Date: Fri Sep 23 10:35:39 2022 +0000
Core Update 171: Ship and restart Unbound
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 21236acd00c12ea0c33a8f5b4a8829e0310b3290 Author: Matthias Fischer matthias.fischer@ipfire.org Date: Fri Sep 23 09:09:38 2022 +0200
unbound: Update to 1.16.3
For details see: https://lists.nlnetlabs.nl/pipermail/unbound-users/2022-September/007885.htm...
"This release fixes CVE-2022-3204 Non-Responsive Delegation Attack. It was reported by Yehuda Afek from Tel-Aviv University and Anat Bremler-Barr and Shani Stajnrod from Reichman University.
This fixes for better performance when under load, by cutting promiscuous queries for nameserver discovery and limiting the number of times a delegation point can look in the cache for missing records.
Bug Fixes - Patch for CVE-2022-3204 Non-Responsive Delegation Attack."
Signed-off-by: Matthias Fischer matthias.fischer@ipfire.org Reviewed-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/cfgroot/manualpages | 2 +- config/cron/crontab | 3 +++ config/rootfiles/common/bind | 17 +++++++---------- config/rootfiles/common/expat | 20 ++++++++++---------- config/rootfiles/common/unbound | 2 +- .../{oldcore/106 => core/171}/filelists/expat | 0 config/rootfiles/core/171/filelists/files | 3 +++ .../{oldcore/106 => core/171}/filelists/unbound | 0 config/rootfiles/core/171/update.sh | 14 ++++++++++++++ html/cgi-bin/logs.cgi/log.dat | 14 ++++++++------ lfs/bind | 4 ++-- lfs/cpufrequtils | 6 +++--- lfs/expat | 4 ++-- lfs/unbound | 4 ++-- tools/check_manualpages.pl | 0 15 files changed, 56 insertions(+), 37 deletions(-) copy config/rootfiles/{oldcore/106 => core/171}/filelists/expat (100%) copy config/rootfiles/{oldcore/106 => core/171}/filelists/unbound (100%) mode change 100644 => 100755 tools/check_manualpages.pl
Difference in files: diff --git a/config/cfgroot/manualpages b/config/cfgroot/manualpages index c0cefed5e..0b904de42 100644 --- a/config/cfgroot/manualpages +++ b/config/cfgroot/manualpages @@ -22,7 +22,7 @@ services.cgi=configuration/status/services media.cgi=configuration/status/drives netexternal.cgi=configuration/status/network_ext netinternal.cgi=configuration/status/network_int -netother.cgi=configuration/status/network_int +netother.cgi=configuration/status/network_other netovpnrw.cgi=configuration/status/network_ovpnrw #netovpnsrv.cgi= wio.cgi=addons/wio diff --git a/config/cron/crontab b/config/cron/crontab index b727531fc..7088e0b75 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -80,5 +80,8 @@ HOME=/ # Cleanup the mail spool directory %weekly * * /usr/sbin/dma-cleanup-spool
+# Cleanup the collectd RRD (graphs) +%weekly * * /bin/find /var/log/rrd -mtime +365 -type f -name '*.rrd' -delete -o -type d -empty -delete + # Update DNS trust anchor %daily,random * * @runas(nobody) /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem diff --git a/config/rootfiles/common/bind b/config/rootfiles/common/bind index 5aea1853b..879f8c832 100644 --- a/config/rootfiles/common/bind +++ b/config/rootfiles/common/bind @@ -157,7 +157,6 @@ usr/bin/nsupdate #usr/include/isc/heap.h #usr/include/isc/hex.h #usr/include/isc/hmac.h -#usr/include/isc/hp.h #usr/include/isc/ht.h #usr/include/isc/httpd.h #usr/include/isc/interfaceiter.h @@ -175,7 +174,6 @@ usr/bin/nsupdate #usr/include/isc/mem.h #usr/include/isc/meminfo.h #usr/include/isc/mutex.h -#usr/include/isc/mutexatomic.h #usr/include/isc/mutexblock.h #usr/include/isc/net.h #usr/include/isc/netaddr.h @@ -191,7 +189,6 @@ usr/bin/nsupdate #usr/include/isc/pool.h #usr/include/isc/portset.h #usr/include/isc/print.h -#usr/include/isc/queue.h #usr/include/isc/quota.h #usr/include/isc/radix.h #usr/include/isc/random.h @@ -274,24 +271,24 @@ usr/bin/nsupdate #usr/include/pk11/site.h #usr/include/pkcs11 #usr/include/pkcs11/pkcs11.h -usr/lib/libbind9-9.16.32.so +usr/lib/libbind9-9.16.33.so #usr/lib/libbind9.la #usr/lib/libbind9.so -usr/lib/libdns-9.16.32.so +usr/lib/libdns-9.16.33.so #usr/lib/libdns.la #usr/lib/libdns.so -usr/lib/libirs-9.16.32.so +usr/lib/libirs-9.16.33.so #usr/lib/libirs.la #usr/lib/libirs.so -usr/lib/libisc-9.16.32.so +usr/lib/libisc-9.16.33.so #usr/lib/libisc.la #usr/lib/libisc.so -usr/lib/libisccc-9.16.32.so +usr/lib/libisccc-9.16.33.so #usr/lib/libisccc.la #usr/lib/libisccc.so -usr/lib/libisccfg-9.16.32.so +usr/lib/libisccfg-9.16.33.so #usr/lib/libisccfg.la #usr/lib/libisccfg.so -usr/lib/libns-9.16.32.so +usr/lib/libns-9.16.33.so #usr/lib/libns.la #usr/lib/libns.so diff --git a/config/rootfiles/common/expat b/config/rootfiles/common/expat index 69b3fbfe6..8feb895b3 100644 --- a/config/rootfiles/common/expat +++ b/config/rootfiles/common/expat @@ -2,20 +2,20 @@ #usr/include/expat.h #usr/include/expat_config.h #usr/include/expat_external.h -#usr/lib/cmake/expat-2.4.8 -#usr/lib/cmake/expat-2.4.8/expat-config-version.cmake -#usr/lib/cmake/expat-2.4.8/expat-config.cmake -#usr/lib/cmake/expat-2.4.8/expat-noconfig.cmake -#usr/lib/cmake/expat-2.4.8/expat.cmake +#usr/lib/cmake/expat-2.4.9 +#usr/lib/cmake/expat-2.4.9/expat-config-version.cmake +#usr/lib/cmake/expat-2.4.9/expat-config.cmake +#usr/lib/cmake/expat-2.4.9/expat-noconfig.cmake +#usr/lib/cmake/expat-2.4.9/expat.cmake #usr/lib/libexpat.la #usr/lib/libexpat.so usr/lib/libexpat.so.1 -usr/lib/libexpat.so.1.8.8 +usr/lib/libexpat.so.1.8.9 #usr/lib/pkgconfig/expat.pc #usr/share/doc/expat -#usr/share/doc/expat-2.4.8 -#usr/share/doc/expat-2.4.8/ok.min.css -#usr/share/doc/expat-2.4.8/reference.html -#usr/share/doc/expat-2.4.8/style.css +#usr/share/doc/expat-2.4.9 +#usr/share/doc/expat-2.4.9/ok.min.css +#usr/share/doc/expat-2.4.9/reference.html +#usr/share/doc/expat-2.4.9/style.css #usr/share/doc/expat/AUTHORS #usr/share/doc/expat/changelog diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound index 7fc4f191a..7af787f29 100644 --- a/config/rootfiles/common/unbound +++ b/config/rootfiles/common/unbound @@ -11,7 +11,7 @@ etc/unbound/unbound.conf #usr/lib/libunbound.la #usr/lib/libunbound.so usr/lib/libunbound.so.8 -usr/lib/libunbound.so.8.1.18 +usr/lib/libunbound.so.8.1.19 #usr/lib/pkgconfig/libunbound.pc usr/sbin/unbound usr/sbin/unbound-anchor diff --git a/config/rootfiles/core/171/filelists/expat b/config/rootfiles/core/171/filelists/expat new file mode 120000 index 000000000..e1923cf63 --- /dev/null +++ b/config/rootfiles/core/171/filelists/expat @@ -0,0 +1 @@ +../../../common/expat \ No newline at end of file diff --git a/config/rootfiles/core/171/filelists/files b/config/rootfiles/core/171/filelists/files index 6ce89137f..f6803cffa 100644 --- a/config/rootfiles/core/171/filelists/files +++ b/config/rootfiles/core/171/filelists/files @@ -130,5 +130,8 @@ lib/firmware/wfx/brd4001a.pds lib/firmware/wfx/brd8022a.pds lib/firmware/wfx/brd8023a.pds srv/web/ipfire/cgi-bin/index.cgi +srv/web/ipfire/cgi-bin/logs.cgi/log.dat srv/web/ipfire/cgi-bin/logs.cgi/urlfilter.dat usr/local/bin/backupiso +var/ipfire/main/manualpages +var/spool/cron/root.orig diff --git a/config/rootfiles/core/171/filelists/unbound b/config/rootfiles/core/171/filelists/unbound new file mode 120000 index 000000000..66adf0924 --- /dev/null +++ b/config/rootfiles/core/171/filelists/unbound @@ -0,0 +1 @@ +../../../common/unbound \ No newline at end of file diff --git a/config/rootfiles/core/171/update.sh b/config/rootfiles/core/171/update.sh index 1332f676d..ed9ed6ad7 100644 --- a/config/rootfiles/core/171/update.sh +++ b/config/rootfiles/core/171/update.sh @@ -45,6 +45,7 @@ done
# Stop services /etc/rc.d/init.d/apache stop +/etc/rc.d/init.d/unbound stop /etc/rc.d/init.d/squid stop /usr/local/bin/openvpnctrl -k /usr/local/bin/openvpnctrl -kn2n @@ -174,17 +175,26 @@ rm -rvf \ /usr/bin/perl5.32* \ /usr/lib/libbfd-2.37.so \ /usr/lib/libbind9-9.16.31.so \ + /usr/lib/libbind9-9.16.32.so \ /usr/lib/libdns-9.16.31.so \ + /usr/lib/libdns-9.16.32.so \ /usr/lib/libefiboot.so.1.37 \ /usr/lib/libefivar.so.1.37 \ + /usr/lib/libexpat.so.1.8.8 \ /usr/lib/libhogweed.so.6.4 \ /usr/lib/libirs-9.16.31.so \ + /usr/lib/libirs-9.16.32.so \ /usr/lib/libisc-9.16.31.so \ + /usr/lib/libisc-9.16.32.so \ /usr/lib/libisccc-9.16.31.so \ + /usr/lib/libisccc-9.16.32.so \ /usr/lib/libisccfg-9.16.31.so \ + /usr/lib/libisccfg-9.16.32.so \ /usr/lib/libnettle.so.8.4 \ /usr/lib/libns-9.16.31.so \ + /usr/lib/libns-9.16.32.so \ /usr/lib/libopcodes-2.37.so \ + /usr/lib/libunbound.so.8.1.18 \ /usr/lib/perl5/5.32* \ /usr/lib/perl5/site_perl/5.32*
@@ -200,8 +210,12 @@ ldconfig # Filesytem cleanup /usr/local/bin/filesystem-cleanup
+# Rebuild fcrontab from scratch +/usr/bin/fcrontab -z + # Start services /etc/rc.d/init.d/collectd start +/etc/rc.d/init.d/unbound start /etc/rc.d/init.d/apache start if grep -q "ENABLED=on" /var/ipfire/ovpn/settings; then /usr/local/bin/openvpnctrl -s diff --git a/html/cgi-bin/logs.cgi/log.dat b/html/cgi-bin/logs.cgi/log.dat index 20f61d4ea..5fb1fcd5d 100644 --- a/html/cgi-bin/logs.cgi/log.dat +++ b/html/cgi-bin/logs.cgi/log.dat @@ -50,7 +50,7 @@ $cgiparams{'SECTION'} = 'ipfire';
my %sections = ( 'auth' => '(\w+(pam_unix)[.*]: )', - 'wio' => '(wio:|wio[.*])', + 'wio' => '(wio:|wio[.*])', 'captive' => '(Captive:)', 'clamav' => '(clamd[.*]: |freshclam[.*]: )', 'collectd' => '(collectd[.*]: )', @@ -65,11 +65,12 @@ my %sections = ( 'kernel' => '(kernel: (?!DROP_))', 'monit' => '(monit[.*?]: )', 'ntp' => '(ntpd(?:ate)?[.*]: )', - 'oinkmaster' => '(oinkmaster[.*]: )', + 'nut' => '(upsmon[.*?]: )', + 'oinkmaster' => '(oinkmaster[.*]: )', 'openvpn' => '(openvpnserver[.*]: |.*n2n[.*]: )', 'pakfire' => '(pakfire:)', 'red' => '(red:|pppd[.*]: |chat[.*]|pppoe[.*]|pptp[.*]|pppoa[.*]|pppoa3[.*]|pppoeci[.*]|ipppd|ipppd[.*]|kernel: ippp\d|kernel: isdn.*|ibod[.*]|dhcpcd[.*]|modem_run[.*])', - 'samba' => '(nmbd|smbd|winbind)[\d+]:', + 'samba' => '(nmbd|smbd|winbind)[\d+]:', 'suricata' => '(suricata: )', 'squid' => '(squid[.*]: |squid: )', 'ssh' => '(sshd(?:(.*))?[.*]: )', @@ -81,7 +82,7 @@ my %sections = ( # Translations for the %sections array. my %trsections = ( 'auth' => "$Lang::tr{'loginlogout'}", - 'wio' => 'Who Is Online?', + 'wio' => 'Who Is Online?', 'captive' => $Lang::tr{'Captive'}, 'clamav' => 'ClamAV', 'collectd' => 'Collectd', @@ -96,11 +97,12 @@ my %trsections = ( 'kernel' => "$Lang::tr{'kernel'}", 'monit' => 'Monit', 'ntp' => 'NTP', - 'oinkmaster' => 'Oinkmaster', + 'nut' => 'NUT', + 'oinkmaster' => 'Oinkmaster', 'openvpn' => 'OpenVPN', 'pakfire' => 'Pakfire', 'red' => 'RED', - 'samba' => $Lang::tr{'samba'}, + 'samba' => $Lang::tr{'samba'}, 'suricata' => "$Lang::tr{'intrusion detection'}", 'squid' => "$Lang::tr{'web proxy'}", 'ssh' => 'SSH', diff --git a/lfs/bind b/lfs/bind index bb5c26e1e..aeff480a2 100644 --- a/lfs/bind +++ b/lfs/bind @@ -25,7 +25,7 @@
include Config
-VER = 9.16.32 +VER = 9.16.33
THISAPP = bind-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -43,7 +43,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = df6f2c878138015da580dfaf0e16b5a97b11ead9f99c1425a09da8484954196ea3dafb828ac3ab386200ce2b180646c7eb1e0e62a84c153162270a4a1e19a5fc +$(DL_FILE)_BLAKE2 = 4246b61ce91af3d494ace4b8065b4c0043b2cfaf28c6de326691a969837e7d1cfbc0dac6b1e1a5182fc32af68048abcfa1202d00022951f3caa13afb03ebeb69
install : $(TARGET)
diff --git a/lfs/cpufrequtils b/lfs/cpufrequtils index 752964198..dab254014 100644 --- a/lfs/cpufrequtils +++ b/lfs/cpufrequtils @@ -34,11 +34,11 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = cpufrequtils -PAK_VER = 11 +PAK_VER = 12
DEPS =
-SERVICES = cpufreq +SERVICES =
############################################################################### # Top-level Rules @@ -91,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make install
#install initscripts - $(call INSTALL_INITSCRIPTS,$(SERVICES)) + $(call INSTALL_INITSCRIPTS,cpufreq)
@rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/expat b/lfs/expat index 76f5a8e94..a1a1326d0 100644 --- a/lfs/expat +++ b/lfs/expat @@ -24,7 +24,7 @@
include Config
-VER = 2.4.8 +VER = 2.4.9
THISAPP = expat-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = a829bd94d2cc9b305874ae2539dd4388ea99eaed21d2da17bbd99a1e7735b0f7cb910d096f72c71b128dcb8ffdff9021109e7ff5e562d8cefad228fd8d66f897 +$(DL_FILE)_BLAKE2 = d60183f96f3359acc069af638cc8d16ba19f51fbd8a61eddd80c2babddde357dcf0561e87af901f53617bfd9452e146c9dd9f317729cd3648b65832a38388640
install : $(TARGET)
diff --git a/lfs/unbound b/lfs/unbound index 5a3c70caf..636fe8bf9 100644 --- a/lfs/unbound +++ b/lfs/unbound @@ -24,7 +24,7 @@
include Config
-VER = 1.16.2 +VER = 1.16.3
THISAPP = unbound-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 2f7f119d12807ff5c000fd500be72a0825614da3e1f079f9b8d15a651bda2fa0b41599a55c6f76b17ff56120aa61e48042469063f08dd199333520172ca16750 +$(DL_FILE)_BLAKE2 = b97deade78ab903363e06ff9d71b9895c754378ec276bb17556de62c48a88af5fbabd26f97fb47313d1e631fe75dee245aa38fbf42a865ac3e764882a1124a51
install : $(TARGET)
diff --git a/tools/check_manualpages.pl b/tools/check_manualpages.pl old mode 100644 new mode 100755
hooks/post-receive -- IPFire 2.x development tree