From cc566d7c8a4cc8bcda1df473e74a31319b3d9314 Mon Sep 17 00:00:00 2001 From: zi Date: Mon, 2 Sep 2013 22:21:30 +0000 Subject: - Update to 2.4.6 --- security/pam_krb5-rh/Makefile | 3 ++- security/pam_krb5-rh/distinfo | 4 ++-- security/pam_krb5-rh/files/patch-src__vfy.c | 22 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 security/pam_krb5-rh/files/patch-src__vfy.c (limited to 'security/pam_krb5-rh') diff --git a/security/pam_krb5-rh/Makefile b/security/pam_krb5-rh/Makefile index 2c3b5e720c16..4fafb5f3cf2c 100644 --- a/security/pam_krb5-rh/Makefile +++ b/security/pam_krb5-rh/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pam_krb5 -DISTVERSION= 2.4.5 +DISTVERSION= 2.4.6 CATEGORIES= security MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/ \ http://mirrors.rit.edu/zi/ @@ -22,6 +22,7 @@ CONFIGURE_ARGS+=--with-libiconv-prefix=${LOCALBASE} --without-afs \ --with-libintl-prefix=${LOCALBASE} --with-krb4=no \ --without-keyutils LDFLAGS+= -L${LOCALBASE}/lib +MAKE_JOBS_UNSAFE= yes MAN5= pam_krb5.5 MAN8= pam_krb5.8 pam_krb5_cchelper.8 diff --git a/security/pam_krb5-rh/distinfo b/security/pam_krb5-rh/distinfo index 89aeb603256a..700218841000 100644 --- a/security/pam_krb5-rh/distinfo +++ b/security/pam_krb5-rh/distinfo @@ -1,2 +1,2 @@ -SHA256 (pam_krb5-2.4.5.tar.gz) = fcd4c80106e12d6d326bcbcb02d1e7463b0231cd43082092c15402d8d400caa2 -SIZE (pam_krb5-2.4.5.tar.gz) = 552423 +SHA256 (pam_krb5-2.4.6.tar.gz) = 52b57f2f584e0ce66b1444c04873c30628b29ed745858a888fb4b2c276c84166 +SIZE (pam_krb5-2.4.6.tar.gz) = 554553 diff --git a/security/pam_krb5-rh/files/patch-src__vfy.c b/security/pam_krb5-rh/files/patch-src__vfy.c new file mode 100644 index 000000000000..cc5403d15a1b --- /dev/null +++ b/security/pam_krb5-rh/files/patch-src__vfy.c @@ -0,0 +1,22 @@ +--- ./src/vfy.c.orig 2013-09-02 18:19:33.000000000 -0400 ++++ ./src/vfy.c 2013-09-02 18:19:44.000000000 -0400 +@@ -131,19 +131,6 @@ + crit("error parsing AP-REQ: %s", v5_error_message(ret)); + return ret; + } +- if (ticket->enc_part2 != NULL) { +- printf("transited: \""); +- transited = ticket->enc_part2->transited.tr_contents; +- for (i = 0; i < transited.length; i++) { +- if (transited.data[i] > 32 && +- transited.data[i] < 126) { +- printf("%c", transited.data[i]); +- } else { +- printf("\%02x", transited.data[i]); +- } +- } +- printf("\"\n"); +- } + printf("OK (%s)\n", argv[1]); + } else { + ret = krb5_build_principal_ext(ctx, &mcreds.server, -- cgit