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