Blame SPECS/cyrus-sasl.spec

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