svn commit: r315921 - in head/security/krb5: . files

Cy Schubert cy at FreeBSD.org
Wed Apr 17 00:41:38 UTC 2013


Author: cy
Date: Wed Apr 17 00:41:37 2013
New Revision: 315921
URL: http://svnweb.freebsd.org/changeset/ports/315921

Log:
  Update 1.11.1 --> 1.11.2
  
  Major changes in 1.11.2 (2013-04-12)
  ====================================
  
  This is a bugfix release.
  
  * Incremental propagation could erroneously act as if a slave's
    database were current after the slave received a full dump that
    failed to load.
  
  * gss_import_sec_context incorrectly set internal state that
    identifies whether an imported context is from an interposer
    mechanism or from the underlying mechanism.
  
  Feature safe:	yes

Deleted:
  head/security/krb5/files/patch-kadmin-dbutil-dump.c
Modified:
  head/security/krb5/Makefile
  head/security/krb5/distinfo

Modified: head/security/krb5/Makefile
==============================================================================
--- head/security/krb5/Makefile	Wed Apr 17 00:35:31 2013	(r315920)
+++ head/security/krb5/Makefile	Wed Apr 17 00:41:37 2013	(r315921)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=		krb5
-PORTVERSION=		1.11.1
-PORTREVISION=		1
+PORTVERSION=		1.11.2
 CATEGORIES=		security
 MASTER_SITES=		http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/
 DISTNAME=		${PORTNAME}-${PORTVERSION}-signed
@@ -56,7 +55,7 @@ CONFIGURE_ARGS+=	--enable-dns-for-realm
 
 .include "${PORTSDIR}/Mk/bsd.openssl.mk"
 
-MAN1=			k5srvutil.1 kadmin.1 krb5-send-pr.1 \
+MAN1=			k5srvutil.1 kadmin.1 krb5-config.1 krb5-send-pr.1 \
 			kpasswd.1 klist.1 kinit.1 kdestroy.1 kswitch.1 ksu.1 \
 			ktutil.1 \
 			sclient.1 kvno.1 compile_et.1

Modified: head/security/krb5/distinfo
==============================================================================
--- head/security/krb5/distinfo	Wed Apr 17 00:35:31 2013	(r315920)
+++ head/security/krb5/distinfo	Wed Apr 17 00:41:37 2013	(r315921)
@@ -1,2 +1,2 @@
-SHA256 (krb5-1.11.1-signed.tar) = 3a230ff6a7f8775752292e9303d3fa8a801a353301bc24d80b860d99f9d20768
-SIZE (krb5-1.11.1-signed.tar) = 11663360
+SHA256 (krb5-1.11.2-signed.tar) = f0373295fb320b9702468eb0df33397e7278326ec1681a8c6037cc53cb0120a5
+SIZE (krb5-1.11.2-signed.tar) = 11673600


More information about the svn-ports-head mailing list