From noreply at release.debian.org Mon Jul 1 05:39:10 2024 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 01 Jul 2024 04:39:10 +0000 Subject: [Pkg-clamav-devel] clamav 1.3.1+dfsg-4 MIGRATED to testing Message-ID: FYI: The status of the clamav source package in Debian's testing distribution has changed. Previous version: 1.3.1+dfsg-3 Current version: 1.3.1+dfsg-4 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From doko at debian.org Wed Jul 3 13:24:19 2024 From: doko at debian.org (Matthias Klose) Date: Wed, 03 Jul 2024 12:24:19 +0000 Subject: [Pkg-clamav-devel] Bug#1074883: clamsmtp: ftbfs with GCC-14 Message-ID: Package: src:clamsmtp Version: 1.10-17.3 Severity: important Tags: sid trixie User: debian-gcc at lists.debian.org Usertags: ftbfs-gcc-14 [This bug is targeted to the upcoming trixie release] Please keep this issue open in the bug tracker for the package it was filed for. If a fix in another package is required, please file a bug for the other package (or clone), and add a block in this package. Please keep the issue open until the package can be built in a follow-up test rebuild. The package fails to build in a test rebuild on at least amd64 with gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The severity of this report will be raised before the trixie release. The full build log can be found at: http://qa-logs.debian.net/2024/07/01/clamsmtp_1.10-17.3_unstable_gccexp.log The last lines of the build log are at the end of this report. To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, or install the gcc, g++, gfortran, ... packages from experimental. apt-get -t=experimental install g++ Common build failures are new warnings resulting in build failures with -Werror turned on, or new/dropped symbols in Debian symbols files. For other C/C++ related build failures see the porting guide at http://gcc.gnu.org/gcc-14/porting_to.html [...] | ^~~~~~~~~~~~ /usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ ../common/spio.c: In function ?spio_attach?: ../common/spio.c:124:45: error: passing argument 3 of ?getsockname? from incompatible pointer type [-Wincompatible-pointer-types] 124 | if(getsockname(fd, &SANY_ADDR(locaddr), &SANY_LEN(locaddr)) == -1 || In file included from ../common/spio.c:46: /usr/include/x86_64-linux-gnu/sys/socket.h:117:47: note: expected ?socklen_t * restrict? {aka ?unsigned int * restrict?} but argument is of type ?size_t *? {aka ?long unsigned int *?} 117 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../common/spio.c:139:43: error: passing argument 3 of ?getpeername? from incompatible pointer type [-Wincompatible-pointer-types] 139 | if(getpeername(fd, &SANY_ADDR(*peer), &SANY_LEN(*peer)) == -1 || /usr/include/x86_64-linux-gnu/sys/socket.h:131:47: note: expected ?socklen_t * restrict? {aka ?unsigned int * restrict?} but argument is of type ?size_t *? {aka ?long unsigned int *?} 131 | socklen_t *__restrict __len) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ ../common/smtppass.c: In function ?thread_main?: ../common/smtppass.c:690:5: warning: ?siginterrupt? is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 690 | siginterrupt(SIGINT, 1); | ^~~~~~~~~~~~ /usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ ../common/smtppass.c:691:5: warning: ?siginterrupt? is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 691 | siginterrupt(SIGTERM, 1); | ^~~~~~~~~~~~ /usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ ../common/smtppass.c:728:12: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 728 | return (void*)(ret == 0 ? 0 : 1); | ^ ../common/smtppass.c: In function ?make_connections?: ../common/smtppass.c:756:82: error: passing argument 5 of ?getsockopt? from incompatible pointer type [-Wincompatible-pointer-types] 756 | if(getsockopt(ctx->client.fd, SOL_IP, SO_ORIGINAL_DST, &SANY_ADDR(addr), &SANY_LEN(addr)) == -1) In file included from ../common/smtppass.c:45: /usr/include/x86_64-linux-gnu/sys/socket.h:257:46: note: expected ?socklen_t * restrict? {aka ?unsigned int * restrict?} but argument is of type ?size_t *? {aka ?long unsigned int *?} 257 | socklen_t *__restrict __optlen) __THROW; | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ ../common/smtppass.c: In function ?sp_setup_forked?: make[3]: *** [Makefile:416: clamsmtpd-spio.o] Error 1 make[3]: *** Waiting for unfinished jobs.... ../common/smtppass.c:1806:5: warning: ?siginterrupt? is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 1806 | siginterrupt(SIGINT, 0); | ^~~~~~~~~~~~ /usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ ../common/smtppass.c:1807:5: warning: ?siginterrupt? is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] 1807 | siginterrupt(SIGTERM, 0); | ^~~~~~~~~~~~ /usr/include/signal.h:324:12: note: declared here 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW | ^~~~~~~~~~~~ ../common/smtppass.c: In function ?connection_loop?: ../common/smtppass.c:538:21: warning: ignoring return value of ?write? declared with attribute ?warn_unused_result? [-Wunused-result] 538 | write(fd, SMTP_STARTFAILED, KL(SMTP_STARTFAILED)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/smtppass.c:555:13: warning: ignoring return value of ?write? declared with attribute ?warn_unused_result? [-Wunused-result] 555 | write(fd, SMTP_STARTBUSY, KL(SMTP_STARTBUSY)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[3]: *** [Makefile:430: clamsmtpd-smtppass.o] Error 1 make[3]: Leaving directory '/<>/src' make[2]: *** [Makefile:369: all-recursive] Error 1 make[2]: Leaving directory '/<>' make[1]: *** [Makefile:310: all] Error 2 make[1]: Leaving directory '/<>' dh_auto_build: error: make -j8 returned exit code 2 make: *** [debian/rules:6: build] Error 25 dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2 From debian at kitterman.com Wed Jul 3 13:46:16 2024 From: debian at kitterman.com (Scott Kitterman) Date: Wed, 03 Jul 2024 08:46:16 -0400 Subject: [Pkg-clamav-devel] Bug#1074883: clamsmtp: ftbfs with GCC-14 In-Reply-To: References: Message-ID: <5121109.G4kmFl77WA@zini-1880> Unfortunately, clamsmtp is another package that's pretty dead upstream, but still useful (I don't know of an exact replacement for it). It would be great if someone who's proficient in C (meaning not me) could have a look at this. Thanks, Scott K On Wednesday, July 3, 2024 8:24:19 AM EDT Matthias Klose wrote: > Package: src:clamsmtp > Version: 1.10-17.3 > Severity: important > Tags: sid trixie > User: debian-gcc at lists.debian.org > Usertags: ftbfs-gcc-14 > > [This bug is targeted to the upcoming trixie release] > > Please keep this issue open in the bug tracker for the package it > was filed for. If a fix in another package is required, please > file a bug for the other package (or clone), and add a block in this > package. Please keep the issue open until the package can be built in > a follow-up test rebuild. > > The package fails to build in a test rebuild on at least amd64 with > gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The > severity of this report will be raised before the trixie release. > > The full build log can be found at: > http://qa-logs.debian.net/2024/07/01/clamsmtp_1.10-17.3_unstable_gccexp.log > The last lines of the build log are at the end of this report. > > To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly, > or install the gcc, g++, gfortran, ... packages from experimental. > > apt-get -t=experimental install g++ > > Common build failures are new warnings resulting in build failures with > -Werror turned on, or new/dropped symbols in Debian symbols files. > For other C/C++ related build failures see the porting guide at > http://gcc.gnu.org/gcc-14/porting_to.html > > [...] > > | ^~~~~~~~~~~~ > > /usr/include/signal.h:324:12: note: declared here > 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW > > | ^~~~~~~~~~~~ > > ../common/spio.c: In function ?spio_attach?: > ../common/spio.c:124:45: error: passing argument 3 of ?getsockname? from > incompatible pointer type [-Wincompatible-pointer-types] 124 | > if(getsockname(fd, &SANY_ADDR(locaddr), &SANY_LEN(locaddr)) == -1 || In > file included from ../common/spio.c:46: > /usr/include/x86_64-linux-gnu/sys/socket.h:117:47: note: expected ?socklen_t > * restrict? {aka ?unsigned int * restrict?} but argument is of type ?size_t > *? {aka ?long unsigned int *?} 117 | socklen_t > *__restrict __len) __THROW; > | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ > > ../common/spio.c:139:43: error: passing argument 3 of ?getpeername? from > incompatible pointer type [-Wincompatible-pointer-types] 139 | > if(getpeername(fd, &SANY_ADDR(*peer), &SANY_LEN(*peer)) == -1 || > /usr/include/x86_64-linux-gnu/sys/socket.h:131:47: note: expected > ?socklen_t * restrict? {aka ?unsigned int * restrict?} but argument is of > type ?size_t *? {aka ?long unsigned int *?} 131 | > socklen_t *__restrict __len) __THROW; > | ~~~~~~~~~~~~~~~~~~~~~~^~~~~ > > ../common/smtppass.c: In function ?thread_main?: > ../common/smtppass.c:690:5: warning: ?siginterrupt? is deprecated: Use > sigaction with SA_RESTART instead [-Wdeprecated-declarations] 690 | > siginterrupt(SIGINT, 1); > > | ^~~~~~~~~~~~ > > /usr/include/signal.h:324:12: note: declared here > 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW > > | ^~~~~~~~~~~~ > > ../common/smtppass.c:691:5: warning: ?siginterrupt? is deprecated: Use > sigaction with SA_RESTART instead [-Wdeprecated-declarations] 691 | > siginterrupt(SIGTERM, 1); > > | ^~~~~~~~~~~~ > > /usr/include/signal.h:324:12: note: declared here > 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW > > | ^~~~~~~~~~~~ > > ../common/smtppass.c:728:12: warning: cast to pointer from integer of > different size [-Wint-to-pointer-cast] 728 | return (void*)(ret == 0 ? > 0 : 1); > > | ^ > > ../common/smtppass.c: In function ?make_connections?: > ../common/smtppass.c:756:82: error: passing argument 5 of ?getsockopt? from > incompatible pointer type [-Wincompatible-pointer-types] 756 | > if(getsockopt(ctx->client.fd, SOL_IP, SO_ORIGINAL_DST, &SANY_ADDR(addr), > &SANY_LEN(addr)) == -1) In file included from ../common/smtppass.c:45: > /usr/include/x86_64-linux-gnu/sys/socket.h:257:46: note: expected ?socklen_t > * restrict? {aka ?unsigned int * restrict?} but argument is of type ?size_t > *? {aka ?long unsigned int *?} 257 | socklen_t > *__restrict __optlen) __THROW; > | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ > > ../common/smtppass.c: In function ?sp_setup_forked?: > make[3]: *** [Makefile:416: clamsmtpd-spio.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > ../common/smtppass.c:1806:5: warning: ?siginterrupt? is deprecated: Use > sigaction with SA_RESTART instead [-Wdeprecated-declarations] 1806 | > siginterrupt(SIGINT, 0); > > | ^~~~~~~~~~~~ > > /usr/include/signal.h:324:12: note: declared here > 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW > > | ^~~~~~~~~~~~ > > ../common/smtppass.c:1807:5: warning: ?siginterrupt? is deprecated: Use > sigaction with SA_RESTART instead [-Wdeprecated-declarations] 1807 | > siginterrupt(SIGTERM, 0); > > | ^~~~~~~~~~~~ > > /usr/include/signal.h:324:12: note: declared here > 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW > > | ^~~~~~~~~~~~ > > ../common/smtppass.c: In function ?connection_loop?: > ../common/smtppass.c:538:21: warning: ignoring return value of ?write? > declared with attribute ?warn_unused_result? [-Wunused-result] 538 | > write(fd, SMTP_STARTFAILED, KL(SMTP_STARTFAILED)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > | ~ > > ../common/smtppass.c:555:13: warning: ignoring return value of ?write? > declared with attribute ?warn_unused_result? [-Wunused-result] 555 | > write(fd, SMTP_STARTBUSY, KL(SMTP_STARTBUSY)); > | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > > make[3]: *** [Makefile:430: clamsmtpd-smtppass.o] Error 1 > make[3]: Leaving directory '/<>/src' > make[2]: *** [Makefile:369: all-recursive] Error 1 > make[2]: Leaving directory '/<>' > make[1]: *** [Makefile:310: all] Error 2 > make[1]: Leaving directory '/<>' > dh_auto_build: error: make -j8 returned exit code 2 > make: *** [debian/rules:6: build] Error 25 > dpkg-buildpackage: error: debian/rules build subprocess returned exit status > 2 > > _______________________________________________ > Pkg-clamav-devel mailing list > Pkg-clamav-devel at alioth-lists.debian.net > https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-clamav-devel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: This is a digitally signed message part. URL: From sebastian at breakpoint.cc Wed Jul 3 20:26:56 2024 From: sebastian at breakpoint.cc (Sebastian Andrzej Siewior) Date: Wed, 3 Jul 2024 21:26:56 +0200 Subject: [Pkg-clamav-devel] Bug#1074883: clamsmtp: ftbfs with GCC-14 In-Reply-To: <5121109.G4kmFl77WA@zini-1880> References: <5121109.G4kmFl77WA@zini-1880> Message-ID: <20240703192656.cEGlRCWz@breakpoint.cc> On 2024-07-03 08:46:16 [-0400], Scott Kitterman wrote: > Unfortunately, clamsmtp is another package that's pretty dead upstream, but > still useful (I don't know of an exact replacement for it). It would be great > if someone who's proficient in C (meaning not me) could have a look at this. okay? > Thanks, > > Scott K Sebastian From sebastian at breakpoint.cc Wed Jul 3 22:39:33 2024 From: sebastian at breakpoint.cc (Sebastian Andrzej Siewior) Date: Wed, 3 Jul 2024 23:39:33 +0200 Subject: [Pkg-clamav-devel] Bug#1074883: clamsmtp: ftbfs with GCC-14 In-Reply-To: <20240703192656.cEGlRCWz@breakpoint.cc> References: <5121109.G4kmFl77WA@zini-1880> <20240703192656.cEGlRCWz@breakpoint.cc> Message-ID: <20240703213933.tFqRRyi0@breakpoint.cc> On 2024-07-03 21:26:56 [+0200], To Scott Kitterman wrote: > On 2024-07-03 08:46:16 [-0400], Scott Kitterman wrote: > > Unfortunately, clamsmtp is another package that's pretty dead upstream, but > > still useful (I don't know of an exact replacement for it). It would be great > > if someone who's proficient in C (meaning not me) could have a look at this. > > okay? I just got ahead of myself and uploaded? Should we make a repo for it VCS wise? The repo still points to the alioth era location. > > Thanks, > > > > Scott K Sebastian From ftpmaster at ftp-master.debian.org Wed Jul 3 22:47:06 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 03 Jul 2024 21:47:06 +0000 Subject: [Pkg-clamav-devel] Processing of clamsmtp_1.10-18_source.changes Message-ID: clamsmtp_1.10-18_source.changes uploaded successfully to localhost along with the files: clamsmtp_1.10-18.dsc clamsmtp_1.10-18.debian.tar.xz Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Wed Jul 3 22:48:59 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Wed, 03 Jul 2024 21:48:59 +0000 Subject: [Pkg-clamav-devel] clamsmtp_1.10-18_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 03 Jul 2024 23:32:02 +0200 Source: clamsmtp Architecture: source Version: 1.10-18 Distribution: unstable Urgency: medium Maintainer: ClamAV Team Changed-By: Sebastian Andrzej Siewior Closes: 992454 1074883 Changes: clamsmtp (1.10-18) unstable; urgency=medium . * Use mktemp in postist (Closes: #992454). * Use proper date for the length argument (Closes: #1074883). * Fix out-of-bounds access in read_raw(). * Pass correct length to strncat() in vmessage(). Checksums-Sha1: 6c02922dc5c85b9c2c3b3ebf6d57256762957b08 1926 clamsmtp_1.10-18.dsc 12c5afb9bae7f6c6e93604cff25be585e90081b0 32996 clamsmtp_1.10-18.debian.tar.xz Checksums-Sha256: d9fdf21aefb1a541c7e3bfbd88f0b42485f9c02d840d74e626485cdada480542 1926 clamsmtp_1.10-18.dsc 979acb6f0ee89687ec6d75fc2bd8d80b15b7a4fcb62e3952cc451a4a466ec08d 32996 clamsmtp_1.10-18.debian.tar.xz Files: dd6750dd42d0db35fb1f6afb49621c8a 1926 mail optional clamsmtp_1.10-18.dsc 517559a9a6300ce780fce5224acdd07b 32996 mail optional clamsmtp_1.10-18.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEZCVGlf/wqkRmzBnme5boFiqM9dEFAmaFxI0ACgkQe5boFiqM 9dHmrw//RKZ17TmwFwTh18wHgXfzG1ks8hsL7jyqZaXyRb4RWoMh8++5BvbnfI+D bInQ6x62c9Yr1kCMtZJ9GMftxioIuK1/UEei4/jNO32qFJ24WIhxfo6v7utuu06o y1YfHe+oZVgbRf3tHtotmaIh693rAgv8obeAq8eXLU8piZzfj7RRNn9Pk1hzEEp2 pzufVSSHZ1lzaZKerGDD+yx6/Lp7+ab0CLLupYjQWxjQdYKA43z/YUbw7prRAit1 TAyQZfvxG6dW5/grSYLSAb182hNkXfnm2vYVAP/IycZVOi1QjIYFUM4fuk5/CfQv JYFov+dkdMs+Zav9LrKVh9KfhxQeLIYQkPuZyGjGvME+ZxHUQeXkcrkRsOGDK/nJ W06wjRdCA/GUM0piSPjtp08SF9koL0+K25fldwkrXnba0zJS3wQW5IM6FNNbq0FK sV5mtKxreeis7rIZl7rMLPbjPIWVsZpcXjFry4JRWSrw5js4t2nOn9KSN1mqI8G1 lfN/ZtE6Sq1TTg1v1aSPiflqbLNcHD+g2bxB9o4/Z1ClCijKNG4YcPLPH4fI91mR xhuDgHyqp8F2Jk3dEnH7gm5aaMh/xPl/uCmus1FUd2V0rP9ooqMxEFDJg/OJVVcc 4pQIepL3XWYy30IlTV+K7UPQWK6hvizvL0zF7P53UXM+aLC4Gxc= =upK5 -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Wed Jul 3 22:51:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 03 Jul 2024 21:51:03 +0000 Subject: [Pkg-clamav-devel] Bug#1074883: marked as done (clamsmtp: ftbfs with GCC-14) References: Message-ID: Your message dated Wed, 03 Jul 2024 21:48:59 +0000 with message-id and subject line Bug#1074883: fixed in clamsmtp 1.10-18 has caused the Debian Bug report #1074883, regarding clamsmtp: ftbfs with GCC-14 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 1074883: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074883 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Matthias Klose Subject: clamsmtp: ftbfs with GCC-14 Date: Wed, 03 Jul 2024 12:24:19 +0000 Size: 9125 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1074883: fixed in clamsmtp 1.10-18 Date: Wed, 03 Jul 2024 21:48:59 +0000 Size: 6697 URL: From owner at bugs.debian.org Wed Jul 3 22:51:05 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Wed, 03 Jul 2024 21:51:05 +0000 Subject: [Pkg-clamav-devel] Bug#992454: marked as done (clamsmtp: use mktemp in postinst instead of tempfile) References: Message-ID: Your message dated Wed, 03 Jul 2024 21:48:59 +0000 with message-id and subject line Bug#992454: fixed in clamsmtp 1.10-18 has caused the Debian Bug report #992454, regarding clamsmtp: use mktemp in postinst instead of tempfile to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 992454: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992454 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Clint Adams Subject: clamsmtp: use mktemp in postinst instead of tempfile Date: Wed, 18 Aug 2021 20:26:36 +0000 Size: 1648 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#992454: fixed in clamsmtp 1.10-18 Date: Wed, 03 Jul 2024 21:48:59 +0000 Size: 6690 URL: From noreply at release.debian.org Tue Jul 9 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Tue, 09 Jul 2024 04:39:07 +0000 Subject: [Pkg-clamav-devel] clamsmtp 1.10-18 MIGRATED to testing Message-ID: FYI: The status of the clamsmtp source package in Debian's testing distribution has changed. Previous version: 1.10-17.3 Current version: 1.10-18 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From martin-eric.racine at iki.fi Wed Jul 10 09:52:29 2024 From: martin-eric.racine at iki.fi (=?UTF-8?Q?Martin-=C3=89ric?= Racine) Date: Wed, 10 Jul 2024 11:52:29 +0300 Subject: [Pkg-clamav-devel] Bug#1060011: ERROR: Clamonacc: at least one of OnAccessExcludeUID, OnAccessExcludeUname, or OnAccessExcludeRootUID must be specified References: <170439222646.13352.12738119038185224718.reportbug@p8h61.lan> Message-ID: <172060154919.766338.10553279318217652549.reportbug@p8h61.lan> Package: clamav-daemon Followup-For: Bug #1060011 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 This issue remains unresolved. Can you please fix that service file? Thanks! Martin-?ric - -- System Information: Debian Release: 12.6 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 6.1.0-22-amd64 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8), LANGUAGE=fi:en Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages clamav-daemon depends on: ii adduser 3.134 ii clamav-base 1.0.5+dfsg-1~deb12u1 ii clamav-freshclam [clamav-data] 1.0.5+dfsg-1~deb12u1 ii debconf [debconf-2.0] 1.5.82 ii dpkg 1.21.22 ii init-system-helpers 1.65.2 ii libc6 2.36-9+deb12u7 ii libclamav11 1.0.5+dfsg-1~deb12u1 ii libcurl4 7.88.1-10+deb12u6 ii libncurses6 6.4-4 ii libsystemd0 252.26-1~deb12u2 ii libtinfo6 6.4-4 ii procps 2:4.0.2-3 ii ucf 3.0043+nmu1 ii zlib1g 1:1.2.13.dfsg-1 Versions of packages clamav-daemon recommends: ii clamdscan 1.0.5+dfsg-1~deb12u1 Versions of packages clamav-daemon suggests: ii apparmor 3.0.8-3 pn clamav-docs pn daemon pn libclamunrar - -- debconf information excluded -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEyJACx3qL7GpObXOQrh+Cd8S017YFAmaOS8wACgkQrh+Cd8S0 17Z+3Q//RFTDCXESNHxXgwoiFMA5z/Aia1X9IbsXzv4R9A/CSIVF6sTvyzKfyKJs +CDJUpRT6PmRlnMdyGwB/FJdRCcoKXSTlDueRcg0fp1rpDNfwHGj2dfi6Kbg6zY1 2J9kjnLgH9SAhq6+Q3bCuKKL91/1Doy4P4z8VWHhmfFDqoufkBcZBk0E63oBh0Ey hDn+MTh0UkBTGtyrJwom4Ud7pHXXDpycoWyVPCMdWWMAlWdvsqmzk28Kr1PYJoq7 TBWfKzVmKHyLUJ4osojjGzRRQuZlwpFXrql1SVU5nltcgdhA9MscpMvw1j4fsdwd YuwN3F2fMXSPMboWJK0l72N5YxdOGFIlhQ1lLWcrM08TqPHEew7GLUKH2sVe4v+Q 3XcU49/0fC4jc5xKGJlZmzUVW3kLXSEwyBsK58SYgjfuHQB8cJdjbqllnCfE30bq 1roBTVij2zbCrxEsjqoN62qypBxljf6/l54IbMWMjT5IzkIFnPI4ruSzEgOhp/S7 2SviGyV9iyjJX/yYAe16gov0Peojvdyd5OwdLn2e0g6m/G2UKVXU+iZ0hkB89l3P d/iVNgmYSDTZ5W78HNweO1EGiNswjPumsM+3hAfElnHGuVhsBx4dMLPmrJ5u6B8e 4iFdZ/Nte4gWx59CiBFQtn5hIHhq5ue8VFldxc5lveVAXBx2Joo= =EHrA -----END PGP SIGNATURE----- From slyon at debian.org Wed Jul 10 14:16:55 2024 From: slyon at debian.org (Lukas =?UTF-8?Q?M=C3=A4rdian?=) Date: Wed, 10 Jul 2024 15:16:55 +0200 Subject: [Pkg-clamav-devel] Bug#999869: Support networkd-dispatcher (and modernize ifupdown scripts) References: <87zgq29x2t.fsf@paluero> Message-ID: [+CC Sebastian, who seems to be most active maintaining ClamAV these days] Hi all, I'm bumping this old bug report, because I think it's still very relevant to support modern networking tools like systemd-networkd or Netplan. Having support for networkd-dispatcher in the if-up.d scripts and cross-linking them for both tools, as proposed by Sergio is a very elegant solution, IMHO! Can we get any opinion from the maintainers about the proposed patch? Cheers, Lukas From cyber-sec-alert at mail.beehiiv.com Fri Jul 12 14:31:49 2024 From: cyber-sec-alert at mail.beehiiv.com (CyberSecAlert) Date: Fri, 12 Jul 2024 13:31:49 +0000 (UTC) Subject: [Pkg-clamav-devel] CyberSecAlert: Olympics Ticket Scam, Windows Zero-Day, Google Advanced Protection, and Kimsuky Attacks Message-ID: <6dcPGqavQx-qXVw3lnElHA@geopod-ismtpd-38> : (https://news.futureparty.com/subscribe?_bhba=bf0b6b11-140c-4ec7-a518-a25cbfcf93b1) View image: (https://media.beehiiv.com/cdn-cgi/image/fit=scale-down,format=auto,onerror=redirect,quality=80/uploads/asset/file/d69b803d-c637-4cd4-9147-e87d58e10d6f/image.png?t=1720705272) Caption: The BRRR: (https://thebrrr.beehiiv.com/subscribe?_bhba=bf0b6b11-140c-4ec7-a518-a25cbfcf93b1) # CyberSecAlert: Olympics Ticket Scam, Windows Zero-Day, Google Advanced Protection, and Kimsuky Attacks ## Ticket Heist Fraud Gang Uses 700 Domains to Sell Fake Olympics Tickets A fraud gang has been using 700 domains to sell fake Olympics tickets. This widespread scam underscores the need for vigilance when purchasing event tickets online and the importance of verifying the legitimacy of ticket vendors. ## Windows MSHTML Zero-Day Used in Malware Attacks for Over a Year A zero-day vulnerability in Windows MSHTML has been exploited in malware attacks for over a year. This critical flaw highlights the importance of keeping systems updated and applying security patches promptly to protect against such long-term threats. ## Google Advanced Protection Program Gets Passkeys for High-Risk Users Google has introduced passkeys to its Advanced Protection Program for high-risk users. This enhancement provides an additional layer of security, making it harder for attackers to compromise accounts protected by this program. ## Japan Warns of Attacks Linked to North Korean Kimsuky Hackers Japan has issued a warning about cyberattacks linked to North Korean Kimsuky hackers. These attacks emphasize the ongoing threat posed by state-sponsored cyber groups and the need for robust cybersecurity measures to defend against them. ??????????????????????????? The Cheat Code: (https://cheatcodenl.com/subscribe?_bhba=bf0b6b11-140c-4ec7-a518-a25cbfcf93b1) Stay informed and secure with CyberSecAlert. ??? You are reading a plain text version of this post. For the best experience, copy and paste this link in your browser to view the post online: https://cyber-sec-alert.beehiiv.com/p/cybersecalert-olympics-ticket-scam-windows-zeroday-google-advanced-protection-kimsuky-attacks -------------- next part -------------- An HTML attachment was scrubbed... URL: From gc-alliance+govconnect.org.uk at icontactmail1.com Mon Jul 15 11:58:02 2024 From: gc-alliance+govconnect.org.uk at icontactmail1.com (GOVCONNECT) Date: Mon, 15 Jul 2024 06:58:02 -0400 Subject: [Pkg-clamav-devel] First in webinar series : Diversity In Maternity And Neonatal Care Message-ID: <0.1.21C.EB8.1DAD6A5DD2762A4.0@drone084.ral.icpbounce.com> Announcing Govconnect's first-ever unsponsored webinar !!! We're excited to announce our upcoming webinar series titled "Diversity in Maternity and Neonatal Care", focused on addressing critical issues of equity, inclusivity, and cultural competency in Maternal & Neonatal Care. As part of this series, we are planning to host the first in the series on 25th July. Register Today! Let's Start The Discussion: How Do We Handle Disparities Across Maternal Health 25th July 2024 1:00 PM - 2:00PM [1]REGISTER NOW References 1. https://govconnect.co.uk/webinars/webinar-govconnect-25th-july-2024/ Unsubscribe: https://app.icontact.com/icp/mmail-mprofile.php?r=50059322&l=20971&s=7VRZ&m=394091&c=1594230&vh=70a79a47bfab9e20de3cf012959da7e3e74c04f2 This message was sent to pkg-clamav-devel at lists.alioth.debian.org from gc-alliance at govconnect.org.uk GOVCONNECT Govconnect Brooks Drive Cheadle, Cheshire SK8 3TD, United Kingdom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - iContact - Engage, WOW, and grow your audience: https://www.icontact.com/pricing?utm_medium=poweredby&utm_source=footerlink&utm_campaign=iC%20Footer&afid=144186 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Mon Jul 15 23:02:32 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 15 Jul 2024 22:02:32 +0000 Subject: [Pkg-clamav-devel] Processing of fangfrisch_1.9.0-2_source.changes Message-ID: fangfrisch_1.9.0-2_source.changes uploaded successfully to localhost along with the files: fangfrisch_1.9.0-2.dsc fangfrisch_1.9.0-2.debian.tar.xz fangfrisch_1.9.0-2_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Mon Jul 15 23:08:51 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Mon, 15 Jul 2024 22:08:51 +0000 Subject: [Pkg-clamav-devel] fangfrisch_1.9.0-2_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Mon, 15 Jul 2024 21:45:57 +0000 Source: fangfrisch Architecture: source Version: 1.9.0-2 Distribution: unstable Urgency: medium Maintainer: ClamAV Team Changed-By: Alex Myczko Changes: fangfrisch (1.9.0-2) unstable; urgency=medium . * Bump standards version to 4.7.0. Checksums-Sha1: 05598c78825add55afa46060cf2d3a7f4011c9ea 2134 fangfrisch_1.9.0-2.dsc c534c44debaab41b4e59b2f555bb504638cb6746 4240 fangfrisch_1.9.0-2.debian.tar.xz 0b317a90dc08364e79f5a1ca9f6a4e96f2bc64de 8673 fangfrisch_1.9.0-2_source.buildinfo Checksums-Sha256: cf75c872acffa37b0840e64e35acf1b3d6abaa6a307ee718968f52085bff71d3 2134 fangfrisch_1.9.0-2.dsc d64b54dbf275ad00007194061c3dedfb145640f95c97c573a9fb9fd7702faf55 4240 fangfrisch_1.9.0-2.debian.tar.xz 6e14fd53a2b6fb1c49bd8833cc1e4cedf75d302d136cc6d5f85eb6c3da8e65e7 8673 fangfrisch_1.9.0-2_source.buildinfo Files: a5ab37fd2a2c11bceb9623930faf56c2 2134 utils optional fangfrisch_1.9.0-2.dsc 0c92d39ed54f068ac4e2299d93e3b385 4240 utils optional fangfrisch_1.9.0-2.debian.tar.xz 6a2d6cdff09b7c63e024aef3bfc8805f 8673 utils optional fangfrisch_1.9.0-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEtgob82PcExn/Co6JEWhSvN91FcAFAmaVmrIACgkQEWhSvN91 FcA+AxAAnmRqg2NkEBvpsa4jVyr3f9eFPbqAu+yJO1tmd6ipV1r+KmDfDVbehJgz HjCOhY7o6sqHgSV4NjXYZBMjqjTe9huCT3obVb2CQEkx0f3Zke13u6lDu46l1q8v q5ynw9JST4YJUhYhgaXOQuIgq0S6kTxhteEuWRnFABTiNO0D5mUZ5jzMXdxeDyyR b8eZ4pGSrfjoQotbjwzb/9dgDS/uUY1V3k6TgmIlyc2Ft3zGmmoMQkZAG4UDRAfS Ih7M0aTwK4IhxkVdKGlYWInez5b0bEBJ1aZUSfFVLtdnJCE0ls245lzD+ycCPwHn 0YclMpx+gMpgAPSsDfBgg1j7ed2CnHv7Th/ng8pEpHo++afjZXM4DGKqjkJtCR+b zsoPU0KoeyLjUhdMICefmK7BQpyeCWVyeV7IYr8YKlm89xT6+UvaRrQ6gZ+6itOV t4QkBfix1N4QOT3jguoK+EhtHFvU/Co805LqDW7PPlyxpwsxTEVxw+Ez85POr+gc HimHwB659RWkdSk605mNhTcm1zpiS8VfJgjajdx/xXsbVA7BKrz9uRXa1JR3uB50 eQsi74TT7Dwb48MW/xHtr3BhkNecUKX+bpcFQSQHi6orEkw527DkUsmomVjVMiCo ZaWUjaTzA52yNmImBLwNj9cyMDxlQ/E2v7lCwPYMMPMtUtw8Asc= =HIjx -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From gc-alliance+govconnect.org.uk at icontactmail1.com Thu Jul 18 10:10:34 2024 From: gc-alliance+govconnect.org.uk at icontactmail1.com (GOVCONNECT) Date: Thu, 18 Jul 2024 05:10:34 -0400 Subject: [Pkg-clamav-devel] First in webinar series : Diversity In Maternity And Neonatal Care Message-ID: <0.1.4C.B27.1DAD8F2588A986E.0@drone073.ral.icpbounce.com> Announcing Govconnect's first-ever unsponsored webinar !!! We're excited to announce our upcoming free webinar series titled "Diversity in Maternity and Neonatal Care", focused on addressing critical issues of equity, inclusivity, and cultural competency in Maternal & Neonatal Care. As part of this series, we are planning to host the first in the series on 19th September. Register Today! Let's Start The Discussion: How Do We Handle Disparities Across Maternal Health 19th September 2024 1:00 PM - 2:30PM [1]REGISTER NOW References 1. https://govconnect.co.uk/webinars/webinar-govconnect-25th-july-2024/ Unsubscribe: https://app.icontact.com/icp/mmail-mprofile.php?r=50059322&l=20971&s=7VRZ&m=394198&c=1594230&vh=70a79a47bfab9e20de3cf012959da7e3e74c04f2 This message was sent to pkg-clamav-devel at lists.alioth.debian.org from gc-alliance at govconnect.org.uk GOVCONNECT Govconnect Brooks Drive Cheadle, Cheshire SK8 3TD, United Kingdom - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - iContact - Engage, WOW, and grow your audience: https://www.icontact.com/pricing?utm_medium=poweredby&utm_source=footerlink&utm_campaign=iC%20Footer&afid=144186 -------------- next part -------------- An HTML attachment was scrubbed... URL: From noreply at release.debian.org Fri Jul 19 05:39:07 2024 From: noreply at release.debian.org (Debian testing watch) Date: Fri, 19 Jul 2024 04:39:07 +0000 Subject: [Pkg-clamav-devel] fangfrisch 1.9.0-2 MIGRATED to testing Message-ID: FYI: The status of the fangfrisch source package in Debian's testing distribution has changed. Previous version: 1.9.0-1 Current version: 1.9.0-2 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information. From service.colis at douane.gouv.fr Fri Jul 19 08:37:59 2024 From: service.colis at douane.gouv.fr (service.colis at douane.gouv.fr) Date: 19 Jul 2024 00:37:59 -0700 Subject: [Pkg-clamav-devel] =?utf-8?q?SERVICE_DOUANE=3A_N=C2=B0870P/54M/1?= =?utf-8?q?807/2024?= Message-ID: <20240719003759.6F0DF9258FDCEB92@douane.gouv.fr> pkg-clamav-devel at lists.alioth.debian.orgEstimado cliente, 6540674221 Seu pacote foi devolvido ao escrit?rio FedEx. A raz?o para o retorno ? - pagamento de custos de envio. o custo do seu envio n?o ? pago. ent?o voc? ser? cobrado para pagar o custo de manuseio de 6,53 $ (USD) Voc? tem um prazo de 48 horas para recuperar sua embalagem, caso contr?rio, ser? devolvido ao remetente. Clique aqui para ver o status da sua remessa : https:/fedex.com/en-fr/tracking/domestic/cost-shipping/384789299 Equipe de Suporte FedEx 2.65 ? 856210210 What should I do DHL Express le informa que su env?o 3856210210 a?n est? esperando sus instrucciones. Se entregar? tan pronto como se paguen los gastos. Tasas a pagar: 3,65 $ pkg-clamav-devel at lists.alioth.debian.org Dear Customer, Your package has been returned to DHL Office, you must pay an shipping cost (4.65 CAD) You have 48 hours to pick up your package, otherwise it will be returned to the sender. confirmation-colis at douane.poste -------------- next part -------------- An HTML attachment was scrubbed... URL: From ftpmaster at ftp-master.debian.org Sat Jul 20 05:38:16 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 20 Jul 2024 04:38:16 +0000 Subject: [Pkg-clamav-devel] Processing of fangfrisch_1.9.0-3_source.changes Message-ID: fangfrisch_1.9.0-3_source.changes uploaded successfully to localhost along with the files: fangfrisch_1.9.0-3.dsc fangfrisch_1.9.0-3.debian.tar.xz fangfrisch_1.9.0-3_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org) From ftpmaster at ftp-master.debian.org Sat Jul 20 05:48:55 2024 From: ftpmaster at ftp-master.debian.org (Debian FTP Masters) Date: Sat, 20 Jul 2024 04:48:55 +0000 Subject: [Pkg-clamav-devel] fangfrisch_1.9.0-3_source.changes ACCEPTED into unstable Message-ID: Thank you for your contribution to Debian. Accepted: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 20 Jul 2024 00:22:07 -0400 Source: fangfrisch Architecture: source Version: 1.9.0-3 Distribution: unstable Urgency: medium Maintainer: ClamAV Team Changed-By: Scott Kitterman Closes: 1067112 Changes: fangfrisch (1.9.0-3) unstable; urgency=medium . * Add fangfrisch Suggests and Enhances clamdscan (Closes: #1067112) Checksums-Sha1: 3a297db3d58336a70820a7e749dd952eae07ebbb 2134 fangfrisch_1.9.0-3.dsc fc240b476943b51427aa9137511800f70472f03e 4280 fangfrisch_1.9.0-3.debian.tar.xz 2a9e149e53ad07ee00082569d7477defd4f90380 7118 fangfrisch_1.9.0-3_source.buildinfo Checksums-Sha256: 14dba8f6c07a37c8ccdf87851b3986dd6dd18d82fb59783fba78cb56627b9c53 2134 fangfrisch_1.9.0-3.dsc 0a9fa79d0bf4bd193d725e9914fa74c4f32fce7b7b4d256020b3e438b81cea5c 4280 fangfrisch_1.9.0-3.debian.tar.xz f3f10fccf6566d10f6a940d93f0a27c71dc945daa2f487c481a2085fa96e1fa4 7118 fangfrisch_1.9.0-3_source.buildinfo Files: 11fa8cb14cb86ef0f43334acad99fdd3 2134 utils optional fangfrisch_1.9.0-3.dsc 71b6234816f734cce30dd1294d633ce5 4280 utils optional fangfrisch_1.9.0-3.debian.tar.xz eb7e9a0529c50c082eac178e9d3f0ee9 7118 utils optional fangfrisch_1.9.0-3_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE53Kb/76FQA/u7iOxeNfe+5rVmvEFAmabPGUACgkQeNfe+5rV mvFefRAAgHIWrOVrzHPn1MrTY3cbPdj9BaRPrVmXHXuSAuguvUKb6Vzx/6yF5b6d IaJDRAagnpcAhPTAJlxtZ+IFYNa60E6CgkdIEWJ2HoEeYQ65ah3K7wz/DRavbiAr 2WDS7kxi0v0MgdUUMLGAaY+uBliCqZM/oQHUcxdOD9DksJIA9IPZMz5/GnF4nnif Jzu1lF4iUy7/TW6G7BxJ4QTKRNNNQ7JnSQUu1lZS8eXcG+7AbwJs6enGs4scmzAZ e7iyXJ8QVq5Ix3E68B9CI2OtoXNBi8loFCEELcMwoQX+IzMxszVPp3hFv7BzFBz/ Cz2Ag0MA+AUF4TCwxRm6BMntTY5d6JTkGrTQCg3V/q4p+H6A/rbRSoFxpL0CQXo2 mAv1yQsPOKUbD33qSbCYa8OvHdvtOolcdpg+eV5kN+5Bjf+WLBs0SGF0IP99CMXe MZclOCk7Ml964611EyV8gkQk3SfmVGJ1Nuz/0cpCM/5uiEkFYNdHK05PuuWU8nuw skrhiDM9xdShrwf2aqF6KKRb7c4QGXU5SOsWyA0/wTj2j1iuP7Tr+TGy7PN60oKa sCDhfV835uXoRWG/TPTo7m4oc7lGHwHJMGSFQeemOMbKjBD7G1oV1Jq9JQKeHybP ROjV+n42keri+ohdd32AGn12hVzWPTksBHTWxKimragjOz1dLWE= =B9bE -----END PGP SIGNATURE----- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 228 bytes Desc: not available URL: From owner at bugs.debian.org Sat Jul 20 05:51:03 2024 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sat, 20 Jul 2024 04:51:03 +0000 Subject: [Pkg-clamav-devel] Bug#1067112: marked as done (fangfrisch: mention clamdscan in Suggests or Recommends and/or Enhances) References: Message-ID: Your message dated Sat, 20 Jul 2024 04:48:55 +0000 with message-id and subject line Bug#1067112: fixed in fangfrisch 1.9.0-3 has caused the Debian Bug report #1067112, regarding fangfrisch: mention clamdscan in Suggests or Recommends and/or Enhances to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner at bugs.debian.org immediately.) -- 1067112: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1067112 Debian Bug Tracking System Contact owner at bugs.debian.org with problems -------------- next part -------------- An embedded message was scrubbed... From: Joost van =?utf-8?Q?Baal-Ili=C4=87?= Subject: fangfrisch: missing dependency on clamdscan Date: Mon, 18 Mar 2024 16:39:04 +0100 Size: 3564 URL: -------------- next part -------------- An embedded message was scrubbed... From: Debian FTP Masters Subject: Bug#1067112: fixed in fangfrisch 1.9.0-3 Date: Sat, 20 Jul 2024 04:48:55 +0000 Size: 6789 URL: From noreply at release.debian.org Mon Jul 22 05:39:13 2024 From: noreply at release.debian.org (Debian testing watch) Date: Mon, 22 Jul 2024 04:39:13 +0000 Subject: [Pkg-clamav-devel] fangfrisch 1.9.0-3 MIGRATED to testing Message-ID: FYI: The status of the fangfrisch source package in Debian's testing distribution has changed. Previous version: 1.9.0-2 Current version: 1.9.0-3 -- This email is automatically generated once a day. As the installation of new packages into testing happens multiple times a day you will receive later changes on the next day. See https://release.debian.org/testing-watch/ for more information.