Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

cyrus-sasl-2.1.22-21mdv2007.1 RPM for ppc

From Mandriva devel cooker for ppc / media / main / release

Name: cyrus-sasl Distribution: Mandriva Linux
Version: 2.1.22 Vendor: Mandriva
Release: 21mdv2007.1 Build date: Fri Mar 23 13:31:38 2007
Group: System/Libraries Build host: kalinda.cjw.nep
Size: 1338387 Source RPM: cyrus-sasl-2.1.22-21mdv2007.1.src.rpm
Packager: Mandriva Linux Team <http://www.mandrivaexpert.com/>
Url: http://asg.web.cmu.edu/cyrus/download/
Summary: SASL is the Simple Authentication and Security Layer
SASL is the Simple Authentication and Security Layer,
a method for adding authentication support to connection-based protocols.
To use SASL, a protocol includes a command for identifying and authenticating
a user to a server and for optionally negotiating protection of subsequent
protocol interactions. If its use is negotiated, a security layer is inserted
between the protocol and the connection.
To actually use SASL you must install at least one of the libsasl2-plug-XXXX
authentication plugin, such as libsasl2-plug-plain.
The SQL auxprop plugin can be rebuild with different database backends:
	--with srp	SRP support	(disabled)
	--with mysql	MySQL support	(enabled)
	--with pgsql	Postgres SQL support	(disabled)
	--with sqlite	SQLite support	(disabled)

Provides

Requires

Copyright

BSD style

Signatures

internal MD5: 7a5ceefbfe09b22aa4d19b3fa26d3756
GPG

Changelog

* Thu Mar 22 2007 Andreas Hasenack <andreas@mandriva.com> 2.1.22-21mdv2007.1
  + Revision: 148063
  - fix saslauthd init script
    (#26339: saslauthd doesn't start properly after system crash)
* Thu Aug 31 2006 Andreas Hasenack <andreas@mandriva.com> 2.1.22-20mdv2007.0
  + Revision: 58896
  - added sample file for service configuration (related to #24784)
* Wed Aug 16 2006 Andreas Hasenack <andreas@mandriva.com> 2.1.22-19mdv2007.0
  + Revision: 56206
  - added parallel init information (closes #24224)
* Fri Jul 14 2006 Andreas Hasenack <andreas@mandriva.com> 2.1.22-18mdv2007.0
  + Revision: 41071
  - bump release
  - added svn warning
  - get rid of static plugin files
  - import cyrus-sasl-2.1.22-17mdk
* Sat May 20 2006 Andreas Hasenack <andreas@mandriva.com> 2.1.22-17mdk
  - updated to 2.1.22 final (finally!)
  - removed patches that were already applied or no longer needed
  - using buildroot macro instead of shell variable
  - use /etc/sasl2 for configuration dir, fallback to /usr/lib/sasl2
    (http://qa.mandriva.com/show_bug.cgi?id=20793)
  - disabled parallel make, doesn't work on cluster's nfs
* Sat May 13 2006 Stefan van der Eijk <stefan@eijk.nu> 2.1.22-16mdk
  - rebuild for sparc
* Mon Feb 06 2006 Oden Eriksson <oeriksson@mandriva.com> 2.1.22-15mdk
  - don't lie in the description that SRP is enabled...
* Mon Feb 06 2006 Oden Eriksson <oeriksson@mandriva.com> 2.1.22-14mdk
  - drop srp support due to patent tainting, please look here:
    http://www.ietf.org/ietf/IPR/PHOENIX-SRP-RFC2945.txt
* Sun Nov 13 2005 Oden Eriksson <oeriksson@mandriva.com> 2.1.22-13mdk
  - rebuilt against openssl-0.9.8a, added P8 from fedora to make it compile
* Sun Oct 30 2005 Oden Eriksson <oeriksson@mandriva.com> 2.1.22-12mdk
  - rebuilt against MySQL-5.0.15
* Sat Sep 10 2005 Olivier Blin <oblin@mandriva.com> 2.1.22-11mdk
  - fix typo in summary
* Wed Aug 31 2005 Buchan Milne <bgmilne@linux-mandrake.com> 2.1.22-10mdk
  - Rebuild for libldap2.3
* Sun Aug 28 2005 Oden Eriksson <oeriksson@mandrakesoft.com> 2.1.22-9mdk
  - added P6 to make it acknowledge openldap-2.3.6
  - added P7 to fix the sed syntax (andreas)
  - added one lib64 fix
* Fri Aug 12 2005 Nicolas Lécureuil <neoclust@mandriva.org> 2.1.22-8mdk
  - fix rpmlint errors (PreReq)
* Fri Aug 12 2005 Nicolas Lécureuil <neoclust@mandriva.org> 2.1.22-7mdk
  - fix rpmlint errors (PreReq)
* Tue Jun 28 2005 Andreas Hasenack <andreas@mandriva.com> 2.1.22-6mdk
  - moved the /usr/lib/sasl2 *directory* to the library package
  - created sasl system group and empty sasl.db file mode 0640 root:sasl.
    Added a README.Mandriva.sasldb file explaining it
  - moved sasldb conversion to the sasldb plugin package. If someone
    wants to use sasldb, that plugin *has* to be installed, so this
    conversion makes more sense here. Added correct requires(post).
  - fixed typo in sasldb plugin provides
  - spec cleanup (ident, old comments)
* Sat Jun 18 2005 Andreas Hasenack <andreas@mandriva.com> 2.1.22-5mdk
  - disabled gss-mutexes with krb5-1.4.x (which is thread safe, contrary
    to version < 1.4.x which were not and needed those mutexes)
  - added versioned buildrequires for krb5-devel >= 1.4.1 due to the above
* Sun Jun 12 2005 Laurent MONTEL <lmontel@mandriva.com> 2.1.22-4mdk
  - add provides for plugins
* Fri Jun 10 2005 Andreas Hasenack <andreas@mandriva.com> 2.1.22-3mdk
  - fixed saslauthd mux link creation when postfix is not installed (#14043)
* Fri Jun 10 2005 Buchan Milne <bgmilne@linux-mandrake.com> 2.1.22-2mdk
  - Rebuild for libkrb53-devel 1.4.1
* Thu Jun 02 2005 Andreas Hasenack <andreas@mandriva.com> 2.1.22-1mdk
  - updated to version 2.1.22
  - redid sasl-doc patch for this version
  - updated gssapi dynamic patch
  - removed CAN-2004-0884 patch, already applied
  - removed craminit patch, already applied
  - removed gcc4 patch, no longer needed
  - enabled ldapdb plugin
  - disabled gssapi patch until I understand more correctly what its
    effects are (build fails with it now and I noticed no side effects
    when using this plugin without this patch)
  - added nodb43 patch to avoid linking with db4.3 even if it's installed
  - removed %config tag from the saslauthd init script
* Fri May 06 2005 Oden Eriksson <oeriksson@mandriva.com> 2.1.19-13mdk
  - added one gcc4 fix (P7)
* Wed Mar 16 2005 Luca Berra <bluca@vodka.it> 2.1.19-12mdk 
  - do not link with pgsql lib when it is not needed
* Wed Mar 16 2005 Luca Berra <bluca@vodka.it> 2.1.19-11mdk 
  - fix saslauthd manpage
* Tue Mar 15 2005 Andreas Hasenack <andreas@mandrakesoft.com> 2.1.19-10mdk
  - added craminit (P6) patch to fix https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2300
    It's applied in cyrus-sasl-2.1.20
* Mon Feb 28 2005 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.1.19-9mdk
  - multiarch
* Fri Feb 04 2005 Buchan Milne <bgmilne@linux-mandrake.com> 2.1.19-8mdk
  - rebuild for ldap2.2_7
* Sun Jan 30 2005 Luca Berra <bluca@vodka.it> 2.1.19-7mdk 
  - fix "Summary ended with dot"
  - automake 1.8
  - added sql plugin (backend configurable at build time)
  - update p1 to remove rpath for sqlite
  - added courier authdaemon support
  - remind to install at least one plugin in %description
* Sun Nov 28 2004 Luca Berra <bluca@vodka.it> 2.1.19-6mdk 
  - own /usr/lib/sasl2
  - provide libsasl2-devel and lib64sasl-devel on biarches
* Sat Oct 09 2004 Vincent Danen <vdanen@mandrakesoft.com> 2.1.19-5mdk
  - P5: security fix for CAN-2004-0884
* Thu Sep 30 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.1.19-4mdk
  - build the static built-in sasldb.a library with PIC as it can be
    turned into a DSO (aka. fix libtool 1.5 related problem differently,
    i.e. nuke libtool1.4)
* Wed Sep 22 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.1.19-3mdk
  - really use libtool 1.4 only on MDK >= 10.1
* Wed Sep 22 2004 Gwenole Beauchesne <gbeauchesne@mandrakesoft.com> 2.1.19-2mdk
  - use libtool 1.4
* Sun Aug 29 2004 Luca Berra <bluca@vodka.it> 2.1.19-1mdk 
  - 2.1.19-1mdk
  - reworked p1 and added p3 from fedora
  - recreate autoconf stuff in prep
  - really install sample client and server
  - remove obsoletes on myself and fix library require

Files

/etc/rc.d/init.d/saslauthd
/etc/sysconfig/saslauthd
/usr/sbin/dbconverter-2
/usr/sbin/pluginviewer
/usr/sbin/sasl-sample-client
/usr/sbin/sasl-sample-server
/usr/sbin/saslauthd
/usr/sbin/sasldblistusers2
/usr/sbin/saslpasswd2
/usr/sbin/testsaslauthd
/usr/share/doc/cyrus-sasl-2.1.22
/usr/share/doc/cyrus-sasl-2.1.22/AUTHORS
/usr/share/doc/cyrus-sasl-2.1.22/COPYING
/usr/share/doc/cyrus-sasl-2.1.22/ChangeLog
/usr/share/doc/cyrus-sasl-2.1.22/INSTALL
/usr/share/doc/cyrus-sasl-2.1.22/NEWS
/usr/share/doc/cyrus-sasl-2.1.22/ONEWS
/usr/share/doc/cyrus-sasl-2.1.22/README
/usr/share/doc/cyrus-sasl-2.1.22/README.Mandriva.sasldb
/usr/share/doc/cyrus-sasl-2.1.22/README.ldap
/usr/share/doc/cyrus-sasl-2.1.22/TODO
/usr/share/doc/cyrus-sasl-2.1.22/advanced.html
/usr/share/doc/cyrus-sasl-2.1.22/appconvert.html
/usr/share/doc/cyrus-sasl-2.1.22/components.html
/usr/share/doc/cyrus-sasl-2.1.22/draft-burdis-cat-srp-sasl-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-anon-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-crammd5-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-gssapi-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-plain-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-rfc2222bis-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-rfc2831bis-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-ietf-sasl-saslprep-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-murchison-sasl-login-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-newman-sasl-c-api-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/draft-newman-sasl-passdss-xx.txt
/usr/share/doc/cyrus-sasl-2.1.22/gssapi.html
/usr/share/doc/cyrus-sasl-2.1.22/index.html
/usr/share/doc/cyrus-sasl-2.1.22/install.html
/usr/share/doc/cyrus-sasl-2.1.22/macosx.html
/usr/share/doc/cyrus-sasl-2.1.22/mechanisms.html
/usr/share/doc/cyrus-sasl-2.1.22/options.html
/usr/share/doc/cyrus-sasl-2.1.22/plugprog.html
/usr/share/doc/cyrus-sasl-2.1.22/programming.html
/usr/share/doc/cyrus-sasl-2.1.22/readme.html
/usr/share/doc/cyrus-sasl-2.1.22/rfc1321.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc1939.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2104.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2195.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2222.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2243.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2245.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2289.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2444.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2595.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2831.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc2945.txt
/usr/share/doc/cyrus-sasl-2.1.22/rfc3174.txt
/usr/share/doc/cyrus-sasl-2.1.22/sysadmin.html
/usr/share/doc/cyrus-sasl-2.1.22/testing.txt
/usr/share/doc/cyrus-sasl-2.1.22/upgrading.html
/usr/share/doc/cyrus-sasl-2.1.22/windows.html
/usr/share/man/man8/pluginviewer.8.bz2
/usr/share/man/man8/saslauthd.8.bz2
/usr/share/man/man8/sasldblistusers2.8.bz2
/usr/share/man/man8/saslpasswd2.8.bz2
/var/lib/sasl2


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Sep 7 05:29:24 2008