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 4075ce139b0531e4e90880d76a3db086bee229c9 (commit) via f128ac2a5c88d7094c768fdcada1d0c5d0f81ab1 (commit) from 1c154e5180a9920e579c8b6dccafc5540f0d6123 (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 4075ce139b0531e4e90880d76a3db086bee229c9 Author: Peter Müller peter.mueller@ipfire.org Date: Mon Sep 26 08:54:36 2022 +0000
Core Update 171: Ship ipblocklist/sources
Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit f128ac2a5c88d7094c768fdcada1d0c5d0f81ab1 Author: Adolf Belka adolf.belka@ipfire.org Date: Sat Sep 24 13:53:12 2022 +0200
ipblocklist-sources: Correct the info url - Fixes bug#12938
- With the .html ending the link gets a 404 Page not found error
Fixes: Bug#12938 Tested-by: Adolf Belka adolf.belka@ipfire.org Signed-off-by: Adolf Belka adolf.belka@ipfire.org Reviewed-by: Bernhard Bitsch bbitsch@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/ipblocklist/sources | 4 ++-- config/rootfiles/core/171/filelists/files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index a6f82354c..be0cf0229 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -114,13 +114,13 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'category' => 'reputation' }, 'BOGON' => { 'name' => 'Bogus address list (Martian)', 'url' => 'https://www.team-cymru.org/Services/Bogons/bogon-bn-agg.txt', - 'info' => 'https://www.team-cymru.com/bogon-reference.html', + 'info' => 'https://www.team-cymru.com/bogon-reference', 'parser' => 'ip-or-net-list', 'rate' => '1d', 'category' => 'invalid' }, 'BOGON_FULL' => { 'name' => 'Full Bogus Address List', 'url' => 'https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txt', - 'info' => 'https://www.team-cymru.com/bogon-reference.html', + 'info' => 'https://www.team-cymru.com/bogon-reference', 'parser' => 'ip-or-net-list', 'rate' => '4h', 'category' => 'invalid', diff --git a/config/rootfiles/core/171/filelists/files b/config/rootfiles/core/171/filelists/files index f6803cffa..1e6bdd1a7 100644 --- a/config/rootfiles/core/171/filelists/files +++ b/config/rootfiles/core/171/filelists/files @@ -133,5 +133,6 @@ 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/ipblocklist/sources var/ipfire/main/manualpages var/spool/cron/root.orig
hooks/post-receive -- IPFire 2.x development tree