Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (904ae21ecbd5d62f4450e40f7464d2a6caab3875)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (904ae21ecbd5d62f4450e40f7464d2a6caab3875)
  • Date: Mon, 21 Jan 2008 17:59:34 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
utils/sudo/DEPENDS | 8 ++++----
utils/sudo/DETAILS | 2 +-
utils/sudo/HISTORY | 4 ++++
utils/sudo/TRIGGERS | 1 -
utils/sudo/sudo-1.6.9p11.tar.gz.sig | 0
utils/sudo/sudo-1.6.9p12.tar.gz.sig |binary
7 files changed, 9 insertions(+), 6 deletions(-)

New commits:
commit 904ae21ecbd5d62f4450e40f7464d2a6caab3875
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sudo: => 1.6.9p12 + clean up

diff --git a/utils/sudo/DEPENDS b/utils/sudo/DEPENDS
index 5f9eccd..ff49c3e 100755
--- a/utils/sudo/DEPENDS
+++ b/utils/sudo/DEPENDS
@@ -1,6 +1,6 @@
depends TEXT-EDITOR &&

-optional_depends linux-pam \
- '--with-pam' \
- '--without-pam' \
- 'for optional pluggable authentication'
+optional_depends linux-pam \
+ "--with-pam" \
+ "--without-pam" \
+ "for optional pluggable authentication"
diff --git a/utils/sudo/DETAILS b/utils/sudo/DETAILS
index a5d8591..b4c5e37 100755
--- a/utils/sudo/DETAILS
+++ b/utils/sudo/DETAILS
@@ -1,5 +1,5 @@
SPELL=sudo
- VERSION=1.6.9p11
+ VERSION=1.6.9p12
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$SPELL/$SOURCE
diff --git a/utils/sudo/HISTORY b/utils/sudo/HISTORY
index c491265..999bc96 100644
--- a/utils/sudo/HISTORY
+++ b/utils/sudo/HISTORY
@@ -1,3 +1,7 @@
+2008-01-22 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 1.6.9p12
+ * TRIGGERS: removed useless is_depends_enabled.function inc
+
2008-01-09 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.6.9p11

diff --git a/utils/sudo/TRIGGERS b/utils/sudo/TRIGGERS
index 7c87645..b236201 100755
--- a/utils/sudo/TRIGGERS
+++ b/utils/sudo/TRIGGERS
@@ -1,4 +1,3 @@
-. $GRIMOIRE/is_depends_enabled.function &&
if is_depends_enabled $SPELL linux-pam; then
on_cast linux-pam cast_self
fi
diff --git a/utils/sudo/sudo-1.6.9p11.tar.gz.sig
b/utils/sudo/sudo-1.6.9p11.tar.gz.sig
deleted file mode 100644
index 02bf15e..0000000
Binary files a/utils/sudo/sudo-1.6.9p11.tar.gz.sig and /dev/null differ
diff --git a/utils/sudo/sudo-1.6.9p12.tar.gz.sig
b/utils/sudo/sudo-1.6.9p12.tar.gz.sig
new file mode 100644
index 0000000..472817c
Binary files /dev/null and b/utils/sudo/sudo-1.6.9p12.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (904ae21ecbd5d62f4450e40f7464d2a6caab3875), Vlad Glagolev, 01/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page