diff options
author | taca <taca@pkgsrc.org> | 2022-08-10 13:38:00 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2022-08-10 13:38:00 +0000 |
commit | 404d473ead99da2ab05d4f35e5c93e3ca495e3ec (patch) | |
tree | 1f3b8ef6de836ae9803318ba1f4300f35e92efed /security | |
parent | b01ccabe0eb878349534ebeac7f8c5b237eccc0d (diff) | |
download | pkgsrc-404d473ead99da2ab05d4f35e5c93e3ca495e3ec.tar.gz |
security/clamav: update to 0.103.7
0.103.7 (2022-07-26)
ClamAV 0.103.7 is a critical patch release with the following fixes:
* Upgrade the vendored UnRAR library to version 6.1.7.
* Fix logical signature "Intermediates" feature.
* Relax constraints on slightly malformed zip archives that contain
overlapping file entries.
Diffstat (limited to 'security')
-rw-r--r-- | security/clamav/Makefile.common | 4 | ||||
-rw-r--r-- | security/clamav/distinfo | 9 | ||||
-rw-r--r-- | security/clamav/patches/patch-configure | 16 |
3 files changed, 23 insertions, 6 deletions
diff --git a/security/clamav/Makefile.common b/security/clamav/Makefile.common index de710321477..d24ee422279 100644 --- a/security/clamav/Makefile.common +++ b/security/clamav/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.23 2022/05/05 00:44:07 taca Exp $ +# $NetBSD: Makefile.common,v 1.24 2022/08/10 13:38:00 taca Exp $ # # used by security/clamav/Makefile # used by security/clamav-doc/Makefile -DISTNAME= clamav-0.103.6 +DISTNAME= clamav-0.103.7 CATEGORIES= security MASTER_SITES= http://www.clamav.net/downloads/production/ diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 6f5f4f16481..bf6381273a1 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,12 +1,13 @@ -$NetBSD: distinfo,v 1.42 2022/05/05 00:44:07 taca Exp $ +$NetBSD: distinfo,v 1.43 2022/08/10 13:38:00 taca Exp $ -BLAKE2s (clamav-0.103.6.tar.gz) = 402df52b9e6ad382f0d63abe2b2cfd97472dd0873e956d96a37e83b17f715988 -SHA512 (clamav-0.103.6.tar.gz) = d39e1964678b8251bde3a9f3db30fe3d3d76cc566a86834297f4dd8489086dc9cc4c6541ca128089159f4c071d2d85b530455bd942987d3929ea0082b8ab272b -Size (clamav-0.103.6.tar.gz) = 16491761 bytes +BLAKE2s (clamav-0.103.7.tar.gz) = dd6ecbd43fa6b1835bade917b0758b1516b9e80b770125529a60a3ba059b90c2 +SHA512 (clamav-0.103.7.tar.gz) = d426169889d94411b20a2c9c9579fc22a15090c9847849822c63fc6b404075feba0ff3663ee1382b2af5300394c7a93669844736f7473bfdce3250e1fd130326 +Size (clamav-0.103.7.tar.gz) = 16501741 bytes SHA1 (patch-Makefile.in) = 51e0f42323f07b7ae0cb35a640469dce4e1a2041 SHA1 (patch-aa) = c07a7b6e883f384ce278964645f0658c0d986ab5 SHA1 (patch-ab) = 78793f0267ce8c820b51937186dc17dabb4a1ccf SHA1 (patch-af) = d217633ed33c72b6d01a9aeef03f0f5dd33b4336 +SHA1 (patch-configure) = ea2ecb0f84ef7a617cbbd5d0ed551ebcf7a1d5cb SHA1 (patch-etc_clamav-milter.conf.sample) = fa65d9b25cb51c62365b1d5a8b6dafe89d505057 SHA1 (patch-etc_clamd.conf.sample) = e2c60b81675e73600409f76457fbc7cd8ec51a8f SHA1 (patch-etc_freshclam.conf.sample) = 804df5480560acb915f9fcb5f2097673c657ae34 diff --git a/security/clamav/patches/patch-configure b/security/clamav/patches/patch-configure new file mode 100644 index 00000000000..4e0f4dd6d47 --- /dev/null +++ b/security/clamav/patches/patch-configure @@ -0,0 +1,16 @@ +$NetBSD: patch-configure,v 1.9 2022/08/10 13:38:00 taca Exp $ + +Prevent WRKDIR reference. + +--- configure.orig 2022-07-26 04:32:39.000000000 +0000 ++++ configure +@@ -1036,9 +1036,6 @@ CFLAGS + CPP + LT_SYS_LIBRARY_PATH + CXXCPP +-PKG_CONFIG +-PKG_CONFIG_PATH +-PKG_CONFIG_LIBDIR + YACC + YFLAGS + CHECK_CFLAGS |