updated to 2.4.14
This commit is contained in:
parent
490dc9e17e
commit
6258b3d10c
@ -1,6 +1,6 @@
|
|||||||
diff -up cyrus-imapd-2.3.15/lib/auth_unix.c.authid_normalize cyrus-imapd-2.3.15/lib/auth_unix.c
|
diff -up cyrus-imapd-2.4.14/lib/auth_unix.c.authid_normalize cyrus-imapd-2.4.14/lib/auth_unix.c
|
||||||
--- cyrus-imapd-2.3.15/lib/auth_unix.c.authid_normalize 2009-09-18 11:53:47.183115911 +0200
|
--- cyrus-imapd-2.4.14/lib/auth_unix.c.authid_normalize 2012-03-12 12:47:51.000000000 +0100
|
||||||
+++ cyrus-imapd-2.3.15/lib/auth_unix.c 2009-09-18 11:53:47.252115833 +0200
|
+++ cyrus-imapd-2.4.14/lib/auth_unix.c 2012-03-14 10:49:50.679822894 +0100
|
||||||
@@ -156,10 +156,12 @@ const char *identifier;
|
@@ -156,10 +156,12 @@ const char *identifier;
|
||||||
size_t len;
|
size_t len;
|
||||||
{
|
{
|
||||||
@ -37,25 +37,25 @@ diff -up cyrus-imapd-2.3.15/lib/auth_unix.c.authid_normalize cyrus-imapd-2.3.15/
|
|||||||
return retbuf;
|
return retbuf;
|
||||||
}
|
}
|
||||||
|
|
||||||
diff -up cyrus-imapd-2.3.15/lib/imapoptions.authid_normalize cyrus-imapd-2.3.15/lib/imapoptions
|
diff -up cyrus-imapd-2.4.14/lib/imapoptions.authid_normalize cyrus-imapd-2.4.14/lib/imapoptions
|
||||||
--- cyrus-imapd-2.3.15/lib/imapoptions.authid_normalize 2009-09-18 11:53:47.244115877 +0200
|
--- cyrus-imapd-2.4.14/lib/imapoptions.authid_normalize 2012-03-12 12:47:51.000000000 +0100
|
||||||
+++ cyrus-imapd-2.3.15/lib/imapoptions 2009-09-18 11:53:47.260115873 +0200
|
+++ cyrus-imapd-2.4.14/lib/imapoptions 2012-03-14 11:01:11.020256349 +0100
|
||||||
@@ -1217,6 +1217,11 @@ product version in the capabilities */
|
@@ -844,6 +844,11 @@ Blank lines and lines beginning with ``#
|
||||||
interface, otherwise the user is assumed to be in the default
|
/* Set the length of the NNTP server's inactivity autologout timer,
|
||||||
domain (if set). */
|
in minutes. The minimum value is 3, the default. */
|
||||||
|
|
||||||
+{ "normalizeuid", 0, SWITCH }
|
+{ "normalizeuid", 0, SWITCH }
|
||||||
+/* Lowercase uid and strip leading and trailing blanks. It is recommended
|
+/* Lowercase uid and strip leading and trailing blanks. It is recommended
|
||||||
+ to set this to yes, especially if OpenLDAP is used as authentication
|
+ to set this to yes, especially if OpenLDAP is used as authentication
|
||||||
+ source. */
|
+ source. */
|
||||||
+
|
+
|
||||||
/*
|
{ "notifysocket", "{configdirectory}/socket/notify", STRING }
|
||||||
.SH SEE ALSO
|
/* Unix domain socket that the mail notification daemon listens on. */
|
||||||
.PP
|
|
||||||
diff -up cyrus-imapd-2.3.15/lib/libcyr_cfg.c.authid_normalize cyrus-imapd-2.3.15/lib/libcyr_cfg.c
|
diff -up cyrus-imapd-2.4.14/lib/libcyr_cfg.c.authid_normalize cyrus-imapd-2.4.14/lib/libcyr_cfg.c
|
||||||
--- cyrus-imapd-2.3.15/lib/libcyr_cfg.c.authid_normalize 2009-03-31 06:43:20.000000000 +0200
|
--- cyrus-imapd-2.4.14/lib/libcyr_cfg.c.authid_normalize 2012-03-12 12:47:51.000000000 +0100
|
||||||
+++ cyrus-imapd-2.3.15/lib/libcyr_cfg.c 2009-09-18 11:55:03.436822867 +0200
|
+++ cyrus-imapd-2.4.14/lib/libcyr_cfg.c 2012-03-14 10:49:50.681822910 +0100
|
||||||
@@ -154,6 +154,10 @@ struct cyrusopt_s cyrus_options[] = {
|
@@ -158,6 +158,10 @@ struct cyrusopt_s cyrus_options[] = {
|
||||||
CFGVAL(long, 1),
|
CFGVAL(long, 1),
|
||||||
CYRUS_OPT_SWITCH },
|
CYRUS_OPT_SWITCH },
|
||||||
|
|
||||||
@ -66,10 +66,10 @@ diff -up cyrus-imapd-2.3.15/lib/libcyr_cfg.c.authid_normalize cyrus-imapd-2.3.15
|
|||||||
{ CYRUSOPT_LAST, { NULL }, CYRUS_OPT_NOTOPT }
|
{ CYRUSOPT_LAST, { NULL }, CYRUS_OPT_NOTOPT }
|
||||||
};
|
};
|
||||||
|
|
||||||
diff -up cyrus-imapd-2.3.15/lib/libcyr_cfg.h.authid_normalize cyrus-imapd-2.3.15/lib/libcyr_cfg.h
|
diff -up cyrus-imapd-2.4.14/lib/libcyr_cfg.h.authid_normalize cyrus-imapd-2.4.14/lib/libcyr_cfg.h
|
||||||
--- cyrus-imapd-2.3.15/lib/libcyr_cfg.h.authid_normalize 2009-03-31 06:43:20.000000000 +0200
|
--- cyrus-imapd-2.4.14/lib/libcyr_cfg.h.authid_normalize 2012-03-12 12:47:51.000000000 +0100
|
||||||
+++ cyrus-imapd-2.3.15/lib/libcyr_cfg.h 2009-09-18 11:55:33.267115989 +0200
|
+++ cyrus-imapd-2.4.14/lib/libcyr_cfg.h 2012-03-14 10:49:50.681822910 +0100
|
||||||
@@ -114,6 +114,8 @@ enum cyrus_opt {
|
@@ -116,6 +116,8 @@ enum cyrus_opt {
|
||||||
CYRUSOPT_SQL_USESSL,
|
CYRUSOPT_SQL_USESSL,
|
||||||
/* Checkpoint after every recovery (OFF) */
|
/* Checkpoint after every recovery (OFF) */
|
||||||
CYRUSOPT_SKIPLIST_ALWAYS_CHECKPOINT,
|
CYRUSOPT_SKIPLIST_ALWAYS_CHECKPOINT,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: cyrus-imapd
|
Name: cyrus-imapd
|
||||||
Version: 2.4.13
|
Version: 2.4.14
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
%define ssl_pem_file %{_sysconfdir}/pki/%{name}/%{name}.pem
|
||||||
|
|
||||||
@ -481,6 +481,9 @@ fi
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 14 2012 Michal Hlavinka <mhlavink@redhat.com> - 2.4.14-1
|
||||||
|
- updated to 2.4.14
|
||||||
|
|
||||||
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 2.4.13-3
|
* Tue Feb 07 2012 Michal Hlavinka <mhlavink@redhat.com> - 2.4.13-3
|
||||||
- use PraveTmp in systemd unit file
|
- use PraveTmp in systemd unit file
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user