diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-12-21 03:42:25 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-12-21 03:42:25 +0000 |
commit | a48a08d4c76b5e6f066440437d5826bedcd666f8 (patch) | |
tree | 121a69750ef7f17d159b018f27397c1183f947b6 /mail/ezmlm-idx/patches | |
parent | b184d65e224fbe5b721288674c30ac02fec6242f (diff) | |
download | pkgsrc-a48a08d4c76b5e6f066440437d5826bedcd666f8.tar.gz |
Update to 0.43. From the changelog:
-Added per-post sender confirmation patch from Tullio Andreatta.
See the documentation for ezmlm-make -y for details.
-Changed all example domain names in text files to the RFC 2606 mandated
example.com domain name.
-Several documentation and comment fixes. Thanks Tullio Andreatta.
-Added conf-sub control file, used to choose which subscriber
mechanism to use. This replaces the "make std/mysql/pgsql" mechanism.
Adapted from patch by Tullio Andreatta.
-Got rid of the frivolous uses of /bin/sh to exec ezmlm-send.
-Always reject bounce messages in ezmlm-reject.
-Substitute <#r#> in (un)subscribe confirm messages with just the local
part of the reply address (for web-based confirmation).
Diffstat (limited to 'mail/ezmlm-idx/patches')
-rw-r--r-- | mail/ezmlm-idx/patches/patch-aa | 8 | ||||
-rw-r--r-- | mail/ezmlm-idx/patches/patch-ab | 6 | ||||
-rw-r--r-- | mail/ezmlm-idx/patches/patch-ac | 13 |
3 files changed, 20 insertions, 7 deletions
diff --git a/mail/ezmlm-idx/patches/patch-aa b/mail/ezmlm-idx/patches/patch-aa index 436b2a81671..241a9df0c86 100644 --- a/mail/ezmlm-idx/patches/patch-aa +++ b/mail/ezmlm-idx/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.2 2004/07/19 23:50:22 schmonz Exp $ +$NetBSD: patch-aa,v 1.3 2004/12/21 03:42:25 schmonz Exp $ ---- idx.h.orig 2004-06-03 01:17:13.000000000 -0400 +--- idx.h.orig 2004-11-25 11:41:02.000000000 -0500 +++ idx.h -@@ -237,7 +237,7 @@ +@@ -244,7 +244,7 @@ /* ezmlm-make looks first (unless the -c switch is specified) before */ /* falling back to the (usually unchanged) version in the ezmlm bin */ /* directory. */ @@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.2 2004/07/19 23:50:22 schmonz Exp $ /* same name added to auto_bin. Note leading slash! */ #define TXT_EZMLMRC "/ezmlmrc" -@@ -252,7 +252,7 @@ +@@ -259,7 +259,7 @@ #define TXT_LOOPNUM "loopnum" /* ezmlm-cgi config file for normal SUID root install */ diff --git a/mail/ezmlm-idx/patches/patch-ab b/mail/ezmlm-idx/patches/patch-ab index c3b422638e5..0e0747adf58 100644 --- a/mail/ezmlm-idx/patches/patch-ab +++ b/mail/ezmlm-idx/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.1 2003/03/21 17:31:37 jmmv Exp $ +$NetBSD: patch-ab,v 1.2 2004/12/21 03:42:25 schmonz Exp $ ---- BIN.orig 2003-03-21 18:19:14.000000000 +0100 +--- BIN.orig 2004-12-20 22:13:47.000000000 -0500 +++ BIN -@@ -21,9 +21,6 @@ c:::755:/:ezmlm-split: +@@ -22,9 +22,6 @@ c:::755:/:ezmlm-split: c:::755:/:ezmlm-moderate: c:::755:/:ezmlm-sub: c:::755:/:ezmlm-unsub: diff --git a/mail/ezmlm-idx/patches/patch-ac b/mail/ezmlm-idx/patches/patch-ac new file mode 100644 index 00000000000..604d305dc8f --- /dev/null +++ b/mail/ezmlm-idx/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2004/12/21 03:42:25 schmonz Exp $ + +--- Makefile.orig 2004-12-20 22:32:47.000000000 -0500 ++++ Makefile +@@ -1201,7 +1201,7 @@ ezmlmsubrc.0 ezmlm-mktab.0 ezmlm-split.0 + getopt.0 now.0 sgetopt.0 stralloc.0 subfd.0 subgetopt.0 substdio.0 \ + substdio_copy.0 substdio_in.0 substdio_out.0 surf.0 surfpcs.0 wait.0 \ + ezmlm-clean.0 ezmlm-moderate.0 ezmlm-store.0 ezmlm-request.0 ezmlmrc.0 \ +-ezmlm-limit.0 ++ezmlm-limit.0 ezmlm-confirm.0 + + mime.a: \ + makelib concatHDR.o decodeHDR.o unfoldHDR.o \ |