Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Nov 2025 11:05:15 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6daaaf6de94d - main - dns/fpdns: Remove expired port
Message-ID:  <202511011105.5A1B5FbX070471@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6daaaf6de94d4c9533997710ad10b301b94ffb5c

commit 6daaaf6de94d4c9533997710ad10b301b94ffb5c
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2025-11-01 11:05:08 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2025-11-01 11:05:08 +0000

    dns/fpdns: Remove expired port
    
    2025-10-31 dns/fpdns: Upstream repository has been archived on Sep 19, 2024
---
 MOVED               |  1 +
 dns/Makefile        |  1 -
 dns/fpdns/Makefile  | 26 --------------------------
 dns/fpdns/distinfo  |  3 ---
 dns/fpdns/pkg-descr | 21 ---------------------
 dns/fpdns/pkg-plist |  4 ----
 6 files changed, 1 insertion(+), 55 deletions(-)

diff --git a/MOVED b/MOVED
index 069a1558d8e2..15dda5310bdf 100644
--- a/MOVED
+++ b/MOVED
@@ -4836,3 +4836,4 @@ science/py-hiphive|science/py-hiPhive|2025-10-28|Spelling changed into camel cas
 games/burrtools|games/burr-tools|2025-10-31|Harmonise with upstream repository name
 databases/mongodb60|databases/mongodb70|2025-11-01|Has expired: EOL starting August 2025, see https://www.mongodb.com/legal/support-policy/lifecycles, please use databases/mongodb70
 www/phpmustache||2025-11-01|Has expired: Installation mode changed from systemwide to per-application with Composer
+dns/fpdns||2025-11-01|Has expired: Upstream repository has been archived on Sep 19, 2024
diff --git a/dns/Makefile b/dns/Makefile
index 2907d01e3b63..79ba0ba3f07e 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -67,7 +67,6 @@
     SUBDIR += encrypted-dns-server
     SUBDIR += fastresolve
     SUBDIR += flamethrower
-    SUBDIR += fpdns
     SUBDIR += gdnsd2
     SUBDIR += gdnsd3
     SUBDIR += gen6dns
diff --git a/dns/fpdns/Makefile b/dns/fpdns/Makefile
deleted file mode 100644
index 0b977a0f633f..000000000000
--- a/dns/fpdns/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-PORTNAME=	fpdns
-PORTVERSION=	20190131
-CATEGORIES=	dns net perl5
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Fingerprinting DNS servers
-WWW=		https://github.com/kirei/fpdns
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Upstream repository has been archived on Sep 19, 2024
-EXPIRATION_DATE=2025-10-31
-
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Net-DNS>=0.42:dns/p5-Net-DNS
-
-USES=		perl5
-USE_PERL5=	configure
-
-NO_ARCH=	yes
-
-USE_GITHUB=	yes
-GH_ACCOUNT=	kirei
-
-.include <bsd.port.mk>
diff --git a/dns/fpdns/distinfo b/dns/fpdns/distinfo
deleted file mode 100644
index 394e44a8429f..000000000000
--- a/dns/fpdns/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1573550229
-SHA256 (kirei-fpdns-20190131_GH0.tar.gz) = f6599ebed73c2d87d7c2bafc8c3a63fb76bda52478e9a1912410d481f7536100
-SIZE (kirei-fpdns-20190131_GH0.tar.gz) = 933415
diff --git a/dns/fpdns/pkg-descr b/dns/fpdns/pkg-descr
deleted file mode 100644
index 5caa711499a0..000000000000
--- a/dns/fpdns/pkg-descr
+++ /dev/null
@@ -1,21 +0,0 @@
-fpdns - Fingerprinting DNS servers
-
-A nameserver basically responds to a query. Interoperability is an
-obvious requirement here. The standard protocol behaviour of different
-DNS implementations is expected to be the same.
-
-Requirements for protocol behaviour of DNS implementations is widely
-documented in the case of 'common' dns messages. The DNS protocol
-is over 20 years old and since its inception, there have been over
-40 independent DNS implementations, while some implementations have
-over 20 versions.
-
-The methodology used to identify individual nameserver implementations
-is based on "borderline" protocol behaviour. The DNS protocol offers
-a multitude of message bits, response types, opcodes, classes, query
-types and label types in a fashion that makes some mutually exclusive
-while some are not used in a query messages at all. Not every
-implementation offers the full set of features the DNS protocol set
-currently has. Some implementations offer features outside the
-protocol set, and there are implementations that do not conform to
-standards.
diff --git a/dns/fpdns/pkg-plist b/dns/fpdns/pkg-plist
deleted file mode 100644
index 5c85c7a76ed2..000000000000
--- a/dns/fpdns/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-bin/fpdns
-%%SITE_PERL%%/Net/DNS/Fingerprint.pm
-%%SITE_PERL%%/Net/DNS/REPLACE
-%%PERL5_MAN1%%/fpdns.1.gz


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511011105.5A1B5FbX070471>