auto-import changelog data from cyrus-sasl-1.5.24-6.src.rpm
Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com> - fix the summary text Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com> - re-enable arcfour and CRAM
This commit is contained in:
parent
ddca9acecf
commit
ac72ca26d6
@ -1,13 +1,14 @@
|
|||||||
Summary: The Cyrus SASL librarysystem.
|
Summary: The Cyrus SASL library.
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 1.5.24
|
Version: 1.5.24
|
||||||
Release: 3
|
Release: 6
|
||||||
Copyright: distributable
|
Copyright: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
Source: ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-%{version}.tar.gz
|
||||||
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
|
URL: http://asg.web.cmu.edu/sasl/sasl-library.html
|
||||||
Patch0: cyrus-sasl-1.5.21-des.patch
|
Patch0: cyrus-sasl-1.5.21-des.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
|
BuildPrereq: openssl-devel
|
||||||
Requires: pam
|
Requires: pam
|
||||||
Prereq: /sbin/ldconfig
|
Prereq: /sbin/ldconfig
|
||||||
|
|
||||||
@ -22,14 +23,16 @@ support to connection-based protocols.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
%configure --with-plugindir=%{_libdir}/sasl \
|
%configure \
|
||||||
|
--with-plugindir=%{_libdir}/sasl \
|
||||||
--with-dblib=gdbm \
|
--with-dblib=gdbm \
|
||||||
--disable-krb4 \
|
--disable-krb4 \
|
||||||
--without-rc4 \
|
--disable-gssapi \
|
||||||
|
--with-rc4 \
|
||||||
--enable-anon \
|
--enable-anon \
|
||||||
|
--enable-cram \
|
||||||
--enable-plain \
|
--enable-plain \
|
||||||
--enable-login \
|
--enable-login
|
||||||
--disable-cram
|
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,21 +50,22 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README TODO doc/*.html doc/*.txt
|
%doc AUTHORS COPYING NEWS README TODO doc/*.html doc/*.txt
|
||||||
%{_includedir}/*.h
|
%{_includedir}/*.h
|
||||||
%dir %{_libdir}/sasl/
|
|
||||||
%{_libdir}/sasl/libanonymous*
|
|
||||||
%{_libdir}/sasl/libdigestmd5*
|
|
||||||
#%{_libdir}/sasl/libgssapi*
|
|
||||||
%{_libdir}/sasl/liblogin*
|
|
||||||
%{_libdir}/sasl/libplain*
|
|
||||||
%{_libdir}/libsasl*
|
%{_libdir}/libsasl*
|
||||||
|
%{_libdir}/sasl/
|
||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
%{_sbindir}/saslpasswd
|
%{_sbindir}/saslpasswd
|
||||||
%{_sbindir}/sasldblistusers
|
%{_sbindir}/sasldblistusers
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- fix the summary text
|
||||||
|
|
||||||
|
* Sun Aug 13 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- re-enable arcfour and CRAM
|
||||||
|
|
||||||
* Fri Aug 4 2000 Nalin Dahyabhai <nalin@redhat.com>
|
* Fri Aug 4 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- force use of gdbm for database files
|
- force use of gdbm for database files to avoid DB migration weirdness
|
||||||
- enable login
|
- enable login mechanism
|
||||||
- disable gssapi until it can coexist peacefully with non-gssapi setups
|
- disable gssapi until it can coexist peacefully with non-gssapi setups
|
||||||
- actually do a make in the build section (#15410)
|
- actually do a make in the build section (#15410)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user