Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: fangfrisch@packages.debian.org, tg@mirbsd.de Control: affects -1 + src:fangfrisch User: release.debian.org@packages.debian.org Usertags: pu Please pre-approve this upload; it’s urgent to get out to trixie users ASAP, at least before the year ends. [ Reason ] The preconfigured sanesecurity mirror will stop working. [ Impact ] Users will miss anti-virus signature updates. [ Tests ] None. [ Risks ] Trivial backport of an URL change. [ Checklist ] [x] *all* changes are documented in the d/changelog [x] I reviewed all changes and I approve them [x] attach debdiff against the package in (old)stable [x] the issue is verified as fixed in unstable [ Changes ] This changes the old mirror URL to the new one, c.p. [ Other info ] It is possible for a user to put the “prefix = $newmirror” line into /etc/fangfrisch.conf in the correct section instead. I have tested this. I have verified, using copy/paste and uniq(1), that the new URL is identical. This is a maintainer-ACKed NMU, therefore no delay.
diff -Nru fangfrisch-1.9.0/debian/changelog fangfrisch-1.9.0/debian/changelog
--- fangfrisch-1.9.0/debian/changelog 2024-07-20 04:22:07.000000000 +0000
+++ fangfrisch-1.9.0/debian/changelog 2025-11-04 15:11:24.000000000 +0000
@@ -1,3 +1,11 @@
+fangfrisch (1.9.0-3+deb13u1) trixie; urgency=high
+
+ * Non-maintainer upload.
+ * Update sanesecurity mirror as the old one will stop working
+ this year (Closes: #1117681)
+
+ -- Thorsten Glaser <tg@mirbsd.de> Tue, 04 Nov 2025 15:11:24 +0000
+
fangfrisch (1.9.0-3) unstable; urgency=medium
* Add fangfrisch Suggests and Enhances clamdscan (Closes: #1067112)
diff -Nru fangfrisch-1.9.0/debian/patches/series fangfrisch-1.9.0/debian/patches/series
--- fangfrisch-1.9.0/debian/patches/series 2024-02-23 14:03:16.000000000 +0000
+++ fangfrisch-1.9.0/debian/patches/series 2025-11-04 15:08:28.000000000 +0000
@@ -1 +1,2 @@
no-googleapis
+update-sanesecurity-mirror.diff
diff -Nru fangfrisch-1.9.0/debian/patches/update-sanesecurity-mirror.diff fangfrisch-1.9.0/debian/patches/update-sanesecurity-mirror.diff
--- fangfrisch-1.9.0/debian/patches/update-sanesecurity-mirror.diff 1970-01-01 00:00:00.000000000 +0000
+++ fangfrisch-1.9.0/debian/patches/update-sanesecurity-mirror.diff 2025-11-04 15:11:12.000000000 +0000
@@ -0,0 +1,38 @@
+Description: update sanesecurity mirror, old one is shutting down
+Author: tg@debian.org
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1117681
+Forwarded: not-needed
+
+--- a/docs/index.html
++++ b/docs/index.html
+@@ -1113,7 +1113,7 @@ filename_clamav_basic = malwarepatrol.db
+
+ [sanesecurity]
+ interval = 1h
+-prefix = http://mirror.sentries.org/sanesecurity/
++prefix = http://mirror.seichter.de/sanesecurity/
+ !url_foxhole_all_cdb = ${prefix}foxhole_all.cdb
+ !url_foxhole_all_ndb = ${prefix}foxhole_all.ndb
+ !url_foxhole_links = ${prefix}foxhole_links.ldb
+--- a/docs/internal.conf
++++ b/docs/internal.conf
+@@ -41,7 +41,7 @@ filename_clamav_basic = malwarepatrol.db
+
+ [sanesecurity]
+ interval = 1h
+-prefix = http://mirror.sentries.org/sanesecurity/
++prefix = http://mirror.seichter.de/sanesecurity/
+ !url_foxhole_all_cdb = ${prefix}foxhole_all.cdb
+ !url_foxhole_all_ndb = ${prefix}foxhole_all.ndb
+ !url_foxhole_links = ${prefix}foxhole_links.ldb
+--- a/fangfrisch/config/sanesecurity.py
++++ b/fangfrisch/config/sanesecurity.py
+@@ -23,7 +23,7 @@ sanesecurity = {
+ # See https://sanesecurity.com/usage/signatures/
+ 'sanesecurity': {
+ INTERVAL: '1h',
+- PREFIX: r'http://mirror.sentries.org/sanesecurity/',
++ PREFIX: r'http://mirror.seichter.de/sanesecurity/',
+ '!url_foxhole_all_cdb': f'${{{PREFIX}}}foxhole_all.cdb',
+ '!url_foxhole_all_ndb': f'${{{PREFIX}}}foxhole_all.ndb',
+ '!url_foxhole_links': f'${{{PREFIX}}}foxhole_links.ldb',