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 658e1675f7da0d7d02216a083f71e34d4eeabd5e (commit) via 3cc7b53a8774f750dc0bdeb66715ec013586c0ae (commit) from ba5da82e9be39e2236a709c9d61f48b217c5dd35 (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 658e1675f7da0d7d02216a083f71e34d4eeabd5e Author: Peter Müller peter.mueller@ipfire.org Date: Sun Apr 21 20:06:52 2024 +0000
langs: Update Spamhaus DROP URL
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 3cc7b53a8774f750dc0bdeb66715ec013586c0ae Author: Peter Müller peter.mueller@ipfire.org Date: Sun Apr 21 20:04:51 2024 +0000
libloc: Update location database shipped with new installations
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: langs/de/cgi-bin/de.pl | 2 +- langs/en/cgi-bin/en.pl | 2 +- langs/es/cgi-bin/es.pl | 2 +- langs/fr/cgi-bin/fr.pl | 2 +- lfs/libloc | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/langs/de/cgi-bin/de.pl b/langs/de/cgi-bin/de.pl index b7b86fc7fc..4dbd049c9c 100644 --- a/langs/de/cgi-bin/de.pl +++ b/langs/de/cgi-bin/de.pl @@ -908,7 +908,7 @@ 'drop action1' => 'Standardverhalten der (Outgoing) Firewall in Modus "Blocked"', 'drop action2' => 'Standardverhalten der (Input) Firewall', 'drop forward' => 'Verworfene, von der Firewall weitergeleitete Pakete protokollieren', -'drop hostile' => 'Pakete von und zu bösartigen Netzen (<a href="https://www.spamhaus.org/drop/" target="_blank">Spamhaus DROP</a>-Listing, etc.) verwerfen', +'drop hostile' => 'Pakete von und zu bösartigen Netzen (<a href="https://www.spamhaus.org/blocklists/do-not-route-or-peer/" target="_blank">Spamhaus DROP</a>-Listing, etc.) verwerfen', 'drop input' => 'Verworfene eingehende Pakete protokollieren', 'drop newnotsyn' => 'Verworfene neue Pakete ohne SYN-Markierung protokollieren (NewNotSYN)', 'drop outgoing' => 'Verworfene, von der Firewall ausgehende Pakete protokollieren', diff --git a/langs/en/cgi-bin/en.pl b/langs/en/cgi-bin/en.pl index ee3a6c5aa8..1df6bf48d0 100644 --- a/langs/en/cgi-bin/en.pl +++ b/langs/en/cgi-bin/en.pl @@ -952,7 +952,7 @@ 'drop action1' => 'Default behaviour of (outgoing) firewall in mode "Blocked"', 'drop action2' => 'Default behaviour of (input) firewall', 'drop forward' => 'Log dropped forward packets', -'drop hostile' => 'Drop packets from and to hostile networks (listed at <a href="https://www.spamhaus.org/drop/" target="_blank">Spamhaus DROP</a>, etc.)', +'drop hostile' => 'Drop packets from and to hostile networks (listed at <a href="https://www.spamhaus.org/blocklists/do-not-route-or-peer/" target="_blank">Spamhaus DROP</a>, etc.)', 'drop input' => 'Log dropped input packets', 'drop newnotsyn' => 'Log dropped new not SYN packets', 'drop outgoing' => 'Log dropped outgoing packets', diff --git a/langs/es/cgi-bin/es.pl b/langs/es/cgi-bin/es.pl index 04549ba83c..1e1a0d9860 100644 --- a/langs/es/cgi-bin/es.pl +++ b/langs/es/cgi-bin/es.pl @@ -952,7 +952,7 @@ 'drop action1' => 'Comportamiento predeterminado del Cortafuegos (saliente) en modo "Bloqueado"', 'drop action2' => 'Comportamiento predeterminado del Cortafuegos (de entrada)', 'drop forward' => 'Registrar paquetes de reenvío descartados', -'drop hostile' => 'Descartar paquetes desde y hacia redes hostiles (enumeradas en <a href="https://www.spamhaus.org/drop/" target="_blank">Spamhaus DROP</a>, etc.)', +'drop hostile' => 'Descartar paquetes desde y hacia redes hostiles (enumeradas en <a href="https://www.spamhaus.org/blocklists/do-not-route-or-peer/" target="_blank">Spamhaus DROP</a>, etc.)', 'drop input' => 'Registrar paquetes descartados', 'drop newnotsyn' => 'Registrar nuevos paquetes not syn descartados', 'drop outgoing' => 'Registrar paquetes salientes descartados', diff --git a/langs/fr/cgi-bin/fr.pl b/langs/fr/cgi-bin/fr.pl index 6034de409d..65a0c95fc4 100644 --- a/langs/fr/cgi-bin/fr.pl +++ b/langs/fr/cgi-bin/fr.pl @@ -957,7 +957,7 @@ 'drop action1' => 'Comportement par défaut du pare-feu (sortant) en mode "Bloqué"', 'drop action2' => 'Comportement par défaut du pare-feu (entrant)', 'drop forward' => 'Abandon des paquets avancés par le journal', -'drop hostile' => 'Abandonner les paquets depuis et vers des réseaux hostiles (répertoriés sur <a href="https://www.spamhaus.org/drop/" target="_blank">Spamhaus DROP</a>, etc.)', +'drop hostile' => 'Abandonner les paquets depuis et vers des réseaux hostiles (répertoriés sur <a href="https://www.spamhaus.org/blocklists/do-not-route-or-peer/" target="_blank">Spamhaus DROP</a>, etc.)', 'drop input' => 'Suppression des paquets entrants du journal', 'drop newnotsyn' => 'Supprimer les anciens paquets de synchronisation du journal', 'drop outgoing' => 'Abandon des paquets sortants par le journal', diff --git a/lfs/libloc b/lfs/libloc index 35a711286f..ddd38e941c 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -25,7 +25,7 @@ include Config
VER = 0.9.17 -DB_DATE = 2024-02-17 +DB_DATE = 2024-04-16
THISAPP = libloc-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -44,7 +44,7 @@ $(DL_FILE) = https://source.ipfire.org/releases/libloc/$(DL_F location-$(DB_DATE).db.xz = https://location.ipfire.org/databases/1/archive/location-$(DB_DATE).db.xz
$(DL_FILE)_BLAKE2 = b0bf860ebaccd3cb49c58c066c430f7a1f936a2029957db9b88e22c04240af0268a8f6388e8ca512102f14033037a2ab8bbb93fe83e525b9859c790c5c382df4 -location-$(DB_DATE).db.xz_BLAKE2 = 36432bed306871e96a741d364fdefaa677d47245e38596d1c7fb6a8f0a143e3ffa549e16effa58289b5481220b0a2560255e75b0bfe53219b1400d6d250aa02b +location-$(DB_DATE).db.xz_BLAKE2 = f60ca7c2e3ac7cb7e6dc94501f0028dfb76f65330ba4f35934addc65bac8af9b3ce0149956aa3ca9211c9843b34d94255328af840d250f1e4612d9af90e7b6e9
install : $(TARGET)
hooks/post-receive -- IPFire 2.x development tree