From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 30 01:50:10 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BB241065732 for ; Thu, 30 Jun 2011 01:50:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEAC88FC0C for ; Thu, 30 Jun 2011 01:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p5U1o6TT039581 for ; Thu, 30 Jun 2011 01:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p5U1o6st039580; Thu, 30 Jun 2011 01:50:06 GMT (envelope-from gnats) Resent-Date: Thu, 30 Jun 2011 01:50:06 GMT Resent-Message-Id: <201106300150.p5U1o6st039580@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ryan Steinmetz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8C4106566B for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/158520: [update] security/krb5 to 1.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2011 01:50:10 -0000 >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: