diff -pruN 1.4.3+dfsg-1/debian/.git-dpm 1.4.3+dfsg-0ubuntu2/debian/.git-dpm
--- 1.4.3+dfsg-1/debian/.git-dpm	2025-06-29 09:41:34.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/.git-dpm	2025-06-13 07:59:47.000000000 +0000
@@ -1,8 +1,8 @@
 # see git-dpm(1) from git-dpm package
-a93a4e3db36cec1e2c2d1a6ddd4c4ac6df18cbca
-a93a4e3db36cec1e2c2d1a6ddd4c4ac6df18cbca
-0e1174622bdc4e0335b2f3c20411b0c6ddcc9aae
-0e1174622bdc4e0335b2f3c20411b0c6ddcc9aae
-clamav_1.4.3+dfsg.orig.tar.xz
-9de4123ce7c983eb14b3b103f583628e279945a5
-33173124
+fce5c3530c91211f2faafe2bc88246c286211ef6
+fce5c3530c91211f2faafe2bc88246c286211ef6
+f05c1c18e604bd3827bf53575cb129e7db89ccb2
+f05c1c18e604bd3827bf53575cb129e7db89ccb2
+clamav_1.4.2+dfsg.orig.tar.xz
+d88c337d25bcde23d709ed5cd630da89b952ca8f
+33155264
diff -pruN 1.4.3+dfsg-1/debian/changelog 1.4.3+dfsg-0ubuntu2/debian/changelog
--- 1.4.3+dfsg-1/debian/changelog	2025-06-29 10:01:31.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/changelog	2025-09-03 15:09:08.000000000 +0000
@@ -1,15 +1,45 @@
-clamav (1.4.3+dfsg-1) unstable; urgency=medium
+clamav (1.4.3+dfsg-0ubuntu2) questing; urgency=medium
 
-  * Import 1.4.3
-    - CVE-2025-20234 (Fixed a possible buffer overflow read bug in the UDF
-      file parser that may write to a temp file and thus disclose information,
-      or it may crash and cause a denial-of-service (DoS) condition.)
-      Closes: #1108045
-    - CVE-2025-20260 (Fixed a possible buffer overflow write bug in the PDF
-      file parser that could cause a denial-of-service (DoS) condition or
-      enable remote code execution.) Closes: #1108046
+  * Rebuild to include updated RISC-V base ISA RVA23
 
- -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sun, 29 Jun 2025 12:01:31 +0200
+ -- Heinrich Schuchardt <heinrich.schuchardt@canonical.com>  Wed, 03 Sep 2025 15:09:08 +0000
+
+clamav (1.4.3+dfsg-0ubuntu1) questing; urgency=medium
+
+  * Updated to version 1.4.3 to fix security issue.
+    - debian/rules: bump CL_FLEVEL to 213.
+    - debian/libclamav12.symbols: updated CLAMAV_PRIVATE and
+      cl_retflevel symbols to new version.
+    - CVE-2025-20234
+    - CVE-2025-20260
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 25 Jun 2025 12:39:40 -0400
+
+clamav (1.4.2+dfsg-1ubuntu1) questing; urgency=medium
+
+  * Merge with Debian unstable. Remaining changes:
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP #1920217).
+    - d/rules: use RelWithDebInfo profile as the Rust CMake scripts can not
+      recognize the "None" type specified by dh-cmake.
+      (LP #2071663)
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP #1718227)
+    - debian/po: update translations
+  * Dropped:
+    - Updated to version 1.4.2 to fix security issue.
+      + debian/rules: bump CL_FLEVEL to 212.
+      + debian/libclamav12.symbols: updated CLAMAV_PRIVATE and
+        cl_retflevel symbols to new version.
+      + CVE-2025-20128
+      [Debian now carries 1.4.2]
+
+ -- Bryce Harrington <bryce@canonical.com>  Fri, 13 Jun 2025 01:02:43 -0700
 
 clamav (1.4.2+dfsg-1) unstable; urgency=medium
 
@@ -18,6 +48,60 @@ clamav (1.4.2+dfsg-1) unstable; urgency=
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Thu, 06 Feb 2025 21:56:48 +0100
 
+clamav (1.4.2+dfsg-0ubuntu2) questing; urgency=medium
+
+  * No-change rebuild for libxml2 soname change.
+
+ -- Matthias Klose <doko@ubuntu.com>  Tue, 20 May 2025 12:23:37 +0200
+
+clamav (1.4.2+dfsg-0ubuntu1) plucky; urgency=medium
+
+  * Updated to version 1.4.2 to fix security issue.
+    - debian/rules: bump CL_FLEVEL to 212.
+    - debian/libclamav12.symbols: updated CLAMAV_PRIVATE and
+      cl_retflevel symbols to new version.
+    - CVE-2025-20128
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 23 Jan 2025 12:58:42 -0500
+
+clamav (1.4.1+dfsg-1ubuntu1) plucky; urgency=medium
+
+  * Merge with Debian unstable (LP: #2085222). Remaining changes:
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP #1920217).
+    - d/rules: use RelWithDebInfo profile as the Rust CMake scripts can not
+      recognize the "None" type specified by dh-cmake.
+      (LP #2071663)
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP #1718227)
+    - debian/po: update translations
+  * Dropped:
+    - SECURITY UPDATE: out of bounds read in PDF parser
+      + debian/patches/CVE-2024-20505.patch: add more checks to
+        libclamav/pdf.c, libclamav/pdfng.c.
+      + CVE-2024-20505
+      [Included in Debian 1.4.1+dfsg-1]
+    - SECURITY UPDATE: file overwrite via log file symlinks
+      + debian/patches/CVE-2024-20506.patch: disable following symlinks when
+        opening log files in common/output.c.
+      + CVE-2024-20506
+      [Included in Debian 1.4.1+dfsg-1]
+    - d/patches: add a patch to make the build system respect the rustflags
+      (LP #2071663).
+      [Taken upstream in 1.4.0]
+    - d/rules, d/s/include-binaries,
+      d/p/Fix-unit-test-caused-by-expiring-signing-certificate.patch:
+      Fix signing of "text.exe" with expired certs.
+      (LP #2078478)
+      [Already present in Debian 1.3.1+dfsg-5]
+
+ -- Bryce Harrington <bryce@canonical.com>  Thu, 16 Jan 2025 16:27:52 -0800
+
 clamav (1.4.1+dfsg-1) unstable; urgency=medium
 
   * Import 1.4.1 (Closes: #1080962)
@@ -28,12 +112,73 @@ clamav (1.4.1+dfsg-1) unstable; urgency=
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Thu, 03 Oct 2024 10:51:50 +0200
 
+clamav (1.3.1+dfsg-5ubuntu2) oracular; urgency=medium
+
+  * SECURITY UPDATE: out of bounds read in PDF parser
+    - debian/patches/CVE-2024-20505.patch: add more checks to
+      libclamav/pdf.c, libclamav/pdfng.c.
+    - CVE-2024-20505
+  * SECURITY UPDATE: file overwrite via log file symlinks
+    - debian/patches/CVE-2024-20506.patch: disable following symlinks when
+      opening log files in common/output.c.
+    - CVE-2024-20506
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 16 Sep 2024 11:22:38 -0400
+
+clamav (1.3.1+dfsg-5ubuntu1) oracular; urgency=medium
+
+  * Merge from Debian unstable. Remaining changes:
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP #1920217).
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP #1718227)
+    - d/rules: use RelWithDebInfo profile as the Rust CMake scripts can not
+      recognize the "None" type specified by dh-cmake.
+    - d/patches: add a patch to make the build system respect the rustflags
+      (LP: #2071663).
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 11 Sep 2024 15:48:20 +0200
+
 clamav (1.3.1+dfsg-5) unstable; urgency=medium
 
   * Update expired certs (Closes: #1078274).
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Tue, 27 Aug 2024 22:55:37 +0200
 
+clamav (1.3.1+dfsg-4ubuntu2) oracular; urgency=medium
+
+  * d/rules, d/s/include-binaries,
+    d/p/Fix-unit-test-caused-by-expiring-signing-certificate.patch:
+    Fix signing of "text.exe" with expired certs.
+    [Adopted from Debian 1.3.1+dfsg-5]
+    (LP: #2078478)
+
+ -- Bryce Harrington <bryce@canonical.com>  Wed, 11 Sep 2024 00:01:23 -0700
+
+clamav (1.3.1+dfsg-4ubuntu1) oracular; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP #1920217).
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP #1718227)
+    - d/rules: use RelWithDebInfo profile as the Rust CMake scripts can not
+      recognize the "None" type specified by dh-cmake.
+    - d/patches: add a patch to make the build system respect the rustflags
+      (LP: #2071663).
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 17 Jul 2024 08:45:07 +0200
+
 clamav (1.3.1+dfsg-4) unstable; urgency=medium
 
   * Move files from lib to usr/lib (Closes: #1073612).
@@ -42,6 +187,38 @@ clamav (1.3.1+dfsg-4) unstable; urgency=
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Fri, 28 Jun 2024 20:23:21 +0200
 
+clamav (1.3.1+dfsg-3ubuntu3) oracular; urgency=medium
+
+  * d/rules: use RelWithDebInfo profile as the Rust CMake scripts can not
+    recognize the "None" type specified by dh-cmake.
+  * d/patches: add a patch to make the build system respect the rustflags
+    (LP: #2071663).
+
+ -- Zixing Liu <zixing.liu@canonical.com>  Mon, 01 Jul 2024 11:07:50 -0600
+
+clamav (1.3.1+dfsg-3ubuntu2) oracular; urgency=medium
+
+  * No-change rebuild to enable frame pointers
+
+ -- Zixing Liu <zixing.liu@canonical.com>  Mon, 01 Jul 2024 17:39:18 +0200
+
+clamav (1.3.1+dfsg-3ubuntu1) oracular; urgency=medium
+
+  * Merge with Debian unstable (LP: #2064394). Remaining changes:
+     - d/p/resolve-armhf-ftbfs.patch: resolve armhf failure to build from
+       source. (Closes #1073128)
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP #1920217).
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP #1718227)
+
+ -- Bryce Harrington <bryce@canonical.com>  Thu, 13 Jun 2024 20:29:42 -0700
+
 clamav (1.3.1+dfsg-3) unstable; urgency=medium
 
   * Upload to unstable.
@@ -90,6 +267,99 @@ clamav (1.2.1+dfsg-1) experimental; urge
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sun, 05 Nov 2023 21:29:59 +0100
 
+clamav (1.0.5+dfsg-1.1ubuntu3) noble; urgency=medium
+
+  * No-change rebuild for CVE-2024-3094
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sun, 31 Mar 2024 17:48:52 +0000
+
+clamav (1.0.5+dfsg-1.1ubuntu2) noble; urgency=medium
+
+  * No-change rebuild against libcurl4t64
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Sat, 16 Mar 2024 06:09:48 +0000
+
+clamav (1.0.5+dfsg-1.1ubuntu1) noble; urgency=medium
+
+  * Merge with Debian unstable. Remaining changes:
+     - d/p/resolve-armhf-ftbfs.patch: resolve armhf failure to build from
+       source.
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP 1920217).
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP 1718227)
+  * Dropped:
+    - po files update
+      [previously undocumented]
+      [causes merge conflict on rebase]
+
+ -- Bryce Harrington <bryce@canonical.com>  Tue, 05 Mar 2024 11:00:58 -0800
+
+clamav (1.0.5+dfsg-1ubuntu2) noble; urgency=medium
+
+  * No-change rebuild against libssl3t64
+
+ -- Steve Langasek <steve.langasek@ubuntu.com>  Mon, 04 Mar 2024 17:34:24 +0000
+
+clamav (1.0.5+dfsg-1ubuntu1) noble; urgency=medium
+
+  * Merge with Debian unstable as security update.
+    Remaining changes:
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP: 1718227)
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP: 1920217).
+    - d/p/resolve-armhf-ftbfs.patch: resolve armhf failure to build from
+      source.
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Mon, 12 Feb 2024 09:36:24 -0500
+
+clamav (1.0.4+dfsg-0ubuntu1) noble; urgency=medium
+
+  * Updated to version 1.0.4 to fix db compatibility. (LP: #2046581)
+    - debian/rules: bump CL_FLEVEL to 164.
+    - debian/libclamav11.symbols: updated CLAMAV_PRIVATE symbols to new
+      version.
+    - debian/series/cargo-Remove-windows-referenfes.patch: disabled as
+      the mentioned files aren't being removed by the debian/get_orig.sh
+      script, so I assume the Debian maintainer is using a different script
+      to generate the dfsg tarball.
+    - debian/series/Freshclam-remove-curl-result-warning.patch: removed,
+      included in new version.
+    - Updated patches for new version:
+      + libclamav-Sort-libclamav.map-and-libfreshclam.map.patch
+      + libclamav-Add-missing-symbols.patch
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Thu, 04 Jan 2024 11:04:58 -0500
+
+clamav (1.0.3+dfsg-2ubuntu1) noble; urgency=medium
+
+  * Merge with Debian unstable as security update (LP: #2040372).
+    Remaining changes:
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP: 1718227)
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP: 1920217).
+    - d/p/resolve-armhf-ftbfs.patch: resolve armhf failure to build from
+      source.
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Tue, 12 Dec 2023 10:24:25 -0500
+
 clamav (1.0.3+dfsg-2) unstable; urgency=medium
 
   * Remove unnecessary warning messages in freshclam during update.
@@ -102,6 +372,29 @@ clamav (1.0.3+dfsg-1) unstable; urgency=
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sat, 09 Sep 2023 10:18:34 +0200
 
+clamav (1.0.2+dfsg-1ubuntu1) mantic; urgency=medium
+
+  [ Marc Deslauriers ]
+  * Merge with Debian unstable as security update (LP: #2031565).
+    Remaining changes:
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories. (LP: 1718227)
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP: 1920217).
+    - CVE-2023-20197
+    - CVE-2023-20212
+
+  [ Vladimir Petko ]
+  * d/p/resolve-armhf-ftbfs.patch: resolve armhf failure to build from
+    source.
+
+ -- Marc Deslauriers <marc.deslauriers@ubuntu.com>  Wed, 23 Aug 2023 10:44:37 -0400
+
 clamav (1.0.2+dfsg-1) unstable; urgency=medium
 
   * Import 1.0.2 (Closes: #1050057)
@@ -115,6 +408,21 @@ clamav (1.0.2+dfsg-1) unstable; urgency=
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sat, 19 Aug 2023 19:07:32 +0200
 
+clamav (1.0.1+dfsg-2ubuntu1) mantic; urgency=medium
+
+  * Merge with Debian unstable (LP: #2018063). Remaining changes:
+    - Extend ifupdown script to support networkd-dispatcher.
+      + d/clamav-freshclam-ifupdown: Modernize some parts of
+        the script.  Implement support for networkd-dispatcher.
+      + d/clamav-freshclam.links: Install the
+        clamav-freshclam-ifupdown script inside the proper
+        /usr/lib/networkd-dispatcher/{off,routable}.d/
+        directories.(LP: #1718227)
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP: #1920217).
+
+ -- Vladimir Petko <vladimir.petko@canonical.com>  Mon, 31 Jul 2023 09:11:40 +1200
+
 clamav (1.0.1+dfsg-2) unstable; urgency=medium
 
   * Depend on latest libtfm1 (Closes: #1031896, #1027010).
@@ -199,6 +507,39 @@ clamav (1.0.0+dfsg-1) experimental; urge
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sat, 31 Dec 2022 13:44:59 +0100
 
+clamav (0.103.8+dfsg-0ubuntu2) mantic; urgency=medium
+
+  * Extend ifupdown script to support networkd-dispatcher.
+    - d/clamav-freshclam-ifupdown: Modernize some parts of
+      the script.  Implement support for networkd-dispatcher.
+    - d/clamav-freshclam.links: Install the
+      clamav-freshclam-ifupdown script inside the proper
+      /usr/lib/networkd-dispatcher/{off,routable}.d/
+      directories.
+    (LP: #1718227)
+
+ -- Sergio Durigan Junior <sergio.durigan@canonical.com>  Fri, 12 May 2023 15:58:29 -0400
+
+clamav (0.103.8+dfsg-0ubuntu1) lunar; urgency=medium
+
+  * Updated to version 0.103.8 to fix security issues.
+    - debian/rules: bump CL_FLEVEL to 129.
+    - debian/libclamav9.symbols: updated CLAMAV_PRIVATE symbols to new
+      version.
+    - CVE-2023-20032, CVE-2023-20052
+
+ -- David Fernandez Gonzalez <david.fernandezgonzalez@canonical.com>  Fri, 24 Feb 2023 09:27:20 +0100
+
+clamav (0.103.7+dfsg-1ubuntu1) lunar; urgency=medium
+
+  * Merge with Debian unstable (LP: #1993390). Remaining changes:
+    - clamav-base.postinst.in: Quell warning from check for clamav user
+      (LP #1920217)
+  * Dropped:
+    - Update translations
+
+ -- Bryce Harrington <bryce@canonical.com>  Fri, 18 Nov 2022 23:35:15 -0800
+
 clamav (0.103.7+dfsg-1) unstable; urgency=medium
 
   * Import 0.103.7
@@ -206,6 +547,13 @@ clamav (0.103.7+dfsg-1) unstable; urgenc
 
  -- Sebastian Andrzej Siewior <sebastian@breakpoint.cc>  Sun, 14 Aug 2022 21:33:51 +0200
 
+clamav (0.103.6+dfsg-1ubuntu1) kinetic; urgency=medium
+
+  * clamav-base.postinst.in: Quell warning from check for clamav user
+    (LP: #1920217)
+
+ -- Bryce Harrington <bryce@canonical.com>  Wed, 18 May 2022 17:26:41 -0700
+
 clamav (0.103.6+dfsg-1) unstable; urgency=medium
 
   * Import 0.103.6
diff -pruN 1.4.3+dfsg-1/debian/clamav-base.postinst.in 1.4.3+dfsg-0ubuntu2/debian/clamav-base.postinst.in
--- 1.4.3+dfsg-1/debian/clamav-base.postinst.in	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/clamav-base.postinst.in	2025-06-13 07:59:49.000000000 +0000
@@ -32,7 +32,7 @@ case "$1" in
 
   # Set up the clamav user on new install
   if [ -z "$2" ]; then
-    if ! id clamav; then
+    if ! getent passwd clamav >/dev/null; then
         adduser --system --no-create-home --quiet \
             --disabled-password --disabled-login \
 	    --shell /bin/false --group --home /var/lib/clamav clamav
diff -pruN 1.4.3+dfsg-1/debian/clamav-freshclam-ifupdown 1.4.3+dfsg-0ubuntu2/debian/clamav-freshclam-ifupdown
--- 1.4.3+dfsg-1/debian/clamav-freshclam-ifupdown	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/clamav-freshclam-ifupdown	2025-06-13 08:02:43.000000000 +0000
@@ -1,16 +1,25 @@
 #!/bin/sh
 # 2004-01-25, Thomas Lamy <thomas.lamy@in-online.net>
 # From Magnus Ekdahl's <magnus@debian.org> clamav-freshclam-handledaemon(8)
+# Adjust to be networkd-dispatcher compatible by
+# Sergio Durigan Junior <sergiodj@debian.org>
 
 set -e
 
-[ -e /var/lib/clamav/interface ] || exit 0
+[ -f /var/lib/clamav/interface ] || exit 0
+
+if [ -d /run/systemd/system ]; then
+    INIT='systemctl'
+    INIT_SUFFIX='clamav-freshclam'
+else
+    INIT='invoke-rc.d clamav-freshclam'
+    INIT_SUFFIX=''
+fi
 
-INIT=invoke-rc.d clamav-freshclam
 CLAMAV_CONF_FILE=/etc/clamav/clamd.conf
 FRESHCLAM_CONF_FILE=/etc/clamav/freshclam.conf
 
-INTERNETIFACE=`cat /var/lib/clamav/interface`
+INTERNETIFACE=$(cat /var/lib/clamav/interface)
 
 if grep -q freshclam /proc/*/stat 2>/dev/null; then
   IS_RUNNING=true
@@ -18,61 +27,104 @@ else
   IS_RUNNING=false
 fi
 
-# $IFACE is set by ifup/down, $PPP_IFACE by pppd 
-[ -n "$PPP_IFACE" ] && IFACE=$PPP_IFACE
+handle_ifupdown ()
+{
+    # $IFACE is set by ifup/down, $PPP_IFACE by pppd 
+    [ -n "$PPP_IFACE" ] && IFACE=$PPP_IFACE
+
+    # This is sloppy - woody's pppd exports variables, while sid's passes them as 
+    # arguments and exports them.
+
+    if [ "$1" = "$IFACE" ]; then # We're called by sid's pppd
+	shift 6                    # and we already know the interface
+    fi                           # Dump the arguments passed.
+
+    if [ -z "$1" ]; then
+	case $(dirname "$0") in
+	    */if-up.d|*/ip-up.d)
+		# Short circuit and exit early if freshclam is already running
+		[ "$IS_RUNNING" = 'true' ] && exit 0
+		for interface in $INTERNETIFACE; do
+		    if [ "$interface" = "$IFACE" ]; then
+			FMODE=start
+			break
+		    else
+			FMODE=skip
+		    fi
+		done
+		;;
+	    */if-down.d|*/ip-down.d)
+		# Short circuit and exit early if freshclam is not already running
+		[ "$IS_RUNNING" = 'false' ] && exit 0
+		for interface in $INTERNETIFACE; do
+		    if [ "$interface" = "$IFACE" ]; then
+			FMODE=stop
+			break
+		    else
+			FMODE=skip
+		    fi
+		done
+		;;
+	    *)
+		FMODE=skip
+		;;
+	esac
+    else
+	FMODE="$1"
+    fi
+
+    case "$FMODE" in
+	start|stop)
+	    IFACE="$IFACE" $INIT $FMODE $INIT_SUFFIX
+	    ;;
+	skip)
+	    ;;
+	*)
+	    echo "Usage: $0 {start|stop|skip}" >&2
+	    exit 1
+	    ;;
+    esac
+}
+
+handle_networkd_dispatcher ()
+{
+    FOUND_IFACE=false
 
-# This is sloppy - woody's pppd exports variables, while sid's passes them as 
-# arguments and exports them.
-
-if [ "$1" = "$IFACE" ]; then # We're called by sid's pppd
-  shift 6                    # and we already know the interface
-fi                           # Dump the arguments passed.
-
-if [ -z "$1" ]; then
-  case $(dirname "$0") in
-    */if-up.d|*/ip-up.d)
-    # Short circuit and exit early if freshclam is already running
-    [ "$IS_RUNNING" = 'true' ] && exit 0
-    for interface in $INTERNETIFACE; do
-      if [ "$interface" = "$IFACE" ]; then
-	FMODE=start
-	break
-      else
-	FMODE=skip
-      fi
-    done
-    ;;
-    */if-down.d|*/ip-down.d)
-    # Short circuit and exit early if freshclam is not already running
-    [ "$IS_RUNNING" = 'false' ] && exit 0
     for interface in $INTERNETIFACE; do
-      if [ "$interface" = "$IFACE" ]; then
-	FMODE=stop
-	break
-      else
-	FMODE=skip
-      fi
+	if [ "$interface" = "$IFACE" ]; then
+	    FOUND_IFACE=true
+	    break
+	fi
     done
-    ;;
-    *)
-    FMODE=skip
-    ;;
-  esac
+
+    [ "$FOUND_IFACE" = 'false' ] && return
+
+    FMODE=""
+
+    case "$STATE" in
+	"off")
+	    if [ "$IS_RUNNING" = 'true' ]; then
+		FMODE="stop"
+	    fi
+	    ;;
+	"routable")
+	    if [ "$IS_RUNNING" = 'false' ]; then
+		FMODE="start"
+	    fi
+	    ;;
+	*)
+	    return
+    esac
+
+    if [ -n "$FMODE" ]; then
+	IFACE="$IFACE" $INIT $FMODE $INIT_SUFFIX
+    fi
+}
+
+if [ -n "$STATE" ]; then
+    handle_networkd_dispatcher "$@"
 else
-  FMODE="$1"
+    handle_ifupdown "$@"
 fi
 
-case "$FMODE" in
-  start|stop)
-  IFACE="$IFACE" $INIT $FMODE
-  ;;
-  skip)
-  ;;
-  *)
-  echo "Usage: $0 {start|stop|skip}" >&2
-  exit 1
-  ;;
-esac
-
 exit 0
-
diff -pruN 1.4.3+dfsg-1/debian/clamav-freshclam.links 1.4.3+dfsg-0ubuntu2/debian/clamav-freshclam.links
--- 1.4.3+dfsg-1/debian/clamav-freshclam.links	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/clamav-freshclam.links	2025-06-13 08:02:43.000000000 +0000
@@ -1 +1,4 @@
 /usr/share/doc/clamav-base/README.Debian.gz /usr/share/doc/clamav-freshclam/README.Debian.gz
+/usr/share/doc/clamav-base/NEWS.gz /usr/share/doc/clamav-freshclam/NEWS.gz
+/etc/network/if-up.d/clamav-freshclam-ifupdown /usr/lib/networkd-dispatcher/routable.d/clamav-freshclam
+/etc/network/if-down.d/clamav-freshclam-ifupdown /usr/lib/networkd-dispatcher/off.d/clamav-freshclam
diff -pruN 1.4.3+dfsg-1/debian/control 1.4.3+dfsg-0ubuntu2/debian/control
--- 1.4.3+dfsg-1/debian/control	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/control	2025-06-13 08:02:43.000000000 +0000
@@ -1,7 +1,8 @@
 Source: clamav
 Section: utils
 Priority: optional
-Maintainer: ClamAV Team <pkg-clamav-devel@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: ClamAV Team <pkg-clamav-devel@lists.alioth.debian.org>
 Uploaders: Michael Meskes <meskes@debian.org>,
            Michael Tautschnig <mt@debian.org>,
            Scott Kitterman <scott@kitterman.com>,
diff -pruN 1.4.3+dfsg-1/debian/libclamav12.symbols 1.4.3+dfsg-0ubuntu2/debian/libclamav12.symbols
--- 1.4.3+dfsg-1/debian/libclamav12.symbols	2025-06-29 10:01:17.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/libclamav12.symbols	2025-06-25 16:39:40.000000000 +0000
@@ -8,5 +8,5 @@ libclamav.so.12 libclamav12 #MINVER#
  cl_retflevel@CLAMAV_PUBLIC 1.4.3
 libfreshclam.so.3 libclamav12 #MINVER#
 * Build-Depends-Package: libclamav-dev
- *@FRESHCLAM_PRIVATE 1.4.3
- *@FRESHCLAM_PUBLIC 1.4.3
+ *@FRESHCLAM_PRIVATE 1.4.2
+ *@FRESHCLAM_PUBLIC 1.4.2
diff -pruN 1.4.3+dfsg-1/debian/patches/Change-paths-in-sample-conf-file-to-match-Debian.patch 1.4.3+dfsg-0ubuntu2/debian/patches/Change-paths-in-sample-conf-file-to-match-Debian.patch
--- 1.4.3+dfsg-1/debian/patches/Change-paths-in-sample-conf-file-to-match-Debian.patch	2025-06-29 09:41:34.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/patches/Change-paths-in-sample-conf-file-to-match-Debian.patch	2025-06-13 07:59:47.000000000 +0000
@@ -1,4 +1,4 @@
-From a93a4e3db36cec1e2c2d1a6ddd4c4ac6df18cbca Mon Sep 17 00:00:00 2001
+From fce5c3530c91211f2faafe2bc88246c286211ef6 Mon Sep 17 00:00:00 2001
 From: Scott Kitterman <scott@kitterman.com>
 Date: Mon, 10 Mar 2014 19:20:18 -0400
 Subject: Change paths in sample conf file to match Debian
diff -pruN 1.4.3+dfsg-1/debian/po/cs.po 1.4.3+dfsg-0ubuntu2/debian/po/cs.po
--- 1.4.3+dfsg-1/debian/po/cs.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/cs.po	2025-06-13 08:02:43.000000000 +0000
@@ -15,7 +15,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2010-10-13 19:12+0200\n"
 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -232,41 +232,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Chcete povolit prohledávání pošty?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to load bytecode from the database?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Chcete z databáze nahrávat bajtkód?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -280,7 +258,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -1453,8 +1431,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Měli byste se ujistit, že je tato hodnota menší, než hodnota "
 "„StreamMaxLength“ uvedená v konfiguračním souboru clamd.conf."
@@ -1488,6 +1466,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Chcete povolit prohledávání pošty?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Chcete povolit prohledávání archivů?"
diff -pruN 1.4.3+dfsg-1/debian/po/da.po 1.4.3+dfsg-0ubuntu2/debian/po/da.po
--- 1.4.3+dfsg-1/debian/po/da.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/da.po	2025-06-13 08:02:43.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-07-06 12:42+0000\n"
 "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -229,47 +229,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Ønsker du at aktivere understøttelse for Google Safe Browsing?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"Når aktiveret for første gang vil freshclam hente en ny databasefil "
-"(safebrowsing.cvd), som vil blive indlæst automatisk af clamd og clamscan "
-"under den næste genindlæsning, så længe at den heuristiske phishing-"
-"detektering er tændt. Denne database inkluderer information om "
-"internetsider, som kan være phishing-sider eller mulige kilder til malware. "
-"Når du bruger denne indstilling, er det krævet at du kører freshclam mindst "
-"hver 30. minut. Freshclam bruger ClamAV's spejlinfrastruktur til at "
-"distribuere databasen og dets opdateringer, men alt indhold leveres under "
-"Googles betingelser for brug."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "Vil du hente bytecode-databasen?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Privat spejl for freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -291,7 +262,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Ønsker du at aktivere logrotation?"
@@ -1491,8 +1462,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Du bør tjekke at denne værdi er mindre end værdien af »StreamMaxLength« i "
 "clamd.conf-filen."
@@ -1535,6 +1506,30 @@ msgstr ""
 "Bemærk: Selvom det sikkert er en god ide at aktivere denne indstilling, så "
 "er standardværdien deaktiveret på grund af arv (legacy)."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Ønsker du at aktivere understøttelse for Google Safe Browsing?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "Når aktiveret for første gang vil freshclam hente en ny databasefil "
+#~ "(safebrowsing.cvd), som vil blive indlæst automatisk af clamd og clamscan "
+#~ "under den næste genindlæsning, så længe at den heuristiske phishing-"
+#~ "detektering er tændt. Denne database inkluderer information om "
+#~ "internetsider, som kan være phishing-sider eller mulige kilder til "
+#~ "malware. Når du bruger denne indstilling, er det krævet at du kører "
+#~ "freshclam mindst hver 30. minut. Freshclam bruger ClamAV's "
+#~ "spejlinfrastruktur til at distribuere databasen og dets opdateringer, men "
+#~ "alt indhold leveres under Googles betingelser for brug."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Vil du aktivere ved adgang-skanning?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/de.po 1.4.3+dfsg-0ubuntu2/debian/po/de.po
--- 1.4.3+dfsg-1/debian/po/de.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/de.po	2025-06-13 08:02:43.000000000 +0000
@@ -14,7 +14,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav_0.98.4~rc1+dfsg-3_de\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-06-12 10:23+0100\n"
 "Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
 "Language-Team: Deutsch <debian-l10n-german@lists.debian.org>\n"
@@ -241,48 +241,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Soll die Unterstützung für Google Safe Browsing aktiviert werden?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"Wenn dies zum ersten Mal aktiviert wird, dann lädt Freshclam eine neue "
-"Datenbankdatei (safebrowsing.cvd) herunter, die automatisch von Clamd und "
-"Clamscan beim nächsten erneuten Laden berücksichtigt wird, sofern die "
-"heuristische Phishing-Erkennung eingeschaltet ist. Diese Datenbank enthält "
-"Informationen über Webseiten, die Phishing-Seiten oder mögliche Malware-"
-"Quellen sein könnten. Bei Verwendung dieser Option ist es vorgeschrieben, "
-"dass Freshclam mindestens alle 30 Minuten ausgeführt wird. Freshclam "
-"verwendet die Spiegel-Infrastruktur von ClamAV, um die Datenbank und deren "
-"Aktualisierungen zu verteilen, aber alle Inhalte werden unter den "
-"Nutzungsbedingungen von Google bereitgestellt."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "Wollen Sie die Bytecode-Datenbank herunterladen?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Privater Spiegel für Freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -306,7 +276,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Soll das Rotieren der Protokolldateien aktiviert werden?"
@@ -1532,8 +1502,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Sie sollten sicherstellen, dass dieser Wert kleiner als der Wert von "
 "»StreamMaxLength« in der Datei clamd.conf ist."
@@ -1578,6 +1548,31 @@ msgstr ""
 "einzuschalten, ist der Standardwert aus historischen Gründen auf »Aus« "
 "geschaltet."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Soll die Unterstützung für Google Safe Browsing aktiviert werden?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "Wenn dies zum ersten Mal aktiviert wird, dann lädt Freshclam eine neue "
+#~ "Datenbankdatei (safebrowsing.cvd) herunter, die automatisch von Clamd und "
+#~ "Clamscan beim nächsten erneuten Laden berücksichtigt wird, sofern die "
+#~ "heuristische Phishing-Erkennung eingeschaltet ist. Diese Datenbank "
+#~ "enthält Informationen über Webseiten, die Phishing-Seiten oder mögliche "
+#~ "Malware-Quellen sein könnten. Bei Verwendung dieser Option ist es "
+#~ "vorgeschrieben, dass Freshclam mindestens alle 30 Minuten ausgeführt "
+#~ "wird. Freshclam verwendet die Spiegel-Infrastruktur von ClamAV, um die "
+#~ "Datenbank und deren Aktualisierungen zu verteilen, aber alle Inhalte "
+#~ "werden unter den Nutzungsbedingungen von Google bereitgestellt."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Soll die Bei-Zugriff-Überprüfung aktiviert werden?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/es.po 1.4.3+dfsg-0ubuntu2/debian/po/es.po
--- 1.4.3+dfsg-1/debian/po/es.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/es.po	2025-06-13 08:02:43.000000000 +0000
@@ -42,7 +42,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav 0.96+dfsg-4\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-12-05 18:25+0100\n"
 "Last-Translator: Javier Fernández-Sanguino Peña <jfs@debian.org>\n"
 "Language-Team: Debian Spanish <debian-l10n-spanish@lists.debian.org>\n"
@@ -288,48 +288,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "¿Desea activar el soporte para la Navegación Segura de Google?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"Cuando se activa por primera vez, freshclam descargará un nuevo archivo de "
-"base de datos (safebrowsing.cvd) que se cargará automáticamente por clamd y "
-"clamscan en el siguiente reinicio. Esto se realizará siempre que la "
-"detección heurística de phishing esté activa. Esta base de datos incluye "
-"información de sitios web que pueden ser sitios de robo de credenciales "
-"(«phishing») o posibles fuentes de programas maliciosos. Es obligatorio "
-"ejecutar freshclam al menos cada 30 minutos si se utiliza esta opción. "
-"Freshclam utiliza la infraestructura de réplicas de ClamAV para distribuir "
-"la base de datos y sus actualizaciones, pero todos los contenidos se ofrecen "
-"bajo los términos de uso de Google."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "¿Desea descargar la base de datos de bytecodes?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Réplica privada para freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -353,7 +323,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "¿Desea activar la rotación de logs?"
@@ -1574,8 +1544,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Debería comprobar que este valor es menor que el valor de «StreamMaxLength» "
 "en el fichero «clamd.conf»."
@@ -1620,6 +1590,31 @@ msgstr ""
 "Nota: Aunque habitualmente sea una buena idea habilitar esta opción, por "
 "omisión se deshabilita por motivos históricos."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "¿Desea activar el soporte para la Navegación Segura de Google?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "Cuando se activa por primera vez, freshclam descargará un nuevo archivo "
+#~ "de base de datos (safebrowsing.cvd) que se cargará automáticamente por "
+#~ "clamd y clamscan en el siguiente reinicio. Esto se realizará siempre que "
+#~ "la detección heurística de phishing esté activa. Esta base de datos "
+#~ "incluye información de sitios web que pueden ser sitios de robo de "
+#~ "credenciales («phishing») o posibles fuentes de programas maliciosos. Es "
+#~ "obligatorio ejecutar freshclam al menos cada 30 minutos si se utiliza "
+#~ "esta opción. Freshclam utiliza la infraestructura de réplicas de ClamAV "
+#~ "para distribuir la base de datos y sus actualizaciones, pero todos los "
+#~ "contenidos se ofrecen bajo los términos de uso de Google."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "¿Desea activar el análisis en el momento del acceso?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/eu.po 1.4.3+dfsg-0ubuntu2/debian/po/eu.po
--- 1.4.3+dfsg-1/debian/po/eu.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/eu.po	2025-06-13 08:02:43.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav-eu\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2008-09-24 11:03+0200\n"
 "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -228,41 +228,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Posta eskaneatzea gaitu nahi al duzu?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to log time information with each message?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Mezu bakoitzarekin ordu informazioa erregistratzea nahi duzu?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -276,7 +254,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -1397,8 +1375,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 
 #. Type: boolean
@@ -1430,6 +1408,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Posta eskaneatzea gaitu nahi al duzu?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Artxibo eskaneatzea gaitu nahi al duzu?"
diff -pruN 1.4.3+dfsg-1/debian/po/fi.po 1.4.3+dfsg-0ubuntu2/debian/po/fi.po
--- 1.4.3+dfsg-1/debian/po/fi.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/fi.po	2025-06-13 08:02:43.000000000 +0000
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2009-06-22 22:47+0300\n"
 "Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
 "Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -224,41 +224,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Otetaanko käyttöön sähköpostien tutkinta?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to log time information with each message?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Haluatko tallentaa aikatiedon jokaisen viestin yhteydessä?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -272,7 +250,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -1464,8 +1442,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Tarkista, että tämä arvo on pienempi kuin tiedostossa clamd.conf "
 "attribuutille ”StreamMaxLength” asetettu arvo."
@@ -1499,6 +1477,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Otetaanko käyttöön sähköpostien tutkinta?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Otetaanko käyttöön arkistojen tutkinta?"
diff -pruN 1.4.3+dfsg-1/debian/po/fr.po 1.4.3+dfsg-0ubuntu2/debian/po/fr.po
--- 1.4.3+dfsg-1/debian/po/fr.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/fr.po	2025-06-13 08:02:43.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav_0.98.4\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-06-10 14:21+0100\n"
 "Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
 "Language-Team: FRENCH <debian-l10n-french@lists.debian.org>\n"
@@ -240,36 +240,6 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Souhaitez-vous activer le support de « Google Safe Browsing » ?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"Lors du premier lancement, freshclam téléchargera un nouveau fichier de base "
-"de données (safebrowsing.cvd) qui sera automatiquement chargé par clamd et "
-"clamscan lors du prochain rechargement, si la détection d'hameçonnage "
-"heuristique est activée. Cette base de données contient des informations à "
-"propos de sites internet qui pourraient être des sites d'hameçonnage ou de "
-"possibles sources de logiciels malveillants. Lorsque vous utilisez cette "
-"option, il est obligatoire de lancer freshclam au moins toutes les "
-"30 minutes. Freshclam utilise l'infrastructure de miroirs de ClamAV pour "
-"distribuer la base de données et ses mises à jour mais tout le contenu est "
-"fourni selon les conditions d'utilisation de Google."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr ""
 "Souhaitez-vous télécharger la base de données du code intermédiaire "
@@ -277,13 +247,13 @@ msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Miroir privé pour freshclam :"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -307,7 +277,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Souhaitez-vous activer la rotation des journaux ?"
@@ -1533,8 +1503,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Vous devez vérifier que cette valeur est inférieure à la valeur de "
 "« StreamMaxLength » du fichier de configuration clamd.conf."
@@ -1578,6 +1548,32 @@ msgstr ""
 "Bien que ce soit probablement une bonne idée d'activer cette option, pour "
 "des raisons historiques, la valeur est désactivée par défaut."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Souhaitez-vous activer le support de « Google Safe Browsing » ?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "Lors du premier lancement, freshclam téléchargera un nouveau fichier de "
+#~ "base de données (safebrowsing.cvd) qui sera automatiquement chargé par "
+#~ "clamd et clamscan lors du prochain rechargement, si la détection "
+#~ "d'hameçonnage heuristique est activée. Cette base de données contient des "
+#~ "informations à propos de sites internet qui pourraient être des sites "
+#~ "d'hameçonnage ou de possibles sources de logiciels malveillants. Lorsque "
+#~ "vous utilisez cette option, il est obligatoire de lancer freshclam au "
+#~ "moins toutes les 30 minutes. Freshclam utilise l'infrastructure de "
+#~ "miroirs de ClamAV pour distribuer la base de données et ses mises à jour "
+#~ "mais tout le contenu est fourni selon les conditions d'utilisation de "
+#~ "Google."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Souhaitez-vous activer la vérification des archives ?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/gl.po 1.4.3+dfsg-0ubuntu2/debian/po/gl.po
--- 1.4.3+dfsg-1/debian/po/gl.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/gl.po	2025-06-13 08:02:43.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2009-05-06 21:40+0200\n"
 "Last-Translator: marce villarino <mvillarino@users.sourceforge.net>\n"
 "Language-Team: Galician <proxecto@trasno.ent>\n"
@@ -231,41 +231,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Desexa activar o exame do correo?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to log time information with each message?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Desexa rexistrar a hora con cada mensaxe?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -279,7 +257,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -1476,8 +1454,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Debería verificar que este valor é menor que o de «StreamMaxLength» no "
 "ficheiro clamd.conf."
@@ -1511,6 +1489,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Desexa activar o exame do correo?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Desexa activar o exame de arquivos?"
diff -pruN 1.4.3+dfsg-1/debian/po/it.po 1.4.3+dfsg-0ubuntu2/debian/po/it.po
--- 1.4.3+dfsg-1/debian/po/it.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/it.po	2025-06-13 08:02:43.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav 0.96.1+dfsg-3 \n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2011-02-19 15:31+0100\n"
 "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
 "Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
@@ -231,41 +231,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Attivare l'analisi delle email?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to load bytecode from the database?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Caricare il bytecode dal database?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -279,7 +257,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -1465,8 +1443,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Assicurarsi che questo valore sia inferiore al valore di \"StreamMaxLength\" "
 "nel file clamd.conf"
@@ -1500,6 +1478,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Attivare l'analisi delle email?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Attivare la scansione degli archivi?"
diff -pruN 1.4.3+dfsg-1/debian/po/ja.po 1.4.3+dfsg-0ubuntu2/debian/po/ja.po
--- 1.4.3+dfsg-1/debian/po/ja.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/ja.po	2025-06-13 08:02:43.000000000 +0000
@@ -3,7 +3,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-05-11 06:12+0900\n"
 "Last-Translator: Kenshi Muto <kmuto@debian.org>\n"
 "Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -222,46 +222,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Google Safe Browsing を有効にしますか?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"初回の有効化時に freshclam は新しいデータベースファイル (safebrowsing.cvd) を"
-"ダウンロードします。このファイルは偽装の発見的検知 (heuristic phishing "
-"detection) を有効にしていれば clamd や clamscan が次回リロード時に自動的に読"
-"み込みます。このデータベースには、偽装サイトやマルウェアのソースの可能性があ"
-"るウェブサイトについての情報が収録されています。このオプションを使う場合は "
-"freshclam を最低でも30分に一度は実行することが必須となります。freshclam は "
-"ClamAV のミラー基盤を使ってデータベースや更新を配布しますが、その内容は全て"
-"が Google の定める利用条件の下で提供されています。"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "バイトコードデータベースをダウンロードしますか?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "freshclam 用プライベートミラー:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -283,7 +255,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "ログファイル切り替えを有効にしますか?"
@@ -1462,8 +1434,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "この値が clamd.conf ファイルの \"StreamMaxLength\" 値よりも低いことを確認して"
 "ください。"
@@ -1506,6 +1478,29 @@ msgstr ""
 "注意: このオプションを有効にするのは恐らく良い選択ではありますが、歴史的理由"
 "によりデフォルト値は現在 off となっています。"
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Google Safe Browsing を有効にしますか?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "初回の有効化時に freshclam は新しいデータベースファイル (safebrowsing."
+#~ "cvd) をダウンロードします。このファイルは偽装の発見的検知 (heuristic "
+#~ "phishing detection) を有効にしていれば clamd や clamscan が次回リロード時"
+#~ "に自動的に読み込みます。このデータベースには、偽装サイトやマルウェアのソー"
+#~ "スの可能性があるウェブサイトについての情報が収録されています。このオプショ"
+#~ "ンを使う場合は freshclam を最低でも30分に一度は実行することが必須となりま"
+#~ "す。freshclam は ClamAV のミラー基盤を使ってデータベースや更新を配布します"
+#~ "が、その内容は全てが Google の定める利用条件の下で提供されています。"
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "アクセス時の走査を有効にしますか?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/nl.po 1.4.3+dfsg-0ubuntu2/debian/po/nl.po
--- 1.4.3+dfsg-1/debian/po/nl.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/nl.po	2025-06-13 08:02:43.000000000 +0000
@@ -9,7 +9,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav 0.97.3+dfsg-2\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-09-23 18:02+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -237,48 +237,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Wilt u ondersteuning voor 'Google Veilig Surfen' aanzetten?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"De eerste maal dat freshclam geactiveerd wordt, zal het een nieuw "
-"databasebestand downloaden (safebrowsing.cvd). Als \"heuristisch opsporen "
-"van phishing\" actief is, zullen clamd en clamscan deze database automatisch "
-"gaan gebruiken. Het is een database die informatie bevat over websites die "
-"misschien wel gebruik maken van phishing of mogelijke verspreiders van "
-"malware zijn. Indien u van deze optie gebruik maakt, is het verplicht om "
-"minstens elke 30 minuten het commando freshclam uit te laten voeren. "
-"Freshclam maakt gebruik van de spiegelserverinfrastructuur van ClamAV om de "
-"database en aanpassingen eraan aan te bieden, maar alle inhoud wordt "
-"aangeboden onder de gebruikscondities die Google stelt."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "Wilt u de bytecodedatabase laden?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Privéspiegelserver voor freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -302,7 +272,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Wilt u logrotatie activeren?"
@@ -1535,8 +1505,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "U moet controleren dat deze waarde lager is dan de waarde van "
 "\"StreamMaxLength\" in het bestand clamd.conf."
@@ -1581,6 +1551,31 @@ msgstr ""
 "Merk op: hoewel het wellicht een goede zaak is om deze optie aan te zetten, "
 "staat ze standaard toch uit om historische redenen."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Wilt u ondersteuning voor 'Google Veilig Surfen' aanzetten?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "De eerste maal dat freshclam geactiveerd wordt, zal het een nieuw "
+#~ "databasebestand downloaden (safebrowsing.cvd). Als \"heuristisch opsporen "
+#~ "van phishing\" actief is, zullen clamd en clamscan deze database "
+#~ "automatisch gaan gebruiken. Het is een database die informatie bevat over "
+#~ "websites die misschien wel gebruik maken van phishing of mogelijke "
+#~ "verspreiders van malware zijn. Indien u van deze optie gebruik maakt, is "
+#~ "het verplicht om minstens elke 30 minuten het commando freshclam uit te "
+#~ "laten voeren. Freshclam maakt gebruik van de spiegelserverinfrastructuur "
+#~ "van ClamAV om de database en aanpassingen eraan aan te bieden, maar alle "
+#~ "inhoud wordt aangeboden onder de gebruikscondities die Google stelt."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Wilt u de functie scannen-bij-openen aanzetten?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/pl.po 1.4.3+dfsg-0ubuntu2/debian/po/pl.po
--- 1.4.3+dfsg-1/debian/po/pl.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/pl.po	2025-06-13 08:02:43.000000000 +0000
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2012-02-10 16:25+0100\n"
 "Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -230,41 +230,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Włączyć skanowanie poczty elektronicznej?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to load bytecode from the database?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Ładować kod bajtowy z bazy danych?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -278,7 +256,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -1470,8 +1448,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Proszę sprawdzić, czy wartość ta jest niższa niż wartość \"StreamMaxLength\" "
 "w pliku clamd.conf."
@@ -1505,6 +1483,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Włączyć skanowanie poczty elektronicznej?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Włączyć skanowanie archiwów?"
diff -pruN 1.4.3+dfsg-1/debian/po/pt.po 1.4.3+dfsg-0ubuntu2/debian/po/pt.po
--- 1.4.3+dfsg-1/debian/po/pt.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/pt.po	2025-06-13 08:02:43.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav 0.98.3+dfsg-1\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-05-12 22:31+0100\n"
 "Last-Translator: Américo Monteiro <a_monteiro@gmx.com>\n"
 "Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -229,48 +229,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Deseja activar o suporte para Google Safe Browsing?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"Quando activado pela primeira vez, o freshclam irá descarregar um novo "
-"ficheiro de base de dados (safebrowsing.cvd) o qual será carregado "
-"automaticamente pelo clamd e pelo clamscan durante o próximo arranque, "
-"contando que a detecção de phishing heurística esteja ligada. Esta base de "
-"dados inclui informação acerca de websites que podem ser sites de phishing "
-"ou possíveis fontes de malware. Quando se usa esta opção, é obrigatório "
-"correr o freshclam a cada 30 minutos no mínimo. O freshclam usa a "
-"infraestrutura de mirror do ClamAV para distribuir a base de dados e as suas "
-"actualizações mas todos os conteúdos são disponibilizados sob os termos de "
-"utilização da Google."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "Deseja descarregar a base de dados de bytecode?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Mirror privado para o freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -293,7 +263,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Deseja activar a rotação dos relatórios?"
@@ -1299,9 +1269,9 @@ msgid ""
 "headers will be attached to each processed message, possibly replacing "
 "existing similar headers."
 msgstr ""
-"Se escolher esta opção, os cabeçalhos \"X-Virus-Scanned\" e \"X-Virus-Status"
-"\" serão anexados a cada mensagem processada, possivelmente substituindo "
-"cabeçalhos semelhantes já existentes."
+"Se escolher esta opção, os cabeçalhos \"X-Virus-Scanned\" e \"X-Virus-"
+"Status\" serão anexados a cada mensagem processada, possivelmente "
+"substituindo cabeçalhos semelhantes já existentes."
 
 #. Type: string
 #. Description
@@ -1496,11 +1466,11 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
-"Você deve verificar que este valor é inferior ao valor de \"StreamMaxLength"
-"\" no ficheiro clamd.conf."
+"Você deve verificar que este valor é inferior ao valor de "
+"\"StreamMaxLength\" no ficheiro clamd.conf."
 
 #. Type: boolean
 #. Description
@@ -1542,6 +1512,31 @@ msgstr ""
 "predefinido está presentemente definido para a desactivar por razões de "
 "compatibilidades antigas (legacy)."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Deseja activar o suporte para Google Safe Browsing?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "Quando activado pela primeira vez, o freshclam irá descarregar um novo "
+#~ "ficheiro de base de dados (safebrowsing.cvd) o qual será carregado "
+#~ "automaticamente pelo clamd e pelo clamscan durante o próximo arranque, "
+#~ "contando que a detecção de phishing heurística esteja ligada. Esta base "
+#~ "de dados inclui informação acerca de websites que podem ser sites de "
+#~ "phishing ou possíveis fontes de malware. Quando se usa esta opção, é "
+#~ "obrigatório correr o freshclam a cada 30 minutos no mínimo. O freshclam "
+#~ "usa a infraestrutura de mirror do ClamAV para distribuir a base de dados "
+#~ "e as suas actualizações mas todos os conteúdos são disponibilizados sob "
+#~ "os termos de utilização da Google."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Deseja activar a inspecção no momento de acesso (on-access)?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/pt_BR.po 1.4.3+dfsg-0ubuntu2/debian/po/pt_BR.po
--- 1.4.3+dfsg-1/debian/po/pt_BR.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/pt_BR.po	2025-06-13 08:02:43.000000000 +0000
@@ -10,7 +10,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2016-02-23 07:22-0300\n"
 "Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -237,47 +237,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Você quer habilitar suporte ao \"Google Safe Browsing\"?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"Quando ativado pela primeira vez, o freshclam baixará um novo arquivo de "
-"banco de dados (safebrowsing.cvd), o qual será carregado automaticamente "
-"pelo clamd e pelo clamscan durante a recarga seguinte, desde que a detecção "
-"heurística de \"phishing\" esteja ligada. Esse banco de dados inclui "
-"informação sobre websites que podem ser sites de \"phishing\" ou possíveis "
-"fontes de \"malware\". Ao usar essa opção, é obrigatório executar o "
-"freshclam pelo menos a cada 30 minutos. O freshclam usa a infraestrutura de "
-"espelhos do ClamAV para distribuir o banco de dados e suas atualizações, mas "
-"todo o conteúdo é fornecido sob os termos de uso do Google."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "Você quer baixar o banco de dados de \"bytecode\"?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Espelho privado para o freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -300,7 +271,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Deseja habilitar rotação de log?"
@@ -1504,8 +1475,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Você deve verificar que esse valor seja menor que o valor de "
 "\"StreamMaxLength\" no arquivo clamd.conf."
@@ -1533,11 +1504,11 @@ msgstr ""
 "\"VirusAction\" quando uma mensagem com múltiplos destinatários for "
 "verificada: Se \"SupportMultipleRecipients\" estiver desativado (o padrão), "
 "então um único registro no log é gerado para a mensagem e, no caso de a "
-"mensagem ser detectada como maliciosa, o comando indicado por \"VirusAction"
-"\" é executado apenas uma vez. Em ambos os casos, somente o último "
-"destinatário é reportado. Se \"SupportMultipleRecipients\" estiver ativado, "
-"então uma linha é registrada no log para cada destinatário e o comando "
-"indicado por \"VirusAction\" também é executado uma vez para cada "
+"mensagem ser detectada como maliciosa, o comando indicado por "
+"\"VirusAction\" é executado apenas uma vez. Em ambos os casos, somente o "
+"último destinatário é reportado. Se \"SupportMultipleRecipients\" estiver "
+"ativado, então uma linha é registrada no log para cada destinatário e o "
+"comando indicado por \"VirusAction\" também é executado uma vez para cada "
 "destinatário."
 
 #. Type: boolean
@@ -1550,6 +1521,31 @@ msgstr ""
 "Nota: embora provavelmente seja uma boa ideia habilitar essa opção, o valor "
 "padrão é atualmente definido como desativado, por razões históricas."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Você quer habilitar suporte ao \"Google Safe Browsing\"?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "Quando ativado pela primeira vez, o freshclam baixará um novo arquivo de "
+#~ "banco de dados (safebrowsing.cvd), o qual será carregado automaticamente "
+#~ "pelo clamd e pelo clamscan durante a recarga seguinte, desde que a "
+#~ "detecção heurística de \"phishing\" esteja ligada. Esse banco de dados "
+#~ "inclui informação sobre websites que podem ser sites de \"phishing\" ou "
+#~ "possíveis fontes de \"malware\". Ao usar essa opção, é obrigatório "
+#~ "executar o freshclam pelo menos a cada 30 minutos. O freshclam usa a "
+#~ "infraestrutura de espelhos do ClamAV para distribuir o banco de dados e "
+#~ "suas atualizações, mas todo o conteúdo é fornecido sob os termos de uso "
+#~ "do Google."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Deseja habilitar verificação no acesso?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/ru.po 1.4.3+dfsg-0ubuntu2/debian/po/ru.po
--- 1.4.3+dfsg-1/debian/po/ru.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/ru.po	2025-06-13 08:02:43.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav 0.98.4~rc1+dfsg-3\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2014-06-07 09:00+0400\n"
 "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -17,8 +17,8 @@ msgstr ""
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "X-Generator: Lokalize 1.5\n"
-"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"Plural-Forms:  nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
 
 #. Type: select
 #. Choices
@@ -231,48 +231,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Включить поддержку Google Safe Browsing?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-"При первом запуске freshclam скачает новый файл базы данных (safebrowsing."
-"cvd), который автоматически загрузится clamd и clamscan при следующий "
-"перезагрузке, и будет включено эвристическое обнаружение сетевого "
-"мошенничества (heuristic phishing detection). Данная база данных содержит "
-"информацию о веб-сайтах, которые могут быть созданы мошенниками или являются "
-"источниками вредоносных программ (malware). При включении данного механизма "
-"нужно обязательно запускать freshclam не реже чем 1 раз в 30 минут. "
-"Freshclam использует инфраструктуру монитора ClamAV для распространения базы "
-"данных и её обновления, но всё содержимое предоставляется на условиях "
-"использования Google."
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr "Скачивать базу данных байт-кода?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr "Частное зеркало freshclam:"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -294,7 +264,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr "Включить циклическую перестановку журнала (log rotation)?"
@@ -1484,8 +1454,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 "Убедитесь, что это значение меньше, чем значение «StreamMaxLength» в clamd."
 "conf"
@@ -1529,6 +1499,31 @@ msgstr ""
 "Замечание: хотя, вероятно, правильно ответить утвердительно, по умолчанию "
 "действие выключено в целях обратной совместимости."
 
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Включить поддержку Google Safe Browsing?"
+
+#~ msgid ""
+#~ "When activated for the first time, freshclam will download a new database "
+#~ "file (safebrowsing.cvd) which will be automatically loaded by clamd and "
+#~ "clamscan during the next reload, provided that the heuristic phishing "
+#~ "detection is turned on. This database includes information about websites "
+#~ "that may be phishing sites or possible sources of malware. When using "
+#~ "this option, it's mandatory to run freshclam at least every 30 minutes. "
+#~ "Freshclam uses the ClamAV's mirror infrastructure to distribute the "
+#~ "database and its updates but all the contents are provided under Google's "
+#~ "terms of use."
+#~ msgstr ""
+#~ "При первом запуске freshclam скачает новый файл базы данных (safebrowsing."
+#~ "cvd), который автоматически загрузится clamd и clamscan при следующий "
+#~ "перезагрузке, и будет включено эвристическое обнаружение сетевого "
+#~ "мошенничества (heuristic phishing detection). Данная база данных содержит "
+#~ "информацию о веб-сайтах, которые могут быть созданы мошенниками или "
+#~ "являются источниками вредоносных программ (malware). При включении "
+#~ "данного механизма нужно обязательно запускать freshclam не реже чем 1 раз "
+#~ "в 30 минут. Freshclam использует инфраструктуру монитора ClamAV для "
+#~ "распространения базы данных и её обновления, но всё содержимое "
+#~ "предоставляется на условиях использования Google."
+
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Включить сканирование при доступе?"
 
diff -pruN 1.4.3+dfsg-1/debian/po/sv.po 1.4.3+dfsg-0ubuntu2/debian/po/sv.po
--- 1.4.3+dfsg-1/debian/po/sv.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/sv.po	2025-06-13 08:02:43.000000000 +0000
@@ -6,8 +6,8 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: clamav_0.93~dfsg-1_sv\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-12-20 15:17+0000\n"
+"Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2024-02-02 16:08+0100\n"
 "Last-Translator: Martin Bagge / brother <brother@persilja.net>\n"
 "Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
diff -pruN 1.4.3+dfsg-1/debian/po/templates.pot 1.4.3+dfsg-0ubuntu2/debian/po/templates.pot
--- 1.4.3+dfsg-1/debian/po/templates.pot	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/templates.pot	2025-06-13 08:02:43.000000000 +0000
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -191,38 +191,18 @@ msgstr ""
 #. Type: boolean
 #. Description
 #: ../clamav-freshclam.templates:9001
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
 msgid "Do you want to download the bytecode database?"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -236,7 +216,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 msgid "Do you want to enable log rotation?"
 msgstr ""
@@ -1269,8 +1249,8 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
 
 #. Type: boolean
diff -pruN 1.4.3+dfsg-1/debian/po/vi.po 1.4.3+dfsg-0ubuntu2/debian/po/vi.po
--- 1.4.3+dfsg-1/debian/po/vi.po	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/po/vi.po	2025-06-13 08:02:43.000000000 +0000
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: clamav 0.96.3+dfsg-2\n"
 "Report-Msgid-Bugs-To: clamav@packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-09-16 11:27-0400\n"
 "PO-Revision-Date: 2010-10-27 16:18+0930\n"
 "Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
 "Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
@@ -167,8 +167,8 @@ msgid ""
 "making it easy to miss when freshclam really can't update the database."
 msgstr ""
 "Trình nền chạy khi mạng không hoạt động thì tập tin ghi lưu hiển thị nhiều "
-"mục nhập giống như « ERROR: Connection with database.clamav.net failed "
-"» (LỖI: không thành công kết nối đến địa chỉ cơ sở dữ liệu database.clamav."
+"mục nhập giống như « ERROR: Connection with database.clamav.net failed » "
+"(LỖI: không thành công kết nối đến địa chỉ cơ sở dữ liệu database.clamav."
 "net). Trường hợp này không giúp bạn thấy khi freshclam thực sự không thể cập "
 "nhật cơ sở dữ liệu."
 
@@ -228,41 +228,19 @@ msgstr ""
 #. Description
 #: ../clamav-freshclam.templates:9001
 #, fuzzy
-#| msgid "Do you want to enable mail scanning?"
-msgid "Do you want to enable support for Google Safe Browsing?"
-msgstr "Muốn hiệu lực quét thư?"
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:9001
-msgid ""
-"When activated for the first time, freshclam will download a new database "
-"file (safebrowsing.cvd) which will be automatically loaded by clamd and "
-"clamscan during the next reload, provided that the heuristic phishing "
-"detection is turned on. This database includes information about websites "
-"that may be phishing sites or possible sources of malware. When using this "
-"option, it's mandatory to run freshclam at least every 30 minutes. Freshclam "
-"uses the ClamAV's mirror infrastructure to distribute the database and its "
-"updates but all the contents are provided under Google's terms of use."
-msgstr ""
-
-#. Type: boolean
-#. Description
-#: ../clamav-freshclam.templates:10001
-#, fuzzy
 #| msgid "Do you want to load bytecode from the database?"
 msgid "Do you want to download the bytecode database?"
 msgstr "Muốn nạp mã byte từ cơ sở dữ liệu ?"
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid "Private mirror for freshclam:"
 msgstr ""
 
 #. Type: string
 #. Description
-#: ../clamav-freshclam.templates:11001
+#: ../clamav-freshclam.templates:10001
 msgid ""
 "This option allows you to easily point freshclam to private mirrors. If "
 "PrivateMirror is set, freshclam does not attempt to use DNS to determine "
@@ -276,7 +254,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../clamav-freshclam.templates:12001 ../clamav-daemon.templates:22001
+#: ../clamav-freshclam.templates:11001 ../clamav-daemon.templates:22001
 #: ../clamav-milter.templates:32001
 #, fuzzy
 #| msgid "Do you want to enable mail scanning?"
@@ -434,8 +412,8 @@ msgid ""
 "clamav-docs/clamdoc.pdf or the manpage clamscan(5)."
 msgstr ""
 "Để tìm thêm thông tin về những kho nén nào được hỗ trợ, xem tập tin « /usr/"
-"share/doc/clamav-docs/clamdoc.pdf », hoặc đọc trang hướng dẫn (man) « "
-"clamscan(5) »."
+"share/doc/clamav-docs/clamdoc.pdf », hoặc đọc trang hướng dẫn (man) "
+"« clamscan(5) »."
 
 #. Type: string
 #. Description
@@ -1471,11 +1449,11 @@ msgstr ""
 #. Description
 #: ../clamav-milter.templates:30001
 msgid ""
-"You should check that this value is lower than the value of \"StreamMaxLength"
-"\" in the clamd.conf file."
+"You should check that this value is lower than the value of "
+"\"StreamMaxLength\" in the clamd.conf file."
 msgstr ""
-"Bạn nên kiểm tra lại giá trị này vẫn còn nhỏ hơn giá trị của « "
-"StreamMaxLength » (chiều dài luồng tối đa) trong tập tin cấu hình « clamd."
+"Bạn nên kiểm tra lại giá trị này vẫn còn nhỏ hơn giá trị của "
+"« StreamMaxLength » (chiều dài luồng tối đa) trong tập tin cấu hình « clamd."
 "conf »."
 
 #. Type: boolean
@@ -1507,6 +1485,11 @@ msgid ""
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Muốn hiệu lực quét thư?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Muốn hiệu lực quét kho nén ?"
diff -pruN 1.4.3+dfsg-1/debian/rules 1.4.3+dfsg-0ubuntu2/debian/rules
--- 1.4.3+dfsg-1/debian/rules	2025-06-29 10:00:50.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/rules	2025-06-25 16:39:40.000000000 +0000
@@ -37,7 +37,7 @@ LDFLAGS  := $(shell dpkg-buildflags --ge
 # Enable debug code, if nostrip was given.
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
 	INSTALL_PROGRAM += -s
-	DEBUG_OPTS =
+	DEBUG_OPTS = -DCMAKE_BUILD_TYPE=RelWithDebInfo
 else
 	DEBUG_OPTS = -DCMAKE_BUILD_TYPE=Debug
 endif
diff -pruN 1.4.3+dfsg-1/debian/upstream/signing-key.asc 1.4.3+dfsg-0ubuntu2/debian/upstream/signing-key.asc
--- 1.4.3+dfsg-1/debian/upstream/signing-key.asc	2025-06-29 09:41:33.000000000 +0000
+++ 1.4.3+dfsg-0ubuntu2/debian/upstream/signing-key.asc	2025-06-13 07:47:40.000000000 +0000
@@ -1,51 +1,51 @@
 -----BEGIN PGP PUBLIC KEY BLOCK-----
 
-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
+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
-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
-=BW1T
+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
+=l9ZZ
 -----END PGP PUBLIC KEY BLOCK-----
