Blame SPECS/cyrus-sasl.spec

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