update to 2.2.8
This release corrects a minor issue found with the handling of Sieve notifications in 2.2.7.
This commit is contained in:
parent
3bc892ae44
commit
8c1180e8d4
3 changed files with 5 additions and 19 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.16 2004/07/29 18:14:44 recht Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2004/07/29 20:04:02 recht Exp $
|
||||
|
||||
DISTNAME= cyrus-imapd-2.2.7
|
||||
PKGREVISION= 1
|
||||
DISTNAME= cyrus-imapd-2.2.8
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ \
|
||||
ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/OLD-VERSIONS/imap/
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.9 2004/07/29 18:14:44 recht Exp $
|
||||
$NetBSD: distinfo,v 1.10 2004/07/29 20:04:02 recht Exp $
|
||||
|
||||
SHA1 (cyrus-imapd-2.2.7.tar.gz) = 9b6a9009015957822789b5fb7ff0d04af1dbda06
|
||||
Size (cyrus-imapd-2.2.7.tar.gz) = 1942391 bytes
|
||||
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
|
||||
|
|
|
@ -1,13 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.3 2004/07/29 18:14:44 recht Exp $
|
||||
|
||||
--- sieve/bc_eval.c.orig 2004-07-12 17:52:18.000000000 +0200
|
||||
+++ sieve/bc_eval.c 2004-07-29 20:09:18.000000000 +0200
|
||||
@@ -975,8 +975,6 @@
|
||||
res = do_notify(notify_list, id, method, options,
|
||||
priority, message);
|
||||
|
||||
- free(options);
|
||||
-
|
||||
break;
|
||||
}
|
||||
case B_DENOTIFY:
|
Loading…
Reference in a new issue