[Pkg-clamav-devel] Bug#1062072: clamav: NMU diff for 64-bit time_t transition

Steve Langasek vorlon at debian.org
Wed Jan 31 09:16:02 GMT 2024


Source: clamav
Version: 1.0.4+dfsg-1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t

Dear maintainer,

As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
clamav as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).

To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.

Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time.  Therefore I have prepared a 0-day NMU for clamav
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.

Please find the patch for this NMU attached.

If you have any concerns about this patch, please reach out ASAP.  Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.



-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
-------------- next part --------------
diff -Nru clamav-1.0.4+dfsg/debian/changelog clamav-1.0.4+dfsg/debian/changelog
--- clamav-1.0.4+dfsg/debian/changelog	2024-01-20 10:57:33.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/changelog	2024-01-31 08:55:52.000000000 +0000
@@ -1,3 +1,10 @@
+clamav (1.0.4+dfsg-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon at debian.org>  Wed, 31 Jan 2024 08:55:52 +0000
+
 clamav (1.0.4+dfsg-1) unstable; urgency=medium
 
   * Import 1.0.4
diff -Nru clamav-1.0.4+dfsg/debian/control clamav-1.0.4+dfsg/debian/control
--- clamav-1.0.4+dfsg/debian/control	2024-01-20 10:13:23.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/control	2024-01-31 08:55:51.000000000 +0000
@@ -114,7 +114,7 @@
 Architecture: any
 Depends: libbz2-dev,
          libc6-dev | libc-dev,
-         libclamav11 (= ${binary:Version}),
+         libclamav11t64 (= ${binary:Version}),
          libssl-dev,
          libtommath-dev,
          zlib1g-dev,
@@ -133,13 +133,15 @@
  .
  This library can be used to develop virus scanner applications.
 
-Package: libclamav11
+Package: libclamav11t64
+Provides: ${t64:Provides}
+Breaks: libclamav11 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Suggests: libclamunrar, libclamunrar11
-Replaces: libclamav9
+Replaces: libclamav11, libclamav9
 Description: anti-virus utility for Unix - library
  Clam AntiVirus is an anti-virus toolkit for Unix. The main purpose of
  this software is the integration with mail servers (attachment
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11.docs clamav-1.0.4+dfsg/debian/libclamav11.docs
--- clamav-1.0.4+dfsg/debian/libclamav11.docs	2024-01-16 18:14:21.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11.docs	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-debian/README.Debian
-NEWS.md
-README.md
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11.install clamav-1.0.4+dfsg/debian/libclamav11.install
--- clamav-1.0.4+dfsg/debian/libclamav11.install	2024-01-16 18:14:21.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-usr/lib/*/libclamav.so.11
-usr/lib/*/libclamav.so.11.0*
-usr/lib/*/libfreshclam.so.2*
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11.lintian-overrides clamav-1.0.4+dfsg/debian/libclamav11.lintian-overrides
--- clamav-1.0.4+dfsg/debian/libclamav11.lintian-overrides	2024-01-16 18:14:21.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-# This is sort of a false positive, because libclamav uses the packaged zlib.
-# It still embeds a modified version of zlib to support 64 bit decompression,
-# which is not part of zlib, see #308799.
-libclamav11: embedded-library zlib [usr/lib/x86_64-linux-gnu/libclamav.so.11.0.0]
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11.symbols clamav-1.0.4+dfsg/debian/libclamav11.symbols
--- clamav-1.0.4+dfsg/debian/libclamav11.symbols	2024-01-16 18:14:21.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,317 +0,0 @@
-libclamav.so.11 libclamav11 #MINVER#
-* Build-Depends-Package: libclamav-dev
- CLAMAV_PRIVATE at CLAMAV_PRIVATE 1.0.4
- CLAMAV_PUBLIC at CLAMAV_PUBLIC 1.0.0
- __cli_strcasestr at CLAMAV_PRIVATE 1.0.4
- __cli_strndup at CLAMAV_PRIVATE 1.0.4
- __cli_strnlen at CLAMAV_PRIVATE 1.0.4
- __cli_strnstr at CLAMAV_PRIVATE 1.0.4
- base64Flush at CLAMAV_PRIVATE 1.0.4
- blobAddData at CLAMAV_PRIVATE 1.0.4
- blobCreate at CLAMAV_PRIVATE 1.0.4
- blobDestroy at CLAMAV_PRIVATE 1.0.4
- cl_ASN1_GetTimeT at CLAMAV_PRIVATE 1.0.4
- cl_always_gen_section_hash at CLAMAV_PUBLIC 1.0.0
- cl_base64_decode at CLAMAV_PRIVATE 1.0.4
- cl_base64_encode at CLAMAV_PRIVATE 1.0.4
- cl_cleanup_crypto at CLAMAV_PRIVATE 1.0.4
- cl_countsigs at CLAMAV_PUBLIC 1.0.0
- cl_cvdfree at CLAMAV_PUBLIC 1.0.0
- cl_cvdhead at CLAMAV_PUBLIC 1.0.0
- cl_cvdparse at CLAMAV_PUBLIC 1.0.0
- cl_cvdunpack at CLAMAV_PRIVATE 1.0.4
- cl_cvdverify at CLAMAV_PUBLIC 1.0.0
- cl_debug at CLAMAV_PUBLIC 1.0.0
- cl_engine_addref at CLAMAV_PUBLIC 1.0.0
- cl_engine_compile at CLAMAV_PUBLIC 1.0.0
- cl_engine_free at CLAMAV_PUBLIC 1.0.0
- cl_engine_get_num at CLAMAV_PUBLIC 1.0.0
- cl_engine_get_str at CLAMAV_PUBLIC 1.0.0
- cl_engine_new at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_engine_compile_progress at CLAMAV_PRIVATE 1.0.4
- cl_engine_set_clcb_file_inspection at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_file_props at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_hash at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_meta at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_post_scan at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_pre_cache at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_pre_scan at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_sigload at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_sigload_progress at CLAMAV_PRIVATE 1.0.4
- cl_engine_set_clcb_stats_add_sample at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_decrement_count at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_flush at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_get_hostid at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_get_num at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_get_size at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_remove_sample at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_stats_submit at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_clcb_virus_found at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_num at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_stats_set_cbdata at CLAMAV_PUBLIC 1.0.0
- cl_engine_set_str at CLAMAV_PUBLIC 1.0.0
- cl_engine_settings_apply at CLAMAV_PUBLIC 1.0.0
- cl_engine_settings_copy at CLAMAV_PUBLIC 1.0.0
- cl_engine_settings_free at CLAMAV_PUBLIC 1.0.0
- cl_engine_stats_enable at CLAMAV_PUBLIC 1.0.0
- cl_finish_hash at CLAMAV_PUBLIC 1.0.0
- cl_fmap_close at CLAMAV_PUBLIC 1.0.0
- cl_fmap_open_handle at CLAMAV_PUBLIC 1.0.0
- cl_fmap_open_memory at CLAMAV_PUBLIC 1.0.0
- cl_get_pkey_file at CLAMAV_PRIVATE 1.0.4
- cl_get_x509_from_mem at CLAMAV_PRIVATE 1.0.4
- cl_hash_data at CLAMAV_PRIVATE 1.0.4
- cl_hash_destroy at CLAMAV_PUBLIC 1.0.0
- cl_hash_file_fd at CLAMAV_PRIVATE 1.0.4
- cl_hash_file_fd_ctx at CLAMAV_PRIVATE 1.0.4
- cl_hash_file_fp at CLAMAV_PRIVATE 1.0.4
- cl_hash_init at CLAMAV_PUBLIC 1.0.0
- cl_init at CLAMAV_PUBLIC 1.0.0
- cl_initialize_crypto at CLAMAV_PRIVATE 1.0.4
- cl_load at CLAMAV_PUBLIC 1.0.0
- cl_load_cert at CLAMAV_PRIVATE 1.0.4
- cl_load_crl at CLAMAV_PRIVATE 1.0.4
- cl_retdbdir at CLAMAV_PUBLIC 1.0.0
- cl_retflevel at CLAMAV_PUBLIC 1.0.4
- cl_retver at CLAMAV_PUBLIC 1.0.0
- cl_scandesc at CLAMAV_PUBLIC 1.0.0
- cl_scandesc_callback at CLAMAV_PUBLIC 1.0.0
- cl_scanfile at CLAMAV_PUBLIC 1.0.0
- cl_scanfile_callback at CLAMAV_PUBLIC 1.0.0
- cl_scanmap_callback at CLAMAV_PUBLIC 1.0.0
- cl_set_clcb_msg at CLAMAV_PUBLIC 1.0.0
- cl_sha1 at CLAMAV_PRIVATE 1.0.4
- cl_sha256 at CLAMAV_PRIVATE 1.0.4
- cl_sign_data at CLAMAV_PRIVATE 1.0.4
- cl_sign_data_keyfile at CLAMAV_PRIVATE 1.0.4
- cl_sign_file_fd at CLAMAV_PRIVATE 1.0.4
- cl_sign_file_fp at CLAMAV_PRIVATE 1.0.4
- cl_statchkdir at CLAMAV_PUBLIC 1.0.0
- cl_statfree at CLAMAV_PUBLIC 1.0.0
- cl_statinidir at CLAMAV_PUBLIC 1.0.0
- cl_strerror at CLAMAV_PUBLIC 1.0.0
- cl_update_hash at CLAMAV_PUBLIC 1.0.0
- cl_validate_certificate_chain at CLAMAV_PRIVATE 1.0.4
- cl_validate_certificate_chain_ts_dir at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_fd at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_fd_x509 at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_fd_x509_keyfile at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_hash at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_hash_x509 at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_hash_x509_keyfile at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_x509 at CLAMAV_PRIVATE 1.0.4
- cl_verify_signature_x509_keyfile at CLAMAV_PRIVATE 1.0.4
- cli_ac_buildtrie at CLAMAV_PRIVATE 1.0.4
- cli_ac_chklsig at CLAMAV_PRIVATE 1.0.4
- cli_ac_free at CLAMAV_PRIVATE 1.0.4
- cli_ac_freedata at CLAMAV_PRIVATE 1.0.4
- cli_ac_init at CLAMAV_PRIVATE 1.0.4
- cli_ac_initdata at CLAMAV_PRIVATE 1.0.4
- cli_ac_scanbuff at CLAMAV_PRIVATE 1.0.4
- cli_add_content_match_pattern at CLAMAV_PRIVATE 1.0.4
- cli_basename at CLAMAV_PRIVATE 1.0.4
- cli_bm_free at CLAMAV_PRIVATE 1.0.4
- cli_bm_init at CLAMAV_PRIVATE 1.0.4
- cli_bm_scanbuff at CLAMAV_PRIVATE 1.0.4
- cli_build_regex_list at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_alloc at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_destroy at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_getresult_int at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_set_trace at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_setfile at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_setfuncid at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_setparam_int at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_context_setparam_ptr at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_debug at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_debug_printsrc at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_describe at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_destroy at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_done at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_init at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_load at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_prepare2 at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_printversion at CLAMAV_PRIVATE 1.0.4
- cli_bytecode_run at CLAMAV_PRIVATE 1.0.4
- cli_bytefunc_describe at CLAMAV_PRIVATE 1.0.4
- cli_byteinst_describe at CLAMAV_PRIVATE 1.0.4
- cli_bytetype_describe at CLAMAV_PRIVATE 1.0.4
- cli_bytevalue_describe at CLAMAV_PRIVATE 1.0.4
- cli_calloc at CLAMAV_PRIVATE 1.0.4
- cli_check_auth_header at CLAMAV_PRIVATE 1.0.4
- cli_chomp at CLAMAV_PRIVATE 1.0.4
- cli_codepage_to_utf8 at CLAMAV_PRIVATE 1.0.4
- cli_ctime at CLAMAV_PRIVATE 1.0.4
- cli_dbgmsg at CLAMAV_PRIVATE 1.0.4
- cli_dbgmsg_no_inline at CLAMAV_PRIVATE 1.0.4
- cli_dconf_init at CLAMAV_PRIVATE 1.0.4
- cli_debug_flag at CLAMAV_PRIVATE 1.0.4
- cli_detect_environment at CLAMAV_PRIVATE 1.0.4
- cli_disasm_one at CLAMAV_PRIVATE 1.0.4
- cli_errmsg at CLAMAV_PRIVATE 1.0.4
- cli_filecopy at CLAMAV_PRIVATE 1.0.4
- cli_free_vba_project at CLAMAV_PRIVATE 1.0.4
- cli_ftw at CLAMAV_PRIVATE 1.0.4
- cli_genhash_pe at CLAMAV_PRIVATE 1.0.4
- cli_gentemp at CLAMAV_PRIVATE 1.0.4
- cli_gentemp_with_prefix at CLAMAV_PRIVATE 1.0.4
- cli_gentempfd at CLAMAV_PRIVATE 1.0.4
- cli_gentempfd_with_prefix at CLAMAV_PRIVATE 1.0.4
- cli_get_debug_flag at CLAMAV_PRIVATE 1.0.4
- cli_get_filepath_from_filedesc at CLAMAV_PRIVATE 1.0.4
- cli_get_last_virus_str at CLAMAV_PRIVATE 1.0.4
- cli_getdsig at CLAMAV_PRIVATE 1.0.4
- cli_gettmpdir at CLAMAV_PRIVATE 1.0.4
- cli_hashfile at CLAMAV_PRIVATE 1.0.4
- cli_hashset_destroy at CLAMAV_PRIVATE 1.0.4
- cli_hashstream at CLAMAV_PRIVATE 1.0.4
- cli_hex2str at CLAMAV_PRIVATE 1.0.4
- cli_hex2ui at CLAMAV_PRIVATE 1.0.4
- cli_infomsg_simple at CLAMAV_PRIVATE 1.0.4
- cli_initroots at CLAMAV_PRIVATE 1.0.4
- cli_isnumber at CLAMAV_PRIVATE 1.0.4
- cli_js_destroy at CLAMAV_PRIVATE 1.0.4
- cli_js_init at CLAMAV_PRIVATE 1.0.4
- cli_js_output at CLAMAV_PRIVATE 1.0.4
- cli_js_parse_done at CLAMAV_PRIVATE 1.0.4
- cli_js_process_buffer at CLAMAV_PRIVATE 1.0.4
- cli_ldbtokenize at CLAMAV_PRIVATE 1.0.4
- cli_malloc at CLAMAV_PRIVATE 1.0.4
- cli_memstr at CLAMAV_PRIVATE 1.0.4
- cli_ole2_extract at CLAMAV_PRIVATE 1.0.4
- cli_pcre_build at CLAMAV_PRIVATE 1.0.4
- cli_pcre_freeoff at CLAMAV_PRIVATE 1.0.4
- cli_pcre_init at CLAMAV_PRIVATE 1.0.4
- cli_pcre_perf_events_destroy at CLAMAV_PRIVATE 1.0.4
- cli_pcre_perf_print at CLAMAV_PRIVATE 1.0.4
- cli_pcre_recaloff at CLAMAV_PRIVATE 1.0.4
- cli_pcre_scanbuf at CLAMAV_PRIVATE 1.0.4
- cli_ppt_vba_read at CLAMAV_PRIVATE 1.0.4
- cli_printcxxver at CLAMAV_PRIVATE 1.0.4
- cli_readn at CLAMAV_PRIVATE 1.0.4
- cli_realloc at CLAMAV_PRIVATE 1.0.4
- cli_realpath at CLAMAV_PRIVATE 1.0.4
- cli_regcomp at CLAMAV_PRIVATE 1.0.4
- cli_regex2suffix at CLAMAV_PRIVATE 1.0.4
- cli_regexec at CLAMAV_PRIVATE 1.0.4
- cli_regfree at CLAMAV_PRIVATE 1.0.4
- cli_rmdirs at CLAMAV_PRIVATE 1.0.4
- cli_rndnum at CLAMAV_PRIVATE 1.0.4
- cli_sanitize_filepath at CLAMAV_PRIVATE 1.0.4
- cli_scan_buff at CLAMAV_PRIVATE 1.0.4
- cli_scan_fmap at CLAMAV_PRIVATE 1.0.4
- cli_set_debug_flag at CLAMAV_PRIVATE 1.0.4
- cli_sigopts_handler at CLAMAV_PRIVATE 1.0.4
- cli_sigperf_events_destroy at CLAMAV_PRIVATE 1.0.4
- cli_sigperf_print at CLAMAV_PRIVATE 1.0.4
- cli_str2hex at CLAMAV_PRIVATE 1.0.4
- cli_strbcasestr at CLAMAV_PRIVATE 1.0.4
- cli_strdup at CLAMAV_PRIVATE 1.0.4
- cli_strerror at CLAMAV_PRIVATE 1.0.4
- cli_strlcat at CLAMAV_PRIVATE 1.0.4
- cli_strlcpy at CLAMAV_PRIVATE 1.0.4
- cli_strntoul at CLAMAV_PRIVATE 1.0.4
- cli_strrcpy at CLAMAV_PRIVATE 1.0.4
- cli_strtok at CLAMAV_PRIVATE 1.0.4
- cli_strtokbuf at CLAMAV_PRIVATE 1.0.4
- cli_strtokenize at CLAMAV_PRIVATE 1.0.4
- cli_textbuffer_append_normalize at CLAMAV_PRIVATE 1.0.4
- cli_unescape at CLAMAV_PRIVATE 1.0.4
- cli_unlink at CLAMAV_PRIVATE 1.0.4
- cli_url_canon at CLAMAV_PRIVATE 1.0.4
- cli_utf16_to_utf8 at CLAMAV_PRIVATE 1.0.4
- cli_utf16toascii at CLAMAV_PRIVATE 1.0.4
- cli_vba_inflate at CLAMAV_PRIVATE 1.0.4
- cli_vba_readdir at CLAMAV_PRIVATE 1.0.4
- cli_versig2 at CLAMAV_PRIVATE 1.0.4
- cli_versig at CLAMAV_PRIVATE 1.0.4
- cli_warnmsg at CLAMAV_PRIVATE 1.0.4
- cli_wm_decrypt_macro at CLAMAV_PRIVATE 1.0.4
- cli_wm_readdir at CLAMAV_PRIVATE 1.0.4
- cli_writen at CLAMAV_PRIVATE 1.0.4
- decodeLine at CLAMAV_PRIVATE 1.0.4
- disasmbuf at CLAMAV_PRIVATE 1.0.4
- fmap at CLAMAV_PRIVATE 1.0.4
- fmap_dump_to_file at CLAMAV_PRIVATE 1.0.4
- fmap_duplicate at CLAMAV_PRIVATE 1.0.4
- free_duplicate_fmap at CLAMAV_PRIVATE 1.0.4
- get_fpu_endian at CLAMAV_PRIVATE 1.0.4
- have_clamjit at CLAMAV_PRIVATE 1.0.4
- have_rar at CLAMAV_PRIVATE 1.0.4
- html_normalise_map at CLAMAV_PRIVATE 1.0.4
- html_normalise_mem at CLAMAV_PRIVATE 1.0.4
- html_screnc_decode at CLAMAV_PRIVATE 1.0.4
- html_tag_arg_free at CLAMAV_PRIVATE 1.0.4
- init_allow_list at CLAMAV_PRIVATE 1.0.4
- init_domain_list at CLAMAV_PRIVATE 1.0.4
- init_regex_list at CLAMAV_PRIVATE 1.0.4
- is_regex_ok at CLAMAV_PRIVATE 1.0.4
- load_regex_matcher at CLAMAV_PRIVATE 1.0.4
- lsig_increment_subsig_match at CLAMAV_PRIVATE 1.0.4
- lsig_sub_matched at CLAMAV_PUBLIC 1.0.0
- messageCreate at CLAMAV_PRIVATE 1.0.4
- messageDestroy at CLAMAV_PRIVATE 1.0.4
- mpool_calloc at CLAMAV_PRIVATE 1.0.4
- mpool_create at CLAMAV_PRIVATE 1.0.4
- mpool_destroy at CLAMAV_PRIVATE 1.0.4
- mpool_free at CLAMAV_PRIVATE 1.0.4
- mpool_getstats at CLAMAV_PRIVATE 1.0.4
- phishingScan at CLAMAV_PRIVATE 1.0.4
- phishing_done at CLAMAV_PRIVATE 1.0.4
- phishing_init at CLAMAV_PRIVATE 1.0.4
- readdb_parse_ldb_subsignature at CLAMAV_PRIVATE 1.0.4
- regex_list_add_pattern at CLAMAV_PRIVATE 1.0.4
- regex_list_done at CLAMAV_PRIVATE 1.0.4
- regex_list_match at CLAMAV_PRIVATE 1.0.4
- tableCreate at CLAMAV_PRIVATE 1.0.4
- tableDestroy at CLAMAV_PRIVATE 1.0.4
- tableFind at CLAMAV_PRIVATE 1.0.4
- tableInsert at CLAMAV_PRIVATE 1.0.4
- tableIterate at CLAMAV_PRIVATE 1.0.4
- tableRemove at CLAMAV_PRIVATE 1.0.4
- tableUpdate at CLAMAV_PRIVATE 1.0.4
- text_normalize_init at CLAMAV_PRIVATE 1.0.4
- text_normalize_map at CLAMAV_PRIVATE 1.0.4
- text_normalize_reset at CLAMAV_PRIVATE 1.0.4
- uniq_add at CLAMAV_PRIVATE 1.0.4
- uniq_free at CLAMAV_PRIVATE 1.0.4
- uniq_get at CLAMAV_PRIVATE 1.0.4
- uniq_init at CLAMAV_PRIVATE 1.0.4
-libfreshclam.so.2 libclamav11 #MINVER#
- FRESHCLAM_PRIVATE at FRESHCLAM_PRIVATE 1.0.1
- FRESHCLAM_PUBLIC at FRESHCLAM_PUBLIC 1.0.0
- check_flevel at FRESHCLAM_PRIVATE 1.0.1
- daemonize_parent_wait at FRESHCLAM_PRIVATE 1.0.1
- daemonize_signal_parent at FRESHCLAM_PRIVATE 1.0.1
- drop_privileges at FRESHCLAM_PRIVATE 1.0.1
- fc_cleanup at FRESHCLAM_PUBLIC 1.0.0
- fc_dns_query_update_info at FRESHCLAM_PUBLIC 1.0.0
- fc_download_url_database at FRESHCLAM_PUBLIC 1.0.0
- fc_download_url_databases at FRESHCLAM_PUBLIC 1.0.0
- fc_initialize at FRESHCLAM_PUBLIC 1.0.0
- fc_prune_database_directory at FRESHCLAM_PUBLIC 1.0.0
- fc_set_fccb_download_complete at FRESHCLAM_PUBLIC 1.0.0
- fc_strerror at FRESHCLAM_PUBLIC 1.0.0
- fc_test_database at FRESHCLAM_PUBLIC 1.0.0
- fc_update_database at FRESHCLAM_PUBLIC 1.0.0
- fc_update_databases at FRESHCLAM_PUBLIC 1.0.0
- get_version at FRESHCLAM_PRIVATE 1.0.1
- logg at FRESHCLAM_PUBLIC 1.0.0
- logg_close at FRESHCLAM_PUBLIC 1.0.0
- logg_file at FRESHCLAM_PUBLIC 1.0.0
- logg_nowarn at FRESHCLAM_PUBLIC 1.0.0
- logg_rotate at FRESHCLAM_PUBLIC 1.0.0
- logg_size at FRESHCLAM_PUBLIC 1.0.0
- logg_time at FRESHCLAM_PUBLIC 1.0.0
- logg_verbose at FRESHCLAM_PUBLIC 1.0.0
- mprintf at FRESHCLAM_PUBLIC 1.0.0
- mprintf_disabled at FRESHCLAM_PUBLIC 1.0.0
- mprintf_nowarn at FRESHCLAM_PUBLIC 1.0.0
- mprintf_progress at FRESHCLAM_PUBLIC 1.0.0
- mprintf_quiet at FRESHCLAM_PUBLIC 1.0.0
- mprintf_stdout at FRESHCLAM_PUBLIC 1.0.0
- mprintf_verbose at FRESHCLAM_PUBLIC 1.0.0
- optfree at FRESHCLAM_PRIVATE 1.0.1
- optget at FRESHCLAM_PRIVATE 1.0.1
- optparse at FRESHCLAM_PRIVATE 1.0.1
- print_version at FRESHCLAM_PRIVATE 1.0.1
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11t64.docs clamav-1.0.4+dfsg/debian/libclamav11t64.docs
--- clamav-1.0.4+dfsg/debian/libclamav11t64.docs	1970-01-01 00:00:00.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11t64.docs	2024-01-16 18:14:21.000000000 +0000
@@ -0,0 +1,3 @@
+debian/README.Debian
+NEWS.md
+README.md
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11t64.install clamav-1.0.4+dfsg/debian/libclamav11t64.install
--- clamav-1.0.4+dfsg/debian/libclamav11t64.install	1970-01-01 00:00:00.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11t64.install	2024-01-16 18:14:21.000000000 +0000
@@ -0,0 +1,3 @@
+usr/lib/*/libclamav.so.11
+usr/lib/*/libclamav.so.11.0*
+usr/lib/*/libfreshclam.so.2*
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11t64.lintian-overrides clamav-1.0.4+dfsg/debian/libclamav11t64.lintian-overrides
--- clamav-1.0.4+dfsg/debian/libclamav11t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11t64.lintian-overrides	2024-01-31 08:55:51.000000000 +0000
@@ -0,0 +1,5 @@
+# This is sort of a false positive, because libclamav uses the packaged zlib.
+# It still embeds a modified version of zlib to support 64 bit decompression,
+# which is not part of zlib, see #308799.
+libclamav11t64: embedded-library zlib [usr/lib/x86_64-linux-gnu/libclamav.so.11.0.0]
+libclamav11t64: package-name-doesnt-match-sonames libclamav11
diff -Nru clamav-1.0.4+dfsg/debian/libclamav11t64.symbols clamav-1.0.4+dfsg/debian/libclamav11t64.symbols
--- clamav-1.0.4+dfsg/debian/libclamav11t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/libclamav11t64.symbols	2024-01-31 08:55:51.000000000 +0000
@@ -0,0 +1,317 @@
+libclamav.so.11 libclamav11t64 #MINVER#
+* Build-Depends-Package: libclamav-dev
+ CLAMAV_PRIVATE at CLAMAV_PRIVATE 1.0.4
+ CLAMAV_PUBLIC at CLAMAV_PUBLIC 1.0.0
+ __cli_strcasestr at CLAMAV_PRIVATE 1.0.4
+ __cli_strndup at CLAMAV_PRIVATE 1.0.4
+ __cli_strnlen at CLAMAV_PRIVATE 1.0.4
+ __cli_strnstr at CLAMAV_PRIVATE 1.0.4
+ base64Flush at CLAMAV_PRIVATE 1.0.4
+ blobAddData at CLAMAV_PRIVATE 1.0.4
+ blobCreate at CLAMAV_PRIVATE 1.0.4
+ blobDestroy at CLAMAV_PRIVATE 1.0.4
+ cl_ASN1_GetTimeT at CLAMAV_PRIVATE 1.0.4
+ cl_always_gen_section_hash at CLAMAV_PUBLIC 1.0.0
+ cl_base64_decode at CLAMAV_PRIVATE 1.0.4
+ cl_base64_encode at CLAMAV_PRIVATE 1.0.4
+ cl_cleanup_crypto at CLAMAV_PRIVATE 1.0.4
+ cl_countsigs at CLAMAV_PUBLIC 1.0.0
+ cl_cvdfree at CLAMAV_PUBLIC 1.0.0
+ cl_cvdhead at CLAMAV_PUBLIC 1.0.0
+ cl_cvdparse at CLAMAV_PUBLIC 1.0.0
+ cl_cvdunpack at CLAMAV_PRIVATE 1.0.4
+ cl_cvdverify at CLAMAV_PUBLIC 1.0.0
+ cl_debug at CLAMAV_PUBLIC 1.0.0
+ cl_engine_addref at CLAMAV_PUBLIC 1.0.0
+ cl_engine_compile at CLAMAV_PUBLIC 1.0.0
+ cl_engine_free at CLAMAV_PUBLIC 1.0.0
+ cl_engine_get_num at CLAMAV_PUBLIC 1.0.0
+ cl_engine_get_str at CLAMAV_PUBLIC 1.0.0
+ cl_engine_new at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_engine_compile_progress at CLAMAV_PRIVATE 1.0.4
+ cl_engine_set_clcb_file_inspection at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_file_props at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_hash at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_meta at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_post_scan at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_pre_cache at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_pre_scan at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_sigload at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_sigload_progress at CLAMAV_PRIVATE 1.0.4
+ cl_engine_set_clcb_stats_add_sample at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_decrement_count at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_flush at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_get_hostid at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_get_num at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_get_size at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_remove_sample at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_stats_submit at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_clcb_virus_found at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_num at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_stats_set_cbdata at CLAMAV_PUBLIC 1.0.0
+ cl_engine_set_str at CLAMAV_PUBLIC 1.0.0
+ cl_engine_settings_apply at CLAMAV_PUBLIC 1.0.0
+ cl_engine_settings_copy at CLAMAV_PUBLIC 1.0.0
+ cl_engine_settings_free at CLAMAV_PUBLIC 1.0.0
+ cl_engine_stats_enable at CLAMAV_PUBLIC 1.0.0
+ cl_finish_hash at CLAMAV_PUBLIC 1.0.0
+ cl_fmap_close at CLAMAV_PUBLIC 1.0.0
+ cl_fmap_open_handle at CLAMAV_PUBLIC 1.0.0
+ cl_fmap_open_memory at CLAMAV_PUBLIC 1.0.0
+ cl_get_pkey_file at CLAMAV_PRIVATE 1.0.4
+ cl_get_x509_from_mem at CLAMAV_PRIVATE 1.0.4
+ cl_hash_data at CLAMAV_PRIVATE 1.0.4
+ cl_hash_destroy at CLAMAV_PUBLIC 1.0.0
+ cl_hash_file_fd at CLAMAV_PRIVATE 1.0.4
+ cl_hash_file_fd_ctx at CLAMAV_PRIVATE 1.0.4
+ cl_hash_file_fp at CLAMAV_PRIVATE 1.0.4
+ cl_hash_init at CLAMAV_PUBLIC 1.0.0
+ cl_init at CLAMAV_PUBLIC 1.0.0
+ cl_initialize_crypto at CLAMAV_PRIVATE 1.0.4
+ cl_load at CLAMAV_PUBLIC 1.0.0
+ cl_load_cert at CLAMAV_PRIVATE 1.0.4
+ cl_load_crl at CLAMAV_PRIVATE 1.0.4
+ cl_retdbdir at CLAMAV_PUBLIC 1.0.0
+ cl_retflevel at CLAMAV_PUBLIC 1.0.4
+ cl_retver at CLAMAV_PUBLIC 1.0.0
+ cl_scandesc at CLAMAV_PUBLIC 1.0.0
+ cl_scandesc_callback at CLAMAV_PUBLIC 1.0.0
+ cl_scanfile at CLAMAV_PUBLIC 1.0.0
+ cl_scanfile_callback at CLAMAV_PUBLIC 1.0.0
+ cl_scanmap_callback at CLAMAV_PUBLIC 1.0.0
+ cl_set_clcb_msg at CLAMAV_PUBLIC 1.0.0
+ cl_sha1 at CLAMAV_PRIVATE 1.0.4
+ cl_sha256 at CLAMAV_PRIVATE 1.0.4
+ cl_sign_data at CLAMAV_PRIVATE 1.0.4
+ cl_sign_data_keyfile at CLAMAV_PRIVATE 1.0.4
+ cl_sign_file_fd at CLAMAV_PRIVATE 1.0.4
+ cl_sign_file_fp at CLAMAV_PRIVATE 1.0.4
+ cl_statchkdir at CLAMAV_PUBLIC 1.0.0
+ cl_statfree at CLAMAV_PUBLIC 1.0.0
+ cl_statinidir at CLAMAV_PUBLIC 1.0.0
+ cl_strerror at CLAMAV_PUBLIC 1.0.0
+ cl_update_hash at CLAMAV_PUBLIC 1.0.0
+ cl_validate_certificate_chain at CLAMAV_PRIVATE 1.0.4
+ cl_validate_certificate_chain_ts_dir at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_fd at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_fd_x509 at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_fd_x509_keyfile at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_hash at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_hash_x509 at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_hash_x509_keyfile at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_x509 at CLAMAV_PRIVATE 1.0.4
+ cl_verify_signature_x509_keyfile at CLAMAV_PRIVATE 1.0.4
+ cli_ac_buildtrie at CLAMAV_PRIVATE 1.0.4
+ cli_ac_chklsig at CLAMAV_PRIVATE 1.0.4
+ cli_ac_free at CLAMAV_PRIVATE 1.0.4
+ cli_ac_freedata at CLAMAV_PRIVATE 1.0.4
+ cli_ac_init at CLAMAV_PRIVATE 1.0.4
+ cli_ac_initdata at CLAMAV_PRIVATE 1.0.4
+ cli_ac_scanbuff at CLAMAV_PRIVATE 1.0.4
+ cli_add_content_match_pattern at CLAMAV_PRIVATE 1.0.4
+ cli_basename at CLAMAV_PRIVATE 1.0.4
+ cli_bm_free at CLAMAV_PRIVATE 1.0.4
+ cli_bm_init at CLAMAV_PRIVATE 1.0.4
+ cli_bm_scanbuff at CLAMAV_PRIVATE 1.0.4
+ cli_build_regex_list at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_alloc at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_destroy at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_getresult_int at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_set_trace at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_setfile at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_setfuncid at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_setparam_int at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_context_setparam_ptr at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_debug at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_debug_printsrc at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_describe at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_destroy at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_done at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_init at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_load at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_prepare2 at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_printversion at CLAMAV_PRIVATE 1.0.4
+ cli_bytecode_run at CLAMAV_PRIVATE 1.0.4
+ cli_bytefunc_describe at CLAMAV_PRIVATE 1.0.4
+ cli_byteinst_describe at CLAMAV_PRIVATE 1.0.4
+ cli_bytetype_describe at CLAMAV_PRIVATE 1.0.4
+ cli_bytevalue_describe at CLAMAV_PRIVATE 1.0.4
+ cli_calloc at CLAMAV_PRIVATE 1.0.4
+ cli_check_auth_header at CLAMAV_PRIVATE 1.0.4
+ cli_chomp at CLAMAV_PRIVATE 1.0.4
+ cli_codepage_to_utf8 at CLAMAV_PRIVATE 1.0.4
+ cli_ctime at CLAMAV_PRIVATE 1.0.4
+ cli_dbgmsg at CLAMAV_PRIVATE 1.0.4
+ cli_dbgmsg_no_inline at CLAMAV_PRIVATE 1.0.4
+ cli_dconf_init at CLAMAV_PRIVATE 1.0.4
+ cli_debug_flag at CLAMAV_PRIVATE 1.0.4
+ cli_detect_environment at CLAMAV_PRIVATE 1.0.4
+ cli_disasm_one at CLAMAV_PRIVATE 1.0.4
+ cli_errmsg at CLAMAV_PRIVATE 1.0.4
+ cli_filecopy at CLAMAV_PRIVATE 1.0.4
+ cli_free_vba_project at CLAMAV_PRIVATE 1.0.4
+ cli_ftw at CLAMAV_PRIVATE 1.0.4
+ cli_genhash_pe at CLAMAV_PRIVATE 1.0.4
+ cli_gentemp at CLAMAV_PRIVATE 1.0.4
+ cli_gentemp_with_prefix at CLAMAV_PRIVATE 1.0.4
+ cli_gentempfd at CLAMAV_PRIVATE 1.0.4
+ cli_gentempfd_with_prefix at CLAMAV_PRIVATE 1.0.4
+ cli_get_debug_flag at CLAMAV_PRIVATE 1.0.4
+ cli_get_filepath_from_filedesc at CLAMAV_PRIVATE 1.0.4
+ cli_get_last_virus_str at CLAMAV_PRIVATE 1.0.4
+ cli_getdsig at CLAMAV_PRIVATE 1.0.4
+ cli_gettmpdir at CLAMAV_PRIVATE 1.0.4
+ cli_hashfile at CLAMAV_PRIVATE 1.0.4
+ cli_hashset_destroy at CLAMAV_PRIVATE 1.0.4
+ cli_hashstream at CLAMAV_PRIVATE 1.0.4
+ cli_hex2str at CLAMAV_PRIVATE 1.0.4
+ cli_hex2ui at CLAMAV_PRIVATE 1.0.4
+ cli_infomsg_simple at CLAMAV_PRIVATE 1.0.4
+ cli_initroots at CLAMAV_PRIVATE 1.0.4
+ cli_isnumber at CLAMAV_PRIVATE 1.0.4
+ cli_js_destroy at CLAMAV_PRIVATE 1.0.4
+ cli_js_init at CLAMAV_PRIVATE 1.0.4
+ cli_js_output at CLAMAV_PRIVATE 1.0.4
+ cli_js_parse_done at CLAMAV_PRIVATE 1.0.4
+ cli_js_process_buffer at CLAMAV_PRIVATE 1.0.4
+ cli_ldbtokenize at CLAMAV_PRIVATE 1.0.4
+ cli_malloc at CLAMAV_PRIVATE 1.0.4
+ cli_memstr at CLAMAV_PRIVATE 1.0.4
+ cli_ole2_extract at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_build at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_freeoff at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_init at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_perf_events_destroy at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_perf_print at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_recaloff at CLAMAV_PRIVATE 1.0.4
+ cli_pcre_scanbuf at CLAMAV_PRIVATE 1.0.4
+ cli_ppt_vba_read at CLAMAV_PRIVATE 1.0.4
+ cli_printcxxver at CLAMAV_PRIVATE 1.0.4
+ cli_readn at CLAMAV_PRIVATE 1.0.4
+ cli_realloc at CLAMAV_PRIVATE 1.0.4
+ cli_realpath at CLAMAV_PRIVATE 1.0.4
+ cli_regcomp at CLAMAV_PRIVATE 1.0.4
+ cli_regex2suffix at CLAMAV_PRIVATE 1.0.4
+ cli_regexec at CLAMAV_PRIVATE 1.0.4
+ cli_regfree at CLAMAV_PRIVATE 1.0.4
+ cli_rmdirs at CLAMAV_PRIVATE 1.0.4
+ cli_rndnum at CLAMAV_PRIVATE 1.0.4
+ cli_sanitize_filepath at CLAMAV_PRIVATE 1.0.4
+ cli_scan_buff at CLAMAV_PRIVATE 1.0.4
+ cli_scan_fmap at CLAMAV_PRIVATE 1.0.4
+ cli_set_debug_flag at CLAMAV_PRIVATE 1.0.4
+ cli_sigopts_handler at CLAMAV_PRIVATE 1.0.4
+ cli_sigperf_events_destroy at CLAMAV_PRIVATE 1.0.4
+ cli_sigperf_print at CLAMAV_PRIVATE 1.0.4
+ cli_str2hex at CLAMAV_PRIVATE 1.0.4
+ cli_strbcasestr at CLAMAV_PRIVATE 1.0.4
+ cli_strdup at CLAMAV_PRIVATE 1.0.4
+ cli_strerror at CLAMAV_PRIVATE 1.0.4
+ cli_strlcat at CLAMAV_PRIVATE 1.0.4
+ cli_strlcpy at CLAMAV_PRIVATE 1.0.4
+ cli_strntoul at CLAMAV_PRIVATE 1.0.4
+ cli_strrcpy at CLAMAV_PRIVATE 1.0.4
+ cli_strtok at CLAMAV_PRIVATE 1.0.4
+ cli_strtokbuf at CLAMAV_PRIVATE 1.0.4
+ cli_strtokenize at CLAMAV_PRIVATE 1.0.4
+ cli_textbuffer_append_normalize at CLAMAV_PRIVATE 1.0.4
+ cli_unescape at CLAMAV_PRIVATE 1.0.4
+ cli_unlink at CLAMAV_PRIVATE 1.0.4
+ cli_url_canon at CLAMAV_PRIVATE 1.0.4
+ cli_utf16_to_utf8 at CLAMAV_PRIVATE 1.0.4
+ cli_utf16toascii at CLAMAV_PRIVATE 1.0.4
+ cli_vba_inflate at CLAMAV_PRIVATE 1.0.4
+ cli_vba_readdir at CLAMAV_PRIVATE 1.0.4
+ cli_versig2 at CLAMAV_PRIVATE 1.0.4
+ cli_versig at CLAMAV_PRIVATE 1.0.4
+ cli_warnmsg at CLAMAV_PRIVATE 1.0.4
+ cli_wm_decrypt_macro at CLAMAV_PRIVATE 1.0.4
+ cli_wm_readdir at CLAMAV_PRIVATE 1.0.4
+ cli_writen at CLAMAV_PRIVATE 1.0.4
+ decodeLine at CLAMAV_PRIVATE 1.0.4
+ disasmbuf at CLAMAV_PRIVATE 1.0.4
+ fmap at CLAMAV_PRIVATE 1.0.4
+ fmap_dump_to_file at CLAMAV_PRIVATE 1.0.4
+ fmap_duplicate at CLAMAV_PRIVATE 1.0.4
+ free_duplicate_fmap at CLAMAV_PRIVATE 1.0.4
+ get_fpu_endian at CLAMAV_PRIVATE 1.0.4
+ have_clamjit at CLAMAV_PRIVATE 1.0.4
+ have_rar at CLAMAV_PRIVATE 1.0.4
+ html_normalise_map at CLAMAV_PRIVATE 1.0.4
+ html_normalise_mem at CLAMAV_PRIVATE 1.0.4
+ html_screnc_decode at CLAMAV_PRIVATE 1.0.4
+ html_tag_arg_free at CLAMAV_PRIVATE 1.0.4
+ init_allow_list at CLAMAV_PRIVATE 1.0.4
+ init_domain_list at CLAMAV_PRIVATE 1.0.4
+ init_regex_list at CLAMAV_PRIVATE 1.0.4
+ is_regex_ok at CLAMAV_PRIVATE 1.0.4
+ load_regex_matcher at CLAMAV_PRIVATE 1.0.4
+ lsig_increment_subsig_match at CLAMAV_PRIVATE 1.0.4
+ lsig_sub_matched at CLAMAV_PUBLIC 1.0.0
+ messageCreate at CLAMAV_PRIVATE 1.0.4
+ messageDestroy at CLAMAV_PRIVATE 1.0.4
+ mpool_calloc at CLAMAV_PRIVATE 1.0.4
+ mpool_create at CLAMAV_PRIVATE 1.0.4
+ mpool_destroy at CLAMAV_PRIVATE 1.0.4
+ mpool_free at CLAMAV_PRIVATE 1.0.4
+ mpool_getstats at CLAMAV_PRIVATE 1.0.4
+ phishingScan at CLAMAV_PRIVATE 1.0.4
+ phishing_done at CLAMAV_PRIVATE 1.0.4
+ phishing_init at CLAMAV_PRIVATE 1.0.4
+ readdb_parse_ldb_subsignature at CLAMAV_PRIVATE 1.0.4
+ regex_list_add_pattern at CLAMAV_PRIVATE 1.0.4
+ regex_list_done at CLAMAV_PRIVATE 1.0.4
+ regex_list_match at CLAMAV_PRIVATE 1.0.4
+ tableCreate at CLAMAV_PRIVATE 1.0.4
+ tableDestroy at CLAMAV_PRIVATE 1.0.4
+ tableFind at CLAMAV_PRIVATE 1.0.4
+ tableInsert at CLAMAV_PRIVATE 1.0.4
+ tableIterate at CLAMAV_PRIVATE 1.0.4
+ tableRemove at CLAMAV_PRIVATE 1.0.4
+ tableUpdate at CLAMAV_PRIVATE 1.0.4
+ text_normalize_init at CLAMAV_PRIVATE 1.0.4
+ text_normalize_map at CLAMAV_PRIVATE 1.0.4
+ text_normalize_reset at CLAMAV_PRIVATE 1.0.4
+ uniq_add at CLAMAV_PRIVATE 1.0.4
+ uniq_free at CLAMAV_PRIVATE 1.0.4
+ uniq_get at CLAMAV_PRIVATE 1.0.4
+ uniq_init at CLAMAV_PRIVATE 1.0.4
+libfreshclam.so.2 libclamav11t64 #MINVER#
+ FRESHCLAM_PRIVATE at FRESHCLAM_PRIVATE 1.0.1
+ FRESHCLAM_PUBLIC at FRESHCLAM_PUBLIC 1.0.0
+ check_flevel at FRESHCLAM_PRIVATE 1.0.1
+ daemonize_parent_wait at FRESHCLAM_PRIVATE 1.0.1
+ daemonize_signal_parent at FRESHCLAM_PRIVATE 1.0.1
+ drop_privileges at FRESHCLAM_PRIVATE 1.0.1
+ fc_cleanup at FRESHCLAM_PUBLIC 1.0.0
+ fc_dns_query_update_info at FRESHCLAM_PUBLIC 1.0.0
+ fc_download_url_database at FRESHCLAM_PUBLIC 1.0.0
+ fc_download_url_databases at FRESHCLAM_PUBLIC 1.0.0
+ fc_initialize at FRESHCLAM_PUBLIC 1.0.0
+ fc_prune_database_directory at FRESHCLAM_PUBLIC 1.0.0
+ fc_set_fccb_download_complete at FRESHCLAM_PUBLIC 1.0.0
+ fc_strerror at FRESHCLAM_PUBLIC 1.0.0
+ fc_test_database at FRESHCLAM_PUBLIC 1.0.0
+ fc_update_database at FRESHCLAM_PUBLIC 1.0.0
+ fc_update_databases at FRESHCLAM_PUBLIC 1.0.0
+ get_version at FRESHCLAM_PRIVATE 1.0.1
+ logg at FRESHCLAM_PUBLIC 1.0.0
+ logg_close at FRESHCLAM_PUBLIC 1.0.0
+ logg_file at FRESHCLAM_PUBLIC 1.0.0
+ logg_nowarn at FRESHCLAM_PUBLIC 1.0.0
+ logg_rotate at FRESHCLAM_PUBLIC 1.0.0
+ logg_size at FRESHCLAM_PUBLIC 1.0.0
+ logg_time at FRESHCLAM_PUBLIC 1.0.0
+ logg_verbose at FRESHCLAM_PUBLIC 1.0.0
+ mprintf at FRESHCLAM_PUBLIC 1.0.0
+ mprintf_disabled at FRESHCLAM_PUBLIC 1.0.0
+ mprintf_nowarn at FRESHCLAM_PUBLIC 1.0.0
+ mprintf_progress at FRESHCLAM_PUBLIC 1.0.0
+ mprintf_quiet at FRESHCLAM_PUBLIC 1.0.0
+ mprintf_stdout at FRESHCLAM_PUBLIC 1.0.0
+ mprintf_verbose at FRESHCLAM_PUBLIC 1.0.0
+ optfree at FRESHCLAM_PRIVATE 1.0.1
+ optget at FRESHCLAM_PRIVATE 1.0.1
+ optparse at FRESHCLAM_PRIVATE 1.0.1
+ print_version at FRESHCLAM_PRIVATE 1.0.1
diff -Nru clamav-1.0.4+dfsg/debian/po/cs.po clamav-1.0.4+dfsg/debian/po/cs.po
--- clamav-1.0.4+dfsg/debian/po/cs.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/cs.po	2024-01-31 08:55:52.000000000 +0000
@@ -15,7 +15,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2010-10-13 19:12+0200\n"
 "Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
 "Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -232,41 +232,19 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 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 -Nru clamav-1.0.4+dfsg/debian/po/da.po clamav-1.0.4+dfsg/debian/po/da.po
--- clamav-1.0.4+dfsg/debian/po/da.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/da.po	2024-01-31 08:55:52.000000000 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-07-06 12:42+0000\n"
 "Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
 "Language-Team: Danish <debian-l10n-danish at lists.debian.org>\n"
@@ -229,47 +229,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/de.po clamav-1.0.4+dfsg/debian/po/de.po
--- clamav-1.0.4+dfsg/debian/po/de.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/de.po	2024-01-31 08:55:52.000000000 +0000
@@ -14,7 +14,7 @@
 msgstr ""
 "Project-Id-Version: clamav_0.98.4~rc1+dfsg-3_de\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-06-12 10:23+0100\n"
 "Last-Translator: Mario Bl?ttermann <mario.blaettermann at gmail.com>\n"
 "Language-Team: Deutsch <debian-l10n-german at lists.debian.org>\n"
@@ -241,48 +241,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/es.po clamav-1.0.4+dfsg/debian/po/es.po
--- clamav-1.0.4+dfsg/debian/po/es.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/es.po	2024-01-31 08:55:52.000000000 +0000
@@ -42,7 +42,7 @@
 msgstr ""
 "Project-Id-Version: clamav 0.96+dfsg-4\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-12-05 18:25+0100\n"
 "Last-Translator: Javier Fern?ndez-Sanguino Pe?a <jfs at debian.org>\n"
 "Language-Team: Debian Spanish <debian-l10n-spanish at lists.debian.org>\n"
@@ -288,48 +288,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/eu.po clamav-1.0.4+dfsg/debian/po/eu.po
--- clamav-1.0.4+dfsg/debian/po/eu.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/eu.po	2024-01-31 08:55:52.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: clamav-eu\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2008-09-24 11:03+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
 "Language-Team: Euskara <debian-l10n-basque at lists.debian.org>\n"
@@ -228,41 +228,19 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 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 -Nru clamav-1.0.4+dfsg/debian/po/fi.po clamav-1.0.4+dfsg/debian/po/fi.po
--- clamav-1.0.4+dfsg/debian/po/fi.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/fi.po	2024-01-31 08:55:52.000000000 +0000
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2009-06-22 22:47+0300\n"
 "Last-Translator: Esko Araj?rvi <edu at iki.fi>\n"
 "Language-Team: Finnish <debian-l10n-finnish at lists.debian.org>\n"
@@ -224,41 +224,19 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 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 -Nru clamav-1.0.4+dfsg/debian/po/fr.po clamav-1.0.4+dfsg/debian/po/fr.po
--- clamav-1.0.4+dfsg/debian/po/fr.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/fr.po	2024-01-31 08:55:52.000000000 +0000
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: clamav_0.98.4\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-06-10 14:21+0100\n"
 "Last-Translator: Julien Patriarca <leatherface at debian.org>\n"
 "Language-Team: FRENCH <debian-l10n-french at lists.debian.org>\n"
@@ -240,36 +240,6 @@
 #. 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 @@
 
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/gl.po clamav-1.0.4+dfsg/debian/po/gl.po
--- clamav-1.0.4+dfsg/debian/po/gl.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/gl.po	2024-01-31 08:55:52.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2009-05-06 21:40+0200\n"
 "Last-Translator: marce villarino <mvillarino at users.sourceforge.net>\n"
 "Language-Team: Galician <proxecto at trasno.ent>\n"
@@ -231,41 +231,19 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 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 -Nru clamav-1.0.4+dfsg/debian/po/it.po clamav-1.0.4+dfsg/debian/po/it.po
--- clamav-1.0.4+dfsg/debian/po/it.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/it.po	2024-01-31 08:55:52.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: clamav 0.96.1+dfsg-3 \n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2011-02-19 15:31+0100\n"
 "Last-Translator: Luca Monducci <luca.mo at tiscali.it>\n"
 "Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
@@ -231,41 +231,19 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 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 -Nru clamav-1.0.4+dfsg/debian/po/ja.po clamav-1.0.4+dfsg/debian/po/ja.po
--- clamav-1.0.4+dfsg/debian/po/ja.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/ja.po	2024-01-31 08:55:52.000000000 +0000
@@ -3,7 +3,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-05-11 06:12+0900\n"
 "Last-Translator: Kenshi Muto <kmuto at debian.org>\n"
 "Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
@@ -222,46 +222,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "??: ???????????????????????????????????"
 "???????????? 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 -Nru clamav-1.0.4+dfsg/debian/po/nl.po clamav-1.0.4+dfsg/debian/po/nl.po
--- clamav-1.0.4+dfsg/debian/po/nl.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/nl.po	2024-01-31 08:55:52.000000000 +0000
@@ -9,7 +9,7 @@
 msgstr ""
 "Project-Id-Version: clamav 0.97.3+dfsg-2\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-09-23 18:02+0200\n"
 "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert at yucom.be>\n"
 "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch at lists.debian.org>\n"
@@ -237,48 +237,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/pl.po clamav-1.0.4+dfsg/debian/po/pl.po
--- clamav-1.0.4+dfsg/debian/po/pl.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/pl.po	2024-01-31 08:55:52.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2012-02-10 16:25+0100\n"
 "Last-Translator: Micha? Ku?ach <michal.kulach at gmail.com>\n"
 "Language-Team: Polish <debian-l10n-polish at lists.debian.org>\n"
@@ -230,41 +230,19 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 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 -Nru clamav-1.0.4+dfsg/debian/po/pt.po clamav-1.0.4+dfsg/debian/po/pt.po
--- clamav-1.0.4+dfsg/debian/po/pt.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/pt.po	2024-01-31 08:55:52.000000000 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: clamav 0.98.3+dfsg-1\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-05-12 22:31+0100\n"
 "Last-Translator: Am?rico Monteiro <a_monteiro at gmx.com>\n"
 "Language-Team: Portuguese <traduz at debianpt.org>\n"
@@ -229,48 +229,18 @@
 #. 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 @@
 
 #. 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 @@
 "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 @@
 #. 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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/pt_BR.po clamav-1.0.4+dfsg/debian/po/pt_BR.po
--- clamav-1.0.4+dfsg/debian/po/pt_BR.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/pt_BR.po	2024-01-31 08:55:52.000000000 +0000
@@ -10,7 +10,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2016-02-23 07:22-0300\n"
 "Last-Translator: Adriano Rafael Gomes <adrianorg at arg.eti.br>\n"
 "Language-Team: Brazilian Portuguese <debian-l10n-portuguese at lists.debian."
@@ -237,47 +237,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "\"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 @@
 "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 -Nru clamav-1.0.4+dfsg/debian/po/ru.po clamav-1.0.4+dfsg/debian/po/ru.po
--- clamav-1.0.4+dfsg/debian/po/ru.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/ru.po	2024-01-31 08:55:52.000000000 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: clamav 0.98.4~rc1+dfsg-3\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2014-06-07 09:00+0400\n"
 "Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
 "Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
@@ -17,8 +17,8 @@
 "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 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 @@
 "?????????: ????, ????????, ????????? ???????? ?????????????, ?? ????????? "
 "???????? ????????? ? ????? ???????? ?????????????."
 
+#~ 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 -Nru clamav-1.0.4+dfsg/debian/po/sv.po clamav-1.0.4+dfsg/debian/po/sv.po
--- clamav-1.0.4+dfsg/debian/po/sv.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/sv.po	2024-01-31 08:55:52.000000000 +0000
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: clamav_0.93~dfsg-1_sv\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2011-06-29 22:37+0100\n"
 "Last-Translator: Martin Bagge / brother <brother at bsnet.se>\n"
 "Language-Team: Swedish <debian at lists.debian.org>\n"
@@ -229,41 +229,19 @@
 #. 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 "Vill du aktivera skanning av e-post?"
-
-#. 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 "Ska bytekod laddas fr?n databasen?"
 
 #. 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 "
@@ -277,7 +255,7 @@
 
 #. 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?"
@@ -1451,11 +1429,11 @@
 #. 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 s?kerst?lla att detta v?rde ?r l?gre ?n v?rdet f?r \"StreamMaxlength"
-"\" i filen clamd.conf."
+"Du b?r s?kerst?lla att detta v?rde ?r l?gre ?n v?rdet f?r "
+"\"StreamMaxlength\" i filen clamd.conf."
 
 #. Type: boolean
 #. Description
@@ -1486,6 +1464,11 @@
 msgstr ""
 
 #, fuzzy
+#~| msgid "Do you want to enable mail scanning?"
+#~ msgid "Do you want to enable support for Google Safe Browsing?"
+#~ msgstr "Vill du aktivera skanning av e-post?"
+
+#, fuzzy
 #~| msgid "Do you want to enable archive scanning?"
 #~ msgid "Do you want to enable on-access scanning?"
 #~ msgstr "Vill du aktivera skanning av arkiv?"
diff -Nru clamav-1.0.4+dfsg/debian/po/templates.pot clamav-1.0.4+dfsg/debian/po/templates.pot
--- clamav-1.0.4+dfsg/debian/po/templates.pot	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/templates.pot	2024-01-31 08:55:52.000000000 +0000
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: clamav\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -191,38 +191,18 @@
 #. 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 @@
 
 #. 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 @@
 #. 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 -Nru clamav-1.0.4+dfsg/debian/po/vi.po clamav-1.0.4+dfsg/debian/po/vi.po
--- clamav-1.0.4+dfsg/debian/po/vi.po	2024-01-14 18:55:54.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/po/vi.po	2024-01-31 08:55:52.000000000 +0000
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: clamav 0.96.3+dfsg-2\n"
 "Report-Msgid-Bugs-To: clamav at packages.debian.org\n"
-"POT-Creation-Date: 2021-02-21 15:05+0000\n"
+"POT-Creation-Date: 2024-01-31 08:56+0000\n"
 "PO-Revision-Date: 2010-10-27 16:18+0930\n"
 "Last-Translator: Clytie Siddall <clytie at riverland.net.au>\n"
 "Language-Team: Vietnamese <vi-VN at googlegroups.com>\n"
@@ -228,41 +228,19 @@
 #. 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 @@
 
 #. 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?"
@@ -1471,8 +1449,8 @@
 #. 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."
@@ -1507,6 +1485,11 @@
 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 -Nru clamav-1.0.4+dfsg/debian/rules clamav-1.0.4+dfsg/debian/rules
--- clamav-1.0.4+dfsg/debian/rules	2024-01-16 18:14:21.000000000 +0000
+++ clamav-1.0.4+dfsg/debian/rules	2024-01-31 08:55:52.000000000 +0000
@@ -85,14 +85,14 @@
 		touch debian/exit; \
 	fi;
 	sed "s/ \(.*\)@CLAMAV_PRIVATE .*/ \1 at CLAMAV_PRIVATE $(shell echo $(DEB_VERSION) | cut -d+ -f1)/" \
-		< debian/libclamav11.symbols > debian/libclamav11.symbols.latest
-	if ! cmp debian/libclamav11.symbols debian/libclamav11.symbols.latest; then \
+		< debian/libclamav11t64.symbols > debian/libclamav11t64.symbols.latest
+	if ! cmp debian/libclamav11t64.symbols debian/libclamav11t64.symbols.latest; then \
 		echo "Need to update CLAMAV_PRIVATE symbols"; \
 		touch debian/exit; \
 	fi;
 
 	[ ! -f debian/exit ] || (rm debian/exit && exit 1)
-	rm debian/libclamav11.symbols.latest
+	rm debian/libclamav11t64.symbols.latest
 
 	# Configure using the specified flags.
 	dh_auto_configure -- $(CONFIG)


More information about the Pkg-clamav-devel mailing list