From 94e6242e2a1465d87f22a659b8ad8b1b8216d430 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 1 Aug 2014 09:26:50 +0200 Subject: spampd moved to community Signed-off-by: Florian Pritz --- spampd/perl-5.18-fixes.patch | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 spampd/perl-5.18-fixes.patch (limited to 'spampd/perl-5.18-fixes.patch') diff --git a/spampd/perl-5.18-fixes.patch b/spampd/perl-5.18-fixes.patch deleted file mode 100644 index 9b4637b..0000000 --- a/spampd/perl-5.18-fixes.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff --git a/spampd b/spampd -index 7b1f234..2798d50 100644 ---- a/spampd -+++ b/spampd -@@ -937,6 +937,10 @@ if ( !$options{logsock} ) { - }; - } - -+# untaint some args to prevent errors in other modules -+($pidfile) = ($pidfile =~ /^(.+)$/); -+($relayhost) = ($relayhost =~ /^(.+)$/); -+($relayport) = ($relayport =~ /^(.+)$/); - - my $server = bless { - server => {host => $host, -@@ -1147,10 +1151,10 @@ L. - - =head1 Requires - --=over 5 -- - Perl modules: - -+=over 5 -+ - =item B - - =item B -@@ -1478,11 +1482,11 @@ Prints usage information. - - =head2 Deprecated Options - --=over 5 -- - The following options are no longer used but still accepted for backwards - compatibility with prevoius I versions: - -+=over 5 -+ - =item B<--dead-letters> - - =item B<--heloname> -- cgit v1.2.3-24-g4f1b