Codebase list cyrus-imapd / 3b62cbe
Update patches for the 2.4.17+caldav~beta9 release Ondřej Surý 10 years ago
4 changed file(s) with 8 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
1717 srcdir = @srcdir@
1818 --- cyrus-imapd-2.4.orig/imap/Makefile.in
1919 +++ cyrus-imapd-2.4/imap/Makefile.in
20 @@ -77,8 +77,8 @@ LIB_WRAP = @LIB_WRAP@
20 @@ -78,8 +78,8 @@ LIB_WRAP = @LIB_WRAP@
2121 LIBS = $(IMAP_LIBS) $(IMAP_COM_ERR_LIBS)
2222 DEPLIBS = ../lib/libcyrus.a ../lib/libcyrus_min.a @DEPLIBS@
2323
77 @DPATCH@
88 --- cyrus-imapd-2.4.orig/imap/global.c
99 +++ cyrus-imapd-2.4/imap/global.c
10 @@ -110,6 +110,9 @@ int session_id_count = 0;
10 @@ -111,6 +111,9 @@ int session_id_count = 0;
1111
1212 strarray_t *suppressed_capabilities = NULL;
1313
1717 /* Called before a cyrus application starts (but after command line parameters
1818 * are read) */
1919 int cyrus_init(const char *alt_config, const char *ident, unsigned flags)
20 @@ -137,7 +140,9 @@ int cyrus_init(const char *alt_config, c
20 @@ -138,7 +141,9 @@ int cyrus_init(const char *alt_config, c
2121
2222 /* xxx we lose here since we can't have the prefix until we load the
2323 * config file */
1313
1414 --- cyrus-imapd-2.4.orig/configure.in
1515 +++ cyrus-imapd-2.4/configure.in
16 @@ -1561,7 +1561,11 @@ enum {
16 @@ -1571,7 +1571,11 @@ enum {
1717 SQUAT_ENGINE = 1,
1818
1919 /* should we have long LMTP error messages? */
1616
1717 --- cyrus-imapd-2.4.orig/imap/global.c
1818 +++ cyrus-imapd-2.4/imap/global.c
19 @@ -224,6 +224,8 @@ int cyrus_init(const char *alt_config, c
19 @@ -227,6 +227,8 @@ int cyrus_init(const char *alt_config, c
2020 config_getswitch(IMAPOPT_UNIX_GROUP_ENABLE));
2121 libcyrus_config_setswitch(CYRUSOPT_USERNAME_TOLOWER,
2222 config_getswitch(IMAPOPT_USERNAME_TOLOWER));
6565
6666 --- cyrus-imapd-2.4.orig/lib/imapoptions
6767 +++ cyrus-imapd-2.4/lib/imapoptions
68 @@ -1572,6 +1572,11 @@ product version in the capabilities */
69 the special use flag "\Drafts" added. Later versions of Cyrus
70 have a much more flexible RFC 6154 compatible system. */
68 @@ -1579,6 +1579,11 @@ product version in the capabilities */
69 /* The absolute path to the zoneinfo db file. If not specified,
70 will be confdir/zoneinfo.db */
7171
7272 +{ "normalizeuid", 0, SWITCH }
7373 +/* Lowercase uid and strip leading and trailing blanks. It is recommended