sbonazzo / rpms / cyrus-sasl

Forked from rpms/cyrus-sasl 2 years ago
Clone

Blame SPECS/cyrus-sasl.spec

6611fc
%define username	saslauth
6611fc
%define hint		Saslauthd user
6611fc
%define homedir		/run/saslauthd
6611fc
6611fc
%define _plugindir2 %{_libdir}/sasl2
6611fc
%define bootstrap_cyrus_sasl 0
6611fc
6611fc
%global _performance_build 1
6611fc
6611fc
Summary: The Cyrus SASL library
6611fc
Name: cyrus-sasl
6611fc
Version: 2.1.26
6611fc
Release: 23%{?dist}
6611fc
License: BSD with advertising
6611fc
Group: System Environment/Libraries
6611fc
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
6611fc
# make-no-dlcompatorsrp-tarball.sh removes the "dlcompat" subdirectory and builds a
6611fc
# new tarball.
6611fc
Source0: cyrus-sasl-%{version}-nodlcompatorsrp.tar.gz
6611fc
Source5: saslauthd.service
6611fc
Source7: sasl-mechlist.c
6611fc
Source8: sasl-checkpass.c
6611fc
Source9: saslauthd.sysconfig
6611fc
Source10: make-no-dlcompatorsrp-tarball.sh
6611fc
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Patch11: cyrus-sasl-2.1.25-no_rpath.patch
6611fc
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
6611fc
Patch23: cyrus-sasl-2.1.23-man.patch
6611fc
Patch24: cyrus-sasl-2.1.21-sizes.patch
6611fc
Patch31: cyrus-sasl-2.1.22-kerberos4.patch
6611fc
Patch32: cyrus-sasl-2.1.26-warnings.patch
6611fc
Patch34: cyrus-sasl-2.1.22-ldap-timeout.patch
6611fc
# removed due to #759334
6611fc
#Patch38: cyrus-sasl-2.1.23-pam_rhosts.patch
6611fc
Patch42: cyrus-sasl-2.1.26-relro.patch
6611fc
# https://bugzilla.redhat.com/show_bug.cgi?id=816250
6611fc
Patch43: cyrus-sasl-2.1.26-null-crypt.patch
6611fc
Patch44: cyrus-sasl-2.1.26-release-server_creds.patch
6611fc
# AM_CONFIG_HEADER is obsolete, use AC_CONFIG_HEADERS instead
6611fc
Patch45: cyrus-sasl-2.1.26-obsolete-macro.patch
6611fc
# missing size_t declaration in sasl.h
6611fc
Patch46: cyrus-sasl-2.1.26-size_t.patch
6611fc
# disable incorrect check for MkLinux
6611fc
Patch47: cyrus-sasl-2.1.26-ppc.patch
6611fc
# detect gsskrb5_register_acceptor_identity macro (#976538)
6611fc
Patch48: cyrus-sasl-2.1.26-keytab.patch
6611fc
Patch49: cyrus-sasl-2.1.26-md5global.patch
6611fc
# improve sql libraries detection (#1029918)
6611fc
Patch50: cyrus-sasl-2.1.26-sql.patch
6611fc
# Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
6611fc
Patch51: cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch
6611fc
# Revert updated GSSAPI flags as in RFC 4752 to restore backward compatibility (#1154566)
6611fc
Patch52: cyrus-sasl-2.1.26-revert-gssapi-flags.patch
6611fc
# Document ability to run saslauthd unprivileged (#1188065)
6611fc
Patch53: cyrus-sasl-2.1.26-saslauthd-user.patch
6611fc
# Support non-confidentiality/non-integrity requests from AIX SASL GSSAPI implementation (#1174322)
6611fc
Patch54: cyrus-sasl-2.1.26-gssapi-non-encrypt.patch
6611fc
# Update client library to be thread safe (#1147659)
6611fc
Patch55: cyrus-sasl-2.1.26-make-client-thread-sage.patch
6611fc
# Parsing short prefix matches the whole mechanism name (#1089267)
6611fc
Patch56: cyrus-sasl-2.1.26-handle-single-character-mechanisms.patch
6611fc
# Fix confusing message when config file has typo (#1022479)
6611fc
Patch57: cyrus-sasl-2.1.26-error-message-when-config-has-typo.patch
6611fc
# GSSAPI: Use per-connection mutex where possible (#1263017)
6611fc
Patch58: cyrus-sasl-2.1.26-gssapi-use-per-connection-mutex.patch
6611fc
# GSS-SPNEGO compatible with Windows clients (#1421663)
6611fc
Patch59: cyrus-sasl-2.1.26-gss-spnego.patch
6611fc
# Allow cyrus sasl to get the ssf from gssapi (#1431586)
6611fc
Patch60: cyrus-sasl-2.1.26-gss-ssf.patch
6611fc
6611fc
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6611fc
BuildRequires: autoconf, automake, libtool, gdbm-devel, groff
6611fc
BuildRequires: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig
6611fc
BuildRequires: mysql-devel, postgresql-devel, zlib-devel
6611fc
BuildRequires: libdb-devel
6611fc
%if ! %{bootstrap_cyrus_sasl}
6611fc
BuildRequires: openldap-devel
6611fc
%endif
6611fc
Requires(post): chkconfig, /sbin/service systemd-units
6611fc
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd systemd-units
6611fc
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel systemd-units
6611fc
Requires: /sbin/nologin
6611fc
Requires: systemd >= 219
6611fc
Provides: user(%username)
6611fc
Provides: group(%username)
6611fc
6611fc
6611fc
%description
6611fc
The %{name} package contains the Cyrus implementation of SASL.
6611fc
SASL is the Simple Authentication and Security Layer, a method for
6611fc
adding authentication support to connection-based protocols.
6611fc
6611fc
%package lib
6611fc
Group: System Environment/Libraries
6611fc
Summary: Shared libraries needed by applications which use Cyrus SASL
6611fc
6611fc
%description lib
6611fc
The %{name}-lib package contains shared libraries which are needed by
6611fc
applications which use the Cyrus SASL library.
6611fc
6611fc
%package devel
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Requires: %{name}%{?_isa} = %{version}-%{release}
6611fc
Requires: pkgconfig
6611fc
Group: Development/Libraries
6611fc
Summary: Files needed for developing applications with Cyrus SASL
6611fc
6611fc
%description devel
6611fc
The %{name}-devel package contains files needed for developing and
6611fc
compiling applications which use the Cyrus SASL library.
6611fc
6611fc
%package gssapi
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: GSSAPI authentication support for Cyrus SASL
6611fc
6611fc
%description gssapi
6611fc
The %{name}-gssapi package contains the Cyrus SASL plugins which
6611fc
support GSSAPI authentication. GSSAPI is commonly used for Kerberos
6611fc
authentication.
6611fc
6611fc
%package plain
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: PLAIN and LOGIN authentication support for Cyrus SASL
6611fc
6611fc
%description plain
6611fc
The %{name}-plain package contains the Cyrus SASL plugins which support
6611fc
PLAIN and LOGIN authentication schemes.
6611fc
6611fc
%package md5
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: CRAM-MD5 and DIGEST-MD5 authentication support for Cyrus SASL
6611fc
6611fc
%description md5
6611fc
The %{name}-md5 package contains the Cyrus SASL plugins which support
6611fc
CRAM-MD5 and DIGEST-MD5 authentication schemes.
6611fc
6611fc
%package ntlm
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: NTLM authentication support for Cyrus SASL
6611fc
6611fc
%description ntlm
6611fc
The %{name}-ntlm package contains the Cyrus SASL plugin which supports
6611fc
the NTLM authentication scheme.
6611fc
6611fc
# This would more appropriately be named cyrus-sasl-auxprop-sql.
6611fc
%package sql
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: SQL auxprop support for Cyrus SASL
6611fc
6611fc
%description sql
6611fc
The %{name}-sql package contains the Cyrus SASL plugin which supports
6611fc
using a RDBMS for storing shared secrets.
6611fc
6611fc
%if ! %{bootstrap_cyrus_sasl}
6611fc
# This was *almost* named cyrus-sasl-auxprop-ldapdb, but that's a lot of typing.
6611fc
%package ldap
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: LDAP auxprop support for Cyrus SASL
6611fc
6611fc
%description ldap
6611fc
The %{name}-ldap package contains the Cyrus SASL plugin which supports using
6611fc
a directory server, accessed using LDAP, for storing shared secrets.
6611fc
%endif
6611fc
6611fc
%package scram
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: SCRAM auxprop support for Cyrus SASL
6611fc
6611fc
%description scram
6611fc
The %{name}-scram package contains the Cyrus SASL plugin which supports
6611fc
the SCRAM authentication scheme.
6611fc
6611fc
%package gs2
6611fc
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
6611fc
Group: System Environment/Libraries
6611fc
Summary: GS2 support for Cyrus SASL
6611fc
6611fc
%description gs2
6611fc
The %{name}-gs2 package contains the Cyrus SASL plugin which supports
6611fc
the GS2 authentication scheme.
6611fc
6611fc
###
6611fc
6611fc
6611fc
%prep
6611fc
%setup -q
6611fc
chmod -x doc/*.html
6611fc
chmod -x include/*.h
6611fc
%patch11 -p1 -b .no_rpath
6611fc
%patch15 -p1 -b .path
6611fc
%patch23 -p1 -b .man
6611fc
%patch24 -p1 -b .sizes
6611fc
%patch31 -p1 -b .krb4
6611fc
%patch32 -p1 -b .warnings
6611fc
%patch34 -p1 -b .ldap-timeout
6611fc
%patch42 -p1 -b .relro
6611fc
%patch43 -p1 -b .null-crypt
6611fc
%patch44 -p1 -b .release-server_creds
6611fc
%patch45 -p1 -b .obsolete-macro
6611fc
%patch46 -p1 -b .size_t
6611fc
%patch47 -p1 -b .ppc
6611fc
%patch48 -p1 -b .keytab
6611fc
%patch49 -p1 -b .md5global.h
6611fc
%patch50 -p1 -b .sql
6611fc
%patch51 -p1 -b .sha1vsplain
6611fc
%patch52 -p1 -b .revert
6611fc
%patch53 -p1 -b .man-unprivileged
6611fc
%patch54 -p1 -b .gssapi_non_encrypt
6611fc
%patch55 -p1 -b .threads
6611fc
%patch56 -p1 -b .prefix
6611fc
%patch57 -p1 -b .typo
6611fc
%patch58 -p1 -b .mutex
6611fc
%patch59 -p1 -b .spnego
6611fc
%patch60 -p1 -b .ssf
6611fc
6611fc
6611fc
%build
6611fc
# Find Kerberos.
6611fc
krb5_prefix=`krb5-config --prefix`
6611fc
if test x$krb5_prefix = x%{_prefix} ; then
6611fc
        krb5_prefix=
6611fc
else
6611fc
        CPPFLAGS="-I${krb5_prefix}/include $CPPFLAGS"; export CPPFLAGS
6611fc
        LDFLAGS="-L${krb5_prefix}/%{_lib} $LDFLAGS"; export LDFLAGS
6611fc
fi
6611fc
6611fc
# Find OpenSSL.
6611fc
LIBS="-lcrypt"; export LIBS
6611fc
if pkg-config openssl ; then
6611fc
        CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"; export CPPFLAGS
6611fc
        LDFLAGS="`pkg-config --libs-only-L openssl` $LDFLAGS"; export LDFLAGS
6611fc
fi
6611fc
6611fc
# Find the MySQL libraries used needed by the SQL auxprop plugin.
6611fc
INC_DIR="`mysql_config --include`"
6611fc
if test x"$INC_DIR" != "x-I%{_includedir}"; then
6611fc
        CPPFLAGS="$INC_DIR $CPPFLAGS"; export CPPFLAGS
6611fc
fi
6611fc
LIB_DIR="`mysql_config --libs | sed -e 's,-[^L][^ ]*,,g' -e 's,^ *,,' -e 's, *$,,' -e 's,  *, ,g'`"
6611fc
if test x"$LIB_DIR" != "x-L%{_libdir}"; then
6611fc
        LDFLAGS="$LIB_DIR $LDFLAGS"; export LDFLAGS
6611fc
fi
6611fc
6611fc
# Find the PostgreSQL libraries used needed by the SQL auxprop plugin.
6611fc
INC_DIR="-I`pg_config --includedir`"
6611fc
if test x"$INC_DIR" != "x-I%{_includedir}"; then
6611fc
        CPPFLAGS="$INC_DIR $CPPFLAGS"; export CPPFLAGS
6611fc
fi
6611fc
LIB_DIR="-L`pg_config --libdir`"
6611fc
if test x"$LIB_DIR" != "x-L%{_libdir}"; then
6611fc
        LDFLAGS="$LIB_DIR $LDFLAGS"; export LDFLAGS
6611fc
fi
6611fc
6611fc
CFLAGS="$RPM_OPT_FLAGS $CFLAGS $CPPFLAGS -fPIE"; export CFLAGS
6611fc
LDFLAGS="$LDFLAGS -pie -Wl,-z,now"; export LDFLAGS
6611fc
6611fc
echo "$CFLAGS"
6611fc
echo "$CPPFLAGS"
6611fc
echo "$LDFLAGS"
6611fc
6611fc
%configure \
6611fc
        --enable-shared --disable-static \
6611fc
        --disable-java \
6611fc
        --with-plugindir=%{_plugindir2} \
6611fc
        --with-configdir=%{_plugindir2}:%{_sysconfdir}/sasl2 \
6611fc
        --disable-krb4 \
6611fc
        --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \
6611fc
        --with-gss_impl=mit \
6611fc
        --with-rc4 \
6611fc
        --with-dblib=berkeley \
6611fc
        --with-bdb=db \
6611fc
        --with-saslauthd=/run/saslauthd --without-pwcheck \
6611fc
%if ! %{bootstrap_cyrus_sasl}
6611fc
        --with-ldap \
6611fc
%endif
6611fc
        --with-devrandom=/dev/urandom \
6611fc
        --enable-anon \
6611fc
        --enable-cram \
6611fc
        --enable-digest \
6611fc
        --enable-ntlm \
6611fc
        --enable-plain \
6611fc
        --enable-login \
6611fc
        --enable-alwaystrue \
6611fc
        --enable-httpform \
6611fc
        --disable-otp \
6611fc
%if ! %{bootstrap_cyrus_sasl}
6611fc
        --enable-ldapdb \
6611fc
%endif
6611fc
        --enable-sql --with-mysql=yes --with-pgsql=yes \
6611fc
        --without-sqlite \
6611fc
        "$@"
6611fc
        # --enable-auth-sasldb -- EXPERIMENTAL
6611fc
make sasldir=%{_plugindir2}
6611fc
make -C saslauthd testsaslauthd
6611fc
make -C sample
6611fc
6611fc
# Build a small program to list the available mechanisms, because I need it.
6611fc
pushd lib
6611fc
../libtool --mode=link %{__cc} -o sasl2-shared-mechlist -I../include $CFLAGS %{SOURCE7} $LDFLAGS ./libsasl2.la
6611fc
6611fc
6611fc
%install
6611fc
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
6611fc
6611fc
make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2}
6611fc
make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2} -C plugins
6611fc
6611fc
install -m755 -d $RPM_BUILD_ROOT%{_bindir}
6611fc
./libtool --mode=install \
6611fc
install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-client
6611fc
./libtool --mode=install \
6611fc
install -m755 sample/server $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-server
6611fc
./libtool --mode=install \
6611fc
install -m755 saslauthd/testsaslauthd $RPM_BUILD_ROOT%{_sbindir}/testsaslauthd
6611fc
6611fc
# Install the saslauthd mdoc page in the expected location.  Sure, it's not
6611fc
# really a man page, but groff seems to be able to cope with it.
6611fc
install -m755 -d $RPM_BUILD_ROOT%{_mandir}/man8/
6611fc
install -m644 -p saslauthd/saslauthd.mdoc $RPM_BUILD_ROOT%{_mandir}/man8/saslauthd.8
6611fc
install -m644 -p saslauthd/testsaslauthd.8 $RPM_BUILD_ROOT%{_mandir}/man8/testsaslauthd.8
6611fc
6611fc
# Install the init script for saslauthd and the init script's config file.
6611fc
install -m755 -d $RPM_BUILD_ROOT/etc/rc.d/init.d $RPM_BUILD_ROOT/etc/sysconfig
6611fc
install -d -m755 $RPM_BUILD_ROOT/%{_unitdir}
6611fc
install -m644 -p %{SOURCE5} $RPM_BUILD_ROOT/%{_unitdir}/saslauthd.service
6611fc
install -m644 -p %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
6611fc
6611fc
# Install the config dirs if they're not already there.
6611fc
install -m755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/sasl2
6611fc
install -m755 -d $RPM_BUILD_ROOT/%{_plugindir2}
6611fc
6611fc
# Provide an easy way to query the list of available mechanisms.
6611fc
./libtool --mode=install \
6611fc
install -m755 lib/sasl2-shared-mechlist $RPM_BUILD_ROOT/%{_sbindir}/
6611fc
6611fc
# Remove unpackaged files from the buildroot.
6611fc
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/libotp.*
6611fc
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.a
6611fc
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.la
6611fc
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
6611fc
rm -f $RPM_BUILD_ROOT%{_mandir}/cat8/saslauthd.8
6611fc
6611fc
6611fc
%clean
6611fc
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
6611fc
6611fc
%pre
6611fc
getent group %{username} >/dev/null || groupadd -g 76 -r %{username}
6611fc
getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} -s /sbin/nologin -c "%{hint}" %{username}
6611fc
6611fc
%post
6611fc
%systemd_post saslauthd.service
6611fc
6611fc
%preun
6611fc
%systemd_preun saslauthd.service
6611fc
6611fc
%postun
6611fc
%systemd_postun_with_restart saslauthd.service
6611fc
6611fc
%triggerun -n cyrus-sasl -- cyrus-sasl < 2.1.23-32
6611fc
/usr/bin/systemd-sysv-convert --save saslauthd >/dev/null 2>&1 || :
6611fc
/sbin/chkconfig --del saslauthd >/dev/null 2>&1 || :
6611fc
/bin/systemctl try-restart saslauthd.service >/dev/null 2>&1 || :
6611fc
6611fc
%post lib -p /sbin/ldconfig
6611fc
%postun lib -p /sbin/ldconfig
6611fc
6611fc
%files
6611fc
%defattr(-,root,root)
6611fc
%doc saslauthd/LDAP_SASLAUTHD
6611fc
%{_mandir}/man8/*
6611fc
%{_sbindir}/pluginviewer
6611fc
%{_sbindir}/saslauthd
6611fc
%{_sbindir}/testsaslauthd
6611fc
%config(noreplace) /etc/sysconfig/saslauthd
6611fc
%{_unitdir}/saslauthd.service
6611fc
%ghost /run/saslauthd
6611fc
6611fc
%files lib
6611fc
%defattr(-,root,root)
6611fc
%doc AUTHORS COPYING NEWS README doc/*.html
6611fc
%{_libdir}/libsasl*.so.*
6611fc
%dir %{_sysconfdir}/sasl2
6611fc
%dir %{_plugindir2}/
6611fc
%{_plugindir2}/*anonymous*.so*
6611fc
%{_plugindir2}/*sasldb*.so*
6611fc
%{_sbindir}/saslpasswd2
6611fc
%{_sbindir}/sasldblistusers2
6611fc
6611fc
%files plain
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/*plain*.so*
6611fc
%{_plugindir2}/*login*.so*
6611fc
6611fc
%if ! %{bootstrap_cyrus_sasl}
6611fc
%files ldap
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/*ldapdb*.so*
6611fc
%endif
6611fc
6611fc
%files md5
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/*crammd5*.so*
6611fc
%{_plugindir2}/*digestmd5*.so*
6611fc
6611fc
%files ntlm
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/*ntlm*.so*
6611fc
6611fc
%files sql
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/*sql*.so*
6611fc
6611fc
%files gssapi
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/*gssapi*.so*
6611fc
6611fc
%files scram
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/libscram.so*
6611fc
6611fc
%files gs2
6611fc
%defattr(-,root,root)
6611fc
%{_plugindir2}/libgs2.so*
6611fc
6611fc
%files devel
6611fc
%defattr(-,root,root)
6611fc
%doc doc/*.txt
6611fc
%{_bindir}/sasl2-sample-client
6611fc
%{_bindir}/sasl2-sample-server
6611fc
%{_includedir}/*
6611fc
%{_libdir}/libsasl*.*so
6611fc
%{_libdir}/pkgconfig/*.pc
6611fc
%{_mandir}/man3/*
6611fc
%{_sbindir}/sasl2-shared-mechlist
6611fc
6611fc
%changelog
6611fc
* Wed Nov 22 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-23
6611fc
- Avoid undefined symbols on s390x (#1516193)
6611fc
6611fc
* Thu Sep 21 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-22
6611fc
- Allow cyrus sasl to get the ssf from gssapi (#1431586)
6611fc
6611fc
* Mon Mar 06 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-21
6611fc
- support proper SASL GSS-SPNEGO (#1421663)
6611fc
6611fc
* Fri Dec 04 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-20
6611fc
- GSSAPI: Use per-connection mutex where possible (#1263017)
6611fc
6611fc
* Thu Jul 16 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-19.2
6611fc
- Revert tmpfiles.d and use new systemd feature RuntimeDirectory (#1188065)
6611fc
6611fc
* Wed May 20 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-18
6611fc
- Revert updated GSSAPI flags as in RFC 4752 to restore backward compatibility (#1154566)
6611fc
- Add and document ability to run saslauth as non-root user (#1188065)
6611fc
- Support AIX SASL GSSAPI (#1174322)
6611fc
- Update client library to be thread safe (#1147659)
6611fc
- Fix problem, that parsing short prefix matches the whole mechanism name (#1089267)
6611fc
- Don't use unnecessary quotes around user description (#1082564)
6611fc
- Fix confusing message when config file has typo (#1022479)
6611fc
6611fc
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2.1.26-17
6611fc
- Mass rebuild 2014-01-24
6611fc
6611fc
* Wed Jan 15 2014 Honza Horak <hhorak@redhat.com> - 2.1.26-16
6611fc
- Rebuild for mariadb-libs
6611fc
  Related: #1045013
6611fc
6611fc
* Tue Jan 14 2014 Petr Lautrbach <plautrba@redhat.com> 2.1.26-15
6611fc
- compile cyrus-sasl with -O3 on ppc64 (#1051063)
6611fc
6611fc
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2.1.26-14
6611fc
- Mass rebuild 2013-12-27
6611fc
6611fc
* Tue Nov 19 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-13
6611fc
- Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
6611fc
6611fc
* Tue Oct 01 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-12.1
6611fc
- rebuild for https://bugzilla.redhat.com/show_bug.cgi?id=1002625
6611fc
6611fc
* Mon Sep 09 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-11
6611fc
- build with RPM_OPT_FLAGS <ville.skytta@iki.fi> (#1005535)
6611fc
6611fc
* Tue Sep 03 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-10
6611fc
- fix hardening for /usr/sbin/saslauthd
6611fc
- add testsaslauthd.8 man page to the package
6611fc
- use static md5global.h file
6611fc
6611fc
* Mon Jun 24 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-9
6611fc
- detect gsskrb5_register_acceptor_identity macro <nalin@redhat.com> (#976538)
6611fc
6611fc
* Tue Jun 04 2013 Karsten Hopp <karsten@redhat.com> 2.1.26-8
6611fc
- disable incorrect check for MkLinux to allow building with shared libraries on PPC
6611fc
6611fc
* Tue May 21 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-7
6611fc
- fix the spec file in order to build the cyrus-sasl-sql plugin
6611fc
  with support for PostgreSQL and MySQL
6611fc
6611fc
* Thu Feb 21 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-6
6611fc
- don't include system sasl2 library needed for rebuilds after rebase
6611fc
6611fc
* Mon Feb 11 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-5
6611fc
- enable full relro and PIE compiler flags for saslauthd
6611fc
6611fc
* Fri Feb 01 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-4
6611fc
- fix library symlinks
6611fc
6611fc
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-3
6611fc
- actually apply size_t patch (#906519)
6611fc
6611fc
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-2
6611fc
- sasl.h: +#include<sys/types.h> for missing size_t type (#906519)
6611fc
- tighten subpkg deps via %%?_isa
6611fc
6611fc
* Thu Dec 20 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.26-1
6611fc
- update to 2.1.26
6611fc
- fix segfaults in sasl_gss_encode (#886140)
6611fc
6611fc
* Mon Dec 10 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.25-2
6611fc
- always use the current external Berkeley DB when linking
6611fc
6611fc
* Fri Dec 07 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.25-1
6611fc
- update to 2.1.25
6611fc
- add cyrus-sasl-scram and cyrus-sasl-gs2 packages
6611fc
6611fc
* Fri Sep 14 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-36
6611fc
- replace scriptlets with systemd macros (#856666)
6611fc
6611fc
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.23-35
6611fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6611fc
6611fc
* Tue Jul 17 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-34
6611fc
- move /etc/tmpfiles.d/saslauthd.conf to /usr/lib/tmpfiles.d/saslauthd.conf (#840193)
6611fc
6611fc
* Wed Jun 20 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-33
6611fc
- properly deal with crypt() returning NULL (#816250)
6611fc
- use fixed gid 76 for saslauth
6611fc
6611fc
* Mon Apr 16 2012 Jindrich Novy <jnovy@redhat.com> 2.1.23-32
6611fc
- re-enable libdb support and utilities
6611fc
6611fc
* Wed Apr 04 2012 Jindrich Novy <jnovy@redhat.com> 2.1.23-31
6611fc
- temporarily disable libdb support to resolve cyrus-sasl
6611fc
  chicken and egg build problem against libdb
6611fc
6611fc
* Tue Apr 03 2012 Jindrich Novy <jnovy@redhat.com> 2.1.23-30
6611fc
- rebuild against new libdb
6611fc
6611fc
* Wed Feb 08 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-29
6611fc
- Change saslauth user homedir to /run/saslauthd (#752889)
6611fc
- Change all /var/run/ to /run/
6611fc
- DAEMONOPTS are not supported any more in systemd units
6611fc
6611fc
* Mon Jan 09 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.1.23-28
6611fc
- Ship with sasl_pwcheck_method: alwaystrue
6611fc
6611fc
* Mon Dec 12 2011 Petr Lautrbach <plautrba@redhat.com> 2.1.23-27
6611fc
- remove support for logging of the remote host via PAM (#759334)
6611fc
- fix systemd files (#750436)
6611fc
6611fc
* Wed Aug 10 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-26
6611fc
- Add partial relro support for libraries
6611fc
6611fc
* Mon Jul 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-25
6611fc
- Add support for berkeley db 5
6611fc
6611fc
* Wed Jun 29 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-23
6611fc
- Migrate the package to full native systemd unit files, according to the Fedora
6611fc
  packaging guidelines.
6611fc
6611fc
* Wed Jun  1 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-22
6611fc
- repair rimap support (more packets in response)
6611fc
6611fc
* Wed May 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-21
6611fc
- repair ntlm support
6611fc
6611fc
* Mon May 23 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-20
6611fc
- add logging of the remote host via PAM
6611fc
6611fc
* Thu Apr 28 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-19
6611fc
- temporarilly revert systemd units
6611fc
6611fc
* Tue Apr 26 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-18
6611fc
- update scriptlets
6611fc
6611fc
* Fri Apr 22 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-17
6611fc
- Add systemd units
6611fc
6611fc
* Wed Mar 23 2011 Tomas Mraz <tmraz@redhat.com> - 2.1.23-16
6611fc
- Rebuilt with new mysqlclient
6611fc
6611fc
* Fri Feb 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-15
6611fc
- set correct license tag
6611fc
- add ghost to /var/run/saslauthd
6611fc
6611fc
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.23-14
6611fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6611fc
6611fc
* Fri Apr  9 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-13
6611fc
- Add /etc/tmpfiles.d element (#662734)
6611fc
6611fc
* Fri Apr  9 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-12
6611fc
- Update init script to impeach pid file
6611fc
6611fc
* Thu Mar 11 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-11
6611fc
- Update pre post preun and postun scripts (#572399)
6611fc
6611fc
* Wed Mar 10 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-10
6611fc
- Rewrite spec file, make corect CFLAGS, CPPFLAGS and LDFLAGS
6611fc
6611fc
* Mon Feb 22 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-9
6611fc
- solve race condition (#566875)
6611fc
6611fc
* Wed Feb 17 2010 Stepan Kasal <skasal@redhat.com> - 2.1.23-8
6611fc
- improve m4 quoting to fix saslauthd/configure (#566088)
6611fc
- call autotools in build, not in prep
6611fc
6611fc
* Fri Feb  5 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-7
6611fc
- Add man page to testtcpauthd (#526189)
6611fc
6611fc
* Fri Oct 16 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-6
6611fc
- Create the saslauth user according to fedora packaging guide
6611fc
6611fc
* Thu Sep 24 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-5
6611fc
- Repair initscript to make condrestart working properly (#522103)
6611fc
6611fc
* Wed Sep 23 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-3
6611fc
- Add possibility to run the saslauth without root privilegies (#185614)
6611fc
6611fc
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.23-2
6611fc
- rebuilt with new openssl
6611fc
6611fc
* Fri Aug  7 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-1
6611fc
- update to 2.1.23
6611fc
6611fc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.22-25
6611fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6611fc
6611fc
* Mon May 11 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.22-24
6611fc
- repair sasl_encode64 nul termination (#487251)
6611fc
6611fc
* Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> - 2.1.22-23
6611fc
- Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6)
6611fc
6611fc
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.22-22
6611fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6611fc
6611fc
* Fri Feb  6 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.22-21
6611fc
- fix build with gcc-4.4
6611fc
6611fc
* Fri Jan 23 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.22-20
6611fc
- set LDAP_OPT_TIMEOUT (#326452)
6611fc
- provide LSB compatible init script (#246900)
6611fc
6611fc
* Fri Sep 26 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-19
6611fc
- always use the current external db4 when linking,
6611fc
  thanks to Dan Horak for the original patch (#464098)
6611fc
6611fc
* Wed Sep 10 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-18
6611fc
- fix most critical build warnings (#433583)
6611fc
- use external db4
6611fc
6611fc
* Fri Aug 29 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-17
6611fc
- always link against the internal db4 (#459163)
6611fc
- rediff patches for no fuzz
6611fc
6611fc
* Wed Jul  9 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-16
6611fc
- update internal db4 (#449737)
6611fc
6611fc
* Tue Jul  1 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-15
6611fc
- drop reload from initscript help (#448154)
6611fc
- fix hang in rimap auth method (#438533)
6611fc
- build the krb4 plugin (#154675)
6611fc
6611fc
* Fri May 23 2008 Dennis Gilmore <dennis@ausil.us> - 2.1.22-14
6611fc
- make it so that bootstrap actually works
6611fc
6611fc
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.22-13.1
6611fc
- minor release bump for sparc rebuild
6611fc
6611fc
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.22-13
6611fc
- Autorebuild for GCC 4.3
6611fc
6611fc
* Thu Feb 14 2008 Steve Conklin <sconklin@redhat.com> - 2.1.22-12
6611fc
- rebuild for gcc4.3
6611fc
6611fc
* Fri Jan 25 2008 Steve Conklin <sconklin@redhat.com> - 2.1.22-11
6611fc
- Cleanup after merge review bz #225673
6611fc
- no longer mark /etc/rc.d/init.d/saslauthd as config file
6611fc
- removed -x permissions on include files
6611fc
- added devel package dependency on cyrus-sasl
6611fc
- removed some remaining .la files that were being delivered
6611fc
6611fc
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.1.22-10
6611fc
 - Rebuild for deps
6611fc
6611fc
* Wed Nov  7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-9
6611fc
- Fixed a typo in the spec file
6611fc
6611fc
* Wed Nov  7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-8
6611fc
- Removed srp plugin source and added dist to NVR
6611fc
6611fc
* Tue Sep 18 2007 Steve Conklin <sconklin@redhat.com> 2.1.22-7
6611fc
- use db4 version 4.6.19 bz#249737
6611fc
6611fc
* Mon Feb 26 2007 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-6
6611fc
- install config files and init scripts using -p
6611fc
- pull in patch to build with current automake (#229010, Jacek Konieczny
6611fc
  and Robert Scheck)
6611fc
- remove prereq on ldconfig, RPM should pick it up based on the -libs
6611fc
  scriptlets
6611fc
- pull in patch to correctly detect gsskrb5_register_acceptor_identity
6611fc
  (#200892, Mirko Streckenbach)
6611fc
- move sasldb auxprop modules into the -lib subpackage, so that we'll pick
6611fc
  it up for multilib systems
6611fc
6611fc
* Thu Feb 22 2007 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- pull CVS fix for not tripping over extra commas in digest-md5
6611fc
  challenges (#229640)
6611fc
6611fc
* Fri Feb 16 2007 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- remove static build, which is no longer a useful option because not all of
6611fc
  our dependencies are available as static libraries
6611fc
- drop patches which were needed to keep static builds going
6611fc
- drop gssapi-generic patch due to lack of interest
6611fc
- update the bundled copy of db to 4.5.20 (#229012)
6611fc
- drop dbconverter-2, as we haven't bundled v1 libraries since FC4
6611fc
6611fc
* Tue Dec  5 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-5
6611fc
- rebuild
6611fc
- add 'authentication' or 'auxprop' to summaries for plugin packages to
6611fc
  better indicate what the plugin provides
6611fc
- switch from automake 1.9 to automake 1.7
6611fc
6611fc
* Fri Sep 29 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4
6611fc
- rebuild without 'dlcompat' bits (#206119)
6611fc
6611fc
* Mon Jul 17 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-3
6611fc
- rebuild
6611fc
6611fc
* Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-2
6611fc
- fix a typo in sasl_client_start(3) (#196066)
6611fc
6611fc
* Mon May 22 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-1
6611fc
- update to 2.1.22, adding pluginviewer to %%{_sbindir}
6611fc
6611fc
* Tue May 16 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-12
6611fc
- add conditionalized build dependency on openldap-devel (#191855)
6611fc
- patch md5global.h to be the same on all architectures
6611fc
6611fc
* Thu Apr 27 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-11
6611fc
- add unapplied patch which makes the DIGEST-MD5 plugin omit the realm
6611fc
  argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set to a
6611fc
  non-zero value, for testing purposes
6611fc
- add missing buildrequires on zlib-devel (#190113)
6611fc
6611fc
* Mon Feb 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-10
6611fc
- add missing buildrequires on gdbm-devel (Karsten Hopp)
6611fc
6611fc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.21-9.2
6611fc
- bump again for double-long bug on ppc(64)
6611fc
6611fc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.21-9.1
6611fc
- rebuilt for new gcc4.1 snapshot and glibc changes
6611fc
6611fc
* Mon Dec 19 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-9
6611fc
- use --as-needed to avoid linking dbconverter-2 with SQL libraries, which
6611fc
  it doesn't use because it manipulates files directly (#173321)
6611fc
6611fc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6611fc
- rebuilt
6611fc
6611fc
* Mon Nov 14 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-8
6611fc
- rebuild with new OpenLDAP, overriding the version checks to assume that
6611fc
  2.3.11 is acceptable
6611fc
- remove a lingering patch for 1.x which we no longer use
6611fc
6611fc
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> 2.1.21-7
6611fc
- Rebuild due to mysql update.
6611fc
6611fc
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 2.1.21-6
6611fc
- rebuilt with new openssl
6611fc
6611fc
* Fri Sep  9 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-5
6611fc
- add missing buildrequires: on groff (#163032)
6611fc
6611fc
* Thu Sep  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-4
6611fc
- move the ldapdb auxprop support into a subpackage (#167300)
6611fc
  (note: the ldap password check support in saslauthd doesn't use auxprop)
6611fc
6611fc
* Tue Aug 30 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-3
6611fc
- correct a use of uninitialized memory in the bundled libdb (Arjan van de Ven)
6611fc
6611fc
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-2
6611fc
- move the ANONYMOUS mech plugin to the -lib subpackage so that multilib
6611fc
  systems can use it without installing the main package
6611fc
- build the static libraries without sql auxprop support
6611fc
6611fc
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-1
6611fc
- update to 2.1.21
6611fc
- turn off compilation of libsasl v1 (finally)
6611fc
- explicitly disable sqlite to avoid the build warning
6611fc
- change the default mechanism which is set for saslauthd from "shadow" to
6611fc
  "pam" (#159194)
6611fc
- split the shared library up from saslauthd so that multilib systems don't
6611fc
  have to pull in every dependency of saslauthd for the compat arch (#166749)
6611fc
6611fc
* Wed Apr 13 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-5
6611fc
- rebuild with new deps
6611fc
6611fc
* Tue Mar  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-4
6611fc
- rebuild with new deps
6611fc
6611fc
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.1.20-3
6611fc
- rebuild against db-4.3.21.
6611fc
6611fc
* Thu Nov 11 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-2
6611fc
- build with mysql-devel instead of mysqlclient10
6611fc
6611fc
* Mon Nov  1 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-1
6611fc
- build with mysqlclient10 instead of mysql-devel
6611fc
6611fc
* Wed Oct 27 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-0
6611fc
- update to 2.1.20, including the fix for CAN-2004-0884
6611fc
6611fc
* Tue Oct  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-3
6611fc
- use notting's fix for incorrect patch for CAN-2004-0884 for 1.5.28
6611fc
6611fc
* Tue Oct  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-2
6611fc
- don't trust the environment in setuid/setgid contexts (CAN-2004-0884, #134660)
6611fc
6611fc
* Thu Aug 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-1
6611fc
- rebuild (the 2.1.19 changelog for fixing a buffer overflow referred to a CVS
6611fc
  revision between 2.1.18 and 2.1.19)
6611fc
6611fc
* Mon Jul 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-0
6611fc
- update to 2.1.19, maybe for update
6611fc
6611fc
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
6611fc
- rebuilt
6611fc
6611fc
* Mon Jun  7 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-4
6611fc
- enable sql auxprop support in a subpackage
6611fc
- include LDAP_SASLAUTHD documentation file (#124830)
6611fc
6611fc
* Fri Jun  4 2004 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- turn on ntlm in a subpackage
6611fc
6611fc
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.1.18-3
6611fc
- removed rpath
6611fc
6611fc
* Tue Mar 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-2
6611fc
- turn on building of libsasl v1 again
6611fc
6611fc
* Fri Mar 12 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-1
6611fc
- update to 2.1.18
6611fc
- saslauthd's ldap code is no longer marked experimental, so we build it
6611fc
6611fc
* Mon Mar  8 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-4
6611fc
- rebuild
6611fc
6611fc
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
6611fc
- rebuilt
6611fc
6611fc
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
6611fc
- rebuilt
6611fc
6611fc
* Tue Feb  3 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-2
6611fc
- include default /etc/sysconfig/saslauthd configuration file for the init
6611fc
  script (#114868)
6611fc
6611fc
* Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- drop saslauthd_version patch for libsasl2
6611fc
6611fc
* Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- add a saslauthd_version option to libsasl's saslauthd client and teach it to
6611fc
  do the right thing
6611fc
- enable the saslauthd client code in libsasl version 1 (it's still going away!)
6611fc
- add saslauthd1-checkpass/saslauthd2-checkpass for testing the above change
6611fc
6611fc
* Wed Jan  7 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-1
6611fc
- forcibly disable otp and sql plugins at compile-time
6611fc
6611fc
* Fri Dec 19 2003 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- update to 2.1.17, forcing the gssapi plugin to be shared now, as before
6611fc
- use a bundled libdb (#112215)
6611fc
- build static-with-all-plugins and normal-shared libsasl versions
6611fc
- add sasl2-{shared,static}-mechlist for very basic sanity checking
6611fc
- make inclusion of sasl1 stuffs conditional, because it's so going away
6611fc
6611fc
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-7
6611fc
- rebuild against db-4.2.52.
6611fc
6611fc
* Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-6
6611fc
- use /dev/urandom instead of /dev/random for SASL2 (docs indicate that this is
6611fc
  safe if you aren't using OTP or SRP, and we build neither); SASL1 appears to
6611fc
  use it to seed the libc RNG only (#103378)
6611fc
6611fc
* Mon Oct 20 2003 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- obey RPM_OPT_FLAGS again when krb5_prefix != %%{_prefix}
6611fc
6611fc
* Fri Oct 17 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-5
6611fc
- install saslauthd's mdoc page instead of the pre-formatted man page, which
6611fc
  would get formatted again
6611fc
6611fc
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-5
6611fc
- rebuild against db-4.2.42.
6611fc
6611fc
* Mon Sep 15 2003 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- include testsaslauthd
6611fc
- note in the README that the saslauthd protocol is different for v1 and v2,
6611fc
  so v1's clients can't talk to the v2 server
6611fc
6611fc
* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-4
6611fc
- rebuild
6611fc
6611fc
* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-3
6611fc
- add logic to build with gssapi libs in either /usr or /usr/kerberos
6611fc
6611fc
* Mon Jul 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-2
6611fc
- rebuild
6611fc
6611fc
* Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-1
6611fc
- update to 2.1.15
6611fc
6611fc
* Mon Jul 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.14-1
6611fc
- update to 2.1.14
6611fc
6611fc
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
6611fc
- rebuilt
6611fc
6611fc
* Fri May  9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-3
6611fc
- change -m argument to saslauthd to be a directory instead of a path
6611fc
6611fc
* Thu May  8 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-2
6611fc
- link libsasl2 with -lpthread to ensure that the sasldb plug-in can always
6611fc
  be loaded
6611fc
6611fc
* Tue Apr 29 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-1
6611fc
- update to 2.1.13
6611fc
6611fc
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
6611fc
- rebuilt
6611fc
6611fc
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-3
6611fc
- rebuild
6611fc
6611fc
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- consider either des_cbc_encrypt or DES_cbc_encrypt to be sufficient when
6611fc
  searching for a DES implementation in libcrypto
6611fc
- pull in CPPFLAGS and LDFLAGS from openssl's pkg-config data, if it exists
6611fc
6611fc
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-2
6611fc
- rebuild
6611fc
6611fc
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-1
6611fc
- update to 2.1.10, fixing buffer overflows in libsasl2 noted by Timo Sirainen
6611fc
6611fc
* Tue Nov 12 2002 Tim Powers <timp@redhat.com> 2.1.7-5
6611fc
- remove files from $RPM_BUILD_ROOT that we don't intend to include
6611fc
6611fc
* Wed Oct  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-4
6611fc
- update to SASLv1 to final 1.5.28
6611fc
6611fc
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-3
6611fc
- rebuild, overriding sasldir when running make so that on multilib systems
6611fc
  applications will be able to load modules for the right arch
6611fc
6611fc
* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-2
6611fc
- include dbconverter-2 (#68741)
6611fc
6611fc
* Fri Aug  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-1
6611fc
- update to 2.1.7, fixing a race condition in digest-md5
6611fc
6611fc
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.6-1
6611fc
- update to 2.1.6 and 1.5.28
6611fc
6611fc
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
6611fc
- automated rebuild
6611fc
6611fc
* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.5-1
6611fc
- update to 2.1.5
6611fc
6611fc
* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.4-1
6611fc
- update to 2.1.4
6611fc
6611fc
* Sun May 26 2002 Tim Powers <timp@redhat.com>
6611fc
- automated rebuild
6611fc
6611fc
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.2-1
6611fc
- modify to build with db 4.x
6611fc
6611fc
* Thu Apr 18 2002 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- update cyrus-sasl 2 to 2.1.2
6611fc
- change buildreq to db3-devel
6611fc
6611fc
* Tue Feb 12 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-3
6611fc
- suppress output to stdout/stderr in %%postun
6611fc
6611fc
* Sun Feb 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-2
6611fc
- configure sasldb2 to use berkeley DB instead of gdbm
6611fc
6611fc
* Wed Feb  6 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-1
6611fc
- update to 2.1.1
6611fc
6611fc
* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.0-1
6611fc
- marge 1.5.24 back in, making a note that it should be removed at some
6611fc
  point in the future
6611fc
6611fc
* Wed Jan 30 2002 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- update to 2.1.0, which is designed to be installed in parallel with cyrus sasl
6611fc
  1.x, so fork the package and rename it to cyrus-sasl2
6611fc
- add the sasldb auxprop plugin to the main package
6611fc
- add disabled-by-default saslauthd init script
6611fc
- move the .la files for plugins into their respective packages -- they're
6611fc
  needed by the library
6611fc
6611fc
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-24
6611fc
- free ride through the build system
6611fc
6611fc
* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-23
6611fc
- patch to fix possible syslog format-string vulnerability 
6611fc
6611fc
* Mon Oct 29 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-22
6611fc
- add pam-devel as a buildprereq
6611fc
6611fc
* Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-21
6611fc
- include sample programs in the -devel subpackage, prefixing their names
6611fc
  with "sasl-" to reduce future potential naming conflicts
6611fc
6611fc
* Tue Aug 14 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-20
6611fc
- build without -ggdb
6611fc
6611fc
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- add gdbm-devel as a build dependency (#44990)
6611fc
- split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079,
6611fc
  and dialogs with David L. Parsley)
6611fc
6611fc
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- split out the PLAIN and LOGIN mechanisms into their own package (this allows
6611fc
  an administrator to disable them by simply removing the package)
6611fc
6611fc
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- rebuild in new environment
6611fc
6611fc
* Wed Dec  6 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- fix gssapi-over-tls
6611fc
6611fc
* Fri Oct 27 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- enable static libraries, but always build with -fPIC
6611fc
6611fc
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- make sure the version of 1.5.24 in the package matches the masters (#18968)
6611fc
6611fc
* Mon Oct  9 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- re-add the libsasl.so symlink to the -devel package (oops)
6611fc
6611fc
* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- move .so files for modules to their respective packages -- they're not -devel
6611fc
  links meant for use by ld anyway
6611fc
6611fc
* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- split off -devel subpackage
6611fc
- add a -gssapi subpackage for the gssapi plugins
6611fc
6611fc
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- fix the summary text
6611fc
6611fc
* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- re-enable arcfour and CRAM
6611fc
6611fc
* Fri Aug  4 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- force use of gdbm for database files to avoid DB migration weirdness
6611fc
- enable login mechanism
6611fc
- disable gssapi until it can coexist peacefully with non-gssapi setups
6611fc
- actually do a make in the build section (#15410)
6611fc
6611fc
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- update to 1.5.24
6611fc
6611fc
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
6611fc
- automatic rebuild
6611fc
6611fc
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- rebuild in new environment (release 3)
6611fc
6611fc
* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- don't muck with syslogd in post
6611fc
- remove patch for db-3.0 wackiness, no longer needed
6611fc
6611fc
* Thu Jun  8 2000 Nalin Dahyabhai <nalin@redhat.com>
6611fc
- FHS cleanup
6611fc
- don't strip anything by default
6611fc
6611fc
* Fri Feb 11 2000 Tim Powers <timp@redhat.com>
6611fc
- fixed man pages not being gzipped
6611fc
6611fc
* Tue Nov 16 1999 Tim Powers <timp@redhat.com>
6611fc
- incorporated changes from Mads Kiilerich
6611fc
- release number is 1, not mk1
6611fc
6611fc
* Wed Nov 10 1999 Mads Kiilerich <mads@kiilerich.com>
6611fc
- updated to sasl 1.5.11
6611fc
- configure --disable-krb4 --without-rc4 --disable-cram 
6611fc
  because of missing libraries and pine having cram as default...
6611fc
- handle changing libsasl.so versions
6611fc
6611fc
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
6611fc
- changed group
6611fc
6611fc
* Fri Aug 13 1999 Tim Powers <timp@redhat.com>
6611fc
- first build for Powertools