Author: baggins Date: Wed Oct 19 19:48:49 2011 GMT Module: packages Tag: HEAD ---- Log message: - rel 3 - new functions from krb5/mit_glue.c needs to be exported to be useful
---- Files affected: packages/heimdal: heimdal.spec (1.245 -> 1.246) , heimdal-missing-mit_glue-exports.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/heimdal/heimdal.spec diff -u packages/heimdal/heimdal.spec:1.245 packages/heimdal/heimdal.spec:1.246 --- packages/heimdal/heimdal.spec:1.245 Wed Oct 19 12:11:47 2011 +++ packages/heimdal/heimdal.spec Wed Oct 19 21:48:44 2011 @@ -9,7 +9,7 @@ Summary(pl.UTF-8): Implementacja Heimdal systemu Kerberos V5 Name: heimdal Version: 1.5.1 -Release: 2 +Release: 3 License: Free Group: Networking Source0: http://www.h5l.org/dist/src/%{name}-%{version}.tar.gz @@ -38,6 +38,7 @@ Patch10: %{name}-ntlm-digest.patch Patch11: %{name}-krb5config-nosysdirs.patch Patch12: %{name}-tinfo.patch +Patch13: %{name}-missing-mit_glue-exports.patch URL: http://www.h5l.org/ BuildRequires: autoconf >= 2.62 BuildRequires: automake >= 1:1.10.3 @@ -410,6 +411,7 @@ %patch10 -p1 %patch11 -p1 %patch12 -p1 +%patch13 -p1 %build install -d our-ld @@ -918,6 +920,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.246 2011/10/19 19:48:44 baggins +- rel 3 +- new functions from krb5/mit_glue.c needs to be exported to be useful + Revision 1.245 2011/10/19 10:11:47 arekm - rel 2; use ld.bfd; gold breaks linking (libkrb5 misses krb5_auth_con_getsendsubkey symbol for example) ================================================================ Index: packages/heimdal/heimdal-missing-mit_glue-exports.patch diff -u /dev/null packages/heimdal/heimdal-missing-mit_glue-exports.patch:1.1 --- /dev/null Wed Oct 19 21:48:49 2011 +++ packages/heimdal/heimdal-missing-mit_glue-exports.patch Wed Oct 19 21:48:44 2011 @@ -0,0 +1,42 @@ +diff --git a/lib/krb5/version-script.map b/lib/krb5/version-script.map +index dc39a10..76a1e5e 100644 +--- a/lib/krb5/version-script.map ++++ b/lib/krb5/version-script.map +@@ -40,8 +40,10 @@ HEIMDAL_KRB5_2.0 { + krb5_auth_con_getlocalseqnumber; + krb5_auth_con_getlocalsubkey; + krb5_auth_con_getrcache; ++ krb5_auth_con_getrecvsubkey; + krb5_auth_con_getremoteseqnumber; + krb5_auth_con_getremotesubkey; ++ krb5_auth_con_getsendsubkey; + krb5_auth_con_init; + krb5_auth_con_removeflags; + krb5_auth_con_setaddrs; +@@ -53,8 +55,10 @@ HEIMDAL_KRB5_2.0 { + krb5_auth_con_setlocalseqnumber; + krb5_auth_con_setlocalsubkey; + krb5_auth_con_setrcache; ++ krb5_auth_con_setrecvsubkey; + krb5_auth_con_setremoteseqnumber; + krb5_auth_con_setremotesubkey; ++ krb5_auth_con_setsendsubkey; + krb5_auth_con_setuserkey; + krb5_auth_getremoteseqnumber; + krb5_build_ap_req; +@@ -76,6 +80,7 @@ HEIMDAL_KRB5_2.0 { + krb5_c_make_random_key; + krb5_c_prf; + krb5_c_prf_length; ++ krb5_c_random_make_octets; + krb5_c_set_checksum; + krb5_c_valid_cksumtype; + krb5_c_valid_enctype; +@@ -87,6 +92,7 @@ HEIMDAL_KRB5_2.0 { + krb5_cc_clear_mcred; + krb5_cc_close; + krb5_cc_copy_cache; ++ krb5_cc_copy_creds; + krb5_cc_copy_match_f; + krb5_cc_default; + krb5_cc_default_name; ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/heimdal/heimdal.spec?r1=1.245&r2=1.246&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
