From nobody@FreeBSD.org  Fri Jun 10 01:19:32 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9A198106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jun 2011 01:19:32 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 711FC8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jun 2011 01:19:32 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5A1JWdY091017
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 10 Jun 2011 01:19:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p5A1JWI7091016;
	Fri, 10 Jun 2011 01:19:32 GMT
	(envelope-from nobody)
Message-Id: <201106100119.p5A1JWI7091016@red.freebsd.org>
Date: Fri, 10 Jun 2011 01:19:32 GMT
From: Gary Palmer <freebsd-gnats@in-addr.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: security/clamav 0.97.1 is out
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157736
>Category:       ports
>Synopsis:       security/clamav 0.97.1 is out
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    garga
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 10 01:20:06 UTC 2011
>Closed-Date:    Wed Jun 15 10:27:43 UTC 2011
>Last-Modified:  Wed Jun 15 10:30:09 UTC 2011
>Originator:     Gary Palmer
>Release:        7.4-RELEASE
>Organization:
>Environment:
>Description:
ClamAV 0.97.1 has been released.  The port builds by changing the makefile to say

PORTVERSION=    0.97.1

and running 'make checksum && make', however I have not checked if the plist needs changed.
>How-To-Repeat:
tail /var/log/clamav/freshclam.log
...
WARNING: Your ClamAV installation is OUTDATED!
WARNING: Local version: 0.97 Recommended version: 0.97.1
DON'T PANIC! Read http://www.clamav.net/support/faq
...
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->garga 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Jun 10 01:20:17 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157736 

From: Niclas Zeising <niclas.zeising@gmail.com>
To: bug-followup@FreeBSD.org, freebsd-gnats@in-addr.com
Cc:  
Subject: Re: ports/157736: security/clamav 0.97.1 is out
Date: Sat, 11 Jun 2011 17:25:54 +0200

 This is a multi-part message in MIME format.
 --------------090004050409000403090305
 Content-Type: text/plain; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 
 Here is a patch that does the actual update. A small change to the MAN1=
 was needed. Note also that at least on amd64 9-CURRENT, the -lthr
 doesn't seem to be needed. This is not removed though.
 Regards!
 -- 
 Niclas
 
 --------------090004050409000403090305
 Content-Type: text/plain;
  name="security.clamav.update.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="security.clamav.update.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/security/clamav/Makefile,v
 retrieving revision 1.162
 diff -u -d -r1.162 Makefile
 --- Makefile	19 May 2011 11:35:28 -0000	1.162
 +++ Makefile	11 Jun 2011 15:20:19 -0000
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	clamav
 -PORTVERSION=	0.97
 +PORTVERSION=	0.97.1
  CATEGORIES=	security
  MASTER_SITES=	SF
  
 @@ -62,10 +62,11 @@
  		${PTHREAD_LIBS}
  
  # This port has a problem with -pthread,
 -# force to use -lthr until it's not fixed.
 +# force it to use -lthr untill it is fixed.
  PTHREAD_LIBS=	-lthr
  
 -MAN1=		clamconf.1 \
 +MAN1=		clambc.1 \
 +		clamconf.1 \
  		clamscan.1 \
  		freshclam.1 \
  		sigtool.1 \
 Index: distinfo
 ===================================================================
 RCS file: /home/ncvs/ports/security/clamav/distinfo,v
 retrieving revision 1.62
 diff -u -d -r1.62 distinfo
 --- distinfo	8 Feb 2011 12:13:53 -0000	1.62
 +++ distinfo	11 Jun 2011 15:20:19 -0000
 @@ -1,2 +1,2 @@
 -SHA256 (clamav-0.97.tar.gz) = ec5d88303c0a6e1d8e1354b68ae8c184faee7989aac11dfacff466d9e0471932
 -SIZE (clamav-0.97.tar.gz) = 41834871
 +SHA256 (clamav-0.97.1.tar.gz) = 69e9c102d56348266b6597d6d401b0a5a2190e158b78e75ee0591f90479ed2ca
 +SIZE (clamav-0.97.1.tar.gz) = 43913867
 
 --------------090004050409000403090305--

From: Niclas Zeising <niclas.zeising@gmail.com>
To: bug-followup@FreeBSD.org, freebsd-gnats@in-addr.com
Cc:  
Subject: Re: ports/157736: security/clamav 0.97.1 is out
Date: Sat, 11 Jun 2011 17:33:24 +0200

 It seems that for recent enough versions of FreeBSD (8 and 9), -lthr and
 -lpthread are equivalent.  libkse (the alternative to libthr for
 implementing POSIX threads) is still around in FreeBSD 7 as far as I can
 tell.
 -- 
 Regards!
 Niclas
State-Changed-From-To: open->closed 
State-Changed-By: garga 
State-Changed-When: Wed Jun 15 10:27:42 UTC 2011 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=157736 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/157736: commit references a PR
Date: Wed, 15 Jun 2011 10:27:44 +0000 (UTC)

 garga       2011-06-15 10:27:30 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/clamav      Makefile distinfo 
   Log:
   - Update to 0.97.1
   - Mark OPTION LLVM_PORTS as BROKEN since it's not building with llvm-2.9
     from ports
   
   PR:             ports/157736
   Submitted by:   Gary Palmer <freebsd-gnats@in-addr.com>
   
   Revision  Changes    Path
   1.163     +4 -2      ports/security/clamav/Makefile
   1.63      +2 -2      ports/security/clamav/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
