From owner-dev-commits-ports-main@freebsd.org Sun Jun 20 21:49:43 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2E29D65A941; Sun, 20 Jun 2021 21:49:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G7RCC0JjPz3C29; Sun, 20 Jun 2021 21:49:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E343E11985; Sun, 20 Jun 2021 21:49:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KLngWM023406; Sun, 20 Jun 2021 21:49:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KLngxg023405; Sun, 20 Jun 2021 21:49:42 GMT (envelope-from git) Date: Sun, 20 Jun 2021 21:49:42 GMT Message-Id: <202106202149.15KLngxg023405@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: 2287e8f627d4 - main - security/passivedns: Update to 1.2.1-22 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 2287e8f627d43a120be870809c18e1b7e02a628d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 21:49:43 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=2287e8f627d43a120be870809c18e1b7e02a628d commit 2287e8f627d43a120be870809c18e1b7e02a628d Author: Shawn Michael AuthorDate: 2021-06-20 21:46:16 +0000 Commit: Li-Wen Hsu CommitDate: 2021-06-20 21:49:28 +0000 security/passivedns: Update to 1.2.1-22 This fixes build on FreeBSD 13+ PR: 255599 --- security/passivedns/Makefile | 7 ++----- security/passivedns/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile index 9dd90d7276ad..73b5875cecf5 100644 --- a/security/passivedns/Makefile +++ b/security/passivedns/Makefile @@ -1,6 +1,6 @@ PORTNAME= passivedns -DISTVERSION= 1.2.1-10 -DISTVERSIONSUFFIX= -ge126cbb +DISTVERSION= 1.2.1-22 +DISTVERSIONSUFFIX= -gd757713 CATEGORIES= security MAINTAINER= shadowbq@gmail.com @@ -8,9 +8,6 @@ COMMENT= Network sniffer that logs DNS replies for use in passive DNS setups LICENSE= GPLv2 -BROKEN_FreeBSD_13= ld: error: duplicate symbol: config -BROKEN_FreeBSD_14= ld: error: duplicate symbol: config - LIB_DEPENDS= libldns.so:dns/ldns USES= autoreconf gmake libtool diff --git a/security/passivedns/distinfo b/security/passivedns/distinfo index b34043d062a0..a94460cec38a 100644 --- a/security/passivedns/distinfo +++ b/security/passivedns/distinfo @@ -1,3 +1,3 @@ TIMESTAMP = 1568131956 -SHA256 (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 2c10ea343d460162f484cc3e1bdcbe42a18a6319c76e586e2c385bd01b0499a2 -SIZE (gamelinux-passivedns-1.2.1-10-ge126cbb_GH0.tar.gz) = 55118 +SHA256 (gamelinux-passivedns-1.2.1-22-gd757713_GH0.tar.gz) = fc1bebbb4c6fc306e94d4f0040132fa0f0c46eb059b48a1c8efb882d40ce288a +SIZE (gamelinux-passivedns-1.2.1-22-gd757713_GH0.tar.gz) = 56196