Date: Fri, 4 Feb 2022 09:05:40 GMT From: =?utf-8?Q?Fernando Apestegu=C3=ADa?= <fernape@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 5d1589783615 - main - security/passivedns: Update to 1.2.1-25 Message-ID: <202202040905.21495eKI024206@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by fernape: URL: https://cgit.FreeBSD.org/ports/commit/?id=5d1589783615222402078cacf7effe8501448f45 commit 5d1589783615222402078cacf7effe8501448f45 Author: Shawn Michael <freebsd@monkeyspunk.net> AuthorDate: 2022-02-03 11:45:04 +0000 Commit: Fernando ApesteguĂa <fernape@FreeBSD.org> CommitDate: 2022-02-04 09:04:08 +0000 security/passivedns: Update to 1.2.1-25 Add support for loopback devices (lo, wg, gif, etc) PR: 260911 Reported by: freebsd@monkeyspunk.net Approved by: shadowbq@gmail.com (maintainer, timeout > 1 month) --- security/passivedns/Makefile | 11 +++++------ security/passivedns/distinfo | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile index 458f085bda65..91810f258c2f 100644 --- a/security/passivedns/Makefile +++ b/security/passivedns/Makefile @@ -1,7 +1,6 @@ PORTNAME= passivedns -DISTVERSION= 1.2.1-22 -DISTVERSIONSUFFIX= -gd757713 -PORTREVISION= 1 +DISTVERSION= 1.2.1-25 +DISTVERSIONSUFFIX= -gb438a30 CATEGORIES= security MAINTAINER= shadowbq@gmail.com @@ -16,19 +15,19 @@ USES= autoreconf gmake libtool USE_GITHUB= yes GH_ACCOUNT= gamelinux -SUB_FILES= pkg-message +USE_RC_SUBR= passivedns GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ldns-includes=${LOCALBASE}/include \ --with-ldns-libraries=${LOCALBASE}/lib -USE_RC_SUBR= passivedns +SUB_FILES= pkg-message OPTIONS_DEFINE= JSON OPTIONS_DEFAULT= JSON -JSON_CONFIGURE_ENABLE= json JSON_LIB_DEPENDS= libjansson.so:devel/jansson +JSON_CONFIGURE_ENABLE= json do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/passivedns \ diff --git a/security/passivedns/distinfo b/security/passivedns/distinfo index a94460cec38a..4a8c2f792203 100644 --- a/security/passivedns/distinfo +++ b/security/passivedns/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1568131956 -SHA256 (gamelinux-passivedns-1.2.1-22-gd757713_GH0.tar.gz) = fc1bebbb4c6fc306e94d4f0040132fa0f0c46eb059b48a1c8efb882d40ce288a -SIZE (gamelinux-passivedns-1.2.1-22-gd757713_GH0.tar.gz) = 56196 +SHA256 (gamelinux-passivedns-1.2.1-25-gb438a30_GH0.tar.gz) = 51af92215193518a4be1e6d7534f3f29e023d3b1ed78817eac3d9ddff280447a +SIZE (gamelinux-passivedns-1.2.1-25-gb438a30_GH0.tar.gz) = 56242
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202040905.21495eKI024206>