summaryrefslogtreecommitdiff
path: root/security/mit-krb5/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-12-21 15:45:13 +0000
committeradam <adam@pkgsrc.org>2018-12-21 15:45:13 +0000
commit67de689fcfb6fc58c8e177c36de01319e8baaa0e (patch)
tree81a21579cd18dec40e58fb5acd132b94d9d6e465 /security/mit-krb5/Makefile
parente489ce8c32c671015582a62300cdf8bd13a16a5a (diff)
downloadpkgsrc-67de689fcfb6fc58c8e177c36de01319e8baaa0e.tar.gz
mit-krb5: updated to 1.16.2
Major changes in 1.16.2 This is a bug fix release. Fix bugs with concurrent use of MEMORY ccache handles. Fix a KDC crash when falling back between multiple OTP tokens configured for a principal entry. Fix memory bugs when gss_add_cred() is used to create a new credential, and fix a bug where it ignores the desired_name. Fix the behavior of gss_inquire_cred_by_mech() when the credential does not contain an element of the requested mechanism. Make cross-realm S4U2Self requests work on the client when no default_realm is configured. Add a kerberos(7) man page containing documentation of the environment variables that affect Kerberos programs.
Diffstat (limited to 'security/mit-krb5/Makefile')
-rw-r--r--security/mit-krb5/Makefile23
1 files changed, 8 insertions, 15 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile
index f340a26a32e..932f8c58cdd 100644
--- a/security/mit-krb5/Makefile
+++ b/security/mit-krb5/Makefile
@@ -1,15 +1,9 @@
-# $NetBSD: Makefile,v 1.98 2018/08/22 09:46:19 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2018/12/21 15:45:13 adam Exp $
-DISTNAME= krb5-1.16.1
+DISTNAME= krb5-1.16.2
PKGNAME= mit-${DISTNAME}
-PKGREVISION= 2
CATEGORIES= security
MASTER_SITES= http://web.mit.edu/kerberos/dist/krb5/${PKGVERSION_NOREV:R}/
-EXTRACT_SUFX= .tar.gz
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-
-#PATCH_SITES= http://web.mit.edu/kerberos/advisories/
-#PATCHFILES= 2014-001-patch.txt
MAINTAINER= tez@NetBSD.org
HOMEPAGE= http://web.mit.edu/kerberos/
@@ -29,7 +23,7 @@ CONFLICTS+= kth-krb4-[0-9]*
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf gzip m4 perl msgfmt
+USE_TOOLS+= autoconf gzip m4 msgfmt perl
.if ${OPSYS} == "SunOS"
USE_TOOLS+= bison
.else
@@ -52,7 +46,7 @@ CONFIGURE_ARGS+= --without-tcl
CONFIGURE_ARGS+= --enable-pkgsrc-libtool
CONFIGURE_ARGS+= --without-system-verto
CONFIGURE_ARGS+= --disable-aesni
-CONFIGURE_ENV+= BUILDLINK_PREFIX_OPENSSL=${BUILDLINK_PREFIX.openssl:Q}
+CONFIGURE_ENV+= BUILDLINK_PREFIX_OPENSSL=${BUILDLINK_PREFIX.openssl}
CONFIGURE_ENV+= DEFKTNAME=FILE:${PKG_SYSCONFDIR}/krb5.keytab
MAKE_ENV+= ROOT_USER=${ROOT_USER}
LIBS.SunOS= -lrt
@@ -67,18 +61,17 @@ RCD_SCRIPTS= kadmind kdc
INSTALLATION_DIRS= bin include/gssapi include/gssrpc ${PKGINFODIR} \
${PKGMANDIR}/man1 ${PKGMANDIR}/man5 \
- ${PKGMANDIR}/man8 sbin share/examples/krb5 \
- share/et share/examples/rc.d share/gnats \
+ ${PKGMANDIR}/man7 ${PKGMANDIR}/man8 \
+ sbin share/examples/krb5 share/et \
+ share/examples/rc.d share/gnats \
lib/krb5/plugins/kdb lib/krb5/plugins/preauth \
lib/krb5/plugins/tls include/krb5 include/kadm5 \
lib/pkgconfig
pre-configure:
- @${ECHO} "=> Generating configure"; \
- cd ${WRKSRC}; autoconf -I ${WRKSRC} -f;
+ cd ${WRKSRC} && autoconf -I ${WRKSRC} -f
post-install:
- @${ECHO} "=> Installing info files"; \
cd ${WRKDIR}/${DISTNAME}/doc; \
for f in *.info *.info-[0-9]*; do \
${TEST} ! -f "$$f" || \