repair rimap support (more packets in response)
This commit is contained in:
parent
a166382d72
commit
059c3f481d
@ -9,7 +9,7 @@
|
|||||||
Summary: The Cyrus SASL library
|
Summary: The Cyrus SASL library
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.23
|
Version: 2.1.23
|
||||||
Release: 21%{?dist}
|
Release: 22%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
||||||
@ -43,6 +43,7 @@ Patch36: cyrus-sasl-2.1.23-ac-quote.patch
|
|||||||
Patch37: cyrus-sasl-2.1.23-race.patch
|
Patch37: cyrus-sasl-2.1.23-race.patch
|
||||||
Patch38: cyrus-sasl-2.1.23-pam_rhosts.patch
|
Patch38: cyrus-sasl-2.1.23-pam_rhosts.patch
|
||||||
Patch39: cyrus-sasl-2.1.23-ntlm.patch
|
Patch39: cyrus-sasl-2.1.23-ntlm.patch
|
||||||
|
Patch40: cyrus-sasl-2.1.23-rimap2.patch
|
||||||
|
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: autoconf, automake, libtool, gdbm-devel, groff
|
BuildRequires: autoconf, automake, libtool, gdbm-devel, groff
|
||||||
@ -165,6 +166,7 @@ chmod -x include/*.h
|
|||||||
%patch37 -p1 -b .race
|
%patch37 -p1 -b .race
|
||||||
%patch38 -p1 -b .pam_rhosts
|
%patch38 -p1 -b .pam_rhosts
|
||||||
%patch39 -p1 -b .ntlm
|
%patch39 -p1 -b .ntlm
|
||||||
|
%patch40 -p1 -b .rimap2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME - we remove these files directly so that we can avoid using the -f
|
# FIXME - we remove these files directly so that we can avoid using the -f
|
||||||
@ -445,6 +447,9 @@ exit 0
|
|||||||
%{_sbindir}/sasl2-shared-mechlist
|
%{_sbindir}/sasl2-shared-mechlist
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 1 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-22
|
||||||
|
- repair rimap support (more packets in response)
|
||||||
|
|
||||||
* Wed May 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-21
|
* Wed May 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-21
|
||||||
- repair ntlm support
|
- repair ntlm support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user