commit: be3ad8159dbb76583d33bd4f7273f610420f41c7 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sat Nov 29 22:30:27 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Sat Nov 29 22:33:35 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3ad815
net-analyzer/dnsenum: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/dnsenum-1.2.2-remove-extension.patch | 62 ---------------------- 1 file changed, 62 deletions(-) diff --git a/net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch b/net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch deleted file mode 100644 index 751d673fed2d..000000000000 --- a/net-analyzer/dnsenum/files/dnsenum-1.2.2-remove-extension.patch +++ /dev/null @@ -1,62 +0,0 @@ ---- a/dnsenum.pl -+++ b/dnsenum.pl -@@ -1,11 +1,11 @@ - #!/usr/bin/perl - # - # --# dnsenum.pl VERSION 1.2.2 -+# dnsenum VERSION 1.2.2 - # This version: - Improvement of output - # - Added DNS Server Fingerprinting - # --# dnsenum.pl: multithread script to enumerate information on -+# dnsenum: multithread script to enumerate information on - # a domain and to discover non-contiguous ip blocks. - # - # 1) Get the host's addresse. -@@ -45,7 +45,7 @@ - # - # Special thanks to all perl developers. - # --# please see perldoc dnsenum.pl for options and arguments -+# please see perldoc dnsenum for options and arguments - - use strict; - use warnings;#it complains about uninitialized values when it doesn't find address in RR; need to fix later -@@ -71,7 +71,7 @@ - my ($timeout, $delay, $pages, $ipcount, $ipvalid) = (10, 3, 20, 0, 0); - my ($output); - my $writer; --my $program = 'dnsenum.pl'; -+my $program = 'dnsenum'; - my $wildcards = 'pseudorandabcdefuvwxyz0123456789.'; - my $VERSION = '1.2.2'; - -@@ -1365,15 +1365,15 @@ - - =head1 NAME - --dnsenum.pl: multithread script to enumerate information on a domain and to discover non-contiguous IP blocks. -+dnsenum: multithread script to enumerate information on a domain and to discover non-contiguous IP blocks. - - =head1 VERSION - --dnsenum.pl version 1.2.2 -+dnsenum version 1.2.2 - - =head1 SYNOPSIS - --dnsenum.pl [options] <domain> -+dnsenum [options] <domain> - - =head1 DESCRIPTION - -@@ -1673,7 +1673,7 @@ - - =head1 README - --dnsenum.pl: multithread script to enumerate information on a domain -+dnsenum: multithread script to enumerate information on a domain - and to discover non-contiguous ip blocks. - - =head1 PREREQUISITES
