ports/127122: [patch] security/clamav update to 0.94

Gary Palmer freebsd-gnats at in-addr.com
Fri Sep 5 21:40:06 UTC 2008


>Number:         127122
>Category:       ports
>Synopsis:       [patch] security/clamav update to 0.94
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 05 21:40:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Gary Palmer
>Release:        N/A
>Organization:
N/A
>Environment:
N/A
>Description:
>From clamav.net:

The feature list includes:

* Improved anti-Phishing technology
* Improved scanning of scripts
* Data Loss Prevention (DLP)
* Improved PUA Detection
* IPv6 support
* More flexibility when scanning remote file systems
* Better scalability for high throughput users
* Improved QA and unit testing
* Improved signature based malware detection

For more details, please refer to http://www.clamav.net/press/0.94-WhatsNew.pdf
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/clamav/Makefile,v
retrieving revision 1.120
diff -d -u -r1.120 Makefile
--- Makefile	21 Aug 2008 14:25:33 -0000	1.120
+++ Makefile	5 Sep 2008 19:57:44 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	clamav
-PORTVERSION=	0.93.3
+PORTVERSION=	0.94
 CATEGORIES=	security
 MASTER_SITES=	SF
 
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/clamav/distinfo,v
retrieving revision 1.48
diff -d -u -r1.48 distinfo
--- distinfo	7 Jul 2008 20:37:37 -0000	1.48
+++ distinfo	5 Sep 2008 20:00:05 -0000
@@ -1,3 +1,3 @@
-MD5 (clamav-0.93.3.tar.gz) = 06d87fbece062e5c0661ee07703208c9
-SHA256 (clamav-0.93.3.tar.gz) = 7aa98796671dfe3db5a20e25669404c4e4461d2a6c77de352edf99f2c989e500
-SIZE (clamav-0.93.3.tar.gz) = 18242568
+MD5 (clamav-0.94.tar.gz) = d3f6d5fff2db81950491749166ab0ffa
+SHA256 (clamav-0.94.tar.gz) = ae188c18936ea9154eb6a85ea553c29f4349ee3e95457055fae5fe1b981af602
+SIZE (clamav-0.94.tar.gz) = 20509228
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/security/clamav/files/patch-configure,v
retrieving revision 1.10
diff -d -u -r1.10 patch-configure
--- files/patch-configure	13 Mar 2007 20:11:16 -0000	1.10
+++ files/patch-configure	5 Sep 2008 20:19:24 -0000
@@ -26,21 +26,3 @@
  
    fi
  fi
-@@ -23087,7 +23093,7 @@
-     ;;
- freebsd*)
-     if test "$have_pthreads" = "yes"; then
--	THREAD_LIBS="-pthread -lc_r"
-+	THREAD_LIBS="%%PTHREAD_LIBS%%"
- 	TH_SAFE="-thread-safe"
- 
- cat >>confdefs.h <<\_ACEOF
-@@ -23427,7 +23433,7 @@
- if test "$have_milter" = "yes"; then
- 
-         save_LDFLAGS="$LDFLAGS"
--	CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -lpthread"
-+	CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS %%PTHREAD_LIBS%%"
-     if test -d /usr/lib/libmilter ; then
- 	CLAMAV_MILTER_LIBS="$CLAMAV_MILTER_LIBS -L/usr/lib/libmilter"
-     fi


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list