|
@@ -10,7 +10,7 @@
|
|
|
Summary: The Cyrus SASL library.
|
|
|
Name: cyrus-sasl
|
|
|
Version: 2.1.23
|
|
|
-Release: 8%{_dist_release}
|
|
|
+Release: 9%{_dist_release}
|
|
|
License: BSD
|
|
|
Group: System Environment/Libraries
|
|
|
Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
|
@@ -41,6 +41,8 @@ Patch28: cyrus-sasl-2.1.21-keytab.patch
|
|
|
Patch100: cyrus-sasl-2.1.22-db4.patch
|
|
|
Patch101: cyrus-sasl-2.1.23-gcc44.patch
|
|
|
|
|
|
+Patch102: configure.patch
|
|
|
+
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: autoconf, automake, libtool
|
|
|
# Note: berkeley db for sasl2, gdbm for sasl1.
|
|
@@ -231,6 +233,8 @@ chmod -x include/*.h
|
|
|
%patch100 -p1 -b .db48
|
|
|
%patch101 -p1 -b .gcc44
|
|
|
|
|
|
+%patch102 -p0 -b .configure
|
|
|
+
|
|
|
# FIXME - we remove these files directly so that we can avoid using the -f
|
|
|
# flag, which has a nasty habit of overwriting files like COPYING.
|
|
|
rm -f config/config.guess config/config.sub
|
|
@@ -554,6 +558,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Mon Aug 22 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.1.23-9
|
|
|
+- fixed pam support.
|
|
|
+- fixed MySQL support.
|
|
|
+
|
|
|
* Tue Apr 12 2011 Shu KONNO <owa@bg.wakwak.com> 2.1.23-8
|
|
|
- rebuilt with postgresql-9.0.3
|
|
|
|