pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Updated security/mit-krb5 to 1.3.3. Changes from vers...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0dab0f38a9d8
branches:  trunk
changeset: 474203:0dab0f38a9d8
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Apr 26 06:58:28 2004 +0000

description:
Updated security/mit-krb5 to 1.3.3.  Changes from version 1.3.2 include:

[2284] Fixed accept_sec_context to use a replay cache in the
       GSS_C_NO_CREDENTIAL case.
[2453] The AES string-to-key function no longer returns a pointer to
       stack memory when given a password longer than 64 characters.
[2277] In sendto_kdc, a socket leak on connection failure was fixed.
[2384] A memory leak in the TCP handling code in the KDC has been fixed.

diffstat:

 doc/CHANGES                |   3 ++-
 security/mit-krb5/Makefile |  18 +++++++-----------
 security/mit-krb5/distinfo |   6 +++---
 3 files changed, 12 insertions(+), 15 deletions(-)

diffs (76 lines):

diff -r 3df29cddcc23 -r 0dab0f38a9d8 doc/CHANGES
--- a/doc/CHANGES       Mon Apr 26 06:05:24 2004 +0000
+++ b/doc/CHANGES       Mon Apr 26 06:58:28 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5739 2004/04/26 04:47:21 jlam Exp $
+$NetBSD: CHANGES,v 1.5740 2004/04/26 06:58:32 jlam Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -2244,3 +2244,4 @@
        Added swiggle-0.3.2 [snj 2004-04-26]
        Updated perl58 to 5.8.4 [jlam 2004-04-26]
        Added perl-thread-5.8.4 as perl58-thread [jlam 2004-04-26]
+       Updated mit-krb5 to 1.3.3 [jlam 2004-04-26]
diff -r 3df29cddcc23 -r 0dab0f38a9d8 security/mit-krb5/Makefile
--- a/security/mit-krb5/Makefile        Mon Apr 26 06:05:24 2004 +0000
+++ b/security/mit-krb5/Makefile        Mon Apr 26 06:58:28 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2004/04/08 17:22:59 reed Exp $
+# $NetBSD: Makefile,v 1.4 2004/04/26 06:58:28 jlam Exp $
 
-DISTNAME=      krb5-1.3.2
+DISTNAME=      krb5-1.3.3
 PKGNAME=       mit-${DISTNAME}
 WRKSRC=                ${WRKDIR}/${DISTNAME}/src
 CATEGORIES=    security
@@ -9,11 +9,7 @@
 HOMEPAGE=      http://web.mit.edu/kerberos/www/
 COMMENT=       MIT Kerberos 5 authentication system
 
-RESTRICTED=            "Redistribution not permitted"
-NO_SRC_ON_FTP=         ${RESTRICTED}
-NO_SRC_ON_CDROM=       ${RESTRICTED}
-NO_BIN_ON_FTP=         ${RESTRICTED}
-NO_BIN_ON_CDROM=       ${RESTRICTED}
+RESTRICTED=    "Redistribution is restricted by U.S. export regulations"
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -93,10 +89,10 @@
 
 pre-configure:
        @cd ${WRKSRC}; ${FIND} . -name configure -print |               \
-       while read file; do                                             \
-               (dir=`${DIRNAME} $$file`;                               \
+       ${XARGS} -n 1 ${DIRNAME} |                                      \
+       while read dir; do                                              \
                 ${ECHO} "=> Generating configure in $$dir";            \
-                cd $$dir && ${AUTOCONF} -I ${WRKSRC} -f);              \
+                (cd $$dir && ${AUTOCONF} -I ${WRKSRC} -f);             \
        done
 
 post-install:
@@ -104,7 +100,7 @@
                ${INSTALL_MAN} $$info ${PREFIX}/${INFO_DIR} ;           \
                for file in $$info-[0-9]*; do                           \
                        if [ -f "$$file" ]; then                        \
-                               ${INSTALL_MAN} $$file ${PREFIX}/${INFO_DIR} \
+                               ${INSTALL_MAN} $$file ${PREFIX}/${INFO_DIR}; \
                        fi;                                             \
                done;                                                   \
        done
diff -r 3df29cddcc23 -r 0dab0f38a9d8 security/mit-krb5/distinfo
--- a/security/mit-krb5/distinfo        Mon Apr 26 06:05:24 2004 +0000
+++ b/security/mit-krb5/distinfo        Mon Apr 26 06:58:28 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2004/03/30 20:17:42 jlam Exp $
+$NetBSD: distinfo,v 1.4 2004/04/26 06:58:28 jlam Exp $
 
-SHA1 (krb5-1.3.2.tar) = f647b4ff3524a511dd1713661b6bf4afdd11a61b
-Size (krb5-1.3.2.tar) = 6328320 bytes
+SHA1 (krb5-1.3.3.tar) = b6df806c11f2425c0f80b07e78a99ebd7c357150
+Size (krb5-1.3.3.tar) = 6359040 bytes
 SHA1 (patch-aa) = 2f4e62e7c8cdee2f58f8dd5b385faea0253c0aa5
 SHA1 (patch-ab) = b9f2f54f9ecfe9eaa168bb68b695a454ac044b9d
 SHA1 (patch-ac) = e1282a6f00e439d83444f5d8f81dceab863ab1d5



Home | Main Index | Thread Index | Old Index