diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-04 09:24:25 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2003-08-04 09:24:25 +0000 |
commit | dd21295c7f065968ecbbab50396d1ed6da2abfe7 (patch) | |
tree | 901bab08b39d87f8148632f185fed3c7cdfddba4 /security/clamav-devel | |
parent | 2e706dd4da4f85a5b5824fc1e382200d2bc8198c (diff) |
Notes
Diffstat (limited to 'security/clamav-devel')
-rw-r--r-- | security/clamav-devel/Makefile | 4 | ||||
-rw-r--r-- | security/clamav-devel/distinfo | 2 | ||||
-rw-r--r-- | security/clamav-devel/files/patch5-libclamav::zziplib::zzip-file.c | 26 | ||||
-rw-r--r-- | security/clamav-devel/files/patch5-libclamav::zziplib::zzip-stat.c | 10 |
4 files changed, 3 insertions, 39 deletions
diff --git a/security/clamav-devel/Makefile b/security/clamav-devel/Makefile index 2ed225b3de55..d4e339791e68 100644 --- a/security/clamav-devel/Makefile +++ b/security/clamav-devel/Makefile @@ -6,14 +6,14 @@ # PORTNAME= clamav -PORTVERSION= 20030720 -PORTREVISION?= 1 +PORTVERSION= 20030803 CATEGORIES= security MASTER_SITES= http://clamav.elektrapro.com/snapshot/ \ http://clamav.essentkabel.com/snapshot/ \ http://clamav.ozforces.com/ \ http://clamav.rulez.pl/snapshot/ PKGNAMESUFFIX= -devel +DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} MAINTAINER= rob@debank.tv COMMENT= Command line virus scanner written entirely in C diff --git a/security/clamav-devel/distinfo b/security/clamav-devel/distinfo index f0905841575c..38a14006625d 100644 --- a/security/clamav-devel/distinfo +++ b/security/clamav-devel/distinfo @@ -1 +1 @@ -MD5 (clamav-20030720.tar.gz) = c41afa07fb6ea7795b3d7c01dc2d219b +MD5 (clamav-devel-20030803.tar.gz) = 370d4e5c6ba579b7615f2bdf687cdc8e diff --git a/security/clamav-devel/files/patch5-libclamav::zziplib::zzip-file.c b/security/clamav-devel/files/patch5-libclamav::zziplib::zzip-file.c deleted file mode 100644 index 234f1ce5af2c..000000000000 --- a/security/clamav-devel/files/patch5-libclamav::zziplib::zzip-file.c +++ /dev/null @@ -1,26 +0,0 @@ ---- libclamav/zziplib/zzip-file.c.orig Wed Feb 5 04:32:11 2003 -+++ libclamav/zziplib/zzip-file.c Wed Feb 5 04:35:05 2003 -@@ -11,6 +11,7 @@ - * that can be found in COPYING.ZZIP - */ - -+#include <strings.h> - #include <string.h> - #include <sys/stat.h> - #include <errno.h> -@@ -94,7 +95,6 @@ - return 0; - } - -- - static int zzip_inflate_init(ZZIP_FILE *, struct zzip_dir_hdr *); - - /** -@@ -113,6 +113,7 @@ - struct zzip_dir_hdr * hdr = dir->hdr0; - int (*cmp)(zzip_char_t*, zzip_char_t*); - -+ (void)strcasecmp("",""); - cmp = (o_mode & ZZIP_CASEINSENSITIVE)? strcasecmp: strcmp; - - if (o_mode & ZZIP_IGNOREPATH) diff --git a/security/clamav-devel/files/patch5-libclamav::zziplib::zzip-stat.c b/security/clamav-devel/files/patch5-libclamav::zziplib::zzip-stat.c deleted file mode 100644 index 745fdb031292..000000000000 --- a/security/clamav-devel/files/patch5-libclamav::zziplib::zzip-stat.c +++ /dev/null @@ -1,10 +0,0 @@ ---- libclamav/zziplib/zzip-stat.c.orig Wed Feb 5 04:36:09 2003 -+++ libclamav/zziplib/zzip-stat.c Wed Feb 5 04:36:32 2003 -@@ -32,6 +32,7 @@ - struct zzip_dir_hdr * hdr = dir->hdr0; - int (*cmp)(zzip_char_t*, zzip_char_t*); - -+ (void)strcasecmp("",""); - cmp = (flags & ZZIP_CASEINSENSITIVE) ? strcasecmp : strcmp; - - if (flags & ZZIP_IGNOREPATH) |