pkgsrc/security/mit-krb5/patches/patch-ak
jlam 46c042ccc9 Updated security/mit-krb5 to krb5-1.4. Changes from version 1.3.6 include:
* Merged Athena telnetd changes for creating a new option for requiring
    encryption.
* Add implementation of the RPCSEC_GSS authentication flavor to the RPC
    library.
* The kadmind4 backwards-compatibility admin server and the v5passwdd
    backwards-compatibility password-changing server have been removed.
* Thread safety for krb5 libraries.
* Yarrow code now uses AES.
* Merged Athena changes to allow ftpd to require encrypted passwords.
* Incorporate gss_krb5_set_allowable_enctypes() and
    gss_krb5_export_lucid_sec_context(), which are needed for NFSv4.
* Fix heap buffer overflow in password history mechanism.
    [MITKRB5-SA-2004-004]
2005-04-10 07:15:24 +00:00

22 lines
716 B
Text

$NetBSD: patch-ak,v 1.1 2005/04/10 07:15:25 jlam Exp $
--- Makefile.in.orig 2004-12-15 15:28:30.000000000 -0500
+++ Makefile.in
@@ -64,7 +64,7 @@ INSTALLMKDIRS = $(KRB5ROOT) $(KRB5MANROO
install-strip:
$(MAKE) install INSTALL_STRIP=-s
-install-recurse: install-mkdirs
+install-recurse:
install-mkdirs:
@for i in $(INSTALLMKDIRS); do \
@@ -76,7 +76,7 @@ install-headers-mkdirs:
$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssapi
$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/gssrpc
$(srcdir)/config/mkinstalldirs $(DESTDIR)$(KRB5_INCDIR)/kerberosIV
-install-headers-prerecurse: install-headers-mkdirs
+install-headers-prerecurse:
# install::
# $(MAKE) $(MFLAGS) install.man