update to 2.3.14
This commit is contained in:
parent
9d3eccc0b6
commit
a4d0288984
@ -1,3 +1,2 @@
|
||||
cyrus-imapd-2.3.13.tar.gz
|
||||
cyrus-imapd-2.3.13.tar.gz.sig
|
||||
cyrus-imapd-2.3.14.tar.gz
|
||||
cyrus_sharedbackup-0.1.tar.gz
|
||||
|
@ -1671,7 +1671,7 @@
|
||||
/* current namespace */
|
||||
static struct namespace lmtpd_namespace;
|
||||
|
||||
@@ -976,6 +978,86 @@
|
||||
@@ -976,6 +978,86 @@ void shut_down(int code)
|
||||
exit(code);
|
||||
}
|
||||
|
||||
@ -1756,7 +1756,7 @@
|
||||
+
|
||||
+
|
||||
static int verify_user(const char *user, const char *domain, char *mailbox,
|
||||
long quotacheck, struct auth_state *authstate)
|
||||
quota_t quotacheck, struct auth_state *authstate)
|
||||
{
|
||||
@@ -1019,6 +1101,15 @@
|
||||
*/
|
||||
|
@ -1,7 +1,6 @@
|
||||
%define upstream_ver 2.3.13
|
||||
Name: cyrus-imapd
|
||||
Version: 2.3.13
|
||||
Release: 5%{?dist}
|
||||
Version: 2.3.14
|
||||
Release: 1%{?dist}
|
||||
|
||||
# ********************** BUILD TIME OPTIONS START **********************
|
||||
|
||||
@ -97,8 +96,7 @@ URL: http://cyrusimap.web.cmu.edu/
|
||||
#Packager: Simon Matter <simon.matter@invoca.ch>
|
||||
#Vendor: Invoca Systems
|
||||
#Distribution: Invoca Linux Server
|
||||
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{upstream_ver}.tar.gz
|
||||
Source1: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{upstream_ver}.tar.gz.sig
|
||||
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{version}.tar.gz
|
||||
#Source2: http://ftp.gnu.org/gnu/autoconf/autoconf-%{_acversion}.tar.gz
|
||||
Source3: cyrus-deliver-wrapper.c
|
||||
Source4: cyrus-user-procmailrc.template
|
||||
@ -798,7 +796,10 @@ fi
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Apr 1 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.3.13-5
|
||||
* Thu Apr 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 2.3.14-1
|
||||
- updated to 2.3.14
|
||||
|
||||
* Wed Apr 01 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.3.13-5
|
||||
- fix unowned directory (#483336).
|
||||
|
||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.13-4
|
||||
|
Loading…
Reference in New Issue
Block a user