diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-05-05 20:18:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-05-05 20:18:50 +0000 |
commit | 905f0fcfd275712e1866c8b5f9c1b9bccb011b13 (patch) | |
tree | 8fc1de043b63df3fd5d77368beda14fba7c88939 | |
parent | 697697f9b07772960cf48f3d12dc7f6b13e1caa9 (diff) | |
download | pkgsrc-905f0fcfd275712e1866c8b5f9c1b9bccb011b13.tar.gz |
Added security/pam-mysql from pkgsrc-wip.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | security/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 108ce9c2756..566b5727258 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.10031 2005/05/05 20:14:35 adrianp Exp $ +$NetBSD: CHANGES,v 1.10032 2005/05/05 20:18:50 xtraeme Exp $ Changes to the packages collection and infrastructure in 2005: @@ -2301,3 +2301,4 @@ Changes to the packages collection and infrastructure in 2005: Updated ja-FreeWnn-server-bin to 1.10nb4 [kei 2005-05-05] Added x11rec-0.3 [xtraeme 2005-05-05] Updated nasm to 0.98.39nb1 [adrianp 2005-05-05] + Added pam-mysql-0.5 [xtraeme 2005-05-05] diff --git a/security/Makefile b/security/Makefile index 137b35a2980..c30ece79fe7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.239 2005/04/30 12:25:29 drochner Exp $ +# $NetBSD: Makefile,v 1.240 2005/05/05 20:18:50 xtraeme Exp $ # COMMENT= Security tools @@ -163,6 +163,7 @@ SUBDIR+= p5-Tie-EncryptedHash SUBDIR+= pakemon SUBDIR+= pam-dbm SUBDIR+= pam-ldap +SUBDIR+= pam-mysql SUBDIR+= pam-smbpass SUBDIR+= pflkm SUBDIR+= pgp2 |