From nobody@FreeBSD.org  Thu Jun 30 01:42:32 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ED8C4106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Jun 2011 01:42:31 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id DD4828FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Jun 2011 01:42:31 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p5U1gVuD044572
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 30 Jun 2011 01:42:31 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p5U1gV4B044569;
	Thu, 30 Jun 2011 01:42:31 GMT
	(envelope-from nobody)
Message-Id: <201106300142.p5U1gV4B044569@red.freebsd.org>
Date: Thu, 30 Jun 2011 01:42:31 GMT
From: Ryan Steinmetz <rpsfa@rit.edu>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [update] security/krb5 to 1.9.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         158520
>Category:       ports
>Synopsis:       [update] security/krb5 to 1.9.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    cy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 30 01:50:06 UTC 2011
>Closed-Date:    Thu Jun 30 04:03:49 UTC 2011
>Last-Modified:  Thu Jun 30 04:10:08 UTC 2011
>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:
Responsible-Changed-From-To: freebsd-ports-bugs->cy 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 30 01:50:20 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158520 
State-Changed-From-To: open->closed 
State-Changed-By: cy 
State-Changed-When: Thu Jun 30 03:45:55 UTC 2011 
State-Changed-Why:  
Committed. Thanks for the patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=158520 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/158520: commit references a PR
Date: Thu, 30 Jun 2011 04:03:20 +0000 (UTC)

 cy          2011-06-30 04:03:11 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/krb5        Makefile distinfo 
   Log:
   Update 1.9 --> 1.9.1.
   
   PR:             158520
   Submitted by:   Ryan Steinmetz <rpsfa@rit.edu>
   
   Revision  Changes    Path
   1.151     +7 -9      ports/security/krb5/Makefile
   1.48      +2 -10     ports/security/krb5/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
