aboutsummaryrefslogtreecommitdiffstats
path: root/security/clamav
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-06-25 02:25:37 +0800
committerlawrance <lawrance@FreeBSD.org>2005-06-25 02:25:37 +0800
commit9b8724ad2aa4e7cb2ae45778965a0d98e922c0a9 (patch)
treed4b11452c011109d503fa824a3975ec42aaba77c /security/clamav
parentcdd8bfddfd8eaee5a2e06903fbeebffef582ca34 (diff)
downloadfreebsd-ports-graphics-9b8724ad2aa4e7cb2ae45778965a0d98e922c0a9.tar.gz
freebsd-ports-graphics-9b8724ad2aa4e7cb2ae45778965a0d98e922c0a9.tar.zst
freebsd-ports-graphics-9b8724ad2aa4e7cb2ae45778965a0d98e922c0a9.zip
- Update to 0.86.1
A possible crash in the libmspack's Quantum decompressor has been fixed. PR: ports/82604 Submitted by: Renato Botelho <freebsd@galle.com.br> Approved by: maintainer
Diffstat (limited to 'security/clamav')
-rw-r--r--security/clamav/Makefile3
-rw-r--r--security/clamav/distinfo4
-rw-r--r--security/clamav/files/patch-configure9
3 files changed, 3 insertions, 13 deletions
diff --git a/security/clamav/Makefile b/security/clamav/Makefile
index e92efc22ad1..0937a0ab1cc 100644
--- a/security/clamav/Makefile
+++ b/security/clamav/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.86
-PORTREVISION= 1
+PORTVERSION= 0.86.1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= clamav
diff --git a/security/clamav/distinfo b/security/clamav/distinfo
index d931b5d9459..3ea2f7727a1 100644
--- a/security/clamav/distinfo
+++ b/security/clamav/distinfo
@@ -1,2 +1,2 @@
-MD5 (clamav-0.86.tar.gz) = 1c886e4f4f4c3e4e76250b7b52c000b4
-SIZE (clamav-0.86.tar.gz) = 3973117
+MD5 (clamav-0.86.1.tar.gz) = df7116898cdd80ce56721a91e9cff206
+SIZE (clamav-0.86.1.tar.gz) = 4016724
diff --git a/security/clamav/files/patch-configure b/security/clamav/files/patch-configure
index c98d492aee0..6fac5a15ca1 100644
--- a/security/clamav/files/patch-configure
+++ b/security/clamav/files/patch-configure
@@ -20,12 +20,3 @@
#include <resolv.h>
_ACEOF
if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-@@ -13267,7 +13273,7 @@
- # Check whether --enable-gethostbyname_r or --disable-gethostbyname_r was given.
- if test "${enable_gethostbyname_r+set}" = set; then
- enableval="$enable_gethostbyname_r"
-- disable_gethostbyname_r=$enableval
-+ test $enableval = yes && disable_gethostbyname_r=no || disable_gethostbyname_r=yes
- fi;
-
- if test "$disable_gethostbyname_r" = "yes"; then