pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-kerb Update ap-auth-kerb to 5.4.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d7d4ae2f09f
branches:  trunk
changeset: 397775:0d7d4ae2f09f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Tue Aug 18 23:10:49 2009 +0000

description:
Update ap-auth-kerb to 5.4.

Changes:
* implemented KrbServiceName Any to deal with multiple keytab entries for
  various browsers
* implemented KrbLocalUserMapping i.e. to strip @REALM from username for
  further use
* implemented already_succeeded function to avoid hammering the KDC with
  same auth requests in single connection
* fixed threading issues
* improved configure and Makefile scripts (mainly for BSD users)
* fixed minor issues

diffstat:

 www/ap-auth-kerb/Makefile |  7 ++++---
 www/ap-auth-kerb/distinfo |  8 ++++----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r c0723d37e54e -r 0d7d4ae2f09f www/ap-auth-kerb/Makefile
--- a/www/ap-auth-kerb/Makefile Tue Aug 18 22:01:54 2009 +0000
+++ b/www/ap-auth-kerb/Makefile Tue Aug 18 23:10:49 2009 +0000
@@ -1,13 +1,14 @@
-# $NetBSD: Makefile,v 1.5 2007/01/25 19:54:08 markd Exp $
+# $NetBSD: Makefile,v 1.6 2009/08/18 23:10:49 minskim Exp $
 
-DISTNAME=      mod_auth_kerb-5.3
-PKGNAME=       ${APACHE_PKG_PREFIX}-auth-kerb-5.3
+DISTNAME=      mod_auth_kerb-5.4
+PKGNAME=       ${DISTNAME:S/mod/${APACHE_PKG_PREFIX}/:S/_/-/g}
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=modauthkerb/}
 
 MAINTAINER=    markd%NetBSD.org@localhost
 HOMEPAGE=      http://modauthkerb.sourceforge.net/
 COMMENT=       Module to allow Apache authentication using Kerberos
+LICENSE=       modified-bsd
 
 CONFLICTS=     ap-auth-kerb-[0-9]*
 
diff -r c0723d37e54e -r 0d7d4ae2f09f www/ap-auth-kerb/distinfo
--- a/www/ap-auth-kerb/distinfo Tue Aug 18 22:01:54 2009 +0000
+++ b/www/ap-auth-kerb/distinfo Tue Aug 18 23:10:49 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2007/01/25 19:54:08 markd Exp $
+$NetBSD: distinfo,v 1.3 2009/08/18 23:10:49 minskim Exp $
 
-SHA1 (mod_auth_kerb-5.3.tar.gz) = 934e8afbd4e13e208ee0f1cf9e7498d7b6f7acd5
-RMD160 (mod_auth_kerb-5.3.tar.gz) = c1ba0dc27470ad4b355d795ba51374726ce57f03
-Size (mod_auth_kerb-5.3.tar.gz) = 73530 bytes
+SHA1 (mod_auth_kerb-5.4.tar.gz) = 22673081419bc2e98789fe2f998968c0cf10c2d4
+RMD160 (mod_auth_kerb-5.4.tar.gz) = 13bebc9f5b77b11b1a3cd3a1197a7535e541037c
+Size (mod_auth_kerb-5.4.tar.gz) = 93033 bytes



Home | Main Index | Thread Index | Old Index