Author: baggins Date: Fri Oct 26 01:23:03 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 11 - prefer types in <inttypes.h> - properly detect gsskrb5_register_acceptor_identity - fix DIGEST-MD5 AUTH parsing
---- Files affected: SPECS: cyrus-sasl.spec (1.167 -> 1.168) ---- Diffs: ================================================================ Index: SPECS/cyrus-sasl.spec diff -u SPECS/cyrus-sasl.spec:1.167 SPECS/cyrus-sasl.spec:1.168 --- SPECS/cyrus-sasl.spec:1.167 Thu Aug 2 17:18:08 2007 +++ SPECS/cyrus-sasl.spec Fri Oct 26 03:22:58 2007 @@ -26,7 +26,7 @@ Summary(uk.UTF-8): Бібліотека Cyrus SASL Name: cyrus-sasl Version: 2.1.22 -Release: 10 +Release: 11 License: distributable Group: Libraries Source0: ftp://ftp.andrew.cmu.edu/pub/cyrus/%{name}-%{version}.tar.gz @@ -44,6 +44,9 @@ Patch6: %{name}-md5sum-passwords.patch Patch7: %{name}-db.patch Patch8: %{name}-automake_1_10.patch +Patch9: %{name}-digest-commas.patch +Patch10: %{name}-keytab.patch +Patch11: %{name}-sizes.patch URL: http://asg.web.cmu.edu/sasl/ BuildRequires: autoconf >= 2.54 BuildRequires: automake @@ -435,6 +438,9 @@ %endif %patch7 -p1 %patch8 -p1 +%patch9 -p2 +%patch10 -p1 +%patch11 -p1 cd doc echo "cyrus-sasl complies with the following RFCs:" > rfc-compliance @@ -668,6 +674,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.168 2007/10/26 01:22:58 baggins +- rel 11 +- prefer types in <inttypes.h> +- properly detect gsskrb5_register_acceptor_identity +- fix DIGEST-MD5 AUTH parsing + Revision 1.167 2007/08/02 15:18:08 arekm - rel 10 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cyrus-sasl.spec?r1=1.167&r2=1.168&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
