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 11c6186102c3b1f604d2fe9ea308fc69183e97a5 (commit) via 04aed06489bc9f1ebc30059ab0f6353063b7c856 (commit) from 0e8a17b2d1a7e61ebb1e25b384526c44acc1f7a0 (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 11c6186102c3b1f604d2fe9ea308fc69183e97a5 Author: Peter Müller peter.mueller@ipfire.org Date: Mon Aug 22 19:53:32 2022 +0000
netatalk: Actually increase PAK_VER after reverting previous patch
https://lists.ipfire.org/pipermail/development/2022-August/014283.html
Reported-by: Michael Tremer michael.tremer@ipfire.org Signed-off-by: Peter Müller peter.mueller@ipfire.org
commit 04aed06489bc9f1ebc30059ab0f6353063b7c856 Author: Peter Müller peter.mueller@ipfire.org Date: Mon Aug 22 19:52:38 2022 +0000
ipblocklist: "Tor" is not fully capitalized
Signed-off-by: Peter Müller peter.mueller@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/ipblocklist/sources | 4 ++-- lfs/netatalk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/config/ipblocklist/sources b/config/ipblocklist/sources index c750dcd58..a6f82354c 100644 --- a/config/ipblocklist/sources +++ b/config/ipblocklist/sources @@ -93,14 +93,14 @@ our %sources = ( 'EMERGING_FWRULE' => { 'name' => 'Emerging Threats Blocklis 'parser' => 'ip-or-net-list', 'rate' => '15m', 'category' => 'reputation' }, - 'TOR_ALL' => { 'name' => 'Known TOR Nodes', + 'TOR_ALL' => { 'name' => 'Known Tor Nodes', 'url' => 'https://www.dan.me.uk/torlist', 'info' => 'https://www.dan.me.uk/tornodes', 'parser' => 'ip-or-net-list', 'rate' => '1h', 'category' => 'application', 'disable' => 'TOR_EXIT' }, - 'TOR_EXIT' => { 'name' => 'Known TOR Exit Nodes', + 'TOR_EXIT' => { 'name' => 'Known Tor Exit Nodes', 'url' => 'https://www.dan.me.uk/torlist/?exit', 'info' => 'https://www.dan.me.uk/tornodes', 'parser' => 'ip-or-net-list',, diff --git a/lfs/netatalk b/lfs/netatalk index ef75c89fe..e93dede98 100644 --- a/lfs/netatalk +++ b/lfs/netatalk @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team info@ipfire.org # +# Copyright (C) 2007-2022 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = netatalk -PAK_VER = 3 +PAK_VER = 5
DEPS = avahi dbus
hooks/post-receive -- IPFire 2.x development tree