openbsd-ports/mail/p5-Mail-SpamAssassin/patches/patch-Makefile_PL
mbalmer 958e2a9966 3.1.8 is a major bug-fix release, including a potential DoS. The major
highlights are:

- bug 5318: fix for CVE-2007-0451: possible DoS due to incredibly
  long URIs found in the message content.
- bug 5240: disable perl module usage in update channels unless
  --allowplugins is specified
- bug 5288: files with names starting/ending in whitespace weren't usable
- bug 5056: remove Text::Wrap related code due to upstream issues
- bug 5145: update spamassassin and sa-learn to better deal with STDIN
- bug 5140 and 5179: improvements and bug fixes related to DomainKeys
  and DKIM support
- several updates for Received header parsing
- several documentation updates and random taint-variable related issues

A more detailed change log can be read here:

  http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes

ok nikolay
2007-02-15 19:57:48 +00:00

13 lines
513 B
Plaintext

$OpenBSD: patch-Makefile_PL,v 1.7 2007/02/15 19:57:48 mbalmer Exp $
--- Makefile.PL.orig Tue Feb 13 19:17:14 2007
+++ Makefile.PL Thu Feb 15 08:24:53 2007
@@ -860,7 +860,7 @@ sub MY::install {
foreach (@code) {
# Add our install targets as a dependency to all top-level install targets
- s/^(install(?:_[a-z]+)?\s*::?\s*.*)$/$1 conf__install data__install/;
+ s/^(install(?:_[a-z]+)?\s*::?\s*.*)$/$1 data__install/;
# Now do the DESTDIR hack, if necessary.
next if !$mm_needs_destdir;