Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7e09feb0bd8bc4d869d8948e6215cdd6895d0e0a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7e09feb0bd8bc4d869d8948e6215cdd6895d0e0a)
  • Date: Sun, 17 Dec 2006 16:48:46 -0600

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

security-libs/pam_ldap/BUILD | 1 +
security-libs/pam_ldap/DETAILS | 1 +
security-libs/pam_ldap/HISTORY | 4 ++++
3 files changed, 6 insertions(+)

New commits:
commit 27513b3e5820256048d72f2aefea3cc308be1838
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

fixing location of pam_ldap module to /lib/security

diff --git a/security-libs/pam_ldap/BUILD b/security-libs/pam_ldap/BUILD
index bc0dd2c..2a97c9a 100755
--- a/security-libs/pam_ldap/BUILD
+++ b/security-libs/pam_ldap/BUILD
@@ -5,4 +5,5 @@ if ! [[ -x configure ]]; then
automake --add-missing &&
autoconf
fi &&
+OPTS="$OPTS --libdir=\"$INSTALL_ROOT/lib\"" &&
default_build
diff --git a/security-libs/pam_ldap/DETAILS b/security-libs/pam_ldap/DETAILS
index 80d9a69..cff9fcd 100755
--- a/security-libs/pam_ldap/DETAILS
+++ b/security-libs/pam_ldap/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
UPDATED=20030810
KEYWORDS="pam ldap security libs"
SHORT='PAM Ldap module'
+ PATCHLEVEL=1
SECURITY_PATCH=1
cat << EOF
pam_ldap is a pam/ldap module that supports password changes, V2
diff --git a/security-libs/pam_ldap/HISTORY b/security-libs/pam_ldap/HISTORY
index 6f36928..9eedf03 100644
--- a/security-libs/pam_ldap/HISTORY
+++ b/security-libs/pam_ldap/HISTORY
@@ -1,3 +1,7 @@
+2006-12-17 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD,DETAILS: make it install the .so module into /lib/security
+ and updated PATCHLEVEL ... we really want the module there
+
2006-11-17 Arjan Bouter <abouter AT sourcemage.org>
* SECUTIRY_PATCH=1




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (7e09feb0bd8bc4d869d8948e6215cdd6895d0e0a), Thomas Orgis, 12/17/2006

Archive powered by MHonArc 2.6.24.

Top of Page