From owner-freebsd-security@FreeBSD.ORG Fri Feb 27 05:48:09 2004 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C9AD16A4CE; Fri, 27 Feb 2004 05:48:09 -0800 (PST) Received: from mail.komquats.com (h24-108-145-252.gv.shawcable.net [24.108.145.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 869F643D1F; Fri, 27 Feb 2004 05:48:08 -0800 (PST) (envelope-from Cy.Schubert@komquats.com) Received: from cwsys.cwsent.com (cwsys [10.1.1.1]) by mail.komquats.com (Postfix) with ESMTP id CDA245A832; Fri, 27 Feb 2004 05:48:06 -0800 (PST) Received: from cwsys (localhost [127.0.0.1]) by cwsys.cwsent.com (8.12.10/8.12.8) with ESMTP id i1RDm5Ed061390; Fri, 27 Feb 2004 05:48:05 -0800 (PST) (envelope-from Cy.Schubert@uumail.gov.bc.ca) Message-Id: <200402271348.i1RDm5Ed061390@cwsys.cwsent.com> X-Mailer: exmh version 2.6.3 04/04/2003 with nmh-1.0.4 From: Cy Schubert X-os: FreeBSD X-Sender: cy@cwsent.com X-URL: http://www.komquats.com/ To: FreeBSD-Security Mailing List , FreeBSD-Ports Mailing List Mime-Version: 1.0 Content-Type: multipart/mixed ; boundary="==_Exmh_19192901920" Date: Fri, 27 Feb 2004 05:48:04 -0800 Sender: Cy.Schubert@komquats.com Subject: MIT Krb5 Port Upgrade X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Cy Schubert List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2004 13:48:09 -0000 This is a multipart MIME message. --==_Exmh_19192901920 Content-Type: text/plain; charset=us-ascii I will be updating the MIT krb5 port to krb5-1.3.2 this weekend. Unfortunately crypto-publish.org does not distribute the new source yet. Traditionally I disabled support for fetch from crytpo-publish.org until they updated their website with the latest krb5 sources, requiring the port to fetch the source from MIT in all cases. This time will be different, that is unless of course someone objects. The port will be upgraded to krb5-1.3.2 when fetching from MIT however it will remain at krb5-1.3.1_3 when fetching from crytpo-publish.org, that is until they update their website, which may take weeks. In the mean time enclosed are patches for the MIT krb5 port to update it to 1.3.2 (for fetch from MIT only). The 1.3.2 part has been tested locally however as I just managed to rebuild my testbed, the 1.3.1_3 part has been untested. If anyone has any comments, suggestions, or objections, please rattle my cage. Thanks. Cheers, -- Cy Schubert http://www.komquats.com/ BC Government . FreeBSD UNIX Cy.Schubert@osg.gov.bc.ca . cy@FreeBSD.org http://www.gov.bc.ca/ . http://www.FreeBSD.org/ --==_Exmh_19192901920 Content-Type: text/plain ; name="krb5.diff"; charset=us-ascii Content-Description: krb5.diff Content-Disposition: attachment; filename="krb5.diff" Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/krb5/Makefile,v retrieving revision 1.69 diff -u -r1.69 Makefile --- Makefile 21 Feb 2004 04:39:05 -0000 1.69 +++ Makefile 27 Feb 2004 13:33:58 -0000 @@ -6,14 +6,17 @@ # PORTNAME= krb5 -PORTVERSION= 1.3.1 -PORTREVISION= 3 +PORTVERSION= 1.3.2 CATEGORIES= security # USE_TARBALL tells the port that the user has fetched the source # directly from MIT or crypto-publish.org (CRYTPO-PUBLISH). USE_KRB5_TARBALL?= MIT .if defined(USE_KRB5_TARBALL) && ${USE_KRB5_TARBALL} == "CRYPTO-PUBLISH" +# XXX crypto-publish.org still distributes krb5-1.3.1 +PORTVERSION= 1.3.1 +PORTREVISION= 3 +# XXX --- MASTER_SITES= http://www.crypto-publish.org/dist/mit-kerberos5/ EXTRACT_SUFX= .tar.gz .else Index: distinfo =================================================================== RCS file: /home/pcvs/ports/security/krb5/distinfo,v retrieving revision 1.18 diff -u -r1.18 distinfo --- distinfo 8 Aug 2003 23:35:18 -0000 1.18 +++ distinfo 27 Feb 2004 13:33:58 -0000 @@ -1,2 +1,2 @@ -MD5 (krb5-1.3.1.tar) = 514ef9f6a2d390625e8aae7c972e4831 +MD5 (krb5-1.3.2.tar) = e8c3de8ede73b1a117e6519aa17e4412 MD5 (krb5-1.3.1.tar.gz) = 73f868cf65bec56d7c718834ca5665fd --==_Exmh_19192901920--