summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES3
-rw-r--r--mail/milter-regex/Makefile4
-rw-r--r--mail/milter-regex/distinfo7
-rw-r--r--mail/milter-regex/patches/patch-aa13
4 files changed, 21 insertions, 6 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index ef1a4463926..92a8b406f4f 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6201 2004/06/11 18:52:10 epg Exp $
+$NetBSD: CHANGES,v 1.6202 2004/06/11 23:13:37 jdarrow Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -2933,3 +2933,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated blender to 2.32nb2 [jmmv 2004-06-10]
Updated peace to 0.0.20040611 [kent 2004-06-11]
Updated subversion to 1.0.5 [epg 2004-06-11]
+ Updated milter-regex to 1.5 [jdarrow 2004-06-11]
diff --git a/mail/milter-regex/Makefile b/mail/milter-regex/Makefile
index 309f509d278..9696869f43e 100644
--- a/mail/milter-regex/Makefile
+++ b/mail/milter-regex/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/04/24 22:40:01 snj Exp $
+# $NetBSD: Makefile,v 1.7 2004/06/11 23:11:48 jdarrow Exp $
#
-DISTNAME= milter-regex-1.2
+DISTNAME= milter-regex-1.5
CATEGORIES= mail
MASTER_SITES= http://www.benzedrine.cx/
diff --git a/mail/milter-regex/distinfo b/mail/milter-regex/distinfo
index 901e7904568..a0396cb31c3 100644
--- a/mail/milter-regex/distinfo
+++ b/mail/milter-regex/distinfo
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/03/03 21:09:52 manu Exp $
+$NetBSD: distinfo,v 1.3 2004/06/11 23:11:48 jdarrow Exp $
-SHA1 (milter-regex-1.2.tar.gz) = 7420da795ad89a7cf34b4316c1655a792a54a83a
-Size (milter-regex-1.2.tar.gz) = 15371 bytes
+SHA1 (milter-regex-1.5.tar.gz) = 2dcd022d40ec4032c0b8611614e579daf66b2477
+Size (milter-regex-1.5.tar.gz) = 15784 bytes
+SHA1 (patch-aa) = 86f23d34f994e0039a46861470af0aaca3396248
diff --git a/mail/milter-regex/patches/patch-aa b/mail/milter-regex/patches/patch-aa
new file mode 100644
index 00000000000..e880b224cae
--- /dev/null
+++ b/mail/milter-regex/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/06/11 23:11:48 jdarrow Exp $
+
+--- milter-regex.c.orig Fri Mar 19 13:21:40 2004
++++ milter-regex.c Mon Jun 7 16:35:18 2004
+@@ -596,7 +596,7 @@
+ return (1);
+ }
+ if (
+-#if ! ( __linux__ || __sun__ )
++#if ! ( __linux__ || __sun__ || __NetBSD__ )
+ seteuid(pw->pw_uid) ||
+ #endif
+ setuid(pw->pw_uid)) {