Date: Fri, 27 Feb 2004 05:48:04 -0800 From: Cy Schubert <Cy.Schubert@komquats.com> To: FreeBSD-Security Mailing List <FreeBSD-security@FreeBSD.org>, FreeBSD-Ports Mailing List <FreeBSD-ports@FreeBSD.org> Subject: MIT Krb5 Port Upgrade Message-ID: <200402271348.i1RDm5Ed061390@cwsys.cwsent.com>
next in thread | raw e-mail | index | archive | help
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 <Cy.Schubert@komquats.com> 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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402271348.i1RDm5Ed061390>