ports/109786: [PATCH] Update security/clamav to 0.90.1
Xin LI
delphij at FreeBSD.org
Sat Mar 3 08:50:07 UTC 2007
>Number: 109786
>Category: ports
>Synopsis: [PATCH] Update security/clamav to 0.90.1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Mar 03 08:50:06 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Xin LI
>Release: FreeBSD 6.2-RELEASE-p1 i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD tarsier.delphij.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #1: Sat Feb 10 07:03:45 CST 2007 delphij at tarsier.delphij.net:/usr/obj/usr/src/sys/TARSIER i386
>Description:
Here is a patch updates clamav to 0.90.1.
Maintainer cc'ed.
>How-To-Repeat:
>Fix:
--- patch-clamav begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/clamav/Makefile,v
retrieving revision 1.91
diff -u -p -u -r1.91 Makefile
--- Makefile 1 Mar 2007 16:02:14 -0000 1.91
+++ Makefile 3 Mar 2007 08:11:23 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= clamav
-PORTVERSION= 0.90
-PORTREVISION= 3
+PORTVERSION= 0.90.1
CATEGORIES= security
MASTER_SITES= SF
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/clamav/distinfo,v
retrieving revision 1.36
diff -u -p -u -r1.36 distinfo
--- distinfo 16 Feb 2007 00:19:32 -0000 1.36
+++ distinfo 3 Mar 2007 08:18:17 -0000
@@ -1,3 +1,3 @@
-MD5 (clamav-0.90.tar.gz) = f04372e49c3c5ff3bd94bbe1fef2eaca
-SHA256 (clamav-0.90.tar.gz) = c39005318d4a7d27d9710c3d71396b8c500e0bc5a184cb7392051c9ca9dea60d
-SIZE (clamav-0.90.tar.gz) = 11575374
+MD5 (clamav-0.90.1.tar.gz) = cd11c05b5476262eaea4fa3bd7dc25bf
+SHA256 (clamav-0.90.1.tar.gz) = 08a0255b4f6bdc4312eea6c118e79ecf684aed10640b45037d9dc5890c7687be
+SIZE (clamav-0.90.1.tar.gz) = 11643310
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/clamav/pkg-plist,v
retrieving revision 1.30
diff -u -p -u -r1.30 pkg-plist
--- pkg-plist 16 Feb 2007 00:19:32 -0000 1.30
+++ pkg-plist 3 Mar 2007 08:37:17 -0000
@@ -8,7 +8,7 @@ bin/sigtool
%%CLAMAV-MILTER%%sbin/clamav-milter
sbin/clamd
include/clamav.h
-lib/libclamav.so.1
+lib/libclamav.so.2
lib/libclamav.so
lib/libclamav.a
lib/libclamav.la
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/security/clamav/files/patch-configure,v
retrieving revision 1.8
diff -u -p -u -r1.8 patch-configure
--- files/patch-configure 1 Mar 2007 16:02:14 -0000 1.8
+++ files/patch-configure 3 Mar 2007 08:34:28 -0000
@@ -1,6 +1,6 @@
---- configure.orig Mon Feb 12 23:11:56 2007
-+++ configure Thu Mar 1 13:00:28 2007
-@@ -22426,19 +22426,25 @@
+--- configure.orig Fri Mar 2 07:46:19 2007
++++ configure Sat Mar 3 16:34:12 2007
+@@ -22431,19 +22431,25 @@
sendmailver_c=`echo $sendmailver | awk -F. '{printf $3}'`
@@ -26,11 +26,11 @@
fi
fi
-@@ -23082,7 +23088,7 @@
+@@ -23087,7 +23093,7 @@
;;
freebsd*)
if test "$have_pthreads" = "yes"; then
-- THREAD_LIBS="-lpthread -lc_r"
+- THREAD_LIBS="-pthread -lc_r"
+ THREAD_LIBS="%%PTHREAD_LIBS%%"
TH_SAFE="-thread-safe"
--- patch-clamav ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list