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