Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (729e6997d23d59f2193b5833e01939a24b9fe4a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (729e6997d23d59f2193b5833e01939a24b9fe4a8)
  • Date: Sat, 13 Oct 2007 04:14:50 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

dev/null |binary
kernels/madwifi/DETAILS | 2 +-
kernels/madwifi/HISTORY | 3 +++
smgl/smgl-fhs/HISTORY | 4 ++++
smgl/smgl-fhs/INSTALL | 4 ++--
utils/sudo/DETAILS | 2 +-
utils/sudo/HISTORY | 3 +++
utils/sudo/sudo-1.6.9p4.tar.gz.sig | 0
utils/sudo/sudo-1.6.9p6.tar.gz.sig |binary
9 files changed, 14 insertions(+), 4 deletions(-)

New commits:
commit 729e6997d23d59f2193b5833e01939a24b9fe4a8
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

sudo: Updated to 1.6.9p6

commit 79418649620a77043902d9c5e26b794921d1a842
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

madwifi: SVN URL changed

commit cd3ac19222c3727a962f99d6de0f3b0c3ca591d4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

smgl-fhs: Use TRACK_ROOT for symlinks (thanks Jaka :))

commit bf6104ad78880b133ff103779c7ce2b71a69729a
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

smgl-fhs: fhs_mkdir already applies INSTALL_ROOT

diff --git a/kernels/madwifi/DETAILS b/kernels/madwifi/DETAILS
index ba8e9e4..94598b1 100755
--- a/kernels/madwifi/DETAILS
+++ b/kernels/madwifi/DETAILS
@@ -7,7 +7,7 @@ if [[ "$MADWIFI_SVN" == "y" ]]; then
fi
SOURCE=$SPELL-svn.tar.bz2
SOURCE_HINTS=old_svn_compat
- SOURCE_URL[0]=svn://svn.madwifi.org/trunk:madwifi
+ SOURCE_URL[0]=svn://svn.madwifi.org/madwifi/trunk:madwifi
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD="on"
else
diff --git a/kernels/madwifi/HISTORY b/kernels/madwifi/HISTORY
index aa2ec5b..36a0ffb 100644
--- a/kernels/madwifi/HISTORY
+++ b/kernels/madwifi/HISTORY
@@ -1,3 +1,6 @@
+2007-10-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: SVN URL changed from /trunk to /madwifi/trunk
+
2007-09-03 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: version bumped to 0.9.3.2, compiles with linux-2.6.22
* *.sig: Removed, using sha1 hash for now ...
diff --git a/smgl/smgl-fhs/HISTORY b/smgl/smgl-fhs/HISTORY
index d7a6f78..11bf1a8 100644
--- a/smgl/smgl-fhs/HISTORY
+++ b/smgl/smgl-fhs/HISTORY
@@ -1,3 +1,7 @@
+2007-10-13 Eric Sandall <sandalle AT sourcemage.org>
+ * INSTALL: fhs_mkdir already applies $INSTALL_ROOT
+ Use TRACK_ROOT, not INSTALL_ROOT, for symlinks (thanks Jaka)
+
2007-10-12 Eric Sandall <sandalle AT sourcemage.org>
* INSTALL: Fix symlinks relative to INSTALL_ROOT, otherwise you get
problems with broken symlinks as reported in Bug #13777
diff --git a/smgl/smgl-fhs/INSTALL b/smgl/smgl-fhs/INSTALL
index a604155..e3cf284 100755
--- a/smgl/smgl-fhs/INSTALL
+++ b/smgl/smgl-fhs/INSTALL
@@ -113,14 +113,14 @@ done &&
#
for X11_subdir in lib include
do
- fhs_mkdir $INSTALL_ROOT/usr/X11R6/$X11_subdir
+ fhs_mkdir /usr/X11R6/$X11_subdir
done &&

for X11_directory in bin lib/X11 include/X11 lib/modules
do
fhs_mkdir /usr/$X11_directory &&
pushd $INSTALL_ROOT/ &&
- ln -sf $INSTALL_ROOT/usr/$X11_directory \
+ ln -sf $TRACK_ROOT/usr/$X11_directory \
usr/X11R6/$X11_directory &&
popd
done &&
diff --git a/utils/sudo/DETAILS b/utils/sudo/DETAILS
index de26f0b..fb6ab76 100755
--- a/utils/sudo/DETAILS
+++ b/utils/sudo/DETAILS
@@ -1,5 +1,5 @@
SPELL=sudo
- VERSION=1.6.9p4
+ VERSION=1.6.9p6
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 c50bb8e..8784336 100644
--- a/utils/sudo/HISTORY
+++ b/utils/sudo/HISTORY
@@ -1,3 +1,6 @@
+2007-10-13 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 1.6.9p6
+
2007-08-16 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS: Updated to 1.6.9p4

diff --git a/utils/sudo/sudo-1.6.9p4.tar.gz.sig
b/utils/sudo/sudo-1.6.9p4.tar.gz.sig
deleted file mode 100644
index 5d511df..0000000
Binary files a/utils/sudo/sudo-1.6.9p4.tar.gz.sig and /dev/null differ
diff --git a/utils/sudo/sudo-1.6.9p6.tar.gz.sig
b/utils/sudo/sudo-1.6.9p6.tar.gz.sig
new file mode 100644
index 0000000..b6164bd
Binary files /dev/null and b/utils/sudo/sudo-1.6.9p6.tar.gz.sig differ



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (729e6997d23d59f2193b5833e01939a24b9fe4a8), Eric Sandall, 10/13/2007

Archive powered by MHonArc 2.6.24.

Top of Page