diff options
author | manu <manu@pkgsrc.org> | 2005-01-11 15:48:12 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2005-01-11 15:48:12 +0000 |
commit | cd9be74ba8cecf2f7069cbc80e28ba7c7f46505f (patch) | |
tree | 70d5cd91de1b3e69370d5f40ee7893703ed9a445 | |
parent | 7cb00d0f376f4f0dd82edbcd7d6a5f0825682cea (diff) | |
download | pkgsrc-cd9be74ba8cecf2f7069cbc80e28ba7c7f46505f.tar.gz |
ap-auth-radius is a RADIUS authentication module for apache
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | www/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 4b660b8a8b0..80a8e1f1041 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8703 2005/01/11 14:44:02 xtraeme Exp $ +$NetBSD: CHANGES,v 1.8704 2005/01/11 15:48:12 manu Exp $ Changes to the packages collection and infrastructure in 2005: @@ -248,3 +248,4 @@ Changes to the packages collection and infrastructure in 2005: Updated libast to 0.6.1 [adam 2005-01-11] Updated eterm to 0.9.3 [adam 2005-01-11] Updated pkg_notify to 0.4.1 [xtraeme 2005-01-11] + Added ap-auth-radius-1.5.7 [manu 2005-01-11] diff --git a/www/Makefile b/www/Makefile index 97b3bb61bb7..01582c925dd 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.371 2005/01/08 13:20:42 minskim Exp $ +# $NetBSD: Makefile,v 1.372 2005/01/11 15:48:12 manu Exp $ # COMMENT= Packages related to the World Wide Web @@ -16,6 +16,7 @@ SUBDIR+= ap-auth-mysql SUBDIR+= ap-auth-pam SUBDIR+= ap-auth-pgsql SUBDIR+= ap-auth-postgresql +SUBDIR+= ap-auth-radius SUBDIR+= ap-auth-script SUBDIR+= ap-bandwidth SUBDIR+= ap-dav |