summaryrefslogtreecommitdiffstats
path: root/spampd/perl-5.18-fixes.patch
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-08-01 09:26:50 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-08-01 09:26:50 +0200
commit94e6242e2a1465d87f22a659b8ad8b1b8216d430 (patch)
tree7d605413954c1541a3cbf5e8ea4baabfcdd7fc44 /spampd/perl-5.18-fixes.patch
parentbef07487b97008236c149b4a3fde726aa0e9e415 (diff)
downloadaur-packages-94e6242e2a1465d87f22a659b8ad8b1b8216d430.tar.gz
aur-packages-94e6242e2a1465d87f22a659b8ad8b1b8216d430.tar.xz
spampd moved to community
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'spampd/perl-5.18-fixes.patch')
-rw-r--r--spampd/perl-5.18-fixes.patch42
1 files changed, 0 insertions, 42 deletions
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<http://www.WorldDesign.com/index.cfm/rd/mta/spampd.htm>.
-
- =head1 Requires
-
--=over 5
--
- Perl modules:
-
-+=over 5
-+
- =item B<Mail::SpamAssassin>
-
- =item B<Net::Server::PreForkSimple>
-@@ -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<spampd> versions:
-
-+=over 5
-+
- =item B<--dead-letters>
-
- =item B<--heloname>