189981c
%define uid		50
ac2dd98
%define username	saslauth
ac2dd98
%define hint		"Saslauthd user"
ac2dd98
%define homedir		%{_var}/empty/%{username}
ac2dd98
cvsdist 7772258
%define _plugindir2 %{_libdir}/sasl2
1fe49c5
%define bootstrap_cyrus_sasl 0
cvsdist eb2d101
f9c172b
Summary: The Cyrus SASL library
cvsdist ddca9ac
Name: cyrus-sasl
41e32aa
Version: 2.1.23
410f2cd
Release: 9%{?dist}
f9c172b
License: BSD
cvsdist ddca9ac
Group: System Environment/Libraries
f9c172b
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
Steve Conklin d2c2641
# make-no-dlcompatorsrp-tarball.sh removes the "dlcompat" subdirectory and builds a
afaa1d0
# new tarball.
Steve Conklin a3217ff
Source0: cyrus-sasl-%{version}-nodlcompatorsrp.tar.gz
cvsdist ae3a54e
Source4: saslauthd.init
cvsdist eb2d101
Source7: sasl-mechlist.c
cvsdist 94949f3
Source8: sasl-checkpass.c
cvsdist 94949f3
Source9: saslauthd.sysconfig
Steve Conklin d2c2641
Source10: make-no-dlcompatorsrp-tarball.sh
cvsdist ddca9ac
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
cvsdist 39e183a
Patch11: cyrus-sasl-2.1.18-no_rpath.patch
77ce9f7
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
48b481c
Patch23: cyrus-sasl-2.1.23-man.patch
1fe49c5
Patch24: cyrus-sasl-2.1.21-sizes.patch
c36565a
Patch25: cyrus-sasl-2.1.22-typo.patch
f9c172b
Patch26: cyrus-sasl-2.1.22-digest-commas.patch
f9c172b
Patch27: cyrus-sasl-2.1.22-automake-1.10.patch
f9c172b
Patch28: cyrus-sasl-2.1.21-keytab.patch
efba920
Patch30: cyrus-sasl-2.1.22-rimap.patch
efba920
Patch31: cyrus-sasl-2.1.22-kerberos4.patch
57b2bbb
Patch32: cyrus-sasl-2.1.22-warnings.patch
2009bcd
Patch33: cyrus-sasl-2.1.22-current-db.patch
6230a71
Patch34: cyrus-sasl-2.1.22-ldap-timeout.patch
1814ca1
Patch35: cyrus-sasl-2.1.22-bad-elif.patch
602a7c0
Patch36: cyrus-sasl-2.1.23-ac-quote.patch
410f2cd
Patch37: cyrus-sasl-2.1.23-race.patch
57b2bbb
f9c172b
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f9c172b
BuildRequires: autoconf, automake, libtool, gdbm-devel, groff
f9c172b
BuildRequires: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig
f9c172b
BuildRequires: mysql-devel, postgresql-devel, zlib-devel
57b2bbb
BuildRequires: db4-devel
189981c
BuildRequires: fedora-usermgmt-devel
1fe49c5
%if ! %{bootstrap_cyrus_sasl}
f9c172b
BuildRequires: openldap-devel
1fe49c5
%endif
f9c172b
Requires(post): chkconfig, /sbin/service
ac2dd98
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd
ac2dd98
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel
ac2dd98
Requires: /sbin/nologin
189981c
Provides: user(%username) = %uid
189981c
Provides: group(%username) = %uid
ac2dd98
cvsdist ddca9ac
cvsdist ddca9ac
%description
cvsdist 7772258
The %{name} package contains the Cyrus implementation of SASL.
cvsdist 9a472b2
SASL is the Simple Authentication and Security Layer, a method for
cvsdist 9a472b2
adding authentication support to connection-based protocols.
cvsdist ddca9ac
77ce9f7
%package lib
77ce9f7
Group: System Environment/Libraries
f9c172b
Summary: Shared libraries needed by applications which use Cyrus SASL
77ce9f7
77ce9f7
%description lib
77ce9f7
The %{name}-lib package contains shared libraries which are needed by
77ce9f7
applications which use the Cyrus SASL library.
77ce9f7
cvsdist bd7c4f8
%package devel
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
Steve Conklin 0673b70
Requires: %{name} = %{version}-%{release}
cvsdist bd7c4f8
Group: Development/Libraries
f9c172b
Summary: Files needed for developing applications with Cyrus SASL
cvsdist bd7c4f8
cvsdist bd7c4f8
%description devel
cvsdist 7772258
The %{name}-devel package contains files needed for developing and
cvsdist bd7c4f8
compiling applications which use the Cyrus SASL library.
cvsdist bd7c4f8
cvsdist bd7c4f8
%package gssapi
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
cvsdist bd7c4f8
Group: System Environment/Libraries
f9c172b
Summary: GSSAPI authentication support for Cyrus SASL
cvsdist bd7c4f8
cvsdist bd7c4f8
%description gssapi
cvsdist 7772258
The %{name}-gssapi package contains the Cyrus SASL plugins which
cvsdist 9a472b2
support GSSAPI authentication. GSSAPI is commonly used for Kerberos
cvsdist 9a472b2
authentication.
cvsdist bd7c4f8
cvsdist 12ae559
%package plain
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
cvsdist 12ae559
Group: System Environment/Libraries
f9c172b
Summary: PLAIN and LOGIN authentication support for Cyrus SASL
cvsdist 12ae559
cvsdist 12ae559
%description plain
cvsdist 7772258
The %{name}-plain package contains the Cyrus SASL plugins which support
cvsdist 12ae559
PLAIN and LOGIN authentication schemes.
cvsdist 12ae559
cvsdist 12ae559
%package md5
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
cvsdist 12ae559
Group: System Environment/Libraries
f9c172b
Summary: CRAM-MD5 and DIGEST-MD5 authentication support for Cyrus SASL
cvsdist 12ae559
cvsdist 12ae559
%description md5
cvsdist 7772258
The %{name}-md5 package contains the Cyrus SASL plugins which support
cvsdist 12ae559
CRAM-MD5 and DIGEST-MD5 authentication schemes.
cvsdist 12ae559
cvsdist 2d0875b
%package ntlm
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
cvsdist 2d0875b
Group: System Environment/Libraries
f9c172b
Summary: NTLM authentication support for Cyrus SASL
cvsdist 2d0875b
cvsdist 2d0875b
%description ntlm
cvsdist 2d0875b
The %{name}-ntlm package contains the Cyrus SASL plugin which supports
b6821c2
the NTLM authentication scheme.
cvsdist 2d0875b
de5ecce
# This would more appropriately be named cyrus-sasl-auxprop-sql.
cvsdist 2d0875b
%package sql
77ce9f7
Requires: %{name}-lib = %{version}-%{release}
cvsdist 2d0875b
Group: System Environment/Libraries
f9c172b
Summary: SQL auxprop support for Cyrus SASL
cvsdist 2d0875b
cvsdist 2d0875b
%description sql
cvsdist 2d0875b
The %{name}-sql package contains the Cyrus SASL plugin which supports
cvsdist 2d0875b
using a RDBMS for storing shared secrets.
cvsdist 2d0875b
6779c4c
%if ! %{bootstrap_cyrus_sasl}
de5ecce
# This was *almost* named cyrus-sasl-auxprop-ldapdb, but that's a lot of typing.
de5ecce
%package ldap
de5ecce
Requires: %{name}-lib = %{version}-%{release}
de5ecce
Group: System Environment/Libraries
f9c172b
Summary: LDAP auxprop support for Cyrus SASL
de5ecce
de5ecce
%description ldap
de5ecce
The %{name}-ldap package contains the Cyrus SASL plugin which supports using
de5ecce
a directory server, accessed using LDAP, for storing shared secrets.
6779c4c
%endif
de5ecce
cvsdist ddca9ac
%prep
57b2bbb
%setup -q
f9c172b
chmod -x doc/*.html
Steve Conklin 0673b70
chmod -x include/*.h
cvsdist 39e183a
%patch11 -p1 -b .no_rpath
77ce9f7
%patch15 -p1 -b .path
48b481c
%patch23 -p1 -b .man
1fe49c5
%patch24 -p1 -b .sizes
c36565a
%patch25 -p1 -b .typo
f9c172b
%patch26 -p2 -b .digest-commas
f9c172b
%patch27 -p1 -b .automake-1.10
f9c172b
%patch28 -p1 -b .keytab
efba920
%patch30 -p1 -b .rimap
efba920
%patch31 -p1 -b .krb4
57b2bbb
%patch32 -p1 -b .warnings
2009bcd
%patch33 -p1 -b .current-db
6230a71
%patch34 -p1 -b .ldap-timeout
1814ca1
%patch35 -p1 -b .elif
a6feee0
%patch36 -p1 -b .ac-quote
410f2cd
%patch37 -p1 -b .race
f9c172b
a6feee0
%build
f9c172b
# FIXME - we remove these files directly so that we can avoid using the -f
f9c172b
# flag, which has a nasty habit of overwriting files like COPYING.
f9c172b
rm -f config/config.guess config/config.sub 
f9c172b
rm -f config/ltconfig config/ltmain.sh config/libtool.m4
9a7e009
rm -fr autom4te.cache
f9c172b
libtoolize -c
f9c172b
aclocal -I config -I cmulocal
f9c172b
automake -a -c
cvsdist 070f984
autoheader
f9c172b
autoconf
cvsdist 7772258
cvsdist 7772258
pushd saslauthd
f9c172b
rm -f config/config.guess config/config.sub 
f9c172b
rm -f config/ltconfig config/ltmain.sh config/libtool.m4
9a7e009
rm -fr autom4te.cache
f9c172b
libtoolize -c
f9c172b
aclocal -I config -I ../cmulocal -I ../config
f9c172b
automake -a -c
cvsdist 070f984
autoheader
f9c172b
autoconf
cvsdist 7772258
popd
77ce9f7
cvsdist eb2d101
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
cvsdist eb2d101
cvsdist eb2d101
# Find Kerberos.
77ce9f7
krb5_prefix=`krb5-config --prefix`
cvsdist 070f984
if test x$krb5_prefix = x%{_prefix} ; then
f9c172b
        krb5_prefix=
cvsdist 070f984
else
f9c172b
        CPPFLAGS="-I${krb5_prefix}/include"; export CPPFLAGS
f9c172b
        CFLAGS="-I${krb5_prefix}/include $CFLAGS"
f9c172b
        LDFLAGS="-L${krb5_prefix}/%{_lib}"; export LDFLAGS
cvsdist 070f984
fi
f9c172b
f9c172b
# Find OpenSSL.
cvsdist eb2d101
LIBS="-lcrypt"; export LIBS
cvsdist 2d0875b
if pkg-config openssl ; then
f9c172b
        CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"; export CPPFLAGS
f9c172b
        CFLAGS="`pkg-config --cflags openssl` $CFLAGS"; export CFLAGS
f9c172b
        LDFLAGS="`pkg-config --libs-only-L openssl` $LDFLAGS"; export LDFLAGS
cvsdist 2d0875b
fi
cvsdist ae3a54e
cvsdist 2d0875b
# Find the SQL libraries used needed by the SQL auxprop plugin.
d754cff
mysql_config=mysql_config
9a7e009
pg_config=pg_config
9a7e009
SQL_CFLAGS=`${mysql_config} --cflags`" -I"`${pg_config} --includedir`
77ce9f7
SQL_LIBS=`${mysql_config} --libs`" -L"`${pg_config} --libdir`" -lpq"
5d1ec06
SQL_CFLAGS=`eval echo "$SQL_CFLAGS" | sed -e 's,-I%{_includedir}[^/],,g' -e 's,-I%{_includedir}$,,g' -e 's,[[:blank:]]+, ,g'`
5d1ec06
SQL_LIBS=`eval echo "$SQL_LIBS" | sed -e 's,-L%{_libdir}[^/],,g' -e 's,-L%{_libdir}$,,g' -e 's,[[:blank:]]+, ,g'`
cvsdist 2d0875b
SQL_LDFLAGS=`eval echo "$SQL_LIBS" | sed -e 's,-[^L][^ ]*,,g'`
cvsdist 2d0875b
echo $SQL_LDFLAGS
cvsdist 2d0875b
SQL_LIBS=`eval echo "$SQL_LIBS" | sed -e 's,-[^l][^ ]*,,g'`
cvsdist 2d0875b
echo $SQL_LIBS
cvsdist 2d0875b
5d1ec06
cleanup_flags() {
f9c172b
        sed -r -e 's,-D_GNU_SOURCE(=[^[:blank:]]+)?,,g' \
f9c172b
               -e 's,-D_FILE_OFFSET_BITS=[[:digit:]]+,,g' \
f9c172b
               -e 's,-D_LARGEFILE_SOURCE(=[^[:blank:]]+)?,,g' \
f9c172b
               -e 's,[[:blank:]]+, ,g'
5d1ec06
}
5d1ec06
CFLAGS=`echo $CFLAGS $SQL_CFLAGS | cleanup_flags`; export CFLAGS
5d1ec06
CPPFLAGS=`echo $CPPFLAGS $SQL_CFLAGS | cleanup_flags`; export CPPFLAGS
5d1ec06
LDFLAGS=`echo $LDFLAGS $SQL_LDFLAGS | cleanup_flags`; export LDFLAGS
cvsdist 2d0875b
Steve Conklin 0673b70
cvsdist 7772258
%configure \
f9c172b
        --enable-shared --disable-static \
f9c172b
        --disable-java \
f9c172b
        --with-plugindir=%{_plugindir2} \
f9c172b
        --with-configdir=%{_plugindir2}:%{_sysconfdir}/sasl2 \
12a83ee
        --disable-krb4 \
f9c172b
        --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \
f9c172b
        --with-gss_impl=mit \
f9c172b
        --with-rc4 \
f9c172b
        --with-dblib=berkeley \
f9c172b
        --with-saslauthd=/var/run/saslauthd --without-pwcheck \
6779c4c
%if ! %{bootstrap_cyrus_sasl}
f9c172b
        --with-ldap \
6779c4c
%endif
f9c172b
        --with-devrandom=/dev/urandom \
f9c172b
        --enable-anon \
f9c172b
        --enable-cram \
f9c172b
        --enable-digest \
f9c172b
        --enable-ntlm \
f9c172b
        --enable-plain \
f9c172b
        --enable-login \
f9c172b
        --disable-otp \
6779c4c
%if ! %{bootstrap_cyrus_sasl}
f9c172b
        --enable-ldapdb \
6779c4c
%endif
f9c172b
        --enable-sql --with-mysql=%{_prefix} --with-pgsql=%{_prefix} \
f9c172b
        --without-sqlite \
f9c172b
        "$@"
f9c172b
        # --enable-auth-sasldb -- EXPERIMENTAL
cvsdist 070f984
make sasldir=%{_plugindir2}
cvsdist 070f984
make -C saslauthd testsaslauthd
6760712
make -C sample
cvsdist eb2d101
f9c172b
# Build a small program to list the available mechanisms, because I need it.
f9c172b
pushd lib
f9c172b
../libtool --tag=CC --mode=link %{__cc} -o sasl2-shared-mechlist -I../include $CFLAGS %{SOURCE7} $LDFLAGS ./libsasl2.la
bbe0354
Steve Conklin 0673b70
cvsdist ddca9ac
%install
cvsdist 070f984
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
cvsdist eb2d101
cvsdist eb2d101
make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2}
bbe0354
make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2} -C plugins
cvsdist 7772258
f9c172b
install -m755 -d $RPM_BUILD_ROOT%{_bindir}
f9c172b
./libtool --tag=CC --mode=install \
cvsdist 7772258
install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-client
f9c172b
./libtool --tag=CC --mode=install \
cvsdist 7772258
install -m755 sample/server $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-server
f9c172b
./libtool --tag=CC --mode=install \
cvsdist 070f984
install -m755 saslauthd/testsaslauthd $RPM_BUILD_ROOT%{_sbindir}/testsaslauthd
cvsdist 7772258
cvsdist 070f984
# Install the saslauthd mdoc page in the expected location.  Sure, it's not
cvsdist 070f984
# really a man page, but groff seems to be able to cope with it.
cvsdist 7772258
install -m755 -d $RPM_BUILD_ROOT%{_mandir}/man8/
f9c172b
install -m644 -p saslauthd/saslauthd.mdoc $RPM_BUILD_ROOT%{_mandir}/man8/saslauthd.8
cvsdist 7772258
cvsdist 7772258
# Create the saslauthd listening directory.
cvsdist 7772258
install -m755 -d $RPM_BUILD_ROOT/var/run/saslauthd
cvsdist eb2d101
f9c172b
# Install the init script for saslauthd and the init script's config file.
cvsdist 94949f3
install -m755 -d $RPM_BUILD_ROOT/etc/rc.d/init.d $RPM_BUILD_ROOT/etc/sysconfig
f9c172b
install -m755 -p %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/saslauthd
f9c172b
install -m644 -p %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
cvsdist eb2d101
6760712
# Install the config dirs if they're not already there.
6760712
install -m755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/sasl2
6760712
install -m755 -d $RPM_BUILD_ROOT/%{_plugindir2}
6760712
de5ecce
# Provide an easy way to query the list of available mechanisms.
f9c172b
./libtool --tag=CC --mode=install \
f9c172b
install -m755 lib/sasl2-shared-mechlist $RPM_BUILD_ROOT/%{_sbindir}/
cvsdist eb2d101
cvsdist ae3a54e
# Remove unpackaged files from the buildroot.
cvsdist ae3a54e
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/libotp.*
77ce9f7
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.a
Steve Conklin 0673b70
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.la
bbe0354
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist ae3a54e
rm -f $RPM_BUILD_ROOT%{_mandir}/cat8/saslauthd.8
cvsdist ae3a54e
Steve Conklin 0673b70
cvsdist ddca9ac
%clean
cvsdist 070f984
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
cvsdist ddca9ac
ac2dd98
%pre
189981c
%__fe_groupadd %{uid} -r %{username} >/dev/null  2>&1 || :
189981c
%__fe_useradd %{uid} -r -c \"%{hint}\" -g %{username} -s /sbin/nologin -d %{homedir} %{username} >/dev/null 2>&1 || :
ac2dd98
cvsdist 7772258
%post
cvsdist 7772258
/sbin/chkconfig --add saslauthd
cvsdist 7772258
cvsdist 7772258
%preun
77ce9f7
if [ $1 -eq 0 ] ; then
f9c172b
        /sbin/service saslauthd stop 2>&1 > /dev/null
f9c172b
        /sbin/chkconfig --del saslauthd
cvsdist 7772258
fi
cvsdist ddca9ac
cvsdist 7772258
%postun
77ce9f7
if [ $1 -ne 0 ] ; then
f9c172b
        /sbin/service saslauthd condrestart 2>&1 > /dev/null
cvsdist 7772258
fi
189981c
%__fe_userdel %{username} >/dev/null 2>&1 || :
189981c
%__fe_groupdel %{username} >/dev/null 2>&1 || :
cvsdist ddca9ac
77ce9f7
%post lib -p /sbin/ldconfig
77ce9f7
%postun lib -p /sbin/ldconfig
77ce9f7
cvsdist ddca9ac
%files
cvsdist ddca9ac
%defattr(-,root,root)
de5ecce
%doc saslauthd/LDAP_SASLAUTHD
cvsdist 7772258
%dir %{_plugindir2}/
cvsdist bd7c4f8
%{_mandir}/man8/*
6760712
%{_sbindir}/pluginviewer
cvsdist 7772258
%{_sbindir}/saslauthd
cvsdist 070f984
%{_sbindir}/testsaslauthd
cvsdist 94949f3
%config(noreplace) /etc/sysconfig/saslauthd
Steve Conklin 0673b70
/etc/rc.d/init.d/saslauthd
cvsdist 7772258
/var/run/saslauthd
cvsdist ddca9ac
77ce9f7
%files lib
77ce9f7
%defattr(-,root,root)
de5ecce
%doc AUTHORS COPYING NEWS README doc/*.html
77ce9f7
%{_libdir}/libsasl*.so.*
6760712
%dir %{_sysconfdir}/sasl2
bbe0354
%dir %{_plugindir2}/
bbe0354
%{_plugindir2}/*anonymous*.so*
f9c172b
%{_plugindir2}/*sasldb*.so*
f9c172b
%{_sbindir}/saslpasswd2
f9c172b
%{_sbindir}/sasldblistusers2
77ce9f7
cvsdist 240fb37
%files plain
cvsdist 240fb37
%defattr(-,root,root)
cvsdist 7772258
%{_plugindir2}/*plain*.so*
cvsdist 7772258
%{_plugindir2}/*login*.so*
cvsdist 240fb37
6779c4c
%if ! %{bootstrap_cyrus_sasl}
de5ecce
%files ldap
de5ecce
%defattr(-,root,root)
de5ecce
%{_plugindir2}/*ldapdb*.so*
6779c4c
%endif
de5ecce
cvsdist 240fb37
%files md5
cvsdist 240fb37
%defattr(-,root,root)
cvsdist 7772258
%{_plugindir2}/*crammd5*.so*
cvsdist 7772258
%{_plugindir2}/*digestmd5*.so*
cvsdist 240fb37
cvsdist 2d0875b
%files ntlm
cvsdist 2d0875b
%defattr(-,root,root)
cvsdist 2d0875b
%{_plugindir2}/*ntlm*.so*
cvsdist 2d0875b
cvsdist 2d0875b
%files sql
cvsdist 2d0875b
%defattr(-,root,root)
cvsdist 2d0875b
%{_plugindir2}/*sql*.so*
cvsdist 2d0875b
cvsdist 240fb37
%files gssapi
cvsdist 240fb37
%defattr(-,root,root)
cvsdist 7772258
%{_plugindir2}/*gssapi*.so*
cvsdist 240fb37
cvsdist 9ab4e5c
%files devel
cvsdist 9ab4e5c
%defattr(-,root,root)
de5ecce
%doc doc/*.txt
cvsdist 7772258
%{_bindir}/sasl2-sample-client
cvsdist 7772258
%{_bindir}/sasl2-sample-server
cvsdist 7772258
%{_includedir}/*
cvsdist bd7c4f8
%{_libdir}/libsasl*.*so
cvsdist bd7c4f8
%{_mandir}/man3/*
cvsdist eb2d101
%{_sbindir}/sasl2-shared-mechlist
cvsdist bd7c4f8
cvsdist 240fb37
%changelog
410f2cd
* Mon Feb 22 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-9
410f2cd
- solve race condition (#566875)
410f2cd
a6feee0
* Wed Feb 17 2010 Stepan Kasal <skasal@redhat.com> - 2.1.23-8
00d1e65
- improve m4 quoting to fix saslauthd/configure (#566088)
a6feee0
- call autotools in build, not in prep
a6feee0
48b481c
* Fri Feb  5 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-7
48b481c
- Add man page to testtcpauthd (#526189)
48b481c
189981c
* Fri Oct 16 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-6
189981c
- Create the saslauth user according to fedora packaging guide
189981c
1f75ca1
* Thu Sep 24 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-5
d389f22
- Repair initscript to make condrestart working properly (#522103)
d389f22
ac2dd98
* Wed Sep 23 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-3
ac2dd98
- Add possibility to run the saslauth without root privilegies (#185614)
ac2dd98
d77589d
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.23-2
d77589d
- rebuilt with new openssl
d77589d
41e32aa
* Fri Aug  7 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-1
41e32aa
- update to 2.1.23
41e32aa
7c673d9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.22-25
7c673d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7c673d9
41e32aa
* Mon May 11 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.22-24
7ab527c
- repair sasl_encode64 nul termination (#487251)
7ab527c
12a83ee
* Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> - 2.1.22-23
12a83ee
- Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6)
12a83ee
dcd6293
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.22-22
dcd6293
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
dcd6293
1814ca1
* Fri Feb  6 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.22-21
1814ca1
- fix build with gcc-4.4
1814ca1
6230a71
* Fri Jan 23 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.22-20
6230a71
- set LDAP_OPT_TIMEOUT (#326452)
6230a71
- provide LSB compatible init script (#246900)
6230a71
2009bcd
* Fri Sep 26 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-19
2009bcd
- always use the current external db4 when linking,
2009bcd
  thanks to Dan Horak for the original patch (#464098)
2009bcd
2009bcd
* Wed Sep 10 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-18
57b2bbb
- fix most critical build warnings (#433583)
57b2bbb
- use external db4
57b2bbb
da64ac9
* Fri Aug 29 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-17
da64ac9
- always link against the internal db4 (#459163)
da64ac9
- rediff patches for no fuzz
da64ac9
66d2311
* Wed Jul  9 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-16
66d2311
- update internal db4 (#449737)
66d2311
efba920
* Tue Jul  1 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-15
efba920
- drop reload from initscript help (#448154)
efba920
- fix hang in rimap auth method (#438533)
efba920
- build the krb4 plugin (#154675)
efba920
6779c4c
* Fri May 23 2008 Dennis Gilmore <dennis@ausil.us> - 2.1.22-14
6779c4c
- make it so that bootstrap actually works
6779c4c
6779c4c
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.22-13.1
6779c4c
- minor release bump for sparc rebuild
6779c4c
f562e3a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.22-13
f562e3a
- Autorebuild for GCC 4.3
f562e3a
Steve Conklin f3b4da8
* Thu Feb 14 2008 Steve Conklin <sconklin@redhat.com> - 2.1.22-12
Steve Conklin f3b4da8
- rebuild for gcc4.3
Steve Conklin f3b4da8
Steve Conklin 0673b70
* Fri Jan 25 2008 Steve Conklin <sconklin@redhat.com> - 2.1.22-11
Steve Conklin 0673b70
- Cleanup after merge review bz #225673
Steve Conklin 0673b70
- no longer mark /etc/rc.d/init.d/saslauthd as config file
Steve Conklin 0673b70
- removed -x permissions on include files
Steve Conklin 0673b70
- added devel package dependency on cyrus-sasl
Steve Conklin 0673b70
- removed some remaining .la files that were being delivered
Steve Conklin 0673b70
c92499c
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.1.22-10
c92499c
 - Rebuild for deps
c92499c
Steve Conklin a3217ff
* Wed Nov  7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-9
Steve Conklin a3217ff
- Fixed a typo in the spec file
Steve Conklin a3217ff
Steve Conklin d2c2641
* Wed Nov  7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-8
Steve Conklin d2c2641
- Removed srp plugin source and added dist to NVR
Steve Conklin d2c2641
Steve Conklin 86397f8
* Tue Sep 18 2007 Steve Conklin <sconklin@redhat.com> 2.1.22-7
Steve Conklin 86397f8
- use db4 version 4.6.19 bz#249737
Steve Conklin 86397f8
f9c172b
* Mon Feb 26 2007 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-6
f9c172b
- install config files and init scripts using -p
f9c172b
- pull in patch to build with current automake (#229010, Jacek Konieczny
f9c172b
  and Robert Scheck)
f9c172b
- remove prereq on ldconfig, RPM should pick it up based on the -libs
f9c172b
  scriptlets
f9c172b
- pull in patch to correctly detect gsskrb5_register_acceptor_identity
f9c172b
  (#200892, Mirko Streckenbach)
f9c172b
- move sasldb auxprop modules into the -lib subpackage, so that we'll pick
f9c172b
  it up for multilib systems
f9c172b
f9c172b
* Thu Feb 22 2007 Nalin Dahyabhai <nalin@redhat.com>
f9c172b
- pull CVS fix for not tripping over extra commas in digest-md5
f9c172b
  challenges (#229640)
f9c172b
f9c172b
* Fri Feb 16 2007 Nalin Dahyabhai <nalin@redhat.com>
f9c172b
- remove static build, which is no longer a useful option because not all of
f9c172b
  our dependencies are available as static libraries
f9c172b
- drop patches which were needed to keep static builds going
f9c172b
- drop gssapi-generic patch due to lack of interest
f9c172b
- update the bundled copy of db to 4.5.20 (#229012)
f9c172b
- drop dbconverter-2, as we haven't bundled v1 libraries since FC4
f9c172b
b6821c2
* Tue Dec  5 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-5
b6821c2
- rebuild
b6821c2
- add 'authentication' or 'auxprop' to summaries for plugin packages to
b6821c2
  better indicate what the plugin provides
97964c3
- switch from automake 1.9 to automake 1.7
b6821c2
afaa1d0
* Fri Sep 29 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4
afaa1d0
- rebuild without 'dlcompat' bits (#206119)
afaa1d0
fc5c065
* Mon Jul 17 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-3
fc5c065
- rebuild
fc5c065
c36565a
* Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-2
c36565a
- fix a typo in sasl_client_start(3) (#196066)
c36565a
6760712
* Mon May 22 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-1
6760712
- update to 2.1.22, adding pluginviewer to %%{_sbindir}
6760712
1fe49c5
* Tue May 16 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-12
1fe49c5
- add conditionalized build dependency on openldap-devel (#191855)
1fe49c5
- patch md5global.h to be the same on all architectures
1fe49c5
26f3cd0
* Thu Apr 27 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-11
26f3cd0
- add unapplied patch which makes the DIGEST-MD5 plugin omit the realm
26f3cd0
  argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set to a
26f3cd0
  non-zero value, for testing purposes
26f3cd0
- add missing buildrequires on zlib-devel (#190113)
26f3cd0
0135fdc
* Mon Feb 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-10
0135fdc
- add missing buildrequires on gdbm-devel (Karsten Hopp)
0135fdc
9d30b3c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.21-9.2
9d30b3c
- bump again for double-long bug on ppc(64)
9d30b3c
94df530
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.21-9.1
94df530
- rebuilt for new gcc4.1 snapshot and glibc changes
94df530
7db88d7
* Mon Dec 19 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-9
d70f4bd
- use --as-needed to avoid linking dbconverter-2 with SQL libraries, which
7db88d7
  it doesn't use because it manipulates files directly (#173321)
7db88d7
b6478f7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b6478f7
- rebuilt
b6478f7
15c52a1
* Mon Nov 14 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-8
9f83496
- rebuild with new OpenLDAP, overriding the version checks to assume that
9f83496
  2.3.11 is acceptable
15c52a1
- remove a lingering patch for 1.x which we no longer use
15c52a1
ceb370b
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> 2.1.21-7
ceb370b
- Rebuild due to mysql update.
ceb370b
e01baf4
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 2.1.21-6
e01baf4
- rebuilt with new openssl
e01baf4
239fcc0
* Fri Sep  9 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-5
239fcc0
- add missing buildrequires: on groff (#163032)
239fcc0
de5ecce
* Thu Sep  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-4
de5ecce
- move the ldapdb auxprop support into a subpackage (#167300)
de5ecce
  (note: the ldap password check support in saslauthd doesn't use auxprop)
de5ecce
393c65d
* Tue Aug 30 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-3
393c65d
- correct a use of uninitialized memory in the bundled libdb (Arjan van de Ven)
393c65d
bbe0354
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-2
bbe0354
- move the ANONYMOUS mech plugin to the -lib subpackage so that multilib
bbe0354
  systems can use it without installing the main package
bbe0354
- build the static libraries without sql auxprop support
bbe0354
77ce9f7
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-1
77ce9f7
- update to 2.1.21
77ce9f7
- turn off compilation of libsasl v1 (finally)
77ce9f7
- explicitly disable sqlite to avoid the build warning
77ce9f7
- change the default mechanism which is set for saslauthd from "shadow" to
77ce9f7
  "pam" (#159194)
77ce9f7
- split the shared library up from saslauthd so that multilib systems don't
77ce9f7
  have to pull in every dependency of saslauthd for the compat arch (#166749)
77ce9f7
37fd9ea
* Wed Apr 13 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-5
37fd9ea
- rebuild with new deps
37fd9ea
794fcf0
* Tue Mar  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-4
794fcf0
- rebuild with new deps
794fcf0
jbj 60836a1
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.1.20-3
jbj 60836a1
- rebuild against db-4.3.21.
jbj 60836a1
d754cff
* Thu Nov 11 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-2
d754cff
- build with mysql-devel instead of mysqlclient10
d754cff
9a7e009
* Mon Nov  1 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-1
d754cff
- build with mysqlclient10 instead of mysql-devel
9a7e009
9a7e009
* Wed Oct 27 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-0
9a7e009
- update to 2.1.20, including the fix for CAN-2004-0884
9a7e009
56df74c
* Thu Oct  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-3
56df74c
- use notting's fix for incorrect patch for CAN-2004-0884 for 1.5.28
56df74c
f7ff4ae
* Thu Oct  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-2
f7ff4ae
- don't trust the environment in setuid/setgid contexts (CAN-2004-0884, #134660)
f7ff4ae
cvsdist 395b748
* Thu Aug 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-1
cvsdist 395b748
- rebuild (the 2.1.19 changelog for fixing a buffer overflow referred to a CVS
cvsdist 395b748
  revision between 2.1.18 and 2.1.19)
cvsdist 395b748
cvsdist 395b748
* Mon Jul 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-0
cvsdist 395b748
- update to 2.1.19, maybe for update
cvsdist 395b748
cvsdist 0fe10db
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0fe10db
- rebuilt
cvsdist 0fe10db
cvsdist 2d0875b
* Mon Jun  7 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-4
cvsdist 2d0875b
- enable sql auxprop support in a subpackage
cvsdist 2d0875b
- include LDAP_SASLAUTHD documentation file (#124830)
cvsdist 2d0875b
cvsdist 2d0875b
* Fri Jun  4 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 395b748
- turn on ntlm in a subpackage
cvsdist 2d0875b
cvsdist 39e183a
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.1.18-3
cvsdist 39e183a
- removed rpath
cvsdist 39e183a
cvsdist 94949f3
* Tue Mar 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-2
cvsdist 94949f3
- turn on building of libsasl v1 again
cvsdist 94949f3
cvsdist 94949f3
* Fri Mar 12 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-1
cvsdist 94949f3
- update to 2.1.18
cvsdist 94949f3
- saslauthd's ldap code is no longer marked experimental, so we build it
cvsdist 94949f3
cvsdist 94949f3
* Mon Mar  8 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-4
cvsdist 94949f3
- rebuild
cvsdist 94949f3
cvsdist 94949f3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 94949f3
- rebuilt
cvsdist 94949f3
cvsdist 94949f3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 94949f3
- rebuilt
cvsdist 94949f3
cvsdist 94949f3
* Tue Feb  3 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-2
cvsdist 94949f3
- include default /etc/sysconfig/saslauthd configuration file for the init
cvsdist 94949f3
  script (#114868)
cvsdist 94949f3
cvsdist 94949f3
* Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 94949f3
- drop saslauthd_version patch for libsasl2
cvsdist 94949f3
cvsdist 94949f3
* Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 94949f3
- add a saslauthd_version option to libsasl's saslauthd client and teach it to
cvsdist 94949f3
  do the right thing
cvsdist 94949f3
- enable the saslauthd client code in libsasl version 1 (it's still going away!)
cvsdist 94949f3
- add saslauthd1-checkpass/saslauthd2-checkpass for testing the above change
cvsdist 94949f3
cvsdist eb2d101
* Wed Jan  7 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-1
cvsdist eb2d101
- forcibly disable otp and sql plugins at compile-time
cvsdist eb2d101
cvsdist eb2d101
* Fri Dec 19 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist eb2d101
- update to 2.1.17, forcing the gssapi plugin to be shared now, as before
cvsdist eb2d101
- use a bundled libdb (#112215)
cvsdist eb2d101
- build static-with-all-plugins and normal-shared libsasl versions
cvsdist eb2d101
- add sasl2-{shared,static}-mechlist for very basic sanity checking
cvsdist eb2d101
- make inclusion of sasl1 stuffs conditional, because it's so going away
cvsdist eb2d101
cvsdist eb2d101
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-7
cvsdist eb2d101
- rebuild against db-4.2.52.
cvsdist eb2d101
cvsdist 070f984
* Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-6
cvsdist 070f984
- use /dev/urandom instead of /dev/random for SASL2 (docs indicate that this is
cvsdist 070f984
  safe if you aren't using OTP or SRP, and we build neither); SASL1 appears to
cvsdist 070f984
  use it to seed the libc RNG only (#103378)
cvsdist 070f984
cvsdist 070f984
* Mon Oct 20 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 070f984
- obey RPM_OPT_FLAGS again when krb5_prefix != %%{_prefix}
cvsdist 070f984
cvsdist 070f984
* Fri Oct 17 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-5
cvsdist 070f984
- install saslauthd's mdoc page instead of the pre-formatted man page, which
cvsdist 070f984
  would get formatted again
cvsdist 070f984
cvsdist eb2d101
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-5
cvsdist eb2d101
- rebuild against db-4.2.42.
cvsdist eb2d101
cvsdist 070f984
* Mon Sep 15 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 070f984
- include testsaslauthd
cvsdist 070f984
- note in the README that the saslauthd protocol is different for v1 and v2,
cvsdist 070f984
  so v1's clients can't talk to the v2 server
cvsdist 070f984
cvsdist 070f984
* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-4
cvsdist 070f984
- rebuild
cvsdist 070f984
cvsdist 070f984
* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-3
cvsdist 070f984
- add logic to build with gssapi libs in either /usr or /usr/kerberos
cvsdist 070f984
cvsdist 070f984
* Mon Jul 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-2
cvsdist 070f984
- rebuild
cvsdist 070f984
cvsdist 070f984
* Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-1
cvsdist 070f984
- update to 2.1.15
cvsdist 070f984
cvsdist 070f984
* Mon Jul 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.14-1
cvsdist 070f984
- update to 2.1.14
cvsdist 070f984
cvsdist 070f984
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 070f984
- rebuilt
cvsdist 070f984
cvsdist 070f984
* Fri May  9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-3
cvsdist 070f984
- change -m argument to saslauthd to be a directory instead of a path
cvsdist 070f984
cvsdist 070f984
* Thu May  8 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-2
cvsdist 070f984
- link libsasl2 with -lpthread to ensure that the sasldb plug-in can always
cvsdist 070f984
  be loaded
cvsdist 070f984
cvsdist 070f984
* Tue Apr 29 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-1
cvsdist 070f984
- update to 2.1.13
cvsdist 070f984
cvsdist 4d9d931
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 4d9d931
- rebuilt
cvsdist 4d9d931
cvsdist 4d9d931
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-3
cvsdist 4d9d931
- rebuild
cvsdist 4d9d931
cvsdist 4d9d931
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 4d9d931
- consider either des_cbc_encrypt or DES_cbc_encrypt to be sufficient when
cvsdist 4d9d931
  searching for a DES implementation in libcrypto
cvsdist 4d9d931
- pull in CPPFLAGS and LDFLAGS from openssl's pkg-config data, if it exists
cvsdist 4d9d931
cvsdist 4d9d931
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-2
cvsdist 4d9d931
- rebuild
cvsdist 4d9d931
cvsdist ae3a54e
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-1
cvsdist ae3a54e
- update to 2.1.10, fixing buffer overflows in libsasl2 noted by Timo Sirainen
cvsdist ae3a54e
cvsdist ae3a54e
* Tue Nov 12 2002 Tim Powers <timp@redhat.com> 2.1.7-5
cvsdist ae3a54e
- remove files from $RPM_BUILD_ROOT that we don't intend to include
cvsdist ae3a54e
cvsdist ae3a54e
* Tue Oct  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-4
cvsdist ae3a54e
- update to SASLv1 to final 1.5.28
cvsdist ae3a54e
cvsdist ae3a54e
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-3
cvsdist ae3a54e
- rebuild, overriding sasldir when running make so that on multilib systems
cvsdist ae3a54e
  applications will be able to load modules for the right arch
cvsdist ae3a54e
cvsdist e05a54c
* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-2
cvsdist e05a54c
- include dbconverter-2 (#68741)
cvsdist e05a54c
cvsdist 2961356
* Fri Aug  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-1
cvsdist 2961356
- update to 2.1.7, fixing a race condition in digest-md5
cvsdist 2961356
cvsdist 7772258
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.6-1
cvsdist 7772258
- update to 2.1.6 and 1.5.28
cvsdist 7772258
cvsdist 7772258
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 7772258
- automated rebuild
cvsdist 7772258
cvsdist 7772258
* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.5-1
cvsdist 7772258
- update to 2.1.5
cvsdist 7772258
cvsdist 7772258
* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.4-1
cvsdist 7772258
- update to 2.1.4
cvsdist 7772258
cvsdist 7772258
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 7772258
- automated rebuild
cvsdist 7772258
cvsdist 7772258
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.2-1
cvsdist 7772258
- modify to build with db 4.x
cvsdist 7772258
cvsdist 7772258
* Thu Apr 18 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7772258
- update cyrus-sasl 2 to 2.1.2
cvsdist 7772258
- change buildreq to db3-devel
cvsdist 7772258
cvsdist 7772258
* Tue Feb 12 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-3
cvsdist 7772258
- suppress output to stdout/stderr in %%postun
cvsdist 7772258
cvsdist 7772258
* Sun Feb 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-2
cvsdist 7772258
- configure sasldb2 to use berkeley DB instead of gdbm
cvsdist 7772258
cvsdist 7772258
* Wed Feb  6 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-1
cvsdist 7772258
- update to 2.1.1
cvsdist 7772258
cvsdist 7772258
* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.0-1
cvsdist 7772258
- marge 1.5.24 back in, making a note that it should be removed at some
cvsdist 7772258
  point in the future
cvsdist 7772258
cvsdist 7772258
* Wed Jan 30 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7772258
- update to 2.1.0, which is designed to be installed in parallel with cyrus sasl
cvsdist 7772258
  1.x, so fork the package and rename it to cyrus-sasl2
cvsdist 7772258
- add the sasldb auxprop plugin to the main package
cvsdist 7772258
- add disabled-by-default saslauthd init script
cvsdist 7772258
- move the .la files for plugins into their respective packages -- they're
cvsdist 7772258
  needed by the library
cvsdist 46febc3
cvsdist 7772258
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-24
cvsdist 46febc3
- free ride through the build system
cvsdist e6130ec
cvsdist 240fb37
* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-23
cvsdist 240fb37
- patch to fix possible syslog format-string vulnerability 
cvsdist bd7c4f8
cvsdist 240fb37
* Mon Oct 29 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-22
cvsdist 240fb37
- add pam-devel as a buildprereq
cvsdist 12ae559
cvsdist 240fb37
* Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-21
cvsdist 240fb37
- include sample programs in the -devel subpackage, prefixing their names
cvsdist 240fb37
  with "sasl-" to reduce future potential naming conflicts
cvsdist 12ae559
cvsdist 240fb37
* Tue Aug 14 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-20
cvsdist 9a472b2
- build without -ggdb
cvsdist 9a472b2
cvsdist 12ae559
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 12ae559
- add gdbm-devel as a build dependency (#44990)
cvsdist 12ae559
- split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079,
cvsdist 12ae559
  and dialogs with David L. Parsley)
cvsdist 12ae559
cvsdist 12ae559
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 12ae559
- split out the PLAIN and LOGIN mechanisms into their own package (this allows
cvsdist 12ae559
  an administrator to disable them by simply removing the package)
cvsdist 9ab4e5c
cvsdist 9ab4e5c
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- rebuild in new environment
cvsdist 9ab4e5c
cvsdist 9ab4e5c
* Wed Dec  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- fix gssapi-over-tls
cvsdist 9ab4e5c
cvsdist 9ab4e5c
* Fri Oct 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- enable static libraries, but always build with -fPIC
cvsdist 9ab4e5c
cvsdist bd7c4f8
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- make sure the version of 1.5.24 in the package matches the masters (#18968)
cvsdist bd7c4f8
cvsdist bd7c4f8
* Mon Oct  9 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bd7c4f8
- re-add the libsasl.so symlink to the -devel package (oops)
cvsdist bd7c4f8
cvsdist bd7c4f8
* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bd7c4f8
- move .so files for modules to their respective packages -- they're not -devel
cvsdist bd7c4f8
  links meant for use by ld anyway
cvsdist bd7c4f8
cvsdist bd7c4f8
* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bd7c4f8
- split off -devel subpackage
cvsdist bd7c4f8
- add a -gssapi subpackage for the gssapi plugins
cvsdist bd7c4f8
cvsdist ac72ca2
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ac72ca2
- fix the summary text
cvsdist ac72ca2
cvsdist ac72ca2
* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ac72ca2
- re-enable arcfour and CRAM
cvsdist ac72ca2
cvsdist ddca9ac
* Fri Aug  4 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ac72ca2
- force use of gdbm for database files to avoid DB migration weirdness
cvsdist ac72ca2
- enable login mechanism
cvsdist ddca9ac
- disable gssapi until it can coexist peacefully with non-gssapi setups
cvsdist ddca9ac
- actually do a make in the build section (#15410)
cvsdist ddca9ac
cvsdist ddca9ac
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- update to 1.5.24
cvsdist ddca9ac
cvsdist ddca9ac
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist ddca9ac
- automatic rebuild
cvsdist ddca9ac
cvsdist ddca9ac
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- rebuild in new environment (release 3)
cvsdist ddca9ac
cvsdist ddca9ac
* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- don't muck with syslogd in post
cvsdist ddca9ac
- remove patch for db-3.0 wackiness, no longer needed
cvsdist ddca9ac
cvsdist ddca9ac
* Thu Jun  8 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- FHS cleanup
cvsdist ddca9ac
- don't strip anything by default
cvsdist ddca9ac
cvsdist ddca9ac
* Fri Feb 11 2000 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- fixed man pages not being gzipped
cvsdist ddca9ac
cvsdist ddca9ac
* Tue Nov 16 1999 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- incorporated changes from Mads Kiilerich
cvsdist ddca9ac
- release number is 1, not mk1
cvsdist ddca9ac
cvsdist ddca9ac
* Tue Nov 10 1999 Mads Kiilerich <mads@kiilerich.com>
cvsdist ddca9ac
- updated to sasl 1.5.11
cvsdist ddca9ac
- configure --disable-krb4 --without-rc4 --disable-cram 
cvsdist ddca9ac
  because of missing libraries and pine having cram as default...
cvsdist ddca9ac
- handle changing libsasl.so versions
cvsdist ddca9ac
cvsdist ddca9ac
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- changed group
cvsdist ddca9ac
cvsdist ddca9ac
* Fri Aug 13 1999 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- first build for Powertools