diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-19 23:50:22 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-19 23:50:22 +0000 |
commit | 19b86ea9df26fab108c71de89cfa035605651f9c (patch) | |
tree | 0473cdc765b83f69be136f55056082d482aaba84 /mail/ezmlm-idx/patches | |
parent | 2ac2070713131617e6b591f8323c3cbf770f2271 (diff) | |
download | pkgsrc-19b86ea9df26fab108c71de89cfa035605651f9c.tar.gz |
Update ezmlm-idx to 0.421. From the changelog:
ezmlm-idx-0.421, 20040602
=========================
-Updated ezmlmrc.fr. Thanks Jean-Marc Lasgouttes.
-Fixed bug in ezmlm-request when dealing with continuation lines.
Thanks Sami Farin.
-Replaced many library with public-domain sources.
-Fixed "log" function conflicting with built-in math function.
-Fixed problem with "test -e" in makelang.sh for Solaris.
-Fixed typo bug in ezmlm-cron.
-Fixed uses of "head -#" and "tail -#" to "head -n #" and "tail -n #".
ezmlm-idx-0.42, 20040114 (New maintainer: Bruce Guenter <bruceg@em.ca>)
=======================================================================
-The ezmlmrc.* files were broken into two parts, to make them easier to
write and maintain. The language specific parts are stored in the
"lang" subdirectory.
-Updated ezmlm-cgi to version 1.18, which includes the no banner
security fix.
-Added ezmlmrc.hu. Thanks Julian Severn-nek http://js.hu/
-Added ezmlmrc.nl. Thanks Willem
-Fixed problem in ezmlm-send munging MIME attachments using implicit
content types. Thanks Ed
-Fixed typo in ezmlm-unsub -- manual unsubscriptions would be
erroneously logged as "+manual"
-Fixed ezmlm-gate to handle the -Q option. Thanks Bjoern Hansen.
-Fixed internal bug calling decodeHDR.
-Fix ezmlm-manage to properly send subscription confirmation to
moderators. Thanks Mate Wierdl.
-Portability and bug fixes to ezmlm-test.
-Added a "dry-run" option to ezmlm-gate.
-Fixed ezmlm-send to fully handle QMQP relaying. Thanks Bernhard Graf.
-Fixed ezmlm-gate to use "/bin/sh" consistently. Thanks Bernhard Graf.
-Fixed ezmlm-cgi's output of non-standard port numbers.
-Fixed message archiving in subscribe-only moderated lists.
pkgsrc changes:
Set RESTRICTED directly in this package, rather than in
../ezmlm/Makefile.common, and clarify: in addition to the reasons
we cannot redistribute binary packages of ezmlm, ezmlm-idx is a
modification of the ezmlm source.
Set USE_BUILDLINK3=yes.
Introduce EZMLM_IDX_USE_{MY,PG}SQL. Each builds and runs, but I
haven't tested the database functions.
Diffstat (limited to 'mail/ezmlm-idx/patches')
-rw-r--r-- | mail/ezmlm-idx/patches/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/ezmlm-idx/patches/patch-aa b/mail/ezmlm-idx/patches/patch-aa index 59f2df2dd41..436b2a81671 100644 --- a/mail/ezmlm-idx/patches/patch-aa +++ b/mail/ezmlm-idx/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2003/03/21 17:31:37 jmmv Exp $ +$NetBSD: patch-aa,v 1.2 2004/07/19 23:50:22 schmonz Exp $ ---- idx.h.orig 1999-12-24 21:15:01.000000000 +0100 +--- idx.h.orig 2004-06-03 01:17:13.000000000 -0400 +++ idx.h -@@ -238,7 +238,7 @@ +@@ -237,7 +237,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.1 2003/03/21 17:31:37 jmmv Exp $ /* same name added to auto_bin. Note leading slash! */ #define TXT_EZMLMRC "/ezmlmrc" -@@ -253,7 +253,7 @@ +@@ -252,7 +252,7 @@ #define TXT_LOOPNUM "loopnum" /* ezmlm-cgi config file for normal SUID root install */ |