Bug 166160 - [PATCH] Update security/clamav to 0.97.4
Summary: [PATCH] Update security/clamav to 0.97.4
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 20:50 UTC by Michael Scheidell
Modified: 2012-03-17 15:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell freebsd_committer freebsd_triage 2012-03-15 20:50:00 UTC
- Update clamav to 0.97.4
- pet portlint (location of LICENSE=)

q: big patch to libclamav__c++__PointerTracking.h is still in there, upstream doesn't want it?

Fix: logs: NOPORTDOCS=true
<http://lorie.secnap.net/tb/logs/7-SECNAP_AMD64/clamav-0.97.4.log>

noportdocs = false
<http://lorie.secnap.net/tb/logs/7-scheidell_I386/clamav-0.97.4.log>

running fine on an amd64, 7.3.




______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.spammertrap.com/
______________________________________________________________________--VczpJW5YkSOJP8eVrdU8brxJWGA74VHXX95cyFtFW2F9oG0i
Content-Type: text/plain; name="clamav.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="clamav.patch"

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/security/clamav/Makefile,v
retrieving revision 1.169
diff -u -r1.169 Makefile
--- Makefile	19 Nov 2011 14:22:25 -0000	1.169
+++ Makefile	15 Mar 2012 20:36:52 -0000
@@ -6,14 +6,15 @@
 #
 
 PORTNAME=	clamav
-PORTVERSION=	0.97.3
-PORTREVISION=	1
+PORTVERSION=	0.97.4
 CATEGORIES=	security
 MASTER_SITES=	SF
 
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	Command line virus scanner written entirely in C
 
+LICENSE=	GPLv2
+
 OPTIONS=	ARC "Enable arch archives support" On \
 		ARJ "Enable arj archives support" On \
 		LHA "Enable lha archives support" On \
@@ -34,8 +35,6 @@
 USE_RC_SUBR=	clamav-clamd clamav-freshclam
 CLAM_CONF_FILES=	clamd freshclam
 
-LICENSE=	GPLv2
-
 PORTDOCS=	*
 
 DBDIR=		/var/db/clamav
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/security/clamav/distinfo,v
retrieving revision 1.66
diff -u -r1.66 distinfo
--- distinfo	19 Oct 2011 12:07:37 -0000	1.66
+++ distinfo	15 Mar 2012 20:36:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (clamav-0.97.3.tar.gz) = 3a8cece5b7e6b15410f6b8f96ff5591b2c5a72f290ee8a28fefda44cb5ae7aba
-SIZE (clamav-0.97.3.tar.gz) = 45793398
+SHA256 (clamav-0.97.4.tar.gz) = 958dd09c9da9ceb50c9e556b3ced9cbdf40e836d2bdc98286ce96e84fd4a5a53
+SIZE (clamav-0.97.4.tar.gz) = 48386114
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-15 20:50:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-17 15:21:47 UTC
garga       2012-03-17 15:21:39 UTC

  FreeBSD ports repository

  Modified files:
    security/clamav      Makefile distinfo 
  Removed files:
    security/clamav/files patch-libclamav__c++__PointerTracking.h 
  Log:
  - Update to 0.97.4
  - Mark WITH_LLVM_PORTS as broken since it doesn't build with llvm 3.0
  - Move LICENSE to correct place
  
  PR:             ports/166160 (based on)
  Submitted by:   scheidell@
  Feature safe:   yes
  
  Revision  Changes    Path
  1.170     +7 -4      ports/security/clamav/Makefile
  1.67      +2 -2      ports/security/clamav/distinfo
  1.4       +0 -135    ports/security/clamav/files/patch-libclamav__c++__PointerTracking.h (dead)
_______________________________________________
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"
Comment 3 Renato Botelho freebsd_committer freebsd_triage 2012-03-17 15:22:02 UTC
State Changed
From-To: open->closed

Committed. Thanks!