svn commit: r481223 - branches/2018Q4/security/clamav

Larry Rosenman ler at FreeBSD.org
Thu Oct 4 13:44:10 UTC 2018


Author: ler
Date: Thu Oct  4 13:44:09 2018
New Revision: 481223
URL: https://svnweb.freebsd.org/changeset/ports/481223

Log:
  MFH: r481197
  
  security/clamav: update to 0.100.2.
  
  * Update to 0.100.2
    - Reference: https://blog.clamav.net/2018/10/clamav-01002-has-been-released.html
    - Security: CVE-2018-14680, CVE-2018-14681, CVE-2018-14682, CVE-2018-15378
  * Add gnome to USES to fix developer mode warning.
  
  PR:		231925
  Submitted by:	yasu at utahime.org
  Security:	CVE-2018-14680, CVE-2018-14681, CVE-2018-14682, CVE-2018-15378
  
  Approved by:	ports-secteam (miwi)

Modified:
  branches/2018Q4/security/clamav/Makefile
  branches/2018Q4/security/clamav/distinfo
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/security/clamav/Makefile
==============================================================================
--- branches/2018Q4/security/clamav/Makefile	Thu Oct  4 13:43:48 2018	(r481222)
+++ branches/2018Q4/security/clamav/Makefile	Thu Oct  4 13:44:09 2018	(r481223)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	clamav
-PORTVERSION=	0.100.1
-PORTREVISION=	1
+PORTVERSION=	0.100.2
 CATEGORIES=	security
 MASTER_SITES=	http://www.clamav.net/downloads/production/
 
@@ -52,7 +51,7 @@ IPV6_CONFIGURE_ENABLE=	ipv6
 DMG_XAR_CONFIGURE_ENABLE=	xml
 DMG_XAR_USE=		GNOME=libxml2
 
-USES=		cpe gmake libtool ncurses pathfix ssl
+USES=		cpe gmake gnome libtool ncurses pathfix ssl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip

Modified: branches/2018Q4/security/clamav/distinfo
==============================================================================
--- branches/2018Q4/security/clamav/distinfo	Thu Oct  4 13:43:48 2018	(r481222)
+++ branches/2018Q4/security/clamav/distinfo	Thu Oct  4 13:44:09 2018	(r481223)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1531160081
-SHA256 (clamav-0.100.1.tar.gz) = 84e026655152247de7237184ee13003701c40be030dd68e0316111049f58a59f
-SIZE (clamav-0.100.1.tar.gz) = 16154415
+TIMESTAMP = 1538590041
+SHA256 (clamav-0.100.2.tar.gz) = 4a2e4f0cd41e62adb5a713b4a1857c49145cd09a69957e6d946ecad575206dd6
+SIZE (clamav-0.100.2.tar.gz) = 15926420


More information about the svn-ports-all mailing list