Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jun 2011 01:42:31 GMT
From:      Ryan Steinmetz <rpsfa@rit.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158520: [update] security/krb5 to 1.9.1
Message-ID:  <201106300142.p5U1gV4B044569@red.freebsd.org>
Resent-Message-ID: <201106300150.p5U1o6st039580@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         158520
>Category:       ports
>Synopsis:       [update] security/krb5 to 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 30 01:50:06 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Steinmetz
>Release:        8.2-RELEASE
>Organization:
Rochester Institute of Technology
>Environment:
>Description:
-Update to 1.9.1
-Add LICENSE
-Remove CONFLICT with self as this is the only krb* port in the tree
-Fix YACC definition under CONFIGURE_ARGS
-Remove unnecessary CFLAGS definition under CONFIGURE_ENV

========================================

This update incorporates the security patches that were already added to the 1.9 version of this port and the following:

Interoperability:

    Don't reject AP-REQ messages if their PAC doesn't validate; suppress the PAC instead.
    Correctly validate HMAC-MD5 checksums that use DES keys 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/krb5/Makefile,v
retrieving revision 1.150
diff -u -r1.150 Makefile
--- Makefile	14 Apr 2011 00:39:25 -0000	1.150
+++ Makefile	30 Jun 2011 01:35:03 -0000
@@ -6,22 +6,19 @@
 #
 
 PORTNAME=		krb5
-PORTVERSION=		1.9
-PORTREVISION=		5
+PORTVERSION=		1.9.1
 CATEGORIES=		security
 MASTER_SITES=		http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
-PATCH_SITES=		http://web.mit.edu/kerberos/advisories/
+#PATCH_SITES=		http://web.mit.edu/kerberos/advisories/
 DISTNAME=		${PORTNAME}-${PORTVERSION}-signed
 EXTRACT_SUFX=		.tar
-PATCHFILES=		2011-001-patch.txt 2011-002-patch.txt \
-			2011-003-patch.txt 2011-004-patch.txt 
 
 MAINTAINER=		cy@FreeBSD.org
 COMMENT=		An authentication system developed at MIT, successor to Kerberos IV
 
 BUILD_DEPENDS=		gm4:${PORTSDIR}/devel/m4
 
-CONFLICTS=		krb[45]-[0-9]* heimdal-[0-9]* srp-[0-9]*
+CONFLICTS=		heimdal-[0-9]* srp-[0-9]*
 
 LATEST_LINK=		${PORTNAME}-19
 KERBEROSV_URL=		http://web.mit.edu/kerberos/
@@ -31,10 +28,11 @@
 USE_LDCONFIG=		yes
 USE_AUTOTOOLS=		libtool
 CONFIGURE_ARGS?=	--enable-shared
-CONFIGURE_ENV=		INSTALL="${INSTALL}" YACC=/usr/bin/yacc \
-			CFLAGS="${CFLAGS}"
+CONFIGURE_ENV=		INSTALL="${INSTALL}" YACC="${YACC}"
 MAKE_ARGS=		INSTALL="${INSTALL}"
-PATCH_DIST_STRIP=	-p2
+#PATCH_DIST_STRIP=	-p2
+
+LICENSE=		MIT
 
 OPTIONS=		KRB5_DOC "Build and install krb5 documentation" on \
 			WANT_HTML "Want HTML documentation too" on \
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/krb5/distinfo,v
retrieving revision 1.47
diff -u -r1.47 distinfo
--- distinfo	14 Apr 2011 00:39:25 -0000	1.47
+++ distinfo	30 Jun 2011 01:35:03 -0000
@@ -1,10 +1,2 @@
-SHA256 (krb5-1.9-signed.tar) = c30e012226f04943411dbb28d303d1a488955af74eb7d1ab50d6f4f21a6e1d06
-SIZE (krb5-1.9-signed.tar) = 11888640
-SHA256 (2011-001-patch.txt) = 25f50e9406a36525b5f727041c9d584ef3f188fa5d3a39b4e63d1a853219a9e2
-SIZE (2011-001-patch.txt) = 632
-SHA256 (2011-002-patch.txt) = 1b3ccea9022527c36e153c5d89ecfd9609a111e235b1d0430e1fcc6933e76e48
-SIZE (2011-002-patch.txt) = 6663
-SHA256 (2011-003-patch.txt) = bf93bbaf5d502f5b5bdcfa612e36c3828d3be869b154545bad1c7109f4eedae4
-SIZE (2011-003-patch.txt) = 544
-SHA256 (2011-004-patch.txt) = 6a972da0e87dce82e801590a7bdcca300a5b31ed569f834e0a6634a185a9aac0
-SIZE (2011-004-patch.txt) = 1154
+SHA256 (krb5-1.9.1-signed.tar) = 525e258aa7401427a5a9edee0051f83b6151bf96a979ca526393932c90484c8e
+SIZE (krb5-1.9.1-signed.tar) = 11888640


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106300142.p5U1gV4B044569>