2006-12-19 00:15:33 +01:00
|
|
|
#
|
2009-05-19 00:46:09 +02:00
|
|
|
# spec file for package cyrus-sasl (Version 2.1.23)
|
2006-12-19 00:15:33 +01:00
|
|
|
#
|
2009-03-03 22:18:28 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2006-12-19 00:15:33 +01:00
|
|
|
#
|
2008-08-18 18:24:22 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-03-28 00:30:32 +01:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
Name: cyrus-sasl
|
2009-05-19 00:46:09 +02:00
|
|
|
Version: 2.1.23
|
|
|
|
Release: 1
|
2006-12-19 00:15:33 +01:00
|
|
|
BuildRequires: db-devel krb5-devel openssl-devel opie pam-devel
|
2008-03-28 00:30:32 +01:00
|
|
|
Obsoletes: cyrus-sasl2 <= %{version}
|
|
|
|
Provides: cyrus-sasl2 = %{version}
|
2007-10-26 20:32:16 +02:00
|
|
|
License: BSD 4-Clause
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Productivity/Networking/Other
|
2007-10-26 20:32:16 +02:00
|
|
|
Url: http://asg.web.cmu.edu/sasl/
|
|
|
|
AutoReqProv: on
|
2008-11-02 15:37:50 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: cyrus-sasl-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: Implementation of Cyrus SASL API
|
|
|
|
Source: cyrus-sasl-%{version}.tar.bz2
|
2007-10-26 20:32:16 +02:00
|
|
|
Source1: cyrus-sasl-rc.tar.bz2
|
2006-12-19 00:15:33 +01:00
|
|
|
Source2: README.Source
|
2009-05-19 00:46:09 +02:00
|
|
|
Patch: cyrus-sasl.dif
|
2006-12-19 00:15:33 +01:00
|
|
|
Patch1: shared_link_on_ppc.patch
|
|
|
|
Patch2: cyrus-sasl-gcc4.patch
|
|
|
|
Patch3: cyrus-sasl-implicitfunc.dif
|
2009-03-03 22:18:28 +01:00
|
|
|
Patch4: cyrus-sasl-2.1.22-gcc44.patch
|
2007-10-26 20:32:16 +02:00
|
|
|
PreReq: %insserv_prereq %fillup_prereq
|
2006-12-19 00:15:33 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
#
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%package gssapi
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2008-03-28 00:30:32 +01:00
|
|
|
Obsoletes: cyrus-sasl2-gssapi <= %{version}
|
|
|
|
Provides: cyrus-sasl2-gssapi = %{version}
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: cyrus-sasl plugin for the GSSAPI mechanism
|
2007-10-26 20:32:16 +02:00
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: cyrus-sasl
|
|
|
|
#
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%package crammd5
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: cyrus-sasl plugin for the CRAMMD5 mechanism
|
2007-10-26 20:32:16 +02:00
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: cyrus-sasl
|
2008-03-28 00:30:32 +01:00
|
|
|
# cyrus-sasl2 was split in to several subpackages
|
|
|
|
# after SLES8, this "Provides" should be removed after
|
|
|
|
# EndOfLife of SLES8
|
2006-12-19 00:15:33 +01:00
|
|
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libcrammd5.so
|
|
|
|
#
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%package digestmd5
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: cyrus-sasl plugin for the DIGESTMD5 mechanism
|
2007-10-26 20:32:16 +02:00
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: cyrus-sasl
|
2008-03-28 00:30:32 +01:00
|
|
|
# cyrus-sasl2 was split in to several subpackages
|
|
|
|
# after SLES8, this "Provides" should be removed after
|
|
|
|
# EndOfLife of SLES8
|
2006-12-19 00:15:33 +01:00
|
|
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libdigestmd5.so
|
|
|
|
#
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%package otp
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: cyrus-sasl plugin for the OTP mechanism
|
2007-10-26 20:32:16 +02:00
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: cyrus-sasl
|
2008-03-28 00:30:32 +01:00
|
|
|
# cyrus-sasl2 was split in to several subpackages
|
|
|
|
# after SLES8, this "Provides" should be removed after
|
|
|
|
# EndOfLife of SLES8
|
2006-12-19 00:15:33 +01:00
|
|
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libotp.so
|
|
|
|
#
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%package plain
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: cyrus-sasl plugin for the PLAIN mechanism
|
2007-10-26 20:32:16 +02:00
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: cyrus-sasl
|
2008-03-28 00:30:32 +01:00
|
|
|
# cyrus-sasl2 was split in to several subpackages
|
|
|
|
# after SLES8, this "Provides" should be removed after
|
|
|
|
# EndOfLife of SLES8
|
2006-12-19 00:15:33 +01:00
|
|
|
Provides: cyrus-sasl2:%{_libdir}/sasl2/libplain.so
|
|
|
|
#
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2008-03-28 00:30:32 +01:00
|
|
|
%package ntlm
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2008-03-28 00:30:32 +01:00
|
|
|
Summary: Implementation of Cyrus SASL API
|
|
|
|
AutoReqProv: on
|
|
|
|
Group: Productivity/Networking/Other
|
|
|
|
Requires: cyrus-sasl
|
|
|
|
#
|
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%package devel
|
2008-04-10 13:13:01 +02:00
|
|
|
License: BSD 4-Clause
|
2008-03-28 00:30:32 +01:00
|
|
|
Obsoletes: cyrus-sasl2-devel <= %{version}
|
|
|
|
Provides: cyrus-sasl2-devel = %{version}
|
2008-11-02 15:37:50 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: cyrus-sasl-devel-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2006-12-19 00:15:33 +01:00
|
|
|
Summary: Cyrus SASL API Implementation, Libraries and Header Files
|
2007-10-26 20:32:16 +02:00
|
|
|
AutoReqProv: on
|
2006-12-19 00:15:33 +01:00
|
|
|
Group: Development/Libraries/C and C++
|
|
|
|
Requires: cyrus-sasl = %{version}, glibc-devel
|
|
|
|
|
|
|
|
%description
|
|
|
|
This is the Cyrus SASL API. It can be used on the client or server side
|
|
|
|
to provide authentication. See RFC 2222 for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description gssapi
|
|
|
|
This is the Cyrus SASL API implementation. It can be used on the client
|
|
|
|
or server side to provide authentication. See RFC 2222 for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
This is the Cyrus SASL API. It can be used on the client or server side
|
|
|
|
to provide authentication. See RFC 2222 for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description digestmd5
|
|
|
|
This is the Cyrus SASL API implementation. It can be used on the client
|
|
|
|
or server side to provide authentication. See RFC 2222 for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description crammd5
|
|
|
|
This is the Cyrus SASL API implementation. It can be used on the client
|
|
|
|
or server side to provide authentication. See RFC 2222 for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description otp
|
|
|
|
This is the Cyrus SASL API implementation. It can be used on the client
|
|
|
|
or server side to provide authentication. See RFC 2222 for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description plain
|
|
|
|
This is the Cyrus SASL API implementation. It can be used on the client
|
|
|
|
or server side to provide authentication. See RFC 2222 for more
|
|
|
|
information.
|
|
|
|
|
|
|
|
|
|
|
|
|
2008-03-28 00:30:32 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%description ntlm
|
|
|
|
This is the Cyrus SASL API. It can be used on the client or server side
|
|
|
|
to provide authentication. See RFC 2222 for more information.
|
|
|
|
|
|
|
|
|
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
<tech-transfer> tech-transfer@andrew.cmu.edu
|
|
|
|
|
|
|
|
%prep
|
2009-03-03 22:18:28 +01:00
|
|
|
%setup -q -n cyrus-sasl-%{version} -a 1
|
2006-12-19 00:15:33 +01:00
|
|
|
if [ -e %{_builddir}/%{name}-%{version}/dlcompat-*/ ]
|
|
|
|
then
|
|
|
|
echo "dlcompat contains potential legal risks."
|
|
|
|
exit 1;
|
|
|
|
fi
|
|
|
|
%patch
|
|
|
|
%patch1
|
|
|
|
%patch2
|
|
|
|
%patch3 -p1
|
2009-03-03 22:18:28 +01:00
|
|
|
%patch4
|
2006-12-19 00:15:33 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
find . -name \*.cvsignore -print0 | xargs -0 rm -fv
|
|
|
|
%{suse_update_config -f config}
|
|
|
|
%{suse_update_config -f saslauthd/config}
|
|
|
|
# has old libtool macros (and nothing else)
|
|
|
|
rm -f acinclude.m4
|
|
|
|
rm -f saslauthd/acinclude.m4
|
|
|
|
rm -rf autom4te.cache
|
|
|
|
rm -rf saslauthd/autom4te.cache
|
2009-05-19 00:46:09 +02:00
|
|
|
libtoolize --force
|
|
|
|
aclocal -I cmulocal -I config
|
|
|
|
autoheader
|
|
|
|
autoconf
|
|
|
|
automake --add-missing --include-deps
|
2006-12-19 00:15:33 +01:00
|
|
|
autoconf
|
|
|
|
cd saslauthd
|
2009-05-19 00:46:09 +02:00
|
|
|
aclocal -I ../cmulocal -I config -I ../config
|
|
|
|
autoheader
|
2006-12-19 00:15:33 +01:00
|
|
|
autoconf
|
2009-05-19 00:46:09 +02:00
|
|
|
automake --add-missing --include-deps
|
2006-12-19 00:15:33 +01:00
|
|
|
cd -
|
|
|
|
export CFLAGS="-fno-strict-aliasing $RPM_OPT_FLAGS"
|
|
|
|
export CPPFLAGS=-I/usr/include/heimdal
|
2009-03-03 22:18:28 +01:00
|
|
|
%configure --with-pic \
|
|
|
|
--with-plugindir=%{_libdir}/sasl2 \
|
|
|
|
--with-configdir=/etc/sasl2/:%{_libdir}/sasl2 \
|
2006-12-19 00:15:33 +01:00
|
|
|
--with-saslauthd=/var/run/sasl2/ \
|
|
|
|
--enable-pam \
|
|
|
|
--enable-sample \
|
|
|
|
--enable-login \
|
|
|
|
--enable-gssapi \
|
2008-03-28 00:30:32 +01:00
|
|
|
--enable-ntlm \
|
2006-12-19 00:15:33 +01:00
|
|
|
--enable-krb4=no \
|
|
|
|
--enable-sql=no \
|
|
|
|
--with-devrandom=/dev/urandom
|
2009-03-03 22:18:28 +01:00
|
|
|
%{__make} %{?jobs:-j%jobs} sasldir=%{_libdir}/sasl2
|
2006-12-19 00:15:33 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT sasldir=%{_libdir}/sasl2 install
|
|
|
|
install -m 755 -d $RPM_BUILD_ROOT/var/run/sasl2
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/usr/bin
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/sasl2
|
|
|
|
install -m 755 sample/.libs/client $RPM_BUILD_ROOT/usr/bin/cyrus_sasl_sample_client
|
|
|
|
install -m 755 sample/.libs/server $RPM_BUILD_ROOT/usr/bin/cyrus_sasl_sample_server
|
2007-10-26 20:32:16 +02:00
|
|
|
chmod 0644 doc/*
|
|
|
|
rm -f doc/Makefile*
|
2006-12-19 00:15:33 +01:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/cat?/*
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man8/saslauthd*
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/sbin/saslauthd
|
|
|
|
rm -f $RPM_BUILD_ROOT/usr/sbin/testsaslauthd
|
2009-03-03 22:18:28 +01:00
|
|
|
find $RPM_BUILD_ROOT -type f -name "*.la" -exec %{__rm} -fv {} +
|
2006-12-19 00:15:33 +01:00
|
|
|
|
2008-03-28 00:30:32 +01:00
|
|
|
%post -p /sbin/ldconfig
|
2006-12-19 00:15:33 +01:00
|
|
|
|
2008-03-28 00:30:32 +01:00
|
|
|
%postun -p /sbin/ldconfig
|
2007-10-26 20:32:16 +02:00
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_libdir}/sasl2
|
|
|
|
%dir /etc/sasl2/
|
|
|
|
%{_libdir}/sasl2/libanonymous.so*
|
|
|
|
%{_libdir}/sasl2/liblogin.so*
|
|
|
|
%{_libdir}/sasl2/libsasldb.so*
|
|
|
|
%{_libdir}/libsasl2.so.*
|
|
|
|
/usr/sbin/*
|
|
|
|
/usr/bin/*
|
|
|
|
%dir %attr(0755,root,root) /var/run/sasl2
|
|
|
|
#%doc %{_mandir}/cat8
|
|
|
|
%doc %{_mandir}/man3/sasl.*.gz
|
|
|
|
%doc %{_mandir}/man8/*.gz
|
|
|
|
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README doc
|
|
|
|
%doc saslauthd/AUTHORS saslauthd/COPYING saslauthd/ChangeLog saslauthd/INSTALL saslauthd/LDAP_SASLAUTHD saslauthd/NEWS saslauthd/README
|
|
|
|
|
|
|
|
%files gssapi
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/sasl2/libgssapiv2.so*
|
|
|
|
|
|
|
|
%files crammd5
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/sasl2/libcrammd5.so*
|
|
|
|
|
|
|
|
%files digestmd5
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/sasl2/libdigestmd5.so*
|
|
|
|
|
|
|
|
%files otp
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/sasl2/libotp.so*
|
|
|
|
|
|
|
|
%files plain
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/sasl2/libplain.so*
|
|
|
|
|
2008-03-28 00:30:32 +01:00
|
|
|
%files ntlm
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/sasl2/libntlm.so*
|
|
|
|
|
2006-12-19 00:15:33 +01:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
/usr/include/sasl
|
|
|
|
%doc %{_mandir}/man3/sasl_*.gz
|
|
|
|
%{_libdir}/libsasl2.so
|
2008-03-28 00:30:32 +01:00
|
|
|
|
2007-03-20 11:34:39 +01:00
|
|
|
%changelog
|
2009-05-19 00:46:09 +02:00
|
|
|
* Fri May 15 2009 rhafer@novell.com
|
|
|
|
- Update to 2.1.23, the only change is a fix for a potential buffer
|
|
|
|
overflow in sasl_encode64() (bnc#499104, CVE-2009-0688)
|
|
|
|
- Imported some automake/libtool fixes from upstream cvs
|
2009-03-03 22:18:28 +01:00
|
|
|
* Mon Mar 02 2009 crrodriguez@suse.de
|
|
|
|
- fix build with GCC 4.4
|
|
|
|
- remove all "la" files
|
2008-12-15 12:24:38 +01:00
|
|
|
* Wed Dec 10 2008 olh@suse.de
|
|
|
|
- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade
|
|
|
|
(bnc#437293)
|
2008-11-02 15:37:50 +01:00
|
|
|
* Thu Oct 30 2008 olh@suse.de
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
2008-08-18 18:24:22 +02:00
|
|
|
* Mon Aug 18 2008 rhafer@suse.de
|
|
|
|
- Fixed init-scripts Required-Stop Tags
|
2008-08-02 01:08:30 +02:00
|
|
|
* Tue Jul 29 2008 rhafer@suse.de
|
|
|
|
- Enhance sysconfig file and init script to allow to pass arbitrary
|
|
|
|
parameters to saslauthd (bnc#397808)
|
|
|
|
- Fixed description of the SASLAUTHD_THREADS sysconfig option.
|
2008-04-10 13:13:01 +02:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
2008-03-28 11:45:08 +01:00
|
|
|
* Fri Mar 28 2008 rhafer@suse.de
|
|
|
|
- Moved "Version:" up to the top to make versioned
|
|
|
|
Obsoletes/Requires work correctly.
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Mar 26 2008 rhafer@suse.de
|
|
|
|
- Enabled NTLM authentication plugin (bnc#343665), created new
|
|
|
|
subpackage cyrus-sasl-ntlm
|
|
|
|
- Replaced %%run_ldconfig macro as suggested by rpmlint
|
|
|
|
- Replaced unversioned Obsoltes/Provides with versioned ones
|
|
|
|
- Removed unneeded Split-Provides
|
|
|
|
* Fri Oct 26 2007 rhafer@suse.de
|
2007-10-26 20:32:16 +02:00
|
|
|
- Fixed some RPMLINT complaints
|
|
|
|
- re-enabled accidently disabled "kerberos5" authmech for saslauthd
|
|
|
|
(Bug #335754)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Mar 20 2007 rhafer@suse.de
|
2007-03-20 11:34:39 +01:00
|
|
|
- Add SASLAUTHD_THREADS to /etc/sysconfig/saslauthd to be able to
|
|
|
|
set the number of threads that saslauthd should spawn
|
|
|
|
(Bug #199114)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Oct 27 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Use /etc/sasl2/ as directory for config files of services
|
|
|
|
%%{_libdir} can still be used for backwards compatibilty
|
|
|
|
(Bug #206414)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Sep 25 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Remove unneeded automake/autoheader calls
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Sep 11 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Build -sqlauxprop from cyrus-sasl-saslauthd.spec to reduce
|
|
|
|
BuildRequires of cyrus-sasl.spec
|
|
|
|
- Removed unneeded openldap2 from BuildRequires of
|
|
|
|
cyrus-sasl-saslauthd
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Aug 29 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Enabled the ldapdb auxprop plugin and created new subpackage
|
|
|
|
cyrus-sasl-ldap-auxprop for it (Bug #201478)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Aug 25 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- remove saslauthd man-page from cyrus-sasl package to solve
|
|
|
|
confict with -saslauthd subpackage (Bug #200490)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Jun 02 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- updated to 2.1.22
|
|
|
|
* new pluginviewer utility for reporting information about client
|
|
|
|
and server side authentication plugins and auxprop plugins
|
|
|
|
(e.g. supported features, methods, etc.).
|
|
|
|
* Added support for HTTP POST password validation in saslauthd
|
|
|
|
- rename SuSE.tar.gz to cyrus-sasl-rc.tar.gz to avoid name
|
|
|
|
collision with other packages in src.rpm (Bug #98188)
|
|
|
|
- include "crypt.h" in auth_shadow.c to avoid possible crash in
|
|
|
|
saslauthd (Bug #179621)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Apr 03 2006 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- remove dlcompat-20010505 from tarball because of legal risk and
|
|
|
|
documented this in README.Source (Bug: #161390)
|
|
|
|
- added check for dlcompat-20010505 to the spec file
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- converted neededforbuild to BuildRequires
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Nov 23 2005 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix ID#134491, cyrus-sasl-sqlauxprop is not linked against any database
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Sep 26 2005 ro@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added LDAP_DEPRECATED to CFLAGS
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jul 13 2005 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- use /dev/urandom instead of /dev/random, see
|
|
|
|
http://acs-wiki.andrew.cmu.edu/twiki/bin/view/Cyrus/POP3DevRandomIssue
|
|
|
|
for an explanation
|
|
|
|
- removed the useless .la files from rpm
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue May 17 2005 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.21
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Mar 14 2005 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- now also build the sql auxprop plugin; created new subpackage
|
|
|
|
cyrus-sasl-sqlauxprop
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Feb 25 2005 uli@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- better GCC4 fix
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Feb 25 2005 uli@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- fixed to build with GCC4
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Nov 02 2004 mmj@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Get rid of .cvsignore files
|
|
|
|
- Don't remove buildroot before install
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Oct 25 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.20
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Oct 06 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix ID#46847 - VUL-0: SASL environment variable local root
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Sep 20 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- package binaries of sample-client and -server instead of
|
|
|
|
shell wrappers (which do not work)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Sep 17 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- removed saslauthd from cyrus-sasl requires, as it is only
|
|
|
|
needed on a "server" side and also not in every case (buildin
|
|
|
|
mechanisms as CRAM- or DIGEST-MD5 do not need it)
|
|
|
|
- added split-provides for saslauthd
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Sep 06 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added testsaslauthd to filelist
|
|
|
|
- removed saslauthd and insserv makros from cyrus-sasl.spec
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Sep 03 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- splitted up cyrus-sasl-saslauthd.spec, to resolve the cyclic
|
|
|
|
dependency openldap2 <-> cyrus-sasl with saslauthd having
|
|
|
|
LDAP support
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Aug 31 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- removed update messages and implemented "split-provides"
|
|
|
|
instead
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Aug 31 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added LDAP support for saslauthd, Bugzilla ID#44051
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Aug 30 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix Bugzilla ID#44346 - still using /var/adm/notify
|
|
|
|
now using new update messages mechanism
|
|
|
|
- added sample/client sample/server to file list
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Jul 15 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.19
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jun 15 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- bugfix id#39245 - cyrus-sasl includes straycat man page
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Mar 12 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.18 (Bugfix Release)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jan 27 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix ID#34159 - cyrus-sasl: world-writeable rpath
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Jan 22 2004 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix Bugzilla ID#34019, notice users about the fact, that
|
|
|
|
cyrus-sasl has been splitted into subpackages
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Jan 16 2004 kukuk@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Add pam-devel to neededforbuild
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Dec 02 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.17
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Oct 31 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Don't build as root
|
2008-11-02 15:37:50 +01:00
|
|
|
* Fri Oct 17 2003 kukuk@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Remove unused des from neededforbuild
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Sep 16 2003 kukuk@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Add missing Provides [Bug #31005]
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Sep 01 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- removed "-u root" from startproc as it always failes
|
|
|
|
- removed link to doc/components.html from doc/index.html as
|
|
|
|
components.html does not exist (Bugzilla ID#29253)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Aug 14 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix Bugzilla ID#28932:
|
|
|
|
missing activation metadata in sysconfig template
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jul 30 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- new macros for stop/restart of services on rpm update/removal
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jul 15 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.15
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Jun 30 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.14
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jun 18 2003 ro@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- use kerberos-devel-packages in neededforbuild
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri Jun 13 2003 kukuk@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Add missing directory to filelist
|
2008-03-28 00:30:32 +01:00
|
|
|
* Fri May 09 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- use -ldb instead of -ldb-x.y to manually link the
|
|
|
|
dbconverter
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue May 06 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.13
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Apr 15 2003 ro@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added krb4-lib,krb4-devel to neededforbuild
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Apr 07 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- renamed to cyrus-sasl
|
|
|
|
- splitted libraries for the following auth methods into seperate
|
|
|
|
packages:
|
|
|
|
- crammd5
|
|
|
|
- digestmd5
|
|
|
|
- otp
|
|
|
|
- plain
|
|
|
|
this is to prevent from annoying warnings about missing proper
|
|
|
|
setup of mechanisms we don't use
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Mar 06 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- ever used dbconverter-2? Well it is just a shell script
|
|
|
|
which uses the damn compiled source tree... :-(
|
|
|
|
manually building dbconverter to let users convert their
|
|
|
|
/etc/sasldb from v1 to v2 using /usr/sbin/dbconverter
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Mar 06 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- as cyrus-sasl is dropped now:
|
|
|
|
provide cyrus-sasl-*, obsolete cyrus-sasl-*
|
|
|
|
(Bugzilla ID# 24762)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Feb 04 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to cyrus-sasl-2.1.12, bug-fix release.
|
|
|
|
This release addresses a few minor build and distribution
|
|
|
|
related issues
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Feb 03 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to cyrus-sasl-2.1.11, bug-fix release.
|
|
|
|
It addresses a number of issues in the build system, a
|
|
|
|
memory leak in the doors IPC method for saslauthd, and fixes the NTLM
|
|
|
|
server side support to only require one of the LM or NT methods.
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Jan 23 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- don't use new libtool macros as cyrus-sasl2 seems to not
|
|
|
|
work when using them.
|
|
|
|
- added patch to compile shared libraries on ppc
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jan 15 2003 kukuk@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Remove openldap2 from needed for build
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jan 14 2003 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- do not build the static library anymore
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Dec 11 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added sysconfig metadata to sysconfig templates
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Dec 10 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.10
|
|
|
|
This version corrects a number of DIGEST-MD5
|
|
|
|
interoperability issues, as well as corrects some potential buffer
|
|
|
|
overflows.
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Oct 31 2002 ro@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- make it build again
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Oct 29 2002 ro@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- remove own libtool macros
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Oct 24 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to latest version 2.1.9
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Sep 12 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Bugfix Bugzilla ID#19383: cyrus-sasl-devel should conflict
|
|
|
|
with cyrus-sasl2-devel, because they contain files with the
|
|
|
|
same name
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Aug 19 2002 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- enabled building of the static libsasl.a. It is needed for
|
|
|
|
cyrus-imap to be usable with nss_ldap (which is linked against
|
|
|
|
cyrus-sasl1)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Aug 12 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.7
|
2008-03-28 00:30:32 +01:00
|
|
|
* Thu Aug 08 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added .la files to the sasl2 plugin directory
|
|
|
|
([lt_]dlopen seems to need that)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Aug 05 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added Prereq
|
2008-03-28 00:30:32 +01:00
|
|
|
* Sat Jul 27 2002 adrian@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- add %%run_ldconfig
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jul 17 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- update to version 2.1.6
|
2008-03-28 00:30:32 +01:00
|
|
|
* Wed Jun 19 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- also install dbconverter-2 to be able to migrate from
|
|
|
|
cyrus-sasl(1)
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jun 18 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- /var/run/sasl2 must be 755 to let non root daemons
|
|
|
|
connect to unix socket
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jun 18 2002 choeger@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added initscript and sysconfig file for saslauthd
|
|
|
|
- added docs
|
2008-03-28 00:30:32 +01:00
|
|
|
* Tue Jun 18 2002 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- added opie to needforbuild
|
|
|
|
- should build on ppc64 and s390x now
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Jun 17 2002 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- additional autoconf related patches, that were missing at first
|
|
|
|
check in
|
2008-03-28 00:30:32 +01:00
|
|
|
* Mon Jun 17 2002 rhafer@suse.de
|
2006-12-19 00:15:33 +01:00
|
|
|
- Initial checkin of cyrus-sasl-2.1.5
|