Blame SPECS/cyrus-sasl.spec

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