From 059c3f481d4021fc11c92e463b147c41fc1e0ce1 Mon Sep 17 00:00:00 2001 From: Jan F Date: Jun 01 2011 04:13:55 +0000 Subject: repair rimap support (more packets in response) --- diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 5f15c51..731963a 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -9,7 +9,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.23 -Release: 21%{?dist} +Release: 22%{?dist} License: BSD with advertising Group: System Environment/Libraries # 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 Patch38: cyrus-sasl-2.1.23-pam_rhosts.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) BuildRequires: autoconf, automake, libtool, gdbm-devel, groff @@ -165,6 +166,7 @@ chmod -x include/*.h %patch37 -p1 -b .race %patch38 -p1 -b .pam_rhosts %patch39 -p1 -b .ntlm +%patch40 -p1 -b .rimap2 %build # FIXME - we remove these files directly so that we can avoid using the -f @@ -445,6 +447,9 @@ exit 0 %{_sbindir}/sasl2-shared-mechlist %changelog +* Wed Jun 1 2011 Jan F. Chadima - 2.1.23-22 +- repair rimap support (more packets in response) + * Wed May 25 2011 Jan F. Chadima - 2.1.23-21 - repair ntlm support