diff --git a/cyrus-imapd-2.3.1-authid_normalize.patch b/cyrus-imapd-2.3.1-authid_normalize.patch index f3f0334..4269446 100644 --- a/cyrus-imapd-2.3.1-authid_normalize.patch +++ b/cyrus-imapd-2.3.1-authid_normalize.patch @@ -1,14 +1,14 @@ --- cyrus-imapd-2.3.13/lib/libcyr_cfg.h.authid_normalize 2008-07-30 18:03:39.000000000 +0200 +++ cyrus-imapd-2.3.13/lib/libcyr_cfg.h 2009-01-13 11:41:59.000000000 +0100 -@@ -100,6 +100,8 @@ - CYRUSOPT_BERKELEY_TXNS_MAX, - /* RFC 2086 right which allows DELETE ("c") */ - CYRUSOPT_DELETERIGHT, +@@ -112,6 +112,8 @@ enum cyrus_opt { + CYRUSOPT_SQL_PASSWD, + /* Secure SQL connection (OFF) */ + CYRUSOPT_SQL_USESSL, + /* Lowercase uid and strip leading and trailing blanks (OFF) */ + CYRUSOPT_NORMALIZEUID, - /* SQL database */ - CYRUSOPT_SQL_DATABASE, - /* SQL engine ("mysql") */ + + CYRUSOPT_LAST + --- cyrus-imapd-2.3.13/lib/auth_unix.c.authid_normalize 2009-01-13 11:38:08.000000000 +0100 +++ cyrus-imapd-2.3.13/lib/auth_unix.c 2009-01-13 11:38:08.000000000 +0100 @@ -155,10 +155,12 @@ diff --git a/cyrus-imapd.spec b/cyrus-imapd.spec index 6439cec..2386db4 100644 --- a/cyrus-imapd.spec +++ b/cyrus-imapd.spec @@ -1,7 +1,7 @@ %define upstream_ver 2.3.13 Name: cyrus-imapd Version: 2.3.13 -Release: 1%{?dist} +Release: 2%{?dist} # ********************** BUILD TIME OPTIONS START ********************** @@ -786,6 +786,9 @@ fi %{_mandir}/man1/* %changelog +* Wed Jan 21 2009 Michal Hlavinka - 2.3.13-2 +- fix: #480138 - assertion failed: libcyr_cfg.c: cyrus_options[opt].opt == opt + * Tue Jan 13 2009 Michal Hlavinka - 2.3.13-1 - updated to 2.3.13