From 26f3cd005e3b72cf4c6ddbd028d583abfc1cbeb8 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Apr 27 2006 19:13:11 +0000 Subject: - add unapplied patch which makes the DIGEST-MD5 plugin omit the realm argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set to a non-zero value, for testing purposes - add missing buildrequires on zlib-devel (#190113) --- diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 590beaa..9f0da58 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -32,11 +32,12 @@ Patch19: cyrus-sasl-2.1.21-openssl-098.patch Patch20: cyrus-sasl-2.1.21-openldap-2.3.patch Patch21: cyrus-sasl-2.1.21-no-static-deps.patch Patch22: cyrus-sasl-2.1.21-gssapi-generic.patch +Patch23: cyrus-sasl-2.1.19-omit_realm.patch Patch50: db-4.3.27-initmem.patch Buildroot: %{_tmppath}/%{name}-root BuildPrereq: autoconf, automake, libtool, gdbm-devel, groff BuildPrereq: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig -BuildPrereq: mysql-devel, postgresql-devel +BuildPrereq: mysql-devel, postgresql-devel, zlib-devel Prereq: /sbin/ldconfig, chkconfig, /sbin/service %description @@ -140,6 +141,7 @@ popd %patch20 -p1 -b .openldap-2.3 %patch21 -p1 -b .no-static-deps %patch22 -p1 -b .gssapi-generic +#%patch23 -p1 -b .omit_realm # FIXME - this is just weird rm config/ltconfig config/libtool.m4 rm -fr autom4te.cache @@ -409,6 +411,12 @@ fi %{_sbindir}/sasl2-shared-mechlist %changelog +* Thu Apr 27 2006 Nalin Dahyabhai 2.1.21-11 +- add unapplied patch which makes the DIGEST-MD5 plugin omit the realm + argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set to a + non-zero value, for testing purposes +- add missing buildrequires on zlib-devel (#190113) + * Mon Feb 20 2006 Nalin Dahyabhai 2.1.21-10 - add missing buildrequires on gdbm-devel (Karsten Hopp)