Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (b4a6ff1139b65096505c7520a2ca7b379405b3f8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.4 grimoire by Jaka Kranjc (b4a6ff1139b65096505c7520a2ca7b379405b3f8)
  • Date: Sun, 14 Jan 2007 02:03:24 -0600

GIT changes to stable-0.4 grimoire by Jaka Kranjc
<lynxlynxlynx 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 b4a6ff1139b65096505c7520a2ca7b379405b3f8
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx 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 eeb3865..7d213d0 100755
--- a/security-libs/pam_ldap/DETAILS
+++ b/security-libs/pam_ldap/DETAILS
@@ -9,6 +9,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
UPDATED=20030810
BUILD_API=2
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 80d3dfb..1999655 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 stable-0.4 grimoire by Jaka Kranjc (b4a6ff1139b65096505c7520a2ca7b379405b3f8), Jaka Kranjc, 01/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page