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, master has been updated via 642557e23ba6c1bcab7e654569a35a5f4e6e8acc (commit) via e706f87eedf75f786530815fe149b2b8dca070c2 (commit) via a836a2787c2f6ad50c3a3058b21fc961ef497406 (commit) via decb7e61f19047ea6eb2dc1402efa46e581a8a0c (commit) from a9f69cbf01cd306dbc20c5761eedcdd97bc492e8 (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 642557e23ba6c1bcab7e654569a35a5f4e6e8acc Author: Michael Tremer Date: Mon Oct 12 10:15:59 2020 +0000 tor: Bump release Signed-off-by: Michael Tremer commit e706f87eedf75f786530815fe149b2b8dca070c2 Author: Peter Müller Date: Fri Oct 9 19:20:32 2020 +0000 tor.cgi: fix calling Perl location module functions The second version of this patch avoids re-defining $db_handle. Fixes: #12492 Cc: Stefan Schantl Acked-By: Stefan Schantl Signed-off-by: Michael Tremer commit a836a2787c2f6ad50c3a3058b21fc961ef497406 Author: Michael Tremer Date: Mon Oct 12 20:07:30 2020 +0000 core151: Remove multiple calls of rm Signed-off-by: Michael Tremer commit decb7e61f19047ea6eb2dc1402efa46e581a8a0c Author: Matthias Fischer Date: Mon Oct 12 20:28:31 2020 +0200 update.sh: Delete obsolete files from Net-DNS 1.25 Fixes Bug #12491 Signed-off-by: Matthias Fischer Signed-off-by: Michael Tremer ----------------------------------------------------------------------- Summary of changes: config/rootfiles/core/151/update.sh | 4 +++- html/cgi-bin/tor.cgi | 5 ++--- lfs/tor | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) Difference in files: diff --git a/config/rootfiles/core/151/update.sh b/config/rootfiles/core/151/update.sh index 699528274..5fb05488b 100644 --- a/config/rootfiles/core/151/update.sh +++ b/config/rootfiles/core/151/update.sh @@ -33,7 +33,9 @@ done # Remove files rm -rfv \ - /usr/lib/perl5/site_perl/5.30.0/Locale + /usr/lib/perl5/site_perl/5.30.0/Locale \ + /usr/lib/perl5/site_perl/5.30.0/*/Net/DNS \ + /usr/lib/perl5/site_perl/5.30.0/*/Net/DNS.pm # Stop services /etc/init.d/ipsec stop diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 28dec6cf0..7447bd791 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -322,14 +322,13 @@ END