OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Oct-2007 08:33:06
Branch: HEAD Handle: 2007101907330300
Modified files:
openpkg-src/heimdal heimdal.patch heimdal.spec
Log:
include an upstream bugfix for the kadmin tool
Summary:
Revision Changes Path
1.5 +12 -0 openpkg-src/heimdal/heimdal.patch
1.15 +1 -1 openpkg-src/heimdal/heimdal.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/heimdal/heimdal.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 heimdal.patch
--- openpkg-src/heimdal/heimdal.patch 5 Oct 2007 10:33:58 -0000 1.4
+++ openpkg-src/heimdal/heimdal.patch 19 Oct 2007 06:33:03 -0000 1.5
@@ -72,3 +72,15 @@
free(context->etypes);
free(context->etypes_des);
krb5_free_host_realm (context, context->default_realms);
+Index: lib/kadm5/init_c.c
+--- lib/kadm5/init_c.c.orig 2007-08-09 09:47:06 +0200
++++ lib/kadm5/init_c.c 2007-10-18 22:05:53 +0200
+@@ -354,7 +354,7 @@
+ krb5_set_error_string(context, "Unable to find local user
name");
+ return KADM5_FAILURE;
+ }
+- ret = krb5_make_principal(context, &client,
++ ret = krb5_make_principal(context, &default_client,
+ NULL, user, "admin", NULL);
+ if(ret)
+ return ret;
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/heimdal/heimdal.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 heimdal.spec
--- openpkg-src/heimdal/heimdal.spec 9 Oct 2007 17:52:00 -0000 1.14
+++ openpkg-src/heimdal/heimdal.spec 19 Oct 2007 06:33:03 -0000 1.15
@@ -33,7 +33,7 @@
Group: Cryptography
License: BSD
Version: 1.0.1
-Release: 20071009
+Release: 20071019
# package options
%option with_fsl yes
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]