From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 4075ce139b0531e4e90880d76a3db086bee229c9 Date: Mon, 26 Sep 2022 08:55:07 +0000 Message-ID: <4Mbc5m1z3hz2y4W@people01.haj.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4246311545738730767==" List-Id: --===============4246311545738730767== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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=C3=BCller Date: Mon Sep 26 08:54:36 2022 +0000 Core Update 171: Ship ipblocklist/sources =20 Signed-off-by: Peter M=C3=BCller commit f128ac2a5c88d7094c768fdcada1d0c5d0f81ab1 Author: Adolf Belka Date: Sat Sep 24 13:53:12 2022 +0200 ipblocklist-sources: Correct the info url - Fixes bug#12938 =20 - With the .html ending the link gets a 404 Page not found error =20 Fixes: Bug#12938 Tested-by: Adolf Belka Signed-off-by: Adolf Belka Reviewed-by: Bernhard Bitsch ----------------------------------------------------------------------- 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 =3D ( 'EMERGING_FWRULE' =3D> { 'name' = =3D> 'Emerging Threats Blocklis 'category' =3D> 'reputation' }, 'BOGON' =3D> { 'name' =3D> 'Bogus address list (M= artian)', 'url' =3D> 'https://www.team-cymru.= org/Services/Bogons/bogon-bn-agg.txt', - 'info' =3D> 'https://www.team-cymru.= com/bogon-reference.html', + 'info' =3D> 'https://www.team-cymru.= com/bogon-reference', 'parser' =3D> 'ip-or-net-list', 'rate' =3D> '1d', 'category' =3D> 'invalid' }, 'BOGON_FULL' =3D> { 'name' =3D> 'Full Bogus Address Li= st', 'url' =3D> 'https://www.team-cymru.= org/Services/Bogons/fullbogons-ipv4.txt', - 'info' =3D> 'https://www.team-cymru.= com/bogon-reference.html', + 'info' =3D> 'https://www.team-cymru.= com/bogon-reference', 'parser' =3D> 'ip-or-net-list', 'rate' =3D> '4h', 'category' =3D> 'invalid', diff --git a/config/rootfiles/core/171/filelists/files b/config/rootfiles/cor= e/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 --===============4246311545738730767==--