Browse Source

update heimdal to latest upstream, not fully ready

Waldemar Brodkorb 13 years ago
parent
commit
98f9bb8c34
33 changed files with 3 additions and 703 deletions
  1. 3 3
      package/heimdal/Makefile
  2. 0 12
      package/heimdal/patches/patch-Makefile_am
  3. 0 25
      package/heimdal/patches/patch-Makefile_in
  4. 0 12
      package/heimdal/patches/patch-admin_Makefile_am
  5. 0 12
      package/heimdal/patches/patch-admin_Makefile_in
  6. 0 22
      package/heimdal/patches/patch-configure
  7. 0 22
      package/heimdal/patches/patch-include_Makefile_am
  8. 0 39
      package/heimdal/patches/patch-include_Makefile_in
  9. 0 12
      package/heimdal/patches/patch-kadmin_Makefile_am
  10. 0 12
      package/heimdal/patches/patch-kadmin_Makefile_in
  11. 0 14
      package/heimdal/patches/patch-kadmin_kadm_conn_c
  12. 0 18
      package/heimdal/patches/patch-kdc_kx509_c
  13. 0 26
      package/heimdal/patches/patch-kdc_process_c
  14. 0 12
      package/heimdal/patches/patch-kuser_Makefile_am
  15. 0 12
      package/heimdal/patches/patch-kuser_Makefile_in
  16. 0 48
      package/heimdal/patches/patch-lib_asn1_Makefile_am
  17. 0 48
      package/heimdal/patches/patch-lib_asn1_Makefile_in
  18. 0 25
      package/heimdal/patches/patch-lib_gssapi_Makefile_am
  19. 0 25
      package/heimdal/patches/patch-lib_gssapi_Makefile_in
  20. 0 12
      package/heimdal/patches/patch-lib_hdb_Makefile_am
  21. 0 12
      package/heimdal/patches/patch-lib_hdb_Makefile_in
  22. 0 32
      package/heimdal/patches/patch-lib_hx509_Makefile_am
  23. 0 38
      package/heimdal/patches/patch-lib_hx509_Makefile_in
  24. 0 12
      package/heimdal/patches/patch-lib_kadm5_Makefile_am
  25. 0 12
      package/heimdal/patches/patch-lib_kadm5_Makefile_in
  26. 0 11
      package/heimdal/patches/patch-lib_krb5_Makefile_am
  27. 0 21
      package/heimdal/patches/patch-lib_krb5_Makefile_in
  28. 0 10
      package/heimdal/patches/patch-lib_krb5_constants_c
  29. 0 14
      package/heimdal/patches/patch-lib_roken_Makefile_am
  30. 0 70
      package/heimdal/patches/patch-lib_roken_Makefile_in
  31. 0 13
      package/heimdal/patches/patch-lib_vers_Makefile_am
  32. 0 24
      package/heimdal/patches/patch-lib_vers_Makefile_in
  33. 0 23
      package/heimdal/patches/patch-tools_krb5-config_in

+ 3 - 3
package/heimdal/Makefile

@@ -4,9 +4,9 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=		heimdal
-PKG_VERSION:=		1.2.1
-PKG_RELEASE:=		2
-PKG_MD5SUM:=		6e5028077e2a6b101a4a72801ba71b9e
+PKG_VERSION:=		1.4
+PKG_RELEASE:=		1
+PKG_MD5SUM:=		31d08bbf47a77827fe97ef3f52b4c9c4
 PKG_DESCR:=		Kerberos 5 server
 PKG_SECTION:=		crypto
 PKG_DEPENDS:=		libheimdal libheimdal-client libncurses libcom-err

+ 0 - 12
package/heimdal/patches/patch-Makefile_am

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/Makefile.am	2008-07-28 14:04:51.000000000 +0200
-+++ heimdal-1.2.1/Makefile.am	2009-01-02 22:22:24.000000000 +0100
-@@ -7,7 +7,7 @@ kcm_dir = kcm
- endif
- 
- SUBDIRS=  include lib kuser kdc admin kadmin kpasswd 
--SUBDIRS+= $(kcm_dir) appl doc tools tests packages etc
-+SUBDIRS+= $(kcm_dir) doc tools etc
- 
- ## ACLOCAL = @ACLOCAL@ -I cf
- ACLOCAL_AMFLAGS = -I cf

+ 0 - 25
package/heimdal/patches/patch-Makefile_in

@@ -1,25 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/Makefile.in	2008-07-28 14:05:35.000000000 +0200
-+++ heimdal-1.2.1/Makefile.in	2009-01-02 22:22:24.000000000 +0100
-@@ -107,8 +107,8 @@ RECURSIVE_CLEAN_TARGETS = mostlyclean-re
-   distclean-recursive maintainer-clean-recursive
- ETAGS = etags
- CTAGS = ctags
--DIST_SUBDIRS = include lib kuser kdc admin kadmin kpasswd kcm appl doc \
--	tools tests packages etc
-+DIST_SUBDIRS = include lib kuser kdc admin kadmin kpasswd kcm doc \
-+	tools etc
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
- distdir = $(PACKAGE)-$(VERSION)
- top_distdir = $(distdir)
-@@ -346,8 +346,8 @@ LIB_kafs = $(top_builddir)/lib/kafs/libk
- @KRB5_TRUE@LIB_tsasl = $(top_builddir)/lib/tsasl/libtsasl.la
- @DCE_TRUE@LIB_kdfs = $(top_builddir)/lib/kdfs/libkdfs.la
- @KCM_TRUE@kcm_dir = kcm
--SUBDIRS = include lib kuser kdc admin kadmin kpasswd $(kcm_dir) appl \
--	doc tools tests packages etc
-+SUBDIRS = include lib kuser kdc admin kadmin kpasswd $(kcm_dir) doc \
-+	tools etc
- ACLOCAL_AMFLAGS = -I cf
- EXTRA_DIST = \
- 	TODO \

+ 0 - 12
package/heimdal/patches/patch-admin_Makefile_am

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/admin/Makefile.am	2008-07-28 14:04:49.000000000 +0200
-+++ heimdal-1.2.1/admin/Makefile.am	2009-01-02 22:22:24.000000000 +0100
-@@ -30,7 +30,7 @@ $(ktutil_OBJECTS): ktutil-commands.h
- CLEANFILES = ktutil-commands.h ktutil-commands.c
- 
- ktutil-commands.c ktutil-commands.h: ktutil-commands.in
--	$(SLC) $(srcdir)/ktutil-commands.in
-+	slc $(srcdir)/ktutil-commands.in
- 
- LDADD = \
- 	$(top_builddir)/lib/kadm5/libkadm5clnt.la \

+ 0 - 12
package/heimdal/patches/patch-admin_Makefile_in

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/admin/Makefile.in	2008-07-28 14:05:26.000000000 +0200
-+++ heimdal-1.2.1/admin/Makefile.in	2009-01-02 22:22:24.000000000 +0100
-@@ -898,7 +898,7 @@ distdir-in-tree: $(DISTFILES) $(INFO_DEP
- $(ktutil_OBJECTS): ktutil-commands.h
- 
- ktutil-commands.c ktutil-commands.h: ktutil-commands.in
--	$(SLC) $(srcdir)/ktutil-commands.in
-+	slc $(srcdir)/ktutil-commands.in
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:

+ 0 - 22
package/heimdal/patches/patch-configure

@@ -1,22 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/configure	2008-07-28 14:05:20.000000000 +0200
-+++ heimdal-1.2.1/configure	2009-11-19 21:01:07.000000000 +0100
-@@ -47096,9 +47096,6 @@ end
- EOF
- if ${COMPILE_ET} conftest_et.et >/dev/null 2>&1; then
-     save_CPPFLAGS="${CPPFLAGS}"
--  if test -d "/usr/include/et"; then
--    CPPFLAGS="-I/usr/include/et ${CPPFLAGS}"
--  fi
-     if test "$cross_compiling" = yes; then
-   krb_cv_compile_et="yes" krb_cv_compile_et_cross=yes
- else
-@@ -47183,7 +47180,7 @@ rm -fr conftest*
- fi
- 
- if test "${krb_cv_compile_et_cross}" = yes ; then
--  krb_cv_com_err="cross"
-+  krb_cv_com_err="yes"
- elif test "${krb_cv_compile_et}" = "yes"; then
-     krb_cv_save_LIBS="${LIBS}"
-   LIBS="${LIBS} -lcom_err"

+ 0 - 22
package/heimdal/patches/patch-include_Makefile_am

@@ -1,22 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/include/Makefile.am	2008-07-28 14:04:49.000000000 +0200
-+++ heimdal-1.2.1/include/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -7,11 +7,17 @@ SUBDIRS = kadm5 hcrypto gssapi
- noinst_PROGRAMS = bits make_crypto
- CHECK_LOCAL = no-check-local
- 
--AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
-+AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\" -DHAVE_CONFIG_H -I. -I..
- 
- nodist_include_HEADERS = krb5-types.h
- nodist_noinst_HEADERS = crypto-headers.h
- 
-+bits:
-+	$(HOSTCC) $(HOSTCFLAGS) $(AM_CPPFLAGS) -o $@ $(bits_SOURCES)
-+
-+make_crypto:
-+	$(HOSTCC) $(HOSTCFLAGS) $(AM_CPPFLAGS) -o $@ $(make_crypto_SOURCES)
-+
- krb5-types.h: bits$(EXEEXT)
- 	./bits$(EXEEXT) krb5-types.h
- 

+ 0 - 39
package/heimdal/patches/patch-include_Makefile_in

@@ -1,39 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/include/Makefile.in	2008-07-28 14:05:29.000000000 +0200
-+++ heimdal-1.2.1/include/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -341,7 +341,8 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- SUFFIXES = .et .h .x .z .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/include
--AM_CPPFLAGS = $(INCLUDES_roken) -DHOST=\"$(CANONICAL_HOST)\"
-+AM_CPPFLAGS = $(INCLUDES_roken) -DHOST=\"$(CANONICAL_HOST)\" \
-+	-DHAVE_CONFIG_H -I. -I..
- @do_roken_rename_TRUE@ROKEN_RENAME = -DROKEN_RENAME
- AM_CFLAGS = $(WFLAGS)
- CP = cp
-@@ -492,12 +493,6 @@ clean-noinstPROGRAMS:
- 	  echo " rm -f $$p $$f"; \
- 	  rm -f $$p $$f ; \
- 	done
--bits$(EXEEXT): $(bits_OBJECTS) $(bits_DEPENDENCIES) 
--	@rm -f bits$(EXEEXT)
--	$(LINK) $(bits_OBJECTS) $(bits_LDADD) $(LIBS)
--make_crypto$(EXEEXT): $(make_crypto_OBJECTS) $(make_crypto_DEPENDENCIES) 
--	@rm -f make_crypto$(EXEEXT)
--	$(LINK) $(make_crypto_OBJECTS) $(make_crypto_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT)
-@@ -1017,6 +1012,12 @@ distdir-in-tree: $(DISTFILES) $(INFO_DEP
- 	  fi ; \
- 	done
- 
-+bits:
-+	$(HOSTCC) $(HOSTCFLAGS) $(AM_CPPFLAGS) -o $@ $(bits_SOURCES)
-+
-+make_crypto:
-+	$(HOSTCC) $(HOSTCFLAGS) $(AM_CPPFLAGS) -o $@ $(make_crypto_SOURCES)
-+
- krb5-types.h: bits$(EXEEXT)
- 	./bits$(EXEEXT) krb5-types.h
- 

+ 0 - 12
package/heimdal/patches/patch-kadmin_Makefile_am

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kadmin/Makefile.am	2008-07-28 14:04:51.000000000 +0200
-+++ heimdal-1.2.1/kadmin/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -44,7 +44,7 @@ $(kadmin_OBJECTS): kadmin-commands.h
- CLEANFILES = kadmin-commands.h kadmin-commands.c
- 
- kadmin-commands.c kadmin-commands.h: kadmin-commands.in
--	$(SLC) $(srcdir)/kadmin-commands.in
-+	slc $(srcdir)/kadmin-commands.in
- 
- kadmind_SOURCES =				\
- 	kadmind.c				\

+ 0 - 12
package/heimdal/patches/patch-kadmin_Makefile_in

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kadmin/Makefile.in	2008-07-28 14:05:29.000000000 +0200
-+++ heimdal-1.2.1/kadmin/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -1115,7 +1115,7 @@ distdir-in-tree: $(DISTFILES) $(INFO_DEP
- $(kadmin_OBJECTS): kadmin-commands.h
- 
- kadmin-commands.c kadmin-commands.h: kadmin-commands.in
--	$(SLC) $(srcdir)/kadmin-commands.in
-+	slc $(srcdir)/kadmin-commands.in
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:

+ 0 - 14
package/heimdal/patches/patch-kadmin_kadm_conn_c

@@ -1,14 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kadmin/kadm_conn.c	2008-07-28 14:04:51.000000000 +0200
-+++ heimdal-1.2.1/kadmin/kadm_conn.c	2009-01-06 14:21:32.674256091 +0100
-@@ -264,8 +264,9 @@ start_server(krb5_context context)
- 	    }
- 
- 	    socket_set_reuseaddr(s, 1);
-+#ifdef HAVE_IPV6
- 	    socket_set_ipv6only(s, 1);
--
-+#endif
- 	    if (bind (s, ap->ai_addr, ap->ai_addrlen) < 0) {
- 		krb5_warn(context, errno, "bind");
- 		close(s);

+ 0 - 18
package/heimdal/patches/patch-kdc_kx509_c

@@ -1,18 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kdc/kx509.c	2008-07-28 14:04:51.000000000 +0200
-+++ heimdal-1.2.1/kdc/kx509.c	2009-01-04 18:43:21.853211573 +0100
-@@ -32,6 +32,9 @@
-  */
- 
- #include "kdc_locl.h"
-+
-+#ifdef PKINIT
-+
- #include <hex.h>
- #include <rfc2459_asn1.h>
- #include <hx509.h>
-@@ -454,3 +457,4 @@ out:
- 
-     return 0;
- }
-+#endif

+ 0 - 26
package/heimdal/patches/patch-kdc_process_c

@@ -1,26 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kdc/process.c	2008-07-28 14:04:51.000000000 +0200
-+++ heimdal-1.2.1/kdc/process.c	2009-01-04 19:04:06.899022107 +0100
-@@ -68,7 +68,9 @@ krb5_kdc_process_request(krb5_context co
-     KDC_REQ req;
-     Ticket ticket;
-     DigestREQ digestreq;
-+#ifdef PKINIT
-     Kx509Request kx509req;
-+#endif
-     krb5_error_code ret;
-     size_t i;
- 
-@@ -94,10 +96,12 @@ krb5_kdc_process_request(krb5_context co
- 	ret = _kdc_do_digest(context, config, &digestreq, reply, from, addr);
- 	free_DigestREQ(&digestreq);
- 	return ret;
-+#ifdef PKINIT
-     } else if (_kdc_try_kx509_request(buf, len, &kx509req, &i) == 0) {
- 	ret = _kdc_do_kx509(context, config, &kx509req, reply, from, addr);
- 	free_Kx509Request(&kx509req);
- 	return ret;
-+#endif
-     } else if(_kdc_maybe_version4(buf, len)){
- 	*prependlength = FALSE; /* elbitapmoc sdrawkcab XXX */
- 	_kdc_do_version4(context, config, buf, len, reply, from, 

+ 0 - 12
package/heimdal/patches/patch-kuser_Makefile_am

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kuser/Makefile.am	2008-07-28 14:04:50.000000000 +0200
-+++ heimdal-1.2.1/kuser/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -48,7 +48,7 @@ $(kdigest_OBJECTS): kdigest-commands.h
- CLEANFILES = kdigest-commands.h kdigest-commands.c
- 
- kdigest-commands.c kdigest-commands.h: kdigest-commands.in
--	$(SLC) $(srcdir)/kdigest-commands.in
-+	slc $(srcdir)/kdigest-commands.in
- 
- LDADD = \
- 	$(top_builddir)/lib/krb5/libkrb5.la \

+ 0 - 12
package/heimdal/patches/patch-kuser_Makefile_in

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/kuser/Makefile.in	2008-07-28 14:05:30.000000000 +0200
-+++ heimdal-1.2.1/kuser/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -1041,7 +1041,7 @@ distdir-in-tree: $(DISTFILES) $(INFO_DEP
- $(kdigest_OBJECTS): kdigest-commands.h
- 
- kdigest-commands.c kdigest-commands.h: kdigest-commands.in
--	$(SLC) $(srcdir)/kdigest-commands.in
-+	slc $(srcdir)/kdigest-commands.in
- 
- # make sure install-exec-hook doesn't have any commands in Makefile.am.common
- install-exec-hook:

+ 0 - 48
package/heimdal/patches/patch-lib_asn1_Makefile_am

@@ -1,48 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/asn1/Makefile.am	2008-07-28 14:04:43.000000000 +0200
-+++ heimdal-1.2.1/lib/asn1/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -568,34 +568,34 @@ $(gen_files_cms) cms_asn1.h: cms_asn1_fi
- $(gen_files_test) test_asn1.h: test_asn1_files
- 
- rfc2459_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/rfc2459.asn1
--	./asn1_compile$(EXEEXT) --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
- 
- cms_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
- 
- krb5_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/k5.asn1
--	./asn1_compile$(EXEEXT) --encode-rfc1510-bit-string --sequence=KRB5SignedPathPrincipals --sequence=AuthorizationData --sequence=METHOD-DATA --sequence=ETYPE-INFO --sequence=ETYPE-INFO2 $(srcdir)/k5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) --encode-rfc1510-bit-string --sequence=KRB5SignedPathPrincipals --sequence=AuthorizationData --sequence=METHOD-DATA --sequence=ETYPE-INFO --sequence=ETYPE-INFO2 $(srcdir)/k5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
- 
- pkinit_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
- 
- pkcs8_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit 1)
- 
- pkcs9_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit 1)
- 
- pkcs12_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; exit 1)
- 
- digest_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/digest.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1)
- 
- kx509_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit 1)
- 
- test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1
--	./asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1)
- 
- EXTRA_DIST =		\
- 	asn1_err.et	\

+ 0 - 48
package/heimdal/patches/patch-lib_asn1_Makefile_in

@@ -1,48 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/asn1/Makefile.in	2008-07-28 14:05:30.000000000 +0200
-+++ heimdal-1.2.1/lib/asn1/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -2239,34 +2239,34 @@ $(gen_files_cms) cms_asn1.h: cms_asn1_fi
- $(gen_files_test) test_asn1.h: test_asn1_files
- 
- rfc2459_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/rfc2459.asn1
--	./asn1_compile$(EXEEXT) --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) --preserve-binary=TBSCertificate --preserve-binary=TBSCRLCertList --preserve-binary=Name --sequence=GeneralNames --sequence=Extensions --sequence=CRLDistributionPoints $(srcdir)/rfc2459.asn1 rfc2459_asn1 || (rm -f rfc2459_asn1_files ; exit 1)
- 
- cms_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/CMS.asn1 cms_asn1 || (rm -f cms_asn1_files ; exit 1)
- 
- krb5_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/k5.asn1
--	./asn1_compile$(EXEEXT) --encode-rfc1510-bit-string --sequence=KRB5SignedPathPrincipals --sequence=AuthorizationData --sequence=METHOD-DATA --sequence=ETYPE-INFO --sequence=ETYPE-INFO2 $(srcdir)/k5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) --encode-rfc1510-bit-string --sequence=KRB5SignedPathPrincipals --sequence=AuthorizationData --sequence=METHOD-DATA --sequence=ETYPE-INFO --sequence=ETYPE-INFO2 $(srcdir)/k5.asn1 krb5_asn1 || (rm -f krb5_asn1_files ; exit 1)
- 
- pkinit_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkinit.asn1 pkinit_asn1 || (rm -f pkinit_asn1_files ; exit 1)
- 
- pkcs8_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkcs8.asn1 pkcs8_asn1 || (rm -f pkcs8_asn1_files ; exit 1)
- 
- pkcs9_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkcs9.asn1 pkcs9_asn1 || (rm -f pkcs9_asn1_files ; exit 1)
- 
- pkcs12_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/pkcs12.asn1 pkcs12_asn1 || (rm -f pkcs12_asn1_files ; exit 1)
- 
- digest_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/digest.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 digest_asn1 || (rm -f digest_asn1_files ; exit 1)
- 
- kx509_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1
--	./asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) $(srcdir)/kx509.asn1 kx509_asn1 || (rm -f kx509_asn1_files ; exit 1)
- 
- test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1
--	./asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1)
-+	asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1)
- 
- $(srcdir)/der-protos.h:
- 	cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libasn1_la_SOURCES) || rm -f der-protos.h

+ 0 - 25
package/heimdal/patches/patch-lib_gssapi_Makefile_am

@@ -1,25 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/gssapi/Makefile.am	2008-07-28 14:04:39.000000000 +0200
-+++ heimdal-1.2.1/lib/gssapi/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -249,10 +249,10 @@ $(spnego_files) spnego_asn1.h: spnego_as
- $(gssapi_files) gssapi_asn1.h: gssapi_asn1_files
- 
- spnego_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego/spnego.asn1
--	../asn1/asn1_compile$(EXEEXT) --sequence=MechTypeList $(srcdir)/spnego/spnego.asn1 spnego_asn1
-+	asn1_compile$(EXEEXT) --sequence=MechTypeList $(srcdir)/spnego/spnego.asn1 spnego_asn1
- 
- gssapi_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1
--	../asn1/asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1 gssapi_asn1
-+	asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1 gssapi_asn1
- 
- $(srcdir)/krb5/gsskrb5-private.h:
- 	cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p krb5/gsskrb5-private.h $(krb5src) || rm -f krb5/gsskrb5-private.h
-@@ -297,7 +297,7 @@ gss_LDADD = libgssapi.la \
- SLC = $(top_builddir)/lib/sl/slc
- 
- gss-commands.c gss-commands.h: gss-commands.in
--	$(SLC) $(srcdir)/gss-commands.in
-+	slc $(srcdir)/gss-commands.in
- 
- $(gss_OBJECTS): gss-commands.h
- 

+ 0 - 25
package/heimdal/patches/patch-lib_gssapi_Makefile_in

@@ -1,25 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/gssapi/Makefile.in	2008-07-28 14:05:31.000000000 +0200
-+++ heimdal-1.2.1/lib/gssapi/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -2254,10 +2254,10 @@ $(spnego_files) spnego_asn1.h: spnego_as
- $(gssapi_files) gssapi_asn1.h: gssapi_asn1_files
- 
- spnego_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/spnego/spnego.asn1
--	../asn1/asn1_compile$(EXEEXT) --sequence=MechTypeList $(srcdir)/spnego/spnego.asn1 spnego_asn1
-+	asn1_compile$(EXEEXT) --sequence=MechTypeList $(srcdir)/spnego/spnego.asn1 spnego_asn1
- 
- gssapi_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1
--	../asn1/asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1 gssapi_asn1
-+	asn1_compile$(EXEEXT) $(srcdir)/mech/gssapi.asn1 gssapi_asn1
- 
- $(srcdir)/krb5/gsskrb5-private.h:
- 	cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p krb5/gsskrb5-private.h $(krb5src) || rm -f krb5/gsskrb5-private.h
-@@ -2266,7 +2266,7 @@ $(srcdir)/spnego/spnego-private.h:
- 	cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p spnego/spnego-private.h $(spnegosrc) || rm -f spnego/spnego-private.h
- 
- gss-commands.c gss-commands.h: gss-commands.in
--	$(SLC) $(srcdir)/gss-commands.in
-+	slc $(srcdir)/gss-commands.in
- 
- $(gss_OBJECTS): gss-commands.h
- 

+ 0 - 12
package/heimdal/patches/patch-lib_hdb_Makefile_am

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/hdb/Makefile.am	2008-07-28 14:04:40.000000000 +0200
-+++ heimdal-1.2.1/lib/hdb/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -98,7 +98,7 @@ $(srcdir)/hdb-private.h:
- $(gen_files_hdb) hdb_asn1.h: hdb_asn1_files
- 
- hdb_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1
--	../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 hdb_asn1
-+	asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 hdb_asn1
- 
- $(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h
- 

+ 0 - 12
package/heimdal/patches/patch-lib_hdb_Makefile_in

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/hdb/Makefile.in	2008-07-28 14:05:31.000000000 +0200
-+++ heimdal-1.2.1/lib/hdb/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -1015,7 +1015,7 @@ $(srcdir)/hdb-private.h:
- $(gen_files_hdb) hdb_asn1.h: hdb_asn1_files
- 
- hdb_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1
--	../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 hdb_asn1
-+	asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 hdb_asn1
- 
- $(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h
- 

+ 0 - 32
package/heimdal/patches/patch-lib_hx509_Makefile_am

@@ -1,32 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/hx509/Makefile.am	2008-07-28 14:04:48.000000000 +0200
-+++ heimdal-1.2.1/lib/hx509/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -114,15 +114,15 @@ $(gen_files_ocsp) ocsp_asn1.h: ocsp_asn1
- $(gen_files_pkcs10) pkcs10_asn1.h: pkcs10_asn1_files
- $(gen_files_crmf) crmf_asn1.h: crmf_asn1_files
- 
--asn1_compile = ../asn1/asn1_compile$(EXEEXT)
-+asn1_compile = asn1_compile$(EXEEXT)
- 
--ocsp_asn1_files: $(asn1_compile) $(srcdir)/ocsp.asn1
-+ocsp_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
- 	$(asn1_compile) --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
- 
--pkcs10_asn1_files: $(asn1_compile) $(srcdir)/pkcs10.asn1
-+pkcs10_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/pkcs10.asn1
- 	$(asn1_compile) --preserve-binary=CertificationRequestInfo $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1)
- 
--crmf_asn1_files: $(asn1_compile) $(srcdir)/crmf.asn1
-+crmf_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1
- 	$(asn1_compile) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1)
- 
- $(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h $(srcdir)/hx_locl.h
-@@ -141,7 +141,7 @@ SLC = $(top_builddir)/lib/sl/slc
- bin_PROGRAMS = hxtool
- 
- hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
--	$(SLC) $(srcdir)/hxtool-commands.in
-+	slc $(srcdir)/hxtool-commands.in
- 
- dist_hxtool_SOURCES = hxtool.c
- nodist_hxtool_SOURCES = hxtool-commands.c hxtool-commands.h

+ 0 - 38
package/heimdal/patches/patch-lib_hx509_Makefile_in

@@ -1,38 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/hx509/Makefile.in	2008-07-28 14:05:32.000000000 +0200
-+++ heimdal-1.2.1/lib/hx509/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -527,7 +527,7 @@ libhx509_la_LIBADD = \
- 
- libhx509_la_CPPFLAGS = -I$(srcdir)/ref $(INCLUDE_hcrypto)
- nodist_libhx509_la_SOURCES = $(BUILT_SOURCES)
--asn1_compile = ../asn1/asn1_compile$(EXEEXT)
-+asn1_compile = asn1_compile$(EXEEXT)
- dist_include_HEADERS = hx509.h hx509-protos.h
- nodist_include_HEADERS = hx509_err.h
- SLC = $(top_builddir)/lib/sl/slc
-@@ -1781,13 +1781,13 @@ $(gen_files_ocsp) ocsp_asn1.h: ocsp_asn1
- $(gen_files_pkcs10) pkcs10_asn1.h: pkcs10_asn1_files
- $(gen_files_crmf) crmf_asn1.h: crmf_asn1_files
- 
--ocsp_asn1_files: $(asn1_compile) $(srcdir)/ocsp.asn1
-+ocsp_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/ocsp.asn1
- 	$(asn1_compile) --preserve-binary=OCSPTBSRequest --preserve-binary=OCSPResponseData $(srcdir)/ocsp.asn1 ocsp_asn1 || (rm -f ocsp_asn1_files ; exit 1)
- 
--pkcs10_asn1_files: $(asn1_compile) $(srcdir)/pkcs10.asn1
-+pkcs10_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/pkcs10.asn1
- 	$(asn1_compile) --preserve-binary=CertificationRequestInfo $(srcdir)/pkcs10.asn1 pkcs10_asn1 || (rm -f pkcs10_asn1_files ; exit 1)
- 
--crmf_asn1_files: $(asn1_compile) $(srcdir)/crmf.asn1
-+crmf_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/crmf.asn1
- 	$(asn1_compile) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1)
- 
- $(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h $(srcdir)/hx_locl.h
-@@ -1799,7 +1799,7 @@ $(srcdir)/hx509-private.h:
- 	cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -p hx509-private.h $(dist_libhx509_la_SOURCES) || rm -f hx509-private.h
- 
- hxtool-commands.c hxtool-commands.h: hxtool-commands.in $(SLC)
--	$(SLC) $(srcdir)/hxtool-commands.in
-+	slc $(srcdir)/hxtool-commands.in
- 
- $(hxtool_OBJECTS): hxtool-commands.h
- 

+ 0 - 12
package/heimdal/patches/patch-lib_kadm5_Makefile_am

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/kadm5/Makefile.am	2008-07-28 14:04:41.000000000 +0200
-+++ heimdal-1.2.1/lib/kadm5/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -152,7 +152,7 @@ iprop_log_LDADD = \
- 
- 
- iprop-commands.c iprop-commands.h: iprop-commands.in
--	$(SLC) $(srcdir)/iprop-commands.in
-+	slc $(srcdir)/iprop-commands.in
- 
- $(libkadm5srv_la_OBJECTS): kadm5_err.h
- $(iprop_log_OBJECTS): iprop-commands.h

+ 0 - 12
package/heimdal/patches/patch-lib_kadm5_Makefile_in

@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/kadm5/Makefile.in	2008-07-28 14:05:32.000000000 +0200
-+++ heimdal-1.2.1/lib/kadm5/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -1341,7 +1341,7 @@ install-build-headers:: $(dist_kadm5incl
- 	done
- 
- iprop-commands.c iprop-commands.h: iprop-commands.in
--	$(SLC) $(srcdir)/iprop-commands.in
-+	slc $(srcdir)/iprop-commands.in
- 
- $(libkadm5srv_la_OBJECTS): kadm5_err.h
- $(iprop_log_OBJECTS): iprop-commands.h

+ 0 - 11
package/heimdal/patches/patch-lib_krb5_Makefile_am

@@ -1,11 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/krb5/Makefile.am	2008-07-28 14:04:45.000000000 +0200
-+++ heimdal-1.2.1/lib/krb5/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -57,6 +57,7 @@ libkrb5_la_LIBADD = \
- 	$(LIB_com_err) \
- 	$(LIB_hcrypto) \
- 	$(top_builddir)/lib/asn1/libasn1.la \
-+	$(top_builddir)/lib/wind/libwind.la \
- 	$(LIBADD_roken) \
- 	$(LIB_door_create) \
- 	$(LIB_dlopen)

+ 0 - 21
package/heimdal/patches/patch-lib_krb5_Makefile_in

@@ -1,21 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/krb5/Makefile.in	2008-07-28 14:05:33.000000000 +0200
-+++ heimdal-1.2.1/lib/krb5/Makefile.in	2009-01-02 22:22:25.000000000 +0100
-@@ -126,7 +126,8 @@ LTLIBRARIES = $(lib_LTLIBRARIES)
- am__DEPENDENCIES_1 =
- libkrb5_la_DEPENDENCIES = $(LIB_pkinit) ../sqlite/libsqlite.la \
- 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
--	$(top_builddir)/lib/asn1/libasn1.la $(am__DEPENDENCIES_1) \
-+	$(top_builddir)/lib/asn1/libasn1.la \
-+	$(top_builddir)/lib/wind/libwind.la $(am__DEPENDENCIES_1) \
- 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
- dist_libkrb5_la_OBJECTS = libkrb5_la-acache.lo libkrb5_la-acl.lo \
- 	libkrb5_la-add_et_list.lo libkrb5_la-addr_families.lo \
-@@ -664,6 +665,7 @@ libkrb5_la_LIBADD = \
- 	$(LIB_com_err) \
- 	$(LIB_hcrypto) \
- 	$(top_builddir)/lib/asn1/libasn1.la \
-+	$(top_builddir)/lib/wind/libwind.la \
- 	$(LIBADD_roken) \
- 	$(LIB_door_create) \
- 	$(LIB_dlopen)

+ 0 - 10
package/heimdal/patches/patch-lib_krb5_constants_c

@@ -1,10 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/krb5/constants.c	2008-07-28 14:04:45.000000000 +0200
-+++ heimdal-1.2.1/lib/krb5/constants.c	2009-01-06 14:04:51.435662847 +0100
-@@ -39,5 +39,5 @@ KRB5_LIB_VARIABLE const char *krb5_confi
- #ifdef __APPLE__
- "/Library/Preferences/edu.mit.Kerberos:"
- #endif
--SYSCONFDIR "/krb5.conf:/etc/krb5.conf";
-+SYSCONFDIR "/krb5.conf";
- KRB5_LIB_VARIABLE const char *krb5_defkeyname = KEYTAB_DEFAULT;

+ 0 - 14
package/heimdal/patches/patch-lib_roken_Makefile_am

@@ -1,14 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/roken/Makefile.am	2008-07-28 14:04:48.000000000 +0200
-+++ heimdal-1.2.1/lib/roken/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -187,6 +187,10 @@ roken.h: make-roken$(EXEEXT)
- make-roken.c: roken.h.in roken.awk
- 	$(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
- 
-+make-roken: make-roken.c
-+	$(HOSTCC) $(HOSTCFLAGS) -I$(top_builddir)/include -DHAVE_CONFIG_H \
-+		-o $@ $<
-+
- EXTRA_DIST = \
- 	roken.awk roken.h.in \
- 	$(man_MANS) \

+ 0 - 70
package/heimdal/patches/patch-lib_roken_Makefile_in

@@ -1,70 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/roken/Makefile.in	2008-07-28 14:05:33.000000000 +0200
-+++ heimdal-1.2.1/lib/roken/Makefile.in	2009-12-20 21:40:29.312500000 +0100
-@@ -58,13 +58,12 @@ DIST_COMMON = $(am__dist_include_HEADERS
- 	strptime.c strsep.c strsep_copy.c strtok_r.c strupr.c swab.c \
- 	timegm.c unsetenv.c verr.c verrx.c vsyslog.c vwarn.c vwarnx.c \
- 	warn.c warnx.c writev.c
--noinst_PROGRAMS = make-roken$(EXEEXT) snprintf-test$(EXEEXT) \
-+noinst_PROGRAMS = make-roken$(EXEEXT) \
- 	resolve-test$(EXEEXT) rkpty$(EXEEXT)
- check_PROGRAMS = base64-test$(EXEEXT) getaddrinfo-test$(EXEEXT) \
- 	hex-test$(EXEEXT) test-readenv$(EXEEXT) \
- 	parse_bytes-test$(EXEEXT) parse_reply-test$(EXEEXT) \
--	parse_time-test$(EXEEXT) snprintf-test$(EXEEXT) \
--	strpftime-test$(EXEEXT)
-+	parse_time-test$(EXEEXT) 
- @have_socket_wrapper_TRUE@am__append_1 = socket_wrapper.c socket_wrapper.h
- @have_socket_wrapper_TRUE@am__append_2 = socket_wrapper.h
- subdir = lib/roken
-@@ -170,13 +169,6 @@ libroken_la_OBJECTS = $(am_libroken_la_O
- libroken_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
- 	$(libroken_la_LDFLAGS) $(LDFLAGS) -o $@
--libtest_la_LIBADD =
--am_libtest_la_OBJECTS = libtest_la-strftime.lo libtest_la-strptime.lo \
--	libtest_la-snprintf.lo
--libtest_la_OBJECTS = $(am_libtest_la_OBJECTS)
--libtest_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
--	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtest_la_CFLAGS) \
--	$(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- PROGRAMS = $(noinst_PROGRAMS)
- base64_test_SOURCES = base64-test.c
- base64_test_OBJECTS = base64-test.$(OBJEXT)
-@@ -504,12 +496,12 @@ lib_LTLIBRARIES = libroken.la
- libroken_la_LDFLAGS = -version-info 19:0:1
- libroken_la_CPPFLAGS = -DBUILD_ROKEN_LIB
- nodist_make_roken_SOURCES = make-roken.c
--TESTS = $(check_PROGRAMS)
-+TESTS = 
- LDADD = libroken.la $(LIB_crypt)
- make_roken_LDADD = 
--noinst_LTLIBRARIES = libtest.la
-+noinst_LTLIBRARIES = 
- libtest_la_SOURCES = strftime.c strptime.c snprintf.c
--libtest_la_CFLAGS = -DTEST_SNPRINTF -DTEST_STRPFTIME
-+libtest_la_CFLAGS = 
- parse_reply_test_SOURCES = parse_reply-test.c resolve.c
- parse_reply_test_CFLAGS = -DTEST_RESOLVE
- test_readenv_SOURCES = test-readenv.c test-mem.c
-@@ -665,9 +657,6 @@ getaddrinfo-test$(EXEEXT): $(getaddrinfo
- hex-test$(EXEEXT): $(hex_test_OBJECTS) $(hex_test_DEPENDENCIES) 
- 	@rm -f hex-test$(EXEEXT)
- 	$(LINK) $(hex_test_OBJECTS) $(hex_test_LDADD) $(LIBS)
--make-roken$(EXEEXT): $(make_roken_OBJECTS) $(make_roken_DEPENDENCIES) 
--	@rm -f make-roken$(EXEEXT)
--	$(LINK) $(make_roken_OBJECTS) $(make_roken_LDADD) $(LIBS)
- parse_bytes-test$(EXEEXT): $(parse_bytes_test_OBJECTS) $(parse_bytes_test_DEPENDENCIES) 
- 	@rm -f parse_bytes-test$(EXEEXT)
- 	$(LINK) $(parse_bytes_test_OBJECTS) $(parse_bytes_test_LDADD) $(LIBS)
-@@ -1818,6 +1807,10 @@ roken.h: make-roken$(EXEEXT)
- 
- make-roken.c: roken.h.in roken.awk
- 	$(AWK) -f $(srcdir)/roken.awk $(srcdir)/roken.h.in > make-roken.c
-+
-+make-roken$(EXEEXT): make-roken.c
-+	$(HOSTCC) $(HOSTCFLAGS) -I$(top_builddir)/include -DHAVE_CONFIG_H \
-+		-o $@ $<
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:

+ 0 - 13
package/heimdal/patches/patch-lib_vers_Makefile_am

@@ -1,13 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/vers/Makefile.am	2008-07-28 14:04:38.000000000 +0200
-+++ heimdal-1.2.1/lib/vers/Makefile.am	2009-01-02 22:22:25.000000000 +0100
-@@ -27,6 +27,8 @@ print_version.lo: print_version.h
- print_version.h: make-print-version$(EXEEXT)
- 	./make-print-version$(EXEEXT) print_version.h
- 
--make-print-version.o: $(top_builddir)/include/version.h
-+make-print-version: $(top_builddir)/include/version.h
-+	$(HOSTCC) $(HOSTCFLAGS) -I$(top_builddir)/include -o $@ \
-+		$(make_print_version_SOURCES)
- 
- EXTRA_DIST = $(build_HEADERZ)

+ 0 - 24
package/heimdal/patches/patch-lib_vers_Makefile_in

@@ -1,24 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/lib/vers/Makefile.in	2008-07-28 14:05:34.000000000 +0200
-+++ heimdal-1.2.1/lib/vers/Makefile.in	2009-12-20 21:43:13.359375000 +0100
-@@ -403,9 +403,6 @@ clean-noinstPROGRAMS:
- 	  echo " rm -f $$p $$f"; \
- 	  rm -f $$p $$f ; \
- 	done
--make-print-version$(EXEEXT): $(make_print_version_OBJECTS) $(make_print_version_DEPENDENCIES) 
--	@rm -f make-print-version$(EXEEXT)
--	$(LINK) $(make_print_version_OBJECTS) $(make_print_version_LDADD) $(LIBS)
- 
- mostlyclean-compile:
- 	-rm -f *.$(OBJEXT)
-@@ -805,7 +802,9 @@ print_version.lo: print_version.h
- print_version.h: make-print-version$(EXEEXT)
- 	./make-print-version$(EXEEXT) print_version.h
- 
--make-print-version.o: $(top_builddir)/include/version.h
-+make-print-version$(EXEEXT): $(top_builddir)/include/version.h
-+	$(HOSTCC) $(HOSTCFLAGS) -DKRB5 -I$(top_builddir)/include -o $@ \
-+		$(make_print_version_SOURCES)
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:

+ 0 - 23
package/heimdal/patches/patch-tools_krb5-config_in

@@ -1,23 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- heimdal-1.2.1.orig/tools/krb5-config.in	2008-07-28 14:04:32.000000000 +0200
-+++ heimdal-1.2.1/tools/krb5-config.in	2009-01-02 23:04:28.000000000 +0100
-@@ -71,15 +71,10 @@ if test "$do_usage" = "yes"; then
-     exit $usage_exit
- fi
- 
--if test "$prefix" = ""; then
--  prefix=@prefix@
--fi
--if test "$exec_prefix" = ""; then
--  exec_prefix=@exec_prefix@
--fi
--
--libdir=@libdir@
--includedir=@includedir@
-+prefix=@prefix@
-+exec_prefix=$prefix
-+libdir=${prefix}/lib
-+includedir=${prefix}/include
- 
- if test "$print_prefix" = "yes"; then
-     echo $prefix