aboutsummaryrefslogtreecommitdiff
path: root/security/passivedns/Makefile
diff options
context:
space:
mode:
authorShawn Michael <freebsd@monkeyspunk.net>2021-06-20 21:46:16 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-06-20 21:50:11 +0000
commitdbe1c4c35016cadebc8c591265ca42f347e047dd (patch)
tree3a23fb1714adb7d667cd4630f38ebf4597d5bf06 /security/passivedns/Makefile
parentb5f3cb68b94dc0af3621aa78e70337e121fb7330 (diff)
downloadports-dbe1c4c35016cadebc8c591265ca42f347e047dd.tar.gz
ports-dbe1c4c35016cadebc8c591265ca42f347e047dd.zip
security/passivedns: Update to 1.2.1-22
This fixes build on FreeBSD 13+ PR: 255599 (cherry picked from commit 2287e8f627d43a120be870809c18e1b7e02a628d)
Diffstat (limited to 'security/passivedns/Makefile')
-rw-r--r--security/passivedns/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/passivedns/Makefile b/security/passivedns/Makefile
index ddb61b83eadb..3ebd06bad565 100644
--- a/security/passivedns/Makefile
+++ b/security/passivedns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= passivedns
-DISTVERSION= 1.2.1-10
-DISTVERSIONSUFFIX= -ge126cbb
+DISTVERSION= 1.2.1-22
+DISTVERSIONSUFFIX= -gd757713
CATEGORIES= security
MAINTAINER= shadowbq@gmail.com
@@ -9,9 +9,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