Blame SPECS/cyrus-sasl.spec

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