From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 7 19:20:06 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 569A11065674 for ; Sun, 7 Sep 2008 19:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 43ED78FC17 for ; Sun, 7 Sep 2008 19:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m87JK6p3058825 for ; Sun, 7 Sep 2008 19:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m87JK6Fl058824; Sun, 7 Sep 2008 19:20:06 GMT (envelope-from gnats) Resent-Date: Sun, 7 Sep 2008 19:20:06 GMT Resent-Message-Id: <200809071920.m87JK6Fl058824@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E791065677 for ; Sun, 7 Sep 2008 19:17:59 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from thebighonker.lerctr.org (thebighonker.lerctr.org [192.147.25.65]) by mx1.freebsd.org (Postfix) with ESMTP id 7BFFF8FC18 for ; Sun, 7 Sep 2008 19:17:59 +0000 (UTC) (envelope-from ler@lerctr.org) Received: from ler by thebighonker.lerctr.org with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1KcPln-000K68-0x; Sun, 07 Sep 2008 14:17:59 -0500 Message-Id: Date: Sun, 07 Sep 2008 14:17:59 -0500 From: Larry Rosenman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: garga@FreeBSD.org Subject: ports/127191: [PATCH] security/clamav: update to 0.94 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Sep 2008 19:20:06 -0000 >Number: 127191 >Category: ports >Synopsis: [PATCH] security/clamav: update to 0.94 >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: Sun Sep 07 19:20:05 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 7.0-STABLE amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD thebighonker.lerctr.org 7.0-STABLE FreeBSD 7.0-STABLE #14: Sat Aug 9 09:47:30 CDT >Description: - Update to 0.94 Removed file(s): - files/patch-configure Port maintainer (garga@FreeBSD.org) is cc'd. Note: the shared lib versions increased, and I'm not sure what needs to be chased. Also, I removed the --disable-zlib-vcheck as their configure script whines about it now. If you enable the experimental code, it now adds -exp to the version number and freshclam complains that it's out of date. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- clamav-0.94.patch begins here --- diff -ruN --exclude=CVS /usr/ports/security/clamav/Makefile /home/ler/ports/security/clamav/Makefile --- /usr/ports/security/clamav/Makefile 2008-08-26 21:06:50.475273183 -0500 +++ /home/ler/ports/security/clamav/Makefile 2008-09-07 14:08:33.507587637 -0500 @@ -6,7 +6,7 @@ # PORTNAME= clamav -PORTVERSION= 0.93.3 +PORTVERSION= 0.94 CATEGORIES= security MASTER_SITES= SF @@ -41,7 +41,6 @@ LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --with-dbdir=${DBDIR} \ --with-zlib=/usr \ - --disable-zlib-vcheck \ --disable-clamuko \ --disable-clamav \ --enable-bigstack \ diff -ruN --exclude=CVS /usr/ports/security/clamav/distinfo /home/ler/ports/security/clamav/distinfo --- /usr/ports/security/clamav/distinfo 2008-07-13 10:11:20.042199717 -0500 +++ /home/ler/ports/security/clamav/distinfo 2008-09-07 13:40:13.011932039 -0500 @@ -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 diff -ruN --exclude=CVS /usr/ports/security/clamav/files/patch-configure /home/ler/ports/security/clamav/files/patch-configure --- /usr/ports/security/clamav/files/patch-configure 2007-03-13 15:11:16.000000000 -0500 +++ /home/ler/ports/security/clamav/files/patch-configure 1969-12-31 18:00:00.000000000 -0600 @@ -1,46 +0,0 @@ ---- configure.orig Thu Mar 1 20:46:19 2007 -+++ configure Tue Mar 13 10:28:27 2007 -@@ -22431,19 +22431,25 @@ - sendmailver_c=`echo $sendmailver | awk -F. '{printf $3}'` - - -+if echo "$sendmailver_a" | egrep -q '^[0-9]+$'; then - cat >>confdefs.h <<_ACEOF - #define SENDMAIL_VERSION_A $sendmailver_a - _ACEOF -+fi - - -+if echo "$sendmailver_b" | egrep -q '^[0-9]+$'; then - cat >>confdefs.h <<_ACEOF - #define SENDMAIL_VERSION_B $sendmailver_b - _ACEOF -+fi - - -+if echo "$sendmailver_c" | egrep -q '^[0-9]+$'; then - cat >>confdefs.h <<_ACEOF - #define SENDMAIL_VERSION_C $sendmailver_c - _ACEOF -+fi - - 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 diff -ruN --exclude=CVS /usr/ports/security/clamav/pkg-plist /home/ler/ports/security/clamav/pkg-plist --- /usr/ports/security/clamav/pkg-plist 2008-05-30 21:18:20.002207086 -0500 +++ /home/ler/ports/security/clamav/pkg-plist 2008-09-07 13:48:13.782855048 -0500 @@ -12,15 +12,15 @@ lib/libclamav.a lib/libclamav.la lib/libclamav.so -lib/libclamav.so.4 +lib/libclamav.so.5 %%UNRAR%%lib/libclamunrar.a %%UNRAR%%lib/libclamunrar.la %%UNRAR%%lib/libclamunrar.so -%%UNRAR%%lib/libclamunrar.so.4 +%%UNRAR%%lib/libclamunrar.so.5 %%UNRAR%%lib/libclamunrar_iface.a %%UNRAR%%lib/libclamunrar_iface.la %%UNRAR%%lib/libclamunrar_iface.so -%%UNRAR%%lib/libclamunrar_iface.so.4 +%%UNRAR%%lib/libclamunrar_iface.so.5 libdata/pkgconfig/libclamav.pc @unexec if cmp -s %D/etc/clamd.conf %D/etc/clamd.conf.default; then rm -f %D/etc/clamd.conf; fi etc/clamd.conf.default --- clamav-0.94.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: