View | Details | Raw Unified | Return to bug 242119 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	clamav
3
PORTNAME=	clamav
4
PORTVERSION=	0.102.0
4
PORTVERSION=	0.102.1
5
PORTEPOCH=	1
5
PORTEPOCH=	1
6
CATEGORIES=	security
6
CATEGORIES=	security
7
MASTER_SITES=	https://www.clamav.net/downloads/production/
7
MASTER_SITES=	https://www.clamav.net/downloads/production/
Lines 15-21 Link Here
15
LIB_DEPENDS=	libltdl.so:devel/libltdl \
15
LIB_DEPENDS=	libltdl.so:devel/libltdl \
16
		libcurl.so:ftp/curl
16
		libcurl.so:ftp/curl
17
17
18
USES=		autoreconf compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl
18
USES=		compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl
19
USE_RC_SUBR=	clamav-clamd clamav-freshclam
19
USE_RC_SUBR=	clamav-clamd clamav-freshclam
20
USE_LDCONFIG=	yes
20
USE_LDCONFIG=	yes
21
21
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1573089073
1
TIMESTAMP = 1574279558
2
SHA256 (clamav-0.102.0.tar.gz) = 48fe188c46c793c2d0cb5c81c106e4690251aff6dc8aa6575dc688343291bee1
2
SHA256 (clamav-0.102.1.tar.gz) = 0dbda8d0d990d068732966f13049d112a26dce62145d234383467c1d877dedd6
3
SIZE (clamav-0.102.0.tar.gz) = 13211357
3
SIZE (clamav-0.102.1.tar.gz) = 13215586
(-)files/patch-configure.ac (-18 lines)
Lines 1-18 Link Here
1
--- configure.ac.orig	2019-11-07 02:02:07 UTC
2
+++ configure.ac
3
@@ -108,6 +108,7 @@ m4_include([m4/reorganization/libs/bzip.m4])
4
 m4_include([m4/reorganization/libs/unrar.m4])
5
 
6
 m4_include([m4/reorganization/libs/systemd.m4])
7
+m4_include([m4/reorganization/milter/enable.m4])
8
 m4_include([m4/reorganization/milter/check.m4])
9
 m4_include([m4/reorganization/clamdtop.m4])
10
 
11
@@ -147,7 +148,6 @@ m4_include([m4/reorganization/code_checks/ipv6.m4])
12
 m4_include([m4/reorganization/code_checks/dns.m4])
13
 m4_include([m4/reorganization/code_checks/fanotify.m4])
14
 m4_include([m4/reorganization/code_checks/setpgrp.m4])
15
-m4_include([m4/reorganization/milter/enable.m4])
16
 m4_include([m4/reorganization/utility_checks/id.m4])
17
 m4_include([m4/reorganization/utility_checks/yp.m4])
18
 m4_include([m4/reorganization/usergroup.m4])

Return to bug 242119