Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jun 2005 07:39:19 -0300 (BRST)
From:      Renato Botelho <freebsd@galle.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        rob@debank.tv
Subject:   ports/82604: [PATCH] security/clamav: update to 0.86.1
Message-ID:  <200506241039.j5OAdJKP065552@data.galle.com.br>
Resent-Message-ID: <200506241040.j5OAeJmP091154@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82604
>Category:       ports
>Synopsis:       [PATCH] security/clamav: update to 0.86.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:   Fri Jun 24 10:40:18 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Renato Botelho
>Release:        FreeBSD 5.4-RELEASE-p2 i386
>Organization:
Galle Folheados - http://www.galle.com.br
>Environment:
System: FreeBSD data.galle.com.br 5.4-RELEASE-p2 FreeBSD 5.4-RELEASE-p2 #1: Thu Jun  9 10:46:04 BRST
>Description:
- Update to 0.86.1

A possible crash in the libmspack's Quantum decompressor has been fixed.

Port maintainer (rob@debank.tv) is cc'd.

Generated with FreeBSD Port Tools 0.63
>How-To-Repeat:
>Fix:

--- clamav-0.86.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/clamav/Makefile,v
retrieving revision 1.59
diff -u -r1.59 Makefile
--- Makefile	24 Jun 2005 08:02:03 -0000	1.59
+++ Makefile	24 Jun 2005 10:37:33 -0000
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	clamav
-PORTVERSION=	0.86
-PORTREVISION=	1
+PORTVERSION=	0.86.1
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
 MASTER_SITE_SUBDIR=	clamav
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/clamav/distinfo,v
retrieving revision 1.22
diff -u -r1.22 distinfo
--- distinfo	22 Jun 2005 10:49:00 -0000	1.22
+++ distinfo	24 Jun 2005 10:37:33 -0000
@@ -1,2 +1,2 @@
-MD5 (clamav-0.86.tar.gz) = 1c886e4f4f4c3e4e76250b7b52c000b4
-SIZE (clamav-0.86.tar.gz) = 3973117
+MD5 (clamav-0.86.1.tar.gz) = df7116898cdd80ce56721a91e9cff206
+SIZE (clamav-0.86.1.tar.gz) = 4016724
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/security/clamav/files/patch-configure,v
retrieving revision 1.4
diff -u -r1.4 patch-configure
--- files/patch-configure	23 Jun 2005 13:08:06 -0000	1.4
+++ files/patch-configure	24 Jun 2005 10:37:33 -0000
@@ -20,12 +20,3 @@
  #include <resolv.h>
  _ACEOF
  if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-@@ -13267,7 +13273,7 @@
- # Check whether --enable-gethostbyname_r or --disable-gethostbyname_r was given.
- if test "${enable_gethostbyname_r+set}" = set; then
-   enableval="$enable_gethostbyname_r"
--  disable_gethostbyname_r=$enableval
-+  test $enableval = yes && disable_gethostbyname_r=no || disable_gethostbyname_r=yes
- fi;
- 
- if test "$disable_gethostbyname_r" = "yes"; then
--- clamav-0.86.1.patch ends here ---

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506241039.j5OAdJKP065552>