Update to 0.102.1

Changelog: https://blog.clamav.net/2019/11/clamav-01021-and-01015-patches-have.html

PR:		242119
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org> (maintainer)
MFH:		2019Q4
Security:	6ade62d9-0f62-11ea-9673-4c72b94353b5
Sponsored by:	Netzkommune GmbH
This commit is contained in:
Jochen Neumeister 2019-11-25 09:24:27 +00:00
parent 38d998cd68
commit 861be41b5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518387
3 changed files with 5 additions and 23 deletions

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= clamav
PORTVERSION= 0.102.0
PORTVERSION= 0.102.1
PORTEPOCH= 1
CATEGORIES= security
MASTER_SITES= https://www.clamav.net/downloads/production/
@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libltdl.so:devel/libltdl \
libcurl.so:ftp/curl
USES= autoreconf compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl
USES= compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl
USE_RC_SUBR= clamav-clamd clamav-freshclam
USE_LDCONFIG= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1573089073
SHA256 (clamav-0.102.0.tar.gz) = 48fe188c46c793c2d0cb5c81c106e4690251aff6dc8aa6575dc688343291bee1
SIZE (clamav-0.102.0.tar.gz) = 13211357
TIMESTAMP = 1574671743
SHA256 (clamav-0.102.1.tar.gz) = 0dbda8d0d990d068732966f13049d112a26dce62145d234383467c1d877dedd6
SIZE (clamav-0.102.1.tar.gz) = 13215586

View File

@ -1,18 +0,0 @@
--- configure.ac.orig 2019-11-07 02:02:07 UTC
+++ configure.ac
@@ -108,6 +108,7 @@ m4_include([m4/reorganization/libs/bzip.m4])
m4_include([m4/reorganization/libs/unrar.m4])
m4_include([m4/reorganization/libs/systemd.m4])
+m4_include([m4/reorganization/milter/enable.m4])
m4_include([m4/reorganization/milter/check.m4])
m4_include([m4/reorganization/clamdtop.m4])
@@ -147,7 +148,6 @@ m4_include([m4/reorganization/code_checks/ipv6.m4])
m4_include([m4/reorganization/code_checks/dns.m4])
m4_include([m4/reorganization/code_checks/fanotify.m4])
m4_include([m4/reorganization/code_checks/setpgrp.m4])
-m4_include([m4/reorganization/milter/enable.m4])
m4_include([m4/reorganization/utility_checks/id.m4])
m4_include([m4/reorganization/utility_checks/yp.m4])
m4_include([m4/reorganization/usergroup.m4])