Date: Tue, 1 Nov 2022 02:31:03 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2db375ffbc2f - main - security/clamav: Update source archive to new one Message-ID: <202211010231.2A12V3nC094760@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=2db375ffbc2fe8ad146e0d9f49a501031b8f256d commit 2db375ffbc2fe8ad146e0d9f49a501031b8f256d Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-11-01 01:58:34 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-11-01 02:29:12 +0000 security/clamav: Update source archive to new one Upstream released new source archive of 0.105.1 to address critical bugs in bundled libraries. Reference: https://lists.clamav.net/pipermail/clamav-announce/2022/000067.html MFH: 2022Q4 --- security/clamav/Makefile | 5 ++++- security/clamav/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/security/clamav/Makefile b/security/clamav/Makefile index 269d2d391380..29f190e9ded9 100644 --- a/security/clamav/Makefile +++ b/security/clamav/Makefile @@ -1,6 +1,7 @@ PORTNAME= clamav DISTVERSION= 0.105.1 -PORTREVISION= 2 +DISTVERSIONSUFFIX= -2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= security MASTER_SITES= https://www.clamav.net/downloads/production/ @@ -43,6 +44,8 @@ SUB_LIST+= CHMOD=${CHMOD} \ LOGDIR=${_LOGDIR} \ RUNDIR=${_RUNDIR} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} + USERS= ${_CLAMAVUSER} GROUPS= ${_CLAMAVGROUP} mail diff --git a/security/clamav/distinfo b/security/clamav/distinfo index 7ebeeabee32a..24eb2f612133 100644 --- a/security/clamav/distinfo +++ b/security/clamav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1658856851 -SHA256 (clamav-0.105.1.tar.gz) = d2bc16374db889a6e5a6ac40f8c6e700254a039acaa536885a09eeea4b8529f6 -SIZE (clamav-0.105.1.tar.gz) = 29467856 +TIMESTAMP = 1667264402 +SHA256 (clamav-0.105.1-2.tar.gz) = 7cc8c614e3e3c8906e64758023e51131cc941ded11223c45705d2bb06bae29c3 +SIZE (clamav-0.105.1-2.tar.gz) = 29477510
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211010231.2A12V3nC094760>