summaryrefslogtreecommitdiff
path: root/www/ap-auth-kerb
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2009-08-18 23:10:49 +0000
committerminskim <minskim@pkgsrc.org>2009-08-18 23:10:49 +0000
commitac9673367e0462fce6c2c321f5420be5ac547b56 (patch)
tree8a2404e93266a91b73e26916fda046953deb8d3c /www/ap-auth-kerb
parente78400cce90414eb1e3cbe2f2f8bda7904035ffe (diff)
downloadpkgsrc-ac9673367e0462fce6c2c321f5420be5ac547b56.tar.gz
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 (limited to 'www/ap-auth-kerb')
-rw-r--r--www/ap-auth-kerb/Makefile7
-rw-r--r--www/ap-auth-kerb/distinfo8
2 files changed, 8 insertions, 7 deletions
diff --git a/www/ap-auth-kerb/Makefile b/www/ap-auth-kerb/Makefile
index efaf9140f94..d36147790d2 100644
--- a/www/ap-auth-kerb/Makefile
+++ b/www/ap-auth-kerb/Makefile
@@ -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
HOMEPAGE= http://modauthkerb.sourceforge.net/
COMMENT= Module to allow Apache authentication using Kerberos
+LICENSE= modified-bsd
CONFLICTS= ap-auth-kerb-[0-9]*
diff --git a/www/ap-auth-kerb/distinfo b/www/ap-auth-kerb/distinfo
index dcf82e8fbd1..62e2e8584ce 100644
--- a/www/ap-auth-kerb/distinfo
+++ b/www/ap-auth-kerb/distinfo
@@ -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