Index: head/security/clamav/Makefile =================================================================== --- head/security/clamav/Makefile (revision 548725) +++ head/security/clamav/Makefile (revision 548726) @@ -1,184 +1,181 @@ # $FreeBSD$ PORTNAME= clamav -PORTVERSION= 0.102.4 +PORTVERSION= 0.103.0 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ MAINTAINER= yasu@utahime.org COMMENT= Command line virus scanner written entirely in C LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libmspack.so:archivers/libmspack \ +LIB_DEPENDS= libcurl.so:ftp/curl \ libltdl.so:devel/libltdl \ - libcurl.so:ftp/curl + libmspack.so:archivers/libmspack USES= compiler cpe gmake gnome libtool ncurses pathfix pkgconfig ssl USE_RC_SUBR= clamav-clamd clamav-freshclam USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -PLIST_SUB+= DBDIR=${DBDIR} \ - LOGDIR=${LOGDIR} \ - RUNDIR=${RUNDIR} \ +PLIST_SUB+= CLAMAVGROUP=${CLAMAVGROUP} \ CLAMAVUSER=${CLAMAVUSER} \ - CLAMAVGROUP=${CLAMAVGROUP} + DBDIR=${DBDIR} \ + LOGDIR=${LOGDIR} \ + RUNDIR=${RUNDIR} CONFIGURE_ARGS= --disable-dependency-tracking \ --enable-bigstack \ --enable-clamdtop \ --libdir=${PREFIX}/lib \ --with-dbdir=${DBDIR} \ --with-libcurl=${LOCALBASE} \ --with-openssl=${OPENSSLBASE} \ --with-system-libmspack=${LOCALBASE}/lib/libmspack.so CFLAGS_i386= -march=i486 # This port has a problem with -pthread, # force to use -lthr until it's not fixed. LDFLAGS+= -lthr SUB_FILES= pkg-deinstall -SUB_LIST+= DBDIR=${DBDIR} \ - LOGDIR=${LOGDIR} \ - RUNDIR=${RUNDIR} \ - CHMOD=${CHMOD} \ +SUB_LIST+= CHMOD=${CHMOD} \ CHOWN=${CHOWN} \ - CLAMAVUSER=${CLAMAVUSER} \ - CLAMAVGROUP=${CLAMAVGROUP} \ - CLAMAV_CLAMD_SOCKET=${CLAMAV_CLAMD_SOCKET} \ CLAMAV_CLAMD_PIDFILE=${CLAMAV_CLAMD_PIDFILE} \ - CLAMAV_MILTER_SOCKET=${CLAMAV_MILTER_SOCKET} + CLAMAV_CLAMD_SOCKET=${CLAMAV_CLAMD_SOCKET} \ + CLAMAV_MILTER_SOCKET=${CLAMAV_MILTER_SOCKET} \ + CLAMAVGROUP=${CLAMAVGROUP} \ + CLAMAVUSER=${CLAMAVUSER} \ + DBDIR=${DBDIR} \ + LOGDIR=${LOGDIR} \ + RUNDIR=${RUNDIR} -PLIST_SUB+= CLAMAVUSER=${CLAMAVUSER} \ - CLAMAVGROUP=${CLAMAVGROUP} +PLIST_SUB+= CLAMAVGROUP=${CLAMAVGROUP} \ + CLAMAVUSER=${CLAMAVUSER} -OPTIONS_DEFINE= ARC ARJ DOCS DMG_XAR EXPERIMENTAL JSON LDAP ICONV IPV6 \ - LHA MILTER PCRE STDERR TESTS UNZOO UNRAR +OPTIONS_DEFINE= ARC ARJ DMG_XAR DOCS EXPERIMENTAL ICONV IPV6 JSON LDAP LHA \ + MILTER PCRE STDERR TESTS UNRAR UNZOO -OPTIONS_DEFAULT= ARC ARJ DMG_XAR JSON MILTER PCRE UNZOO UNRAR -OPTIONS_SUB= yes +OPTIONS_DEFAULT= ARC ARJ DMG_XAR JSON MILTER PCRE UNRAR UNZOO +OPTIONS_SUB= yes ARC_DESC= Enable arch archives support ARJ_DESC= Enable arj archives support DMG_XAR_DESC= Enable DMG and XAR archives support EXPERIMENTAL_DESC= Build experimental code LHA_DESC= Enable lha archives support MILTER_DESC= Compile the milter interface STDERR_DESC= Print logs to stderr instead of stdout TESTS_DESC= Run compile-time tests (req. python) UNZOO_DESC= Enable zoo archives support -ARC_RUN_DEPENDS= arc:archivers/arc -ARJ_RUN_DEPENDS= arj:archivers/arj -DMG_XAR_CONFIGURE_WITH= xml=${LOCALBASE} -DMG_XAR_USE= GNOME=libxml2 +ARC_RUN_DEPENDS= arc:archivers/arc +ARJ_RUN_DEPENDS= arj:archivers/arj +DMG_XAR_CONFIGURE_WITH= xml=${LOCALBASE} +DMG_XAR_USE= GNOME=libxml2 EXPERIMENTAL_CONFIGURE_ENABLE= experimental -ICONV_CONFIGURE_WITH= iconv -ICONV_USES= iconv -IPV6_CONFIGURE_ENABLE= ipv6 -JSON_CONFIGURE_WITH= libjson=${LOCALBASE} -JSON_LIB_DEPENDS= libjson-c.so:devel/json-c -LDAP_LDFLAGS= -lldap -L${LOCALBASE}/lib -LDAP_USE= OPENLDAP=yes -LHA_RUN_DEPENDS= lha:archivers/lha -MILTER_CONFIGURE_WITH= sendmail=/usr/sbin/sendmail -MILTER_CONFIGURE_ENABLE=milter +ICONV_CONFIGURE_WITH= iconv +ICONV_USES= iconv +IPV6_CONFIGURE_ENABLE= ipv6 +JSON_CONFIGURE_WITH= libjson=${LOCALBASE} +JSON_LIB_DEPENDS= libjson-c.so:devel/json-c +LDAP_LDFLAGS= -lldap -L${LOCALBASE}/lib +LDAP_USE= OPENLDAP=yes +LHA_RUN_DEPENDS= lha:archivers/lha +MILTER_CONFIGURE_WITH= sendmail=/usr/sbin/sendmail +MILTER_CONFIGURE_ENABLE= milter .if !exists(/usr/lib/libmilter.so) -MILTER_CFLAGS= -I${LOCALBASE}/include -MILTER_LDFLAGS= -L${LOCALBASE}/lib -MILTER_LIB_DEPENDS+= libmilter.so:mail/libmilter +MILTER_CFLAGS= -I${LOCALBASE}/include +MILTER_LDFLAGS= -L${LOCALBASE}/lib +MILTER_LIB_DEPENDS+= libmilter.so:mail/libmilter .endif -MILTER_USE= RC_SUBR=clamav-milter -PCRE_CONFIGURE_WITH= pcre -PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 -STDERR_EXTRA_PATCHES= ${FILESDIR}/extra-patch-shared_output.c -TESTS_CONFIGURE_ENABLE= check -TESTS_BUILD_DEPENDS= ${LOCALBASE}/include/check.h:devel/check -TESTS_USES= python:build -UNRAR_CONFIGURE_ENABLE= unrar -UNZOO_RUN_DEPENDS= unzoo:archivers/unzoo +MILTER_USE= RC_SUBR=clamav-milter +PCRE_CONFIGURE_WITH= pcre +PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2 +STDERR_EXTRA_PATCHES= ${FILESDIR}/extra-patch-shared_output.c +TESTS_CONFIGURE_ENABLE= check +TESTS_BUILD_DEPENDS= ${LOCALBASE}/include/check.h:devel/check +TESTS_USES= python:build +UNRAR_CONFIGURE_ENABLE= unrar +UNZOO_RUN_DEPENDS= unzoo:archivers/unzoo CLAMAVUSER?= clamav CLAMAVGROUP?= clamav CLAMAV_CLAMD_SOCKET?= ${RUNDIR}/clamd.sock CLAMAV_CLAMD_PIDFILE?= ${RUNDIR}/clamd.pid CLAMAV_MILTER_SOCKET?= ${RUNDIR}/clmilter.sock .if ${CLAMAVUSER} == "clamav" -USERS= clamav +USERS= clamav .endif .if ${CLAMAVGROUP} == "clamav" -GROUPS= clamav mail +GROUPS= clamav mail .endif DBDIR= /var/db/clamav LOGDIR= /var/log/clamav RUNDIR= /var/run/clamav PY_NO_THREAD= ${WRKDIR}/.python-has-no-threads -SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' \ - -e 's|^\#?((Update)?LogFile) .*/([a-z]+\.log)$$|\1 ${LOGDIR}/\3|' \ - -e 's|^\#?(PidFile) .*/([a-z\-]+\.pid)$$|\1 ${RUNDIR}/\2|' \ - -e 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' \ - -e 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' \ - -e 's|^\#?(AllowSupplementaryGroups).*$$|\1 yes|' \ - -e 's|^\#?(ScanMail).*$$|\1 yes|' \ - -e 's|^\#?(DatabaseDirectory) .*$$|\1 ${DBDIR}|' \ - -e 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' \ - -e 's|^\#?(FixStaleSocket).*$$|\1 yes|' \ - -e 's|^\#?(NotifyClamd) .*$$|\1 ${PREFIX}/etc/clamd.conf|' \ - -e 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' \ - -e 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|' +SED_CONF= -E -e 's|^\#?(Example)$$|\#\1|' -e \ + 's|^\#?((Update)?LogFile) .*/([a-z]+\.log)$$|\1 ${LOGDIR}/\3|' \ + -e 's|^\#?(PidFile) .*/([a-z\-]+\.pid)$$|\1 ${RUNDIR}/\2|' -e \ + 's|^\#?(LocalSocket) .*$$|\1 ${CLAMAV_CLAMD_SOCKET}|' -e \ + 's|^\#?(User) .*$$|\1 ${CLAMAVUSER}|' -e \ + 's|^\#?(AllowSupplementaryGroups).*$$|\1 yes|' -e \ + 's|^\#?(ScanMail).*$$|\1 yes|' -e \ + 's|^\#?(DatabaseDirectory) .*$$|\1 ${DBDIR}|' -e \ + 's|^\#?(DatabaseOwner) .*$$|\1 ${CLAMAVUSER}|' -e \ + 's|^\#?(FixStaleSocket).*$$|\1 yes|' -e \ + 's|^\#?(NotifyClamd) .*$$|\1 ${PREFIX}/etc/clamd.conf|' -e \ + 's|^\#?(MilterSocket) */tmp.*$$|\1 ${CLAMAV_MILTER_SOCKET}|' -e \ + 's|^\#?(ClamdSocket).*$$|\1 unix:${CLAMAV_CLAMD_SOCKET}|' .include post-patch: - @${REINPLACE_CMD} -e 's|%%PTHREAD_LIBS%%|-lthr|g' \ - -e 's|LC_REVISION=22|LC_REVISION=24|' \ - ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} ${SED_CONF} \ ${WRKSRC}/etc/clamd.conf.sample \ ${WRKSRC}/etc/freshclam.conf.sample \ ${WRKSRC}/etc/clamav-milter.conf.sample .if ${CHOSEN_COMPILER_TYPE} == gcc @${REINPLACE_CMD} -e 's|-Wno-logical-op-parentheses||' \ -e 's|-Wno-dangling-else||' \ ${WRKSRC}/libclamav/Makefile.am \ ${WRKSRC}/libclamav/Makefile.in \ ${WRKSRC}/libclamunrar/makefile .endif pre-configure-TESTS-on: @if ! ${PYTHON_CMD} -c "import thread" >/dev/null 2>&1; then \ ${ECHO_MSG} ""; \ ${ECHO_MSG} "==========================================================================="; \ ${ECHO_MSG} "= Unit tests REQUIRES python built with thread support, and yours is not. ="; \ ${ECHO_MSG} "= It will not be called during this build ="; \ ${ECHO_MSG} "==========================================================================="; \ ${ECHO_MSG} ""; \ ${TOUCH} ${PY_NO_THREAD}; \ fi post-build-TESTS-on: @if [ ! -f "${PY_NO_THREAD}" ]; then \ ${MAKE_CMD} -C ${WRKSRC} check; \ fi post-install: ${INSTALL_DATA} ${WRKSRC}/clamav-config.h ${STAGEDIR}${PREFIX}/include @${MKDIR} ${STAGEDIR}${DOCSDIR}/html \ ${STAGEDIR}${DBDIR} \ ${STAGEDIR}${LOGDIR} \ ${STAGEDIR}${RUNDIR} (cd ${WRKSRC}/docs/html; ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/html) .include Index: head/security/clamav/distinfo =================================================================== --- head/security/clamav/distinfo (revision 548725) +++ head/security/clamav/distinfo (revision 548726) @@ -1,3 +1,3 @@ -TIMESTAMP = 1594929106 -SHA256 (clamav-0.102.4.tar.gz) = eebd426a68020ecad0d2084b8c763e6898ccfd5febcae833d719640bb3ff391b -SIZE (clamav-0.102.4.tar.gz) = 13234444 +TIMESTAMP = 1600093216 +SHA256 (clamav-0.103.0.tar.gz) = 32a9745277bfdda80e77ac9ca2f5990897418e9416880f3c31553ca673e80546 +SIZE (clamav-0.103.0.tar.gz) = 13357078 Index: head/security/clamav/pkg-plist =================================================================== --- head/security/clamav/pkg-plist (revision 548725) +++ head/security/clamav/pkg-plist (revision 548726) @@ -1,80 +1,80 @@ %%JSON%%bin/clamsubmit %%JSON%%man/man1/clamsubmit.1.gz %%MILTER%%@sample etc/clamav-milter.conf.sample %%MILTER%%sbin/clamav-milter %%PORTDOCS%%%%DOCSDIR%%/html/UserManual.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-Debian-Ubuntu.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-Redhat-CentOS.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Unix/Steps-macOS.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Installation-Windows.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Introduction.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/OnAccess.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/AuthenticodeRules.html +%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/AllowLists.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/BodySignatureFormat.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/BytecodeSignatures.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/ContainerMetadata.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/DatabaseInfo.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/DynamicConfig.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/EncryptedArchives.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/ExtendedSignatures.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/FileTypeMagic.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/FileTypes.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/FunctionalityLevels.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/HashSignatures.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/LogicalSignatures.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/PhishSigs.html -%%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/Whitelists.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Signatures/YaraRules.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage/Configuration.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage/Scanning.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/Usage/SignatureManagement.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/development.html %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/images/demon.png %%PORTDOCS%%%%DOCSDIR%%/html/UserManual/libclamav.html %%UNRAR%%lib/libclamunrar.so %%UNRAR%%lib/libclamunrar.so.9 -%%UNRAR%%lib/libclamunrar.so.9.0.4 +%%UNRAR%%lib/libclamunrar.so.9.0.5 %%UNRAR%%lib/libclamunrar_iface.so %%UNRAR%%lib/libclamunrar_iface.so.9 -%%UNRAR%%lib/libclamunrar_iface.so.9.0.4 +%%UNRAR%%lib/libclamunrar_iface.so.9.0.5 @dir(%%CLAMAVUSER%%,%%CLAMAVGROUP%%,0755) %%DBDIR%% @dir(%%CLAMAVUSER%%,%%CLAMAVGROUP%%,0755) %%LOGDIR%% @dir(%%CLAMAVUSER%%,%%CLAMAVGROUP%%,0755) %%RUNDIR%% @sample etc/clamd.conf.sample @sample etc/freshclam.conf.sample bin/clamav-config bin/clambc bin/clamconf bin/clamdscan bin/clamdtop bin/clamscan bin/freshclam bin/sigtool include/clamav-config.h include/clamav-types.h include/clamav-version.h include/clamav.h include/libfreshclam.h lib/libclamav.so lib/libclamav.so.9 -lib/libclamav.so.9.0.4 +lib/libclamav.so.9.0.5 lib/libfreshclam.so lib/libfreshclam.so.2 -lib/libfreshclam.so.2.0.0 +lib/libfreshclam.so.2.0.1 libdata/pkgconfig/libclamav.pc man/man1/clambc.1.gz man/man1/clamconf.1.gz man/man1/clamdscan.1.gz man/man1/clamdtop.1.gz man/man1/clamscan.1.gz man/man1/freshclam.1.gz man/man1/sigtool.1.gz man/man5/clamav-milter.conf.5.gz man/man5/clamd.conf.5.gz man/man5/freshclam.conf.5.gz man/man8/clamav-milter.8.gz man/man8/clamd.8.gz sbin/clamd