fix: #480138 - assertion failed: libcyr_cfg.c: cyrus_options[opt].opt ==

opt
This commit is contained in:
Michal Hlavinka 2009-01-21 13:50:36 +00:00
parent 2bab04fe5f
commit 058d90e8e8
2 changed files with 11 additions and 8 deletions

View File

@ -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 @@

View File

@ -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 <mhlavink@redhat.com> - 2.3.13-2
- fix: #480138 - assertion failed: libcyr_cfg.c: cyrus_options[opt].opt == opt
* Tue Jan 13 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.13-1
- updated to 2.3.13