diff options
author | schmonz <schmonz> | 2005-03-13 03:33:31 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2005-03-13 03:33:31 +0000 |
commit | e8894ac317f2493e00077b1b9fb935fba176ff17 (patch) | |
tree | a70a0b9482666d00caf5a14c9b7ce04fec1bd5e1 /mail/ezmlm-idx | |
parent | e73ea1ebce2c254f6c2d8abbfa33a987b2f83b86 (diff) | |
download | pkgsrc-e8894ac317f2493e00077b1b9fb935fba176ff17.tar.gz |
Update to 0.435. This is strictly a bug-fix release, updated during
the freeze for the bug fixes, which are:
-Fixed string realocation bug in ezmlm-manage. Thanks Tom Moertel.
-Tweaked the subscriber log search subject to differentiate it from the
complete subscriber log.
Diffstat (limited to 'mail/ezmlm-idx')
-rw-r--r-- | mail/ezmlm-idx/Makefile | 4 | ||||
-rw-r--r-- | mail/ezmlm-idx/distinfo | 10 | ||||
-rw-r--r-- | mail/ezmlm-idx/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/mail/ezmlm-idx/Makefile b/mail/ezmlm-idx/Makefile index 396fefe7e13..2508da61278 100644 --- a/mail/ezmlm-idx/Makefile +++ b/mail/ezmlm-idx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2005/03/07 09:53:33 uebayasi Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/13 03:33:31 schmonz Exp $ # .include "../../mail/ezmlm/Makefile.common" -DISTNAME= ezmlm-idx-0.434 +DISTNAME= ezmlm-idx-0.435 SITES_${DISTNAME}.tar.gz= http://www.ezmlm.org/archive/${PKGVERSION}/ MAINTAINER= schmonz@NetBSD.org diff --git a/mail/ezmlm-idx/distinfo b/mail/ezmlm-idx/distinfo index 7513a4d0503..6b16e125d5a 100644 --- a/mail/ezmlm-idx/distinfo +++ b/mail/ezmlm-idx/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.10 2005/02/24 09:59:22 agc Exp $ +$NetBSD: distinfo,v 1.11 2005/03/13 03:33:31 schmonz Exp $ -SHA1 (ezmlm-idx-0.434.tar.gz) = 201d4817d4b9fb59087ac9cfbce6dab46e45aee3 -RMD160 (ezmlm-idx-0.434.tar.gz) = 9923092f5f7007eca1ccfab54852eb4d17f344a9 -Size (ezmlm-idx-0.434.tar.gz) = 574455 bytes +SHA1 (ezmlm-idx-0.435.tar.gz) = e29893b88acfc298b5c0714b1cd727c5c7a61809 +RMD160 (ezmlm-idx-0.435.tar.gz) = e055a943f863e472062a9899971c4f1cbadd476a +Size (ezmlm-idx-0.435.tar.gz) = 575035 bytes SHA1 (ezmlm-0.53.tar.gz) = 3a7b618737fed8b774bec69c272d70f4142c1e30 RMD160 (ezmlm-0.53.tar.gz) = 6d366de2d7028a984ba454f1bec9d2d9f495c88b Size (ezmlm-0.53.tar.gz) = 62693 bytes -SHA1 (patch-aa) = 43eded22506645181cea0421489cca69fa7bb744 +SHA1 (patch-aa) = ab64608eb858732f6e27c6aa876574f1293d294e SHA1 (patch-ab) = b80311e9aefe638e2ecc579c3d703c620e2cb064 diff --git a/mail/ezmlm-idx/patches/patch-aa b/mail/ezmlm-idx/patches/patch-aa index cb2eeba3b3d..6b88ab381fd 100644 --- a/mail/ezmlm-idx/patches/patch-aa +++ b/mail/ezmlm-idx/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2005/02/08 05:29:07 schmonz Exp $ +$NetBSD: patch-aa,v 1.6 2005/03/13 03:33:31 schmonz Exp $ ---- idx.h.orig 2005-02-03 18:04:22.000000000 -0500 +--- idx.h.orig 2005-03-08 11:39:29.000000000 -0500 +++ idx.h -@@ -250,7 +250,7 @@ +@@ -251,7 +251,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.5 2005/02/08 05:29:07 schmonz Exp $ /* same name added to auto_bin. Note leading slash! */ #define TXT_EZMLMRC "/ezmlmrc" -@@ -265,7 +265,7 @@ +@@ -266,7 +266,7 @@ #define TXT_LOOPNUM "loopnum" /* ezmlm-cgi config file for normal SUID root install */ |