MIT Krb5 Port Upgrade

Cy Schubert Cy.Schubert at komquats.com
Fri Feb 27 05:48:09 PST 2004


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 at komquats.com>        http://www.komquats.com/
BC Government                     .                       FreeBSD UNIX
Cy.Schubert at osg.gov.bc.ca         .                     cy at FreeBSD.org
http://www.gov.bc.ca/             .            http://www.FreeBSD.org/


-------------- next part --------------
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


More information about the freebsd-ports mailing list