a6b7228
%global username    saslauth
a6b7228
%global hint        Saslauthd user
a6b7228
%global homedir     /run/saslauthd
ac2dd98
a6b7228
%global _plugindir2 %{_libdir}/sasl2
a6b7228
%global bootstrap_cyrus_sasl 0
cvsdist eb2d101
f9c172b
Summary: The Cyrus SASL library
cvsdist ddca9ac
Name: cyrus-sasl
5c0901a
Version: 2.1.26
075f116
Release: 35%{?dist}
Jan F ec3610d
License: BSD with advertising
cvsdist ddca9ac
Group: System Environment/Libraries
f9c172b
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
Steve Conklin d2c2641
# make-no-dlcompatorsrp-tarball.sh removes the "dlcompat" subdirectory and builds a
afaa1d0
# new tarball.
Steve Conklin a3217ff
Source0: cyrus-sasl-%{version}-nodlcompatorsrp.tar.gz
Jan F 2c6dbc3
Source5: saslauthd.service
cvsdist eb2d101
Source7: sasl-mechlist.c
cvsdist 94949f3
Source8: sasl-checkpass.c
cvsdist 94949f3
Source9: saslauthd.sysconfig
Steve Conklin d2c2641
Source10: make-no-dlcompatorsrp-tarball.sh
cvsdist ddca9ac
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
0f0cda2
Patch11: cyrus-sasl-2.1.25-no_rpath.patch
77ce9f7
Patch15: cyrus-sasl-2.1.20-saslauthd.conf-path.patch
48b481c
Patch23: cyrus-sasl-2.1.23-man.patch
1fe49c5
Patch24: cyrus-sasl-2.1.21-sizes.patch
efba920
Patch31: cyrus-sasl-2.1.22-kerberos4.patch
5c0901a
Patch32: cyrus-sasl-2.1.26-warnings.patch
6230a71
Patch34: cyrus-sasl-2.1.22-ldap-timeout.patch
ba5395d
# removed due to #759334
ba5395d
#Patch38: cyrus-sasl-2.1.23-pam_rhosts.patch
5c0901a
Patch42: cyrus-sasl-2.1.26-relro.patch
c2f0db4
# https://bugzilla.redhat.com/show_bug.cgi?id=816250
5c0901a
Patch43: cyrus-sasl-2.1.26-null-crypt.patch
5c0901a
Patch44: cyrus-sasl-2.1.26-release-server_creds.patch
5868c56
# AM_CONFIG_HEADER is obsolete, use AC_CONFIG_HEADERS instead
5868c56
Patch45: cyrus-sasl-2.1.26-obsolete-macro.patch
Rex Dieter b27f43e
# missing size_t declaration in sasl.h
Rex Dieter b27f43e
Patch46: cyrus-sasl-2.1.26-size_t.patch
2aa6adb
# disable incorrect check for MkLinux
001b671
Patch47: cyrus-sasl-2.1.26-ppc.patch
33c7c04
# detect gsskrb5_register_acceptor_identity macro (#976538)
33c7c04
Patch48: cyrus-sasl-2.1.26-keytab.patch
dece5e9
Patch49: cyrus-sasl-2.1.26-md5global.patch
8abf4cf
# revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 (#984079)
8abf4cf
# https://bugzilla.cyrusimap.org/show_bug.cgi?id=3480
8abf4cf
Patch50: cyrus-sasl-2.1.26-revert-upstream-080e51c7fa0421eb2f0210d34cf0ac48a228b1e9.patch
7fd305b
# improve sql libraries detection
7fd305b
Patch51: cyrus-sasl-2.1.26-sql.patch
21e60e4
# improve configuration error message
21e60e4
Patch52: cyrus-sasl-2.1.26-config-error.patch
58097f5
# Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
58097f5
Patch53: cyrus-sasl-2.1.26-prefer-SCRAM-SHA-1-over-PLAIN.patch
48b97a8
# Do not leak memory in sample server (#852755)
48b97a8
Patch54: cyrus-sasl-2.1.26-sample-leak.patch
af2b298
# Document ability to run saslauthd unprivileged (#1189203)
29eb7eb
Patch55: cyrus-sasl-2.1.26-saslauthd-user.patch
e5542bd
# Too much loogging in GSSAPI resolved (#1187097)
e5542bd
Patch56: cyrus-sasl-2.1.26-user-specified-logging.patch
8e8c8bb
# OpenSSL 1.1.0 support
8e8c8bb
Patch57: cyrus-sasl-2.1.27-openssl-1.1.0.patch
865b833
# Fix support for GSS SPNEGO to be compatible with windows (#1421663)
865b833
Patch58: cyrus-sasl-2.1.26-gss-spnego.patch
37a8888
# Use per-connection mutex where possible
37a8888
Patch59: cyrus-sasl-2.1.26-gssapi-lock.patch
bb2c113
# Allow cyrus sasl to get the ssf from gssapi #429
37a8888
Patch60: cyrus-sasl-2.1.26-ssf-from-gssapi.patch
57b2bbb
f9c172b
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
f9c172b
BuildRequires: autoconf, automake, libtool, gdbm-devel, groff
f9c172b
BuildRequires: krb5-devel >= 1.2.2, openssl-devel, pam-devel, pkgconfig
bfca0c1
BuildRequires: mariadb-connector-c-devel, postgresql-devel, zlib-devel
cf05d06
BuildRequires: libdb-devel
1fe49c5
%if ! %{bootstrap_cyrus_sasl}
f9c172b
BuildRequires: openldap-devel
1fe49c5
%endif
Petr Šabata f9f3ad0
Requires(post): chkconfig, systemd-units
8527d37
Requires(pre): /usr/sbin/useradd /usr/sbin/groupadd systemd-units
8527d37
Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel systemd-units
ac2dd98
Requires: /sbin/nologin
9de8b27
Requires: systemd >= 211
3744cb1
Provides: user(%username)
3744cb1
Provides: group(%username)
ac2dd98
cvsdist ddca9ac
cvsdist ddca9ac
%description
cvsdist 7772258
The %{name} package contains the Cyrus implementation of SASL.
cvsdist 9a472b2
SASL is the Simple Authentication and Security Layer, a method for
cvsdist 9a472b2
adding authentication support to connection-based protocols.
cvsdist ddca9ac
77ce9f7
%package lib
77ce9f7
Group: System Environment/Libraries
f9c172b
Summary: Shared libraries needed by applications which use Cyrus SASL
77ce9f7
77ce9f7
%description lib
77ce9f7
The %{name}-lib package contains shared libraries which are needed by
77ce9f7
applications which use the Cyrus SASL library.
77ce9f7
cvsdist bd7c4f8
%package devel
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
Rex Dieter b27f43e
Requires: %{name}%{?_isa} = %{version}-%{release}
5c0901a
Requires: pkgconfig
cvsdist bd7c4f8
Group: Development/Libraries
f9c172b
Summary: Files needed for developing applications with Cyrus SASL
cvsdist bd7c4f8
cvsdist bd7c4f8
%description devel
cvsdist 7772258
The %{name}-devel package contains files needed for developing and
cvsdist bd7c4f8
compiling applications which use the Cyrus SASL library.
cvsdist bd7c4f8
cvsdist bd7c4f8
%package gssapi
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
cvsdist bd7c4f8
Group: System Environment/Libraries
f9c172b
Summary: GSSAPI authentication support for Cyrus SASL
cvsdist bd7c4f8
cvsdist bd7c4f8
%description gssapi
cvsdist 7772258
The %{name}-gssapi package contains the Cyrus SASL plugins which
cvsdist 9a472b2
support GSSAPI authentication. GSSAPI is commonly used for Kerberos
cvsdist 9a472b2
authentication.
cvsdist bd7c4f8
cvsdist 12ae559
%package plain
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
cvsdist 12ae559
Group: System Environment/Libraries
f9c172b
Summary: PLAIN and LOGIN authentication support for Cyrus SASL
cvsdist 12ae559
cvsdist 12ae559
%description plain
cvsdist 7772258
The %{name}-plain package contains the Cyrus SASL plugins which support
cvsdist 12ae559
PLAIN and LOGIN authentication schemes.
cvsdist 12ae559
cvsdist 12ae559
%package md5
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
cvsdist 12ae559
Group: System Environment/Libraries
f9c172b
Summary: CRAM-MD5 and DIGEST-MD5 authentication support for Cyrus SASL
cvsdist 12ae559
cvsdist 12ae559
%description md5
cvsdist 7772258
The %{name}-md5 package contains the Cyrus SASL plugins which support
cvsdist 12ae559
CRAM-MD5 and DIGEST-MD5 authentication schemes.
cvsdist 12ae559
cvsdist 2d0875b
%package ntlm
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
cvsdist 2d0875b
Group: System Environment/Libraries
f9c172b
Summary: NTLM authentication support for Cyrus SASL
cvsdist 2d0875b
cvsdist 2d0875b
%description ntlm
cvsdist 2d0875b
The %{name}-ntlm package contains the Cyrus SASL plugin which supports
b6821c2
the NTLM authentication scheme.
cvsdist 2d0875b
de5ecce
# This would more appropriately be named cyrus-sasl-auxprop-sql.
cvsdist 2d0875b
%package sql
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
cvsdist 2d0875b
Group: System Environment/Libraries
f9c172b
Summary: SQL auxprop support for Cyrus SASL
cvsdist 2d0875b
cvsdist 2d0875b
%description sql
cvsdist 2d0875b
The %{name}-sql package contains the Cyrus SASL plugin which supports
cvsdist 2d0875b
using a RDBMS for storing shared secrets.
cvsdist 2d0875b
6779c4c
%if ! %{bootstrap_cyrus_sasl}
de5ecce
# This was *almost* named cyrus-sasl-auxprop-ldapdb, but that's a lot of typing.
de5ecce
%package ldap
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
de5ecce
Group: System Environment/Libraries
f9c172b
Summary: LDAP auxprop support for Cyrus SASL
de5ecce
de5ecce
%description ldap
de5ecce
The %{name}-ldap package contains the Cyrus SASL plugin which supports using
de5ecce
a directory server, accessed using LDAP, for storing shared secrets.
6779c4c
%endif
de5ecce
0f0cda2
%package scram
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
0f0cda2
Group: System Environment/Libraries
0f0cda2
Summary: SCRAM auxprop support for Cyrus SASL
0f0cda2
0f0cda2
%description scram
0f0cda2
The %{name}-scram package contains the Cyrus SASL plugin which supports
0f0cda2
the SCRAM authentication scheme.
0f0cda2
0f0cda2
%package gs2
Rex Dieter b27f43e
Requires: %{name}-lib%{?_isa} = %{version}-%{release}
0f0cda2
Group: System Environment/Libraries
0f0cda2
Summary: GS2 support for Cyrus SASL
0f0cda2
0f0cda2
%description gs2
0f0cda2
The %{name}-gs2 package contains the Cyrus SASL plugin which supports
0f0cda2
the GS2 authentication scheme.
0f0cda2
Jan F. Chadima d6a7412
###
Jan F. Chadima d6a7412
Jan F. Chadima d6a7412
cvsdist ddca9ac
%prep
57b2bbb
%setup -q
f9c172b
chmod -x doc/*.html
Steve Conklin 0673b70
chmod -x include/*.h
cvsdist 39e183a
%patch11 -p1 -b .no_rpath
77ce9f7
%patch15 -p1 -b .path
48b481c
%patch23 -p1 -b .man
1fe49c5
%patch24 -p1 -b .sizes
efba920
%patch31 -p1 -b .krb4
57b2bbb
%patch32 -p1 -b .warnings
6230a71
%patch34 -p1 -b .ldap-timeout
Jan F. Chadima 0e14c2a
%patch42 -p1 -b .relro
c2f0db4
%patch43 -p1 -b .null-crypt
a7fd848
%patch44 -p1 -b .release-server_creds
5868c56
%patch45 -p1 -b .obsolete-macro
Rex Dieter e0f851f
%patch46 -p1 -b .size_t
2aa6adb
%patch47 -p1 -b .ppc
33c7c04
%patch48 -p1 -b .keytab
dece5e9
%patch49 -p1 -b .md5global.h
8abf4cf
%patch50 -p1 -b .gssapi
7fd305b
%patch51 -p1 -b .sql
21e60e4
%patch52 -p1 -b .configerr
58097f5
%patch53 -p1 -b .sha1vsplain
48b97a8
%patch54 -p1 -b .leak
29eb7eb
%patch55 -p1 -b .man-unprivileged
e5542bd
%patch56 -p1 -b .too-much-logging
8e8c8bb
%patch57 -p1 -b .openssl110
865b833
%patch58 -p1 -b .spnego
37a8888
%patch59 -p1 -b .mutex
37a8888
%patch60 -p1 -b .ssf-gssapi
58097f5
f9c172b
a6feee0
%build
cvsdist eb2d101
# Find Kerberos.
77ce9f7
krb5_prefix=`krb5-config --prefix`
cvsdist 070f984
if test x$krb5_prefix = x%{_prefix} ; then
f9c172b
        krb5_prefix=
cvsdist 070f984
else
c4c5184
        CPPFLAGS="-I${krb5_prefix}/include $CPPFLAGS"; export CPPFLAGS
c4c5184
        LDFLAGS="-L${krb5_prefix}/%{_lib} $LDFLAGS"; export LDFLAGS
cvsdist 070f984
fi
f9c172b
f9c172b
# Find OpenSSL.
cvsdist eb2d101
LIBS="-lcrypt"; export LIBS
cvsdist 2d0875b
if pkg-config openssl ; then
f9c172b
        CPPFLAGS="`pkg-config --cflags-only-I openssl` $CPPFLAGS"; export CPPFLAGS
f9c172b
        LDFLAGS="`pkg-config --libs-only-L openssl` $LDFLAGS"; export LDFLAGS
cvsdist 2d0875b
fi
cvsdist ae3a54e
c4c5184
# Find the MySQL libraries used needed by the SQL auxprop plugin.
c4c5184
INC_DIR="`mysql_config --include`"
c4c5184
if test x"$INC_DIR" != "x-I%{_includedir}"; then
c4c5184
        CPPFLAGS="$INC_DIR $CPPFLAGS"; export CPPFLAGS
c4c5184
fi
c4c5184
LIB_DIR="`mysql_config --libs | sed -e 's,-[^L][^ ]*,,g' -e 's,^ *,,' -e 's, *$,,' -e 's,  *, ,g'`"
c4c5184
if test x"$LIB_DIR" != "x-L%{_libdir}"; then
c4c5184
        LDFLAGS="$LIB_DIR $LDFLAGS"; export LDFLAGS
c4c5184
fi
cvsdist 2d0875b
c4c5184
# Find the PostgreSQL libraries used needed by the SQL auxprop plugin.
c4c5184
INC_DIR="-I`pg_config --includedir`"
c4c5184
if test x"$INC_DIR" != "x-I%{_includedir}"; then
c4c5184
        CPPFLAGS="$INC_DIR $CPPFLAGS"; export CPPFLAGS
c4c5184
fi
c4c5184
LIB_DIR="-L`pg_config --libdir`"
c4c5184
if test x"$LIB_DIR" != "x-L%{_libdir}"; then
c4c5184
        LDFLAGS="$LIB_DIR $LDFLAGS"; export LDFLAGS
c4c5184
fi
c4c5184
53ef4c8
# Patch config.sub to support ppc64p7 subarch (Fedora specific)
53ef4c8
# This is similar to what the config.sub from automake has
53ef4c8
for i in `find . -name config.sub`; do
53ef4c8
  perl -pi -e "s/ppc64-\*/ppc64-\* \| ppc64p7-\*/" $i
53ef4c8
done
53ef4c8
765fab4
CFLAGS="$RPM_OPT_FLAGS $CFLAGS $CPPFLAGS -fPIE"; export CFLAGS
b1c7d8b
LDFLAGS="$LDFLAGS -pie -Wl,-z,now"; export LDFLAGS
c4c5184
c4c5184
echo "$CFLAGS"
c4c5184
echo "$CPPFLAGS"
c4c5184
echo "$LDFLAGS"
Steve Conklin 0673b70
cvsdist 7772258
%configure \
f9c172b
        --enable-shared --disable-static \
f9c172b
        --disable-java \
f9c172b
        --with-plugindir=%{_plugindir2} \
f9c172b
        --with-configdir=%{_plugindir2}:%{_sysconfdir}/sasl2 \
12a83ee
        --disable-krb4 \
f9c172b
        --enable-gssapi${krb5_prefix:+=${krb5_prefix}} \
f9c172b
        --with-gss_impl=mit \
f9c172b
        --with-rc4 \
cf05d06
        --with-dblib=berkeley \
8d1ec79
        --with-bdb=db \
c52ae77
        --with-saslauthd=/run/saslauthd --without-pwcheck \
6779c4c
%if ! %{bootstrap_cyrus_sasl}
f9c172b
        --with-ldap \
6779c4c
%endif
f9c172b
        --with-devrandom=/dev/urandom \
f9c172b
        --enable-anon \
f9c172b
        --enable-cram \
f9c172b
        --enable-digest \
f9c172b
        --enable-ntlm \
f9c172b
        --enable-plain \
f9c172b
        --enable-login \
Jeroen van Meeuwen (Ergo Project) e2593b6
        --enable-alwaystrue \
Jeroen van Meeuwen (Ergo Project) befd72b
        --enable-httpform \
f9c172b
        --disable-otp \
6779c4c
%if ! %{bootstrap_cyrus_sasl}
f9c172b
        --enable-ldapdb \
6779c4c
%endif
7fd305b
        --enable-sql --with-mysql=yes --with-pgsql=yes \
f9c172b
        --without-sqlite \
f9c172b
        "$@"
f9c172b
        # --enable-auth-sasldb -- EXPERIMENTAL
cvsdist 070f984
make sasldir=%{_plugindir2}
cvsdist 070f984
make -C saslauthd testsaslauthd
6760712
make -C sample
cvsdist eb2d101
f9c172b
# Build a small program to list the available mechanisms, because I need it.
f9c172b
pushd lib
be8a656
../libtool --mode=link %{__cc} -o sasl2-shared-mechlist -I../include $CFLAGS %{SOURCE7} $LDFLAGS ./libsasl2.la
bbe0354
Steve Conklin 0673b70
cvsdist ddca9ac
%install
cvsdist 070f984
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
cvsdist eb2d101
cvsdist eb2d101
make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2}
bbe0354
make install DESTDIR=$RPM_BUILD_ROOT sasldir=%{_plugindir2} -C plugins
cvsdist 7772258
f9c172b
install -m755 -d $RPM_BUILD_ROOT%{_bindir}
be8a656
./libtool --mode=install \
cvsdist 7772258
install -m755 sample/client $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-client
be8a656
./libtool --mode=install \
cvsdist 7772258
install -m755 sample/server $RPM_BUILD_ROOT%{_bindir}/sasl2-sample-server
be8a656
./libtool --mode=install \
cvsdist 070f984
install -m755 saslauthd/testsaslauthd $RPM_BUILD_ROOT%{_sbindir}/testsaslauthd
cvsdist 7772258
cvsdist 070f984
# Install the saslauthd mdoc page in the expected location.  Sure, it's not
cvsdist 070f984
# really a man page, but groff seems to be able to cope with it.
cvsdist 7772258
install -m755 -d $RPM_BUILD_ROOT%{_mandir}/man8/
f9c172b
install -m644 -p saslauthd/saslauthd.mdoc $RPM_BUILD_ROOT%{_mandir}/man8/saslauthd.8
d9008ec
install -m644 -p saslauthd/testsaslauthd.8 $RPM_BUILD_ROOT%{_mandir}/man8/testsaslauthd.8
cvsdist 7772258
f9c172b
# Install the init script for saslauthd and the init script's config file.
cvsdist 94949f3
install -m755 -d $RPM_BUILD_ROOT/etc/rc.d/init.d $RPM_BUILD_ROOT/etc/sysconfig
Jan F 2c6dbc3
install -d -m755 $RPM_BUILD_ROOT/%{_unitdir}
Jan F. Chadima d6a7412
install -m644 -p %{SOURCE5} $RPM_BUILD_ROOT/%{_unitdir}/saslauthd.service
f9c172b
install -m644 -p %{SOURCE9} $RPM_BUILD_ROOT/etc/sysconfig/saslauthd
cvsdist eb2d101
6760712
# Install the config dirs if they're not already there.
6760712
install -m755 -d $RPM_BUILD_ROOT/%{_sysconfdir}/sasl2
6760712
install -m755 -d $RPM_BUILD_ROOT/%{_plugindir2}
6760712
de5ecce
# Provide an easy way to query the list of available mechanisms.
be8a656
./libtool --mode=install \
f9c172b
install -m755 lib/sasl2-shared-mechlist $RPM_BUILD_ROOT/%{_sbindir}/
cvsdist eb2d101
cvsdist ae3a54e
# Remove unpackaged files from the buildroot.
cvsdist ae3a54e
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/libotp.*
77ce9f7
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.a
Steve Conklin 0673b70
rm -f $RPM_BUILD_ROOT%{_libdir}/sasl2/*.la
bbe0354
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
cvsdist ae3a54e
rm -f $RPM_BUILD_ROOT%{_mandir}/cat8/saslauthd.8
cvsdist ae3a54e
Steve Conklin 0673b70
cvsdist ddca9ac
%clean
cvsdist 070f984
test "$RPM_BUILD_ROOT" != "/" && rm -rf $RPM_BUILD_ROOT
cvsdist ddca9ac
ac2dd98
%pre
3421ff7
getent group %{username} >/dev/null || groupadd -g 76 -r %{username}
e47358c
getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} -s /sbin/nologin -c "%{hint}" %{username}
ac2dd98
cvsdist 7772258
%post
8527d37
%systemd_post saslauthd.service
cvsdist 7772258
cvsdist 7772258
%preun
8527d37
%systemd_preun saslauthd.service
cvsdist ddca9ac
cvsdist 7772258
%postun
8527d37
%systemd_postun_with_restart saslauthd.service
cvsdist ddca9ac
Jan F. Chadima d6a7412
%triggerun -n cyrus-sasl -- cyrus-sasl < 2.1.23-32
Jan F. Chadima d6a7412
/usr/bin/systemd-sysv-convert --save saslauthd >/dev/null 2>&1 || :
Jan F. Chadima d6a7412
/sbin/chkconfig --del saslauthd >/dev/null 2>&1 || :
Jan F. Chadima d6a7412
/bin/systemctl try-restart saslauthd.service >/dev/null 2>&1 || :
Jan F. Chadima d6a7412
77ce9f7
%post lib -p /sbin/ldconfig
77ce9f7
%postun lib -p /sbin/ldconfig
77ce9f7
cvsdist ddca9ac
%files
cvsdist ddca9ac
%defattr(-,root,root)
de5ecce
%doc saslauthd/LDAP_SASLAUTHD
cvsdist bd7c4f8
%{_mandir}/man8/*
6760712
%{_sbindir}/pluginviewer
cvsdist 7772258
%{_sbindir}/saslauthd
cvsdist 070f984
%{_sbindir}/testsaslauthd
cvsdist 94949f3
%config(noreplace) /etc/sysconfig/saslauthd
Jan F. Chadima d6a7412
%{_unitdir}/saslauthd.service
e943a63
%ghost /run/saslauthd
cvsdist ddca9ac
77ce9f7
%files lib
77ce9f7
%defattr(-,root,root)
dab97b0
%license COPYING
dab97b0
%doc AUTHORS NEWS README doc/*.html
77ce9f7
%{_libdir}/libsasl*.so.*
6760712
%dir %{_sysconfdir}/sasl2
bbe0354
%dir %{_plugindir2}/
bbe0354
%{_plugindir2}/*anonymous*.so*
cf05d06
%{_plugindir2}/*sasldb*.so*
cf05d06
%{_sbindir}/saslpasswd2
cf05d06
%{_sbindir}/sasldblistusers2
77ce9f7
cvsdist 240fb37
%files plain
cvsdist 240fb37
%defattr(-,root,root)
cvsdist 7772258
%{_plugindir2}/*plain*.so*
cvsdist 7772258
%{_plugindir2}/*login*.so*
cvsdist 240fb37
6779c4c
%if ! %{bootstrap_cyrus_sasl}
de5ecce
%files ldap
de5ecce
%defattr(-,root,root)
de5ecce
%{_plugindir2}/*ldapdb*.so*
6779c4c
%endif
de5ecce
cvsdist 240fb37
%files md5
cvsdist 240fb37
%defattr(-,root,root)
cvsdist 7772258
%{_plugindir2}/*crammd5*.so*
cvsdist 7772258
%{_plugindir2}/*digestmd5*.so*
cvsdist 240fb37
cvsdist 2d0875b
%files ntlm
cvsdist 2d0875b
%defattr(-,root,root)
cvsdist 2d0875b
%{_plugindir2}/*ntlm*.so*
cvsdist 2d0875b
cvsdist 2d0875b
%files sql
cvsdist 2d0875b
%defattr(-,root,root)
cvsdist 2d0875b
%{_plugindir2}/*sql*.so*
cvsdist 2d0875b
cvsdist 240fb37
%files gssapi
cvsdist 240fb37
%defattr(-,root,root)
cvsdist 7772258
%{_plugindir2}/*gssapi*.so*
cvsdist 240fb37
0f0cda2
%files scram
0f0cda2
%defattr(-,root,root)
0f0cda2
%{_plugindir2}/libscram.so*
0f0cda2
0f0cda2
%files gs2
0f0cda2
%defattr(-,root,root)
0f0cda2
%{_plugindir2}/libgs2.so*
0f0cda2
cvsdist 9ab4e5c
%files devel
cvsdist 9ab4e5c
%defattr(-,root,root)
de5ecce
%doc doc/*.txt
cvsdist 7772258
%{_bindir}/sasl2-sample-client
cvsdist 7772258
%{_bindir}/sasl2-sample-server
cvsdist 7772258
%{_includedir}/*
cvsdist bd7c4f8
%{_libdir}/libsasl*.*so
5c0901a
%{_libdir}/pkgconfig/*.pc
cvsdist bd7c4f8
%{_mandir}/man3/*
cvsdist eb2d101
%{_sbindir}/sasl2-shared-mechlist
cvsdist bd7c4f8
cvsdist 240fb37
%changelog
075f116
* Mon Oct 23 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-35
075f116
- Use mariadb-connector-c-devel instead of mysql-devel (#1493620)
075f116
59fb0c0
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.26-34
59fb0c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
59fb0c0
04ab1c4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.26-33
04ab1c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
04ab1c4
75a23b2
* Wed Apr 19 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-32
75a23b2
- Add missing patch for separate mutexes per connection in GSSAPI
75a23b2
7a8d455
* Tue Apr 18 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-31
7a8d455
- Allow cyrus sasl to get the ssf from gssapi
7a8d455
Petr Šabata f9f3ad0
* Wed Apr 12 2017 Petr Šabata <contyk@redhat.com> - 2.1.26-30
Petr Šabata f9f3ad0
- Removing the obsolete scriptlet /sbin/service dependency
Petr Šabata f9f3ad0
eb87d1d
* Tue Mar 07 2017 Jakub Jelen <jjelen@redhat.com> - 2.1.26-29
eb87d1d
- Fix GSS SPNEGO support (#1421663)
eb87d1d
ca0c11d
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.26-28
ca0c11d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ca0c11d
ecd75a2
* Mon Nov 07 2016 Jakub Jelen <jjelen@redhat.com> - 2.1.26-27
ecd75a2
- Add support for OpenSSL 1.1.0
ecd75a2
1d717c4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.26-26.2
1d717c4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1d717c4
9de8b27
* Thu Jul 16 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-25.2
a5d08d5
- Revert tmpfiles.d and use new systemd feature RuntimeDirectory
a5d08d5
04da2a5
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.26-24
04da2a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
04da2a5
ffa4b19
* Fri May 29 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-23
ffa4b19
- Add ability to handle logging in gssapi plugin (#1187097)
ffa4b19
c08d36d
* Mon Mar 16 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-22
c08d36d
- Rever "Do not leak memory in plugin_common.c ..." due the breakage of svn (#1202364)
c08d36d
393aa38
* Thu Mar 12 2015 Jakub Jelen <jjelen@redhat.com> 2.1.26-21
393aa38
- Add and Document ability to run saslauthd as non-root user, fix tpmfiles ownership (#1189203)
393aa38
- Do not leak memory in sample server (#852755)
393aa38
- Do not leak memory in plugin_common.c for password callback (#1191183)
393aa38
- Cleanup spec file: tmpfiles.d macros and tab/space
393aa38
f85e1a3
* Wed Feb 04 2015 Petr Lautrbach <plautrba@redhat.com> 2.1.26-20
f85e1a3
- Change the ownership of /run/saslauth to saslauth:saslauth (#1189203)
f85e1a3
69463df
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.26-19
69463df
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
69463df
dab97b0
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 2.1.26-18
dab97b0
- fix license handling
dab97b0
7eb7d41
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.26-17
7eb7d41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7eb7d41
6e36bf2
* Sun Jan 19 2014 Ville Skyttä <ville.skytta@iki.fi> - 2.1.26-16
6e36bf2
- Don't order service after syslog.target.
6e36bf2
4038a0b
* Fri Nov 15 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-15
4038a0b
- Treat SCRAM-SHA-1/DIGEST-MD5 as more secure than PLAIN (#970718)
4038a0b
- improve configuration error message
4038a0b
7bccf58
* Fri Nov 01 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-14
7bccf58
- revert upstream commit 080e51c7fa0421eb2f0210d34cf0ac48a228b1e9 (#984079)
7bccf58
53ef4c8
* Tue Oct 15 2013 Karsten Hopp <karsten@redhat.com> 2.1.26-13
53ef4c8
- add ppc64p7 subarch support in config.sub (Fedora only)
53ef4c8
765fab4
* Mon Sep 09 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-12
765fab4
- build with RPM_OPT_FLAGS <ville.skytta@iki.fi> (#1005535)
765fab4
06b1147
* Tue Sep 03 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-11
06b1147
- fix hardening for /usr/sbin/saslauthd
06b1147
- add testsaslauthd.8 man page to the package
06b1147
- use static md5global.h file
06b1147
edb498d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.26-10
edb498d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
edb498d
b73b147
* Mon Jun 24 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-9
b73b147
- detect gsskrb5_register_acceptor_identity macro <nalin@redhat.com> (#976538)
b73b147
2aa6adb
* Tue Jun 04 2013 Karsten Hopp <karsten@redhat.com> 2.1.26-8
2aa6adb
- disable incorrect check for MkLinux to allow building with shared libraries on PPC
2aa6adb
6fd99a1
* Tue May 21 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-7
6fd99a1
- fix the spec file in order to build the cyrus-sasl-sql plugin
6fd99a1
  with support for PostgreSQL and MySQL
6fd99a1
bee9ee8
* Thu Feb 21 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-6
bee9ee8
- don't include system sasl2 library needed for rebuilds after rebase
bee9ee8
37c2c55
* Mon Feb 11 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-5
37c2c55
- enable full relro and PIE compiler flags for saslauthd
37c2c55
bf17bc4
* Fri Feb 01 2013 Petr Lautrbach <plautrba@redhat.com> 2.1.26-4
bf17bc4
- fix library symlinks
bf17bc4
Rex Dieter e0f851f
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-3
Rex Dieter e0f851f
- actually apply size_t patch (#906519)
Rex Dieter e0f851f
Rex Dieter b27f43e
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-2
Rex Dieter b27f43e
- sasl.h: +#include<sys/types.h> for missing size_t type (#906519)
Rex Dieter b27f43e
- tighten subpkg deps via %%?_isa
Rex Dieter b27f43e
5c0901a
* Thu Dec 20 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.26-1
5c0901a
- update to 2.1.26
5c0901a
- fix segfaults in sasl_gss_encode (#886140)
5c0901a
496523d
* Mon Dec 10 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.25-2
496523d
- always use the current external Berkeley DB when linking
496523d
0f0cda2
* Fri Dec 07 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.25-1
0f0cda2
- update to 2.1.25
0f0cda2
- add cyrus-sasl-scram and cyrus-sasl-gs2 packages
0f0cda2
8527d37
* Fri Sep 14 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-36
8527d37
- replace scriptlets with systemd macros (#856666)
8527d37
90d2211
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.23-35
90d2211
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
90d2211
99c16c2
* Tue Jul 17 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-34
99c16c2
- move /etc/tmpfiles.d/saslauthd.conf to /usr/lib/tmpfiles.d/saslauthd.conf (#840193)
99c16c2
d91f0e4
* Wed Jun 20 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-33
d91f0e4
- properly deal with crypt() returning NULL (#816250)
d91f0e4
- use fixed gid 76 for saslauth
d91f0e4
cf05d06
* Mon Apr 16 2012 Jindrich Novy <jnovy@redhat.com> 2.1.23-32
cf05d06
- re-enable libdb support and utilities
cf05d06
f4d44cf
* Wed Apr 04 2012 Jindrich Novy <jnovy@redhat.com> 2.1.23-31
8a26329
- temporarily disable libdb support to resolve cyrus-sasl
8a26329
  chicken and egg build problem against libdb
8a26329
38c8a14
* Tue Apr 03 2012 Jindrich Novy <jnovy@redhat.com> 2.1.23-30
38c8a14
- rebuild against new libdb
38c8a14
6dc340b
* Wed Feb 08 2012 Petr Lautrbach <plautrba@redhat.com> 2.1.23-29
6dc340b
- Change saslauth user homedir to /run/saslauthd (#752889)
6dc340b
- Change all /var/run/ to /run/
6dc340b
- DAEMONOPTS are not supported any more in systemd units
6dc340b
Jeroen van Meeuwen (Ergo Project) 7130866
* Mon Jan 09 2012 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 2.1.23-28
Jeroen van Meeuwen (Ergo Project) 7130866
- Ship with sasl_pwcheck_method: alwaystrue
Jeroen van Meeuwen (Ergo Project) 7130866
cc79cbb
* Mon Dec 12 2011 Petr Lautrbach <plautrba@redhat.com> 2.1.23-27
cc79cbb
- remove support for logging of the remote host via PAM (#759334)
cc79cbb
- fix systemd files (#750436)
cc79cbb
Jan F. Chadima 0e14c2a
* Wed Aug 10 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-26
Jan F. Chadima 0e14c2a
- Add partial relro support for libraries
Jan F. Chadima 0e14c2a
Jan F. Chadima d7f276a
* Mon Jul 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-25
Jan F. Chadima 6f3490c
- Add support for berkeley db 5
Jan F. Chadima 6f3490c
Jan F. Chadima d6a7412
* Wed Jun 29 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-23
Jan F. Chadima d6a7412
- Migrate the package to full native systemd unit files, according to the Fedora
Jan F. Chadima d6a7412
  packaging guidelines.
Jan F. Chadima d6a7412
Jan F 059c3f4
* Wed Jun  1 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-22
Jan F 059c3f4
- repair rimap support (more packets in response)
Jan F 059c3f4
Jan F a166382
* Wed May 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-21
Jan F a166382
- repair ntlm support
Jan F a166382
Jan F 4a82067
* Mon May 23 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-20
Jan F 4a82067
- add logging of the remote host via PAM
Jan F 4a82067
Jan F 842cad7
* Thu Apr 28 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-19
Jan F 842cad7
- temporarilly revert systemd units
Jan F 842cad7
Jan F ebad43d
* Tue Apr 26 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-18
Jan F ebad43d
- update scriptlets
Jan F ebad43d
Jan F 2c6dbc3
* Fri Apr 22 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-17
Jan F 2c6dbc3
- Add systemd units
Jan F 2c6dbc3
0a74afd
* Wed Mar 23 2011 Tomas Mraz <tmraz@redhat.com> - 2.1.23-16
0a74afd
- Rebuilt with new mysqlclient
0a74afd
Jan F ec3610d
* Fri Feb 25 2011 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-15
Jan F ec3610d
- set correct license tag
Jan F ec3610d
- add ghost to /var/run/saslauthd
Jan F ec3610d
274a1d3
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.23-14
274a1d3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
274a1d3
Jan F 671a7b4
* Fri Apr  9 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-13
Jan F 671a7b4
- Add /etc/tmpfiles.d element (#662734)
Jan F 671a7b4
9e57e04
* Fri Apr  9 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-12
9e57e04
- Update init script to impeach pid file
9e57e04
f4d44cf
* Thu Mar 11 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-11
f53bad2
- Update pre post preun and postun scripts (#572399)
3744cb1
c4c5184
* Wed Mar 10 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-10
c4c5184
- Rewrite spec file, make corect CFLAGS, CPPFLAGS and LDFLAGS
c4c5184
410f2cd
* Mon Feb 22 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-9
410f2cd
- solve race condition (#566875)
410f2cd
a6feee0
* Wed Feb 17 2010 Stepan Kasal <skasal@redhat.com> - 2.1.23-8
00d1e65
- improve m4 quoting to fix saslauthd/configure (#566088)
a6feee0
- call autotools in build, not in prep
a6feee0
48b481c
* Fri Feb  5 2010 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-7
48b481c
- Add man page to testtcpauthd (#526189)
48b481c
189981c
* Fri Oct 16 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-6
189981c
- Create the saslauth user according to fedora packaging guide
189981c
1f75ca1
* Thu Sep 24 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-5
d389f22
- Repair initscript to make condrestart working properly (#522103)
d389f22
ac2dd98
* Wed Sep 23 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-3
ac2dd98
- Add possibility to run the saslauth without root privilegies (#185614)
ac2dd98
d77589d
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.23-2
d77589d
- rebuilt with new openssl
d77589d
41e32aa
* Fri Aug  7 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.23-1
41e32aa
- update to 2.1.23
41e32aa
7c673d9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.22-25
7c673d9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
7c673d9
41e32aa
* Mon May 11 2009 Jan F. Chadima <jchadima@redhat.com> - 2.1.22-24
7ab527c
- repair sasl_encode64 nul termination (#487251)
7ab527c
12a83ee
* Thu Apr 16 2009 Robert Scheck <robert@fedoraproject.org> - 2.1.22-23
12a83ee
- Don't build the krb4 plugin as krb5 1.7 will drop it (#225974 #c6)
12a83ee
dcd6293
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.22-22
dcd6293
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
dcd6293
1814ca1
* Fri Feb  6 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.22-21
1814ca1
- fix build with gcc-4.4
1814ca1
6230a71
* Fri Jan 23 2009 Tomas Mraz <tmraz@redhat.com> - 2.1.22-20
6230a71
- set LDAP_OPT_TIMEOUT (#326452)
6230a71
- provide LSB compatible init script (#246900)
6230a71
2009bcd
* Fri Sep 26 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-19
2009bcd
- always use the current external db4 when linking,
2009bcd
  thanks to Dan Horak for the original patch (#464098)
2009bcd
2009bcd
* Wed Sep 10 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-18
57b2bbb
- fix most critical build warnings (#433583)
57b2bbb
- use external db4
57b2bbb
da64ac9
* Fri Aug 29 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-17
da64ac9
- always link against the internal db4 (#459163)
da64ac9
- rediff patches for no fuzz
da64ac9
66d2311
* Wed Jul  9 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-16
66d2311
- update internal db4 (#449737)
66d2311
efba920
* Tue Jul  1 2008 Tomas Mraz <tmraz@redhat.com> - 2.1.22-15
efba920
- drop reload from initscript help (#448154)
efba920
- fix hang in rimap auth method (#438533)
efba920
- build the krb4 plugin (#154675)
efba920
6779c4c
* Fri May 23 2008 Dennis Gilmore <dennis@ausil.us> - 2.1.22-14
6779c4c
- make it so that bootstrap actually works
6779c4c
6779c4c
* Thu May 22 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.1.22-13.1
6779c4c
- minor release bump for sparc rebuild
6779c4c
f562e3a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.1.22-13
f562e3a
- Autorebuild for GCC 4.3
f562e3a
Steve Conklin f3b4da8
* Thu Feb 14 2008 Steve Conklin <sconklin@redhat.com> - 2.1.22-12
Steve Conklin f3b4da8
- rebuild for gcc4.3
Steve Conklin f3b4da8
Steve Conklin 0673b70
* Fri Jan 25 2008 Steve Conklin <sconklin@redhat.com> - 2.1.22-11
Steve Conklin 0673b70
- Cleanup after merge review bz #225673
Steve Conklin 0673b70
- no longer mark /etc/rc.d/init.d/saslauthd as config file
Steve Conklin 0673b70
- removed -x permissions on include files
Steve Conklin 0673b70
- added devel package dependency on cyrus-sasl
Steve Conklin 0673b70
- removed some remaining .la files that were being delivered
Steve Conklin 0673b70
c92499c
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 2.1.22-10
c92499c
 - Rebuild for deps
c92499c
Steve Conklin a3217ff
* Wed Nov  7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-9
Steve Conklin a3217ff
- Fixed a typo in the spec file
Steve Conklin a3217ff
Steve Conklin d2c2641
* Wed Nov  7 2007 Steve Conklin <sconklin@redhat.com> - 2.1.22-8
Steve Conklin d2c2641
- Removed srp plugin source and added dist to NVR
Steve Conklin d2c2641
Steve Conklin 86397f8
* Tue Sep 18 2007 Steve Conklin <sconklin@redhat.com> 2.1.22-7
Steve Conklin 86397f8
- use db4 version 4.6.19 bz#249737
Steve Conklin 86397f8
f9c172b
* Mon Feb 26 2007 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-6
f9c172b
- install config files and init scripts using -p
f9c172b
- pull in patch to build with current automake (#229010, Jacek Konieczny
f9c172b
  and Robert Scheck)
f9c172b
- remove prereq on ldconfig, RPM should pick it up based on the -libs
f9c172b
  scriptlets
f9c172b
- pull in patch to correctly detect gsskrb5_register_acceptor_identity
f9c172b
  (#200892, Mirko Streckenbach)
f9c172b
- move sasldb auxprop modules into the -lib subpackage, so that we'll pick
f9c172b
  it up for multilib systems
f9c172b
f9c172b
* Thu Feb 22 2007 Nalin Dahyabhai <nalin@redhat.com>
f9c172b
- pull CVS fix for not tripping over extra commas in digest-md5
f9c172b
  challenges (#229640)
f9c172b
f9c172b
* Fri Feb 16 2007 Nalin Dahyabhai <nalin@redhat.com>
f9c172b
- remove static build, which is no longer a useful option because not all of
f9c172b
  our dependencies are available as static libraries
f9c172b
- drop patches which were needed to keep static builds going
f9c172b
- drop gssapi-generic patch due to lack of interest
f9c172b
- update the bundled copy of db to 4.5.20 (#229012)
f9c172b
- drop dbconverter-2, as we haven't bundled v1 libraries since FC4
f9c172b
b6821c2
* Tue Dec  5 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-5
b6821c2
- rebuild
b6821c2
- add 'authentication' or 'auxprop' to summaries for plugin packages to
b6821c2
  better indicate what the plugin provides
97964c3
- switch from automake 1.9 to automake 1.7
b6821c2
afaa1d0
* Fri Sep 29 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-4
afaa1d0
- rebuild without 'dlcompat' bits (#206119)
afaa1d0
fc5c065
* Mon Jul 17 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-3
fc5c065
- rebuild
fc5c065
c36565a
* Tue Jun 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-2
c36565a
- fix a typo in sasl_client_start(3) (#196066)
c36565a
6760712
* Mon May 22 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.22-1
6760712
- update to 2.1.22, adding pluginviewer to %%{_sbindir}
6760712
1fe49c5
* Tue May 16 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-12
1fe49c5
- add conditionalized build dependency on openldap-devel (#191855)
1fe49c5
- patch md5global.h to be the same on all architectures
1fe49c5
26f3cd0
* Thu Apr 27 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-11
26f3cd0
- add unapplied patch which makes the DIGEST-MD5 plugin omit the realm
26f3cd0
  argument when the environment has $CYRUS_SASL_DIGEST_MD5_OMIT_REALM set to a
26f3cd0
  non-zero value, for testing purposes
26f3cd0
- add missing buildrequires on zlib-devel (#190113)
26f3cd0
0135fdc
* Mon Feb 20 2006 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-10
0135fdc
- add missing buildrequires on gdbm-devel (Karsten Hopp)
0135fdc
9d30b3c
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.1.21-9.2
9d30b3c
- bump again for double-long bug on ppc(64)
9d30b3c
94df530
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.1.21-9.1
94df530
- rebuilt for new gcc4.1 snapshot and glibc changes
94df530
7db88d7
* Mon Dec 19 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-9
d70f4bd
- use --as-needed to avoid linking dbconverter-2 with SQL libraries, which
7db88d7
  it doesn't use because it manipulates files directly (#173321)
7db88d7
b6478f7
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
b6478f7
- rebuilt
b6478f7
15c52a1
* Mon Nov 14 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-8
9f83496
- rebuild with new OpenLDAP, overriding the version checks to assume that
9f83496
  2.3.11 is acceptable
15c52a1
- remove a lingering patch for 1.x which we no longer use
15c52a1
ceb370b
* Sat Nov 12 2005 Tom Lane <tgl@redhat.com> 2.1.21-7
ceb370b
- Rebuild due to mysql update.
ceb370b
e01baf4
* Tue Nov  8 2005 Tomas Mraz <tmraz@redhat.com> 2.1.21-6
e01baf4
- rebuilt with new openssl
e01baf4
239fcc0
* Fri Sep  9 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-5
239fcc0
- add missing buildrequires: on groff (#163032)
239fcc0
de5ecce
* Thu Sep  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-4
de5ecce
- move the ldapdb auxprop support into a subpackage (#167300)
de5ecce
  (note: the ldap password check support in saslauthd doesn't use auxprop)
de5ecce
393c65d
* Tue Aug 30 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-3
393c65d
- correct a use of uninitialized memory in the bundled libdb (Arjan van de Ven)
393c65d
bbe0354
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-2
bbe0354
- move the ANONYMOUS mech plugin to the -lib subpackage so that multilib
bbe0354
  systems can use it without installing the main package
bbe0354
- build the static libraries without sql auxprop support
bbe0354
77ce9f7
* Mon Aug 29 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.21-1
77ce9f7
- update to 2.1.21
77ce9f7
- turn off compilation of libsasl v1 (finally)
77ce9f7
- explicitly disable sqlite to avoid the build warning
77ce9f7
- change the default mechanism which is set for saslauthd from "shadow" to
77ce9f7
  "pam" (#159194)
77ce9f7
- split the shared library up from saslauthd so that multilib systems don't
77ce9f7
  have to pull in every dependency of saslauthd for the compat arch (#166749)
77ce9f7
37fd9ea
* Wed Apr 13 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-5
37fd9ea
- rebuild with new deps
37fd9ea
794fcf0
* Tue Mar  1 2005 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-4
794fcf0
- rebuild with new deps
794fcf0
jbj 60836a1
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 2.1.20-3
jbj 60836a1
- rebuild against db-4.3.21.
jbj 60836a1
d754cff
* Thu Nov 11 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-2
d754cff
- build with mysql-devel instead of mysqlclient10
d754cff
9a7e009
* Mon Nov  1 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-1
d754cff
- build with mysqlclient10 instead of mysql-devel
9a7e009
9a7e009
* Wed Oct 27 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.20-0
9a7e009
- update to 2.1.20, including the fix for CAN-2004-0884
9a7e009
f4d44cf
* Tue Oct  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-3
56df74c
- use notting's fix for incorrect patch for CAN-2004-0884 for 1.5.28
56df74c
f4d44cf
* Tue Oct  5 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-2
f7ff4ae
- don't trust the environment in setuid/setgid contexts (CAN-2004-0884, #134660)
f7ff4ae
cvsdist 395b748
* Thu Aug 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-1
cvsdist 395b748
- rebuild (the 2.1.19 changelog for fixing a buffer overflow referred to a CVS
cvsdist 395b748
  revision between 2.1.18 and 2.1.19)
cvsdist 395b748
cvsdist 395b748
* Mon Jul 19 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.19-0
cvsdist 395b748
- update to 2.1.19, maybe for update
cvsdist 395b748
cvsdist 0fe10db
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 0fe10db
- rebuilt
cvsdist 0fe10db
cvsdist 2d0875b
* Mon Jun  7 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-4
cvsdist 2d0875b
- enable sql auxprop support in a subpackage
cvsdist 2d0875b
- include LDAP_SASLAUTHD documentation file (#124830)
cvsdist 2d0875b
cvsdist 2d0875b
* Fri Jun  4 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 395b748
- turn on ntlm in a subpackage
cvsdist 2d0875b
cvsdist 39e183a
* Thu May 13 2004 Thomas Woerner <twoerner@redhat.com> 2.1.18-3
cvsdist 39e183a
- removed rpath
cvsdist 39e183a
cvsdist 94949f3
* Tue Mar 16 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-2
cvsdist 94949f3
- turn on building of libsasl v1 again
cvsdist 94949f3
cvsdist 94949f3
* Fri Mar 12 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.18-1
cvsdist 94949f3
- update to 2.1.18
cvsdist 94949f3
- saslauthd's ldap code is no longer marked experimental, so we build it
cvsdist 94949f3
cvsdist 94949f3
* Mon Mar  8 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-4
cvsdist 94949f3
- rebuild
cvsdist 94949f3
cvsdist 94949f3
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 94949f3
- rebuilt
cvsdist 94949f3
cvsdist 94949f3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 94949f3
- rebuilt
cvsdist 94949f3
cvsdist 94949f3
* Tue Feb  3 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-2
cvsdist 94949f3
- include default /etc/sysconfig/saslauthd configuration file for the init
cvsdist 94949f3
  script (#114868)
cvsdist 94949f3
cvsdist 94949f3
* Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 94949f3
- drop saslauthd_version patch for libsasl2
cvsdist 94949f3
cvsdist 94949f3
* Thu Jan 29 2004 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 94949f3
- add a saslauthd_version option to libsasl's saslauthd client and teach it to
cvsdist 94949f3
  do the right thing
cvsdist 94949f3
- enable the saslauthd client code in libsasl version 1 (it's still going away!)
cvsdist 94949f3
- add saslauthd1-checkpass/saslauthd2-checkpass for testing the above change
cvsdist 94949f3
cvsdist eb2d101
* Wed Jan  7 2004 Nalin Dahyabhai <nalin@redhat.com> 2.1.17-1
cvsdist eb2d101
- forcibly disable otp and sql plugins at compile-time
cvsdist eb2d101
cvsdist eb2d101
* Fri Dec 19 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist eb2d101
- update to 2.1.17, forcing the gssapi plugin to be shared now, as before
cvsdist eb2d101
- use a bundled libdb (#112215)
cvsdist eb2d101
- build static-with-all-plugins and normal-shared libsasl versions
cvsdist eb2d101
- add sasl2-{shared,static}-mechlist for very basic sanity checking
cvsdist eb2d101
- make inclusion of sasl1 stuffs conditional, because it's so going away
cvsdist eb2d101
cvsdist eb2d101
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-7
cvsdist eb2d101
- rebuild against db-4.2.52.
cvsdist eb2d101
cvsdist 070f984
* Thu Oct 23 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-6
cvsdist 070f984
- use /dev/urandom instead of /dev/random for SASL2 (docs indicate that this is
cvsdist 070f984
  safe if you aren't using OTP or SRP, and we build neither); SASL1 appears to
cvsdist 070f984
  use it to seed the libc RNG only (#103378)
cvsdist 070f984
cvsdist 070f984
* Mon Oct 20 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 070f984
- obey RPM_OPT_FLAGS again when krb5_prefix != %%{_prefix}
cvsdist 070f984
cvsdist 070f984
* Fri Oct 17 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-5
cvsdist 070f984
- install saslauthd's mdoc page instead of the pre-formatted man page, which
cvsdist 070f984
  would get formatted again
cvsdist 070f984
cvsdist eb2d101
* Thu Sep 25 2003 Jeff Johnson <jbj@jbj.org> 2.1.15-5
cvsdist eb2d101
- rebuild against db-4.2.42.
cvsdist eb2d101
cvsdist 070f984
* Mon Sep 15 2003 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 070f984
- include testsaslauthd
cvsdist 070f984
- note in the README that the saslauthd protocol is different for v1 and v2,
cvsdist 070f984
  so v1's clients can't talk to the v2 server
cvsdist 070f984
cvsdist 070f984
* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-4
cvsdist 070f984
- rebuild
cvsdist 070f984
cvsdist 070f984
* Thu Aug 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-3
cvsdist 070f984
- add logic to build with gssapi libs in either /usr or /usr/kerberos
cvsdist 070f984
cvsdist 070f984
* Mon Jul 21 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-2
cvsdist 070f984
- rebuild
cvsdist 070f984
cvsdist 070f984
* Tue Jul 15 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.15-1
cvsdist 070f984
- update to 2.1.15
cvsdist 070f984
cvsdist 070f984
* Mon Jul 14 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.14-1
cvsdist 070f984
- update to 2.1.14
cvsdist 070f984
cvsdist 070f984
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 070f984
- rebuilt
cvsdist 070f984
cvsdist 070f984
* Fri May  9 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-3
cvsdist 070f984
- change -m argument to saslauthd to be a directory instead of a path
cvsdist 070f984
cvsdist 070f984
* Thu May  8 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-2
cvsdist 070f984
- link libsasl2 with -lpthread to ensure that the sasldb plug-in can always
cvsdist 070f984
  be loaded
cvsdist 070f984
cvsdist 070f984
* Tue Apr 29 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.13-1
cvsdist 070f984
- update to 2.1.13
cvsdist 070f984
cvsdist 4d9d931
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 4d9d931
- rebuilt
cvsdist 4d9d931
cvsdist 4d9d931
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-3
cvsdist 4d9d931
- rebuild
cvsdist 4d9d931
cvsdist 4d9d931
* Thu Dec 12 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 4d9d931
- consider either des_cbc_encrypt or DES_cbc_encrypt to be sufficient when
cvsdist 4d9d931
  searching for a DES implementation in libcrypto
cvsdist 4d9d931
- pull in CPPFLAGS and LDFLAGS from openssl's pkg-config data, if it exists
cvsdist 4d9d931
cvsdist 4d9d931
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-2
cvsdist 4d9d931
- rebuild
cvsdist 4d9d931
cvsdist ae3a54e
* Mon Dec  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.10-1
cvsdist ae3a54e
- update to 2.1.10, fixing buffer overflows in libsasl2 noted by Timo Sirainen
cvsdist ae3a54e
cvsdist ae3a54e
* Tue Nov 12 2002 Tim Powers <timp@redhat.com> 2.1.7-5
cvsdist ae3a54e
- remove files from $RPM_BUILD_ROOT that we don't intend to include
cvsdist ae3a54e
f4d44cf
* Wed Oct  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-4
cvsdist ae3a54e
- update to SASLv1 to final 1.5.28
cvsdist ae3a54e
cvsdist ae3a54e
* Fri Sep 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-3
cvsdist ae3a54e
- rebuild, overriding sasldir when running make so that on multilib systems
cvsdist ae3a54e
  applications will be able to load modules for the right arch
cvsdist ae3a54e
cvsdist e05a54c
* Mon Sep  2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-2
cvsdist e05a54c
- include dbconverter-2 (#68741)
cvsdist e05a54c
cvsdist 2961356
* Fri Aug  9 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.7-1
cvsdist 2961356
- update to 2.1.7, fixing a race condition in digest-md5
cvsdist 2961356
cvsdist 7772258
* Wed Jul 17 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.6-1
cvsdist 7772258
- update to 2.1.6 and 1.5.28
cvsdist 7772258
cvsdist 7772258
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist 7772258
- automated rebuild
cvsdist 7772258
cvsdist 7772258
* Thu Jun 13 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.5-1
cvsdist 7772258
- update to 2.1.5
cvsdist 7772258
cvsdist 7772258
* Mon Jun 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.4-1
cvsdist 7772258
- update to 2.1.4
cvsdist 7772258
cvsdist 7772258
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 7772258
- automated rebuild
cvsdist 7772258
cvsdist 7772258
* Thu May 16 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.2-1
cvsdist 7772258
- modify to build with db 4.x
cvsdist 7772258
cvsdist 7772258
* Thu Apr 18 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7772258
- update cyrus-sasl 2 to 2.1.2
cvsdist 7772258
- change buildreq to db3-devel
cvsdist 7772258
cvsdist 7772258
* Tue Feb 12 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-3
cvsdist 7772258
- suppress output to stdout/stderr in %%postun
cvsdist 7772258
cvsdist 7772258
* Sun Feb 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-2
cvsdist 7772258
- configure sasldb2 to use berkeley DB instead of gdbm
cvsdist 7772258
cvsdist 7772258
* Wed Feb  6 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.1-1
cvsdist 7772258
- update to 2.1.1
cvsdist 7772258
cvsdist 7772258
* Thu Jan 31 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.0-1
cvsdist 7772258
- marge 1.5.24 back in, making a note that it should be removed at some
cvsdist 7772258
  point in the future
cvsdist 7772258
cvsdist 7772258
* Wed Jan 30 2002 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 7772258
- update to 2.1.0, which is designed to be installed in parallel with cyrus sasl
cvsdist 7772258
  1.x, so fork the package and rename it to cyrus-sasl2
cvsdist 7772258
- add the sasldb auxprop plugin to the main package
cvsdist 7772258
- add disabled-by-default saslauthd init script
cvsdist 7772258
- move the .la files for plugins into their respective packages -- they're
cvsdist 7772258
  needed by the library
cvsdist 46febc3
cvsdist 7772258
* Wed Jan 23 2002 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-24
cvsdist 46febc3
- free ride through the build system
cvsdist e6130ec
cvsdist 240fb37
* Fri Nov  2 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-23
cvsdist 240fb37
- patch to fix possible syslog format-string vulnerability 
cvsdist bd7c4f8
cvsdist 240fb37
* Mon Oct 29 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-22
cvsdist 240fb37
- add pam-devel as a buildprereq
cvsdist 12ae559
cvsdist 240fb37
* Wed Aug 29 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-21
cvsdist 240fb37
- include sample programs in the -devel subpackage, prefixing their names
cvsdist 240fb37
  with "sasl-" to reduce future potential naming conflicts
cvsdist 12ae559
cvsdist 240fb37
* Tue Aug 14 2001 Nalin Dahyabhai <nalin@redhat.com> 1.5.24-20
cvsdist 9a472b2
- build without -ggdb
cvsdist 9a472b2
cvsdist 12ae559
* Fri Aug  3 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 12ae559
- add gdbm-devel as a build dependency (#44990)
cvsdist 12ae559
- split off CRAM-MD5 and DIGEST-MD5 into a subpackage of their own (#43079,
cvsdist 12ae559
  and dialogs with David L. Parsley)
cvsdist 12ae559
cvsdist 12ae559
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 12ae559
- split out the PLAIN and LOGIN mechanisms into their own package (this allows
cvsdist 12ae559
  an administrator to disable them by simply removing the package)
cvsdist 9ab4e5c
cvsdist 9ab4e5c
* Fri Jan 19 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- rebuild in new environment
cvsdist 9ab4e5c
cvsdist 9ab4e5c
* Wed Dec  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- fix gssapi-over-tls
cvsdist 9ab4e5c
cvsdist 9ab4e5c
* Fri Oct 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- enable static libraries, but always build with -fPIC
cvsdist 9ab4e5c
cvsdist bd7c4f8
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 9ab4e5c
- make sure the version of 1.5.24 in the package matches the masters (#18968)
cvsdist bd7c4f8
cvsdist bd7c4f8
* Mon Oct  9 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bd7c4f8
- re-add the libsasl.so symlink to the -devel package (oops)
cvsdist bd7c4f8
cvsdist bd7c4f8
* Fri Oct  6 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bd7c4f8
- move .so files for modules to their respective packages -- they're not -devel
cvsdist bd7c4f8
  links meant for use by ld anyway
cvsdist bd7c4f8
cvsdist bd7c4f8
* Thu Oct  5 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist bd7c4f8
- split off -devel subpackage
cvsdist bd7c4f8
- add a -gssapi subpackage for the gssapi plugins
cvsdist bd7c4f8
cvsdist ac72ca2
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ac72ca2
- fix the summary text
cvsdist ac72ca2
cvsdist ac72ca2
* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ac72ca2
- re-enable arcfour and CRAM
cvsdist ac72ca2
cvsdist ddca9ac
* Fri Aug  4 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ac72ca2
- force use of gdbm for database files to avoid DB migration weirdness
cvsdist ac72ca2
- enable login mechanism
cvsdist ddca9ac
- disable gssapi until it can coexist peacefully with non-gssapi setups
cvsdist ddca9ac
- actually do a make in the build section (#15410)
cvsdist ddca9ac
cvsdist ddca9ac
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- update to 1.5.24
cvsdist ddca9ac
cvsdist ddca9ac
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist ddca9ac
- automatic rebuild
cvsdist ddca9ac
cvsdist ddca9ac
* Tue Jun 27 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- rebuild in new environment (release 3)
cvsdist ddca9ac
cvsdist ddca9ac
* Mon Jun 19 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- don't muck with syslogd in post
cvsdist ddca9ac
- remove patch for db-3.0 wackiness, no longer needed
cvsdist ddca9ac
cvsdist ddca9ac
* Thu Jun  8 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ddca9ac
- FHS cleanup
cvsdist ddca9ac
- don't strip anything by default
cvsdist ddca9ac
cvsdist ddca9ac
* Fri Feb 11 2000 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- fixed man pages not being gzipped
cvsdist ddca9ac
cvsdist ddca9ac
* Tue Nov 16 1999 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- incorporated changes from Mads Kiilerich
cvsdist ddca9ac
- release number is 1, not mk1
cvsdist ddca9ac
f4d44cf
* Wed Nov 10 1999 Mads Kiilerich <mads@kiilerich.com>
cvsdist ddca9ac
- updated to sasl 1.5.11
cvsdist ddca9ac
- configure --disable-krb4 --without-rc4 --disable-cram 
cvsdist ddca9ac
  because of missing libraries and pine having cram as default...
cvsdist ddca9ac
- handle changing libsasl.so versions
cvsdist ddca9ac
cvsdist ddca9ac
* Mon Aug 30 1999 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- changed group
cvsdist ddca9ac
cvsdist ddca9ac
* Fri Aug 13 1999 Tim Powers <timp@redhat.com>
cvsdist ddca9ac
- first build for Powertools