pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/cyrus-imapd22 Fix a typo that was causing SIGSEV ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e442953839a
branches:  trunk
changeset: 479316:0e442953839a
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 11 22:09:04 2004 +0000

description:
Fix a typo that was causing SIGSEV on NetBSD/sparc64.  This is already
fixed in the main Cyrus sources.  Fix from <seb>.

diffstat:

 mail/cyrus-imapd22/Makefile         |   3 ++-
 mail/cyrus-imapd22/distinfo         |   4 ++--
 mail/cyrus-imapd22/patches/patch-an |  18 ++++++++++++++++++
 3 files changed, 22 insertions(+), 3 deletions(-)

diffs (48 lines):

diff -r c3cea9c7a0d0 -r 0e442953839a mail/cyrus-imapd22/Makefile
--- a/mail/cyrus-imapd22/Makefile       Wed Aug 11 21:20:30 2004 +0000
+++ b/mail/cyrus-imapd22/Makefile       Wed Aug 11 22:09:04 2004 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/08/11 22:09:04 jlam Exp $
 
 DISTNAME=      cyrus-imapd-2.2.8
+PKGREVISION=   1
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
                ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/
diff -r c3cea9c7a0d0 -r 0e442953839a mail/cyrus-imapd22/distinfo
--- a/mail/cyrus-imapd22/distinfo       Wed Aug 11 21:20:30 2004 +0000
+++ b/mail/cyrus-imapd22/distinfo       Wed Aug 11 22:09:04 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2004/07/29 20:04:02 recht Exp $
+$NetBSD: distinfo,v 1.11 2004/08/11 22:09:04 jlam Exp $
 
 SHA1 (cyrus-imapd-2.2.8.tar.gz) = ee9e52598728d77d69850db3781aa4388d9a453a
 Size (cyrus-imapd-2.2.8.tar.gz) = 1937828 bytes
-SHA1 (patch-aa) = 06a58db2587eee15ca773386e0e123095ed4f9c9
 SHA1 (patch-af) = 57ae4ef1a5ab39dfe22472945f4eccd29d70fb88
 SHA1 (patch-al) = a0e4d20bd11bf78f6ed2e8ee9e3cc7b8d7ba35c1
 SHA1 (patch-am) = 1508cc8520632628fba6f8a5658fe10ff801ecdd
+SHA1 (patch-an) = 4269f1c3be1ffb015bccb71c9d4f3d1347276b34
diff -r c3cea9c7a0d0 -r 0e442953839a mail/cyrus-imapd22/patches/patch-an
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/mail/cyrus-imapd22/patches/patch-an       Wed Aug 11 22:09:04 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-an,v 1.1 2004/08/11 22:09:04 jlam Exp $
+
+--- sieve/bc_generate.c.orig   Wed Oct 22 14:03:24 2003
++++ sieve/bc_generate.c
+@@ -347,11 +347,11 @@ static int bc_test_generate(int codep, b
+       }
+ 
+       /*headers*/
+-      codep = bc_stringlist_generate(codep, retval, t->u.h.sl);
++      codep = bc_stringlist_generate(codep, retval, t->u.ae.sl);
+       if (codep == -1) return -1;
+ 
+       /*patterns*/
+-      codep = bc_stringlist_generate(codep, retval, t->u.h.pl);
++      codep = bc_stringlist_generate(codep, retval, t->u.ae.pl);
+       if (codep == -1) return -1;
+      
+       break;



Home | Main Index | Thread Index | Old Index