From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4e57a4f31ac0b3bebac4fd43ad1dd282a4ded352
Date: Mon, 18 Mar 2024 10:36:55 +0000 [thread overview]
Message-ID: <4TyrrS0NNHz2xs9@people01.haj.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 4026 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 4e57a4f31ac0b3bebac4fd43ad1dd282a4ded352 (commit)
via 2182e2d7f7f617567ce94eb3d4471c7c581d4cc9 (commit)
via 68c3cfd0be7d840466361fc33901db9f1fb74daa (commit)
via 6d501c05583a4efa513ff4b04a48ef41d5e8170e (commit)
via 06a6788e51a863097fc2c6946767e8bf1b144e2f (commit)
via 1d1f9a9a064b6423eb2f448d8c03213553adf085 (commit)
via 51fd73ea2b1c04204cfb3005425b5e9794d833e8 (commit)
from 3b5adf86e089b26b4ccc49c7430fed0f3d0e2047 (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 4e57a4f31ac0b3bebac4fd43ad1dd282a4ded352
Author: Matthias Fischer <matthias.fischer(a)ipfire.org>
Date: Sat Mar 16 16:31:43 2024 +0100
unbound: Update to 1.19.3
For details see:
https://nlnetlabs.nl/projects/unbound/download/#unbound-1-19-3
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
commit 2182e2d7f7f617567ce94eb3d4471c7c581d4cc9
Merge: 3b5adf86e0 68c3cfd0be
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Mon Mar 18 10:14:50 2024 +0000
Merge branch 'master' into next
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/common/unbound | 2 +-
config/rootfiles/oldcore/184/update.sh | 10 ++++++++++
lfs/unbound | 4 ++--
3 files changed, 13 insertions(+), 3 deletions(-)
Difference in files:
diff --git a/config/rootfiles/common/unbound b/config/rootfiles/common/unbound
index f5274dcd1..95dafc4da 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.25
+usr/lib/libunbound.so.8.1.26
#usr/lib/pkgconfig/libunbound.pc
usr/sbin/unbound
usr/sbin/unbound-anchor
diff --git a/config/rootfiles/oldcore/184/update.sh b/config/rootfiles/oldcore/184/update.sh
index 3bf38ff8b..1a0e67c66 100644
--- a/config/rootfiles/oldcore/184/update.sh
+++ b/config/rootfiles/oldcore/184/update.sh
@@ -73,9 +73,19 @@ ldconfig
# Filesytem cleanup
/usr/local/bin/filesystem-cleanup
+# fix module compression of rtl8812au
+xz -d /lib/modules/6.6.15-ipfire/extra/wlan/8812au.ko.xz
+xz --check=crc32 --lzma2=dict=512KiB /lib/modules/6.6.15-ipfire/extra/wlan/8812au.ko
+
# Apply local configuration to sshd_config
/usr/local/bin/sshctrl
+# Add the drop hostile in and out logging options
+# into the optionsfw settings file and apply to firewall
+sed -i '$ a\LOGDROPHOSTILEIN=on' /var/ipfire/optionsfw/settings
+sed -i '$ a\LOGDROPHOSTILEOUT=on' /var/ipfire/optionsfw/settings
+/usr/local/bin/firewallctrl
+
# Start services
telinit u
/etc/init.d/vnstat start
diff --git a/lfs/unbound b/lfs/unbound
index 0a5106064..f09e76b1b 100644
--- a/lfs/unbound
+++ b/lfs/unbound
@@ -24,7 +24,7 @@
include Config
-VER = 1.19.2
+VER = 1.19.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 = f8dcee649e5e1dfaab9285964419b4d957f0035e484021e3131784512fed842ee46c25d7b47304aca4f03a0480877b939968bca22e80620434d1d2cb7013c9b6
+$(DL_FILE)_BLAKE2 = 5d9cbc26510afc2b92ecce6307cd9924a1b450892f7839f076535177ab35f78059d271e628e2aa995b62f5cf97add2363561a819d6e0181beb6b44421661d8f0
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2024-03-18 10:36 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=4TyrrS0NNHz2xs9@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