Skip to Content.
Sympa Menu

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

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 (448fef07c6046ece1f1ad3f13dddd07b5c9b0c09)
  • Date: Fri, 25 Jan 2008 12:50:42 -0600

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

http/apache/DEPENDS |
7 ++++++-
http/apache/HISTORY |
3 +++
kernels/linux/HISTORY |
3 +++
kernels/linux/info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch |
2 +-
x11-libs/wine/DETAILS |
2 +-
5 files changed, 14 insertions(+), 3 deletions(-)

New commits:
commit 448fef07c6046ece1f1ad3f13dddd07b5c9b0c09
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

wine: Updated to 0.9.54

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

apache: Optionally depends on gdbm (finishes Bug #14241)

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

Revert "wine: Updated to 0.9.53"

This reverts commit a07af3d9561e3ea595b2a5aac0d884cc04bf8635.

meant to update to .54, instead did .53, but mentioned .54

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

linux: smgl-logo applies to 2.6.24 as well

diff --git a/http/apache/DEPENDS b/http/apache/DEPENDS
index deddfe4..6e63efc 100755
--- a/http/apache/DEPENDS
+++ b/http/apache/DEPENDS
@@ -1 +1,6 @@
-optional_depends db '--enable-module=auth_db' '--disable-module=auth_db'
'for Berekely DB support'
+optional_depends db '--enable-module=auth_db' '--disable-module=auth_db'
'for Berekely DB support' &&
+
+optional_depends 'gdbm' \
+ '--enable-module=rewrite' \
+ '--disable-module=rewrite' \
+ 'for extensible hasing database routines'
diff --git a/http/apache/HISTORY b/http/apache/HISTORY
index ec697c1..3f70275 100644
--- a/http/apache/HISTORY
+++ b/http/apache/HISTORY
@@ -1,3 +1,6 @@
+2008-01-25 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Optionally depend on gdbm (Bug #14241) for mod_rewrite
+
2008-01-19 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.3.41, SECURITY_PATCH=3
http://httpd.apache.org/security/vulnerabilities_13.html
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 32986cd..096b626 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2008-01-25 Eric Sandall <sandalle AT sourcemage.org>
+ * info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch: Supports
2.6.24
+
2008-01-25 Vlad Glagolev <stealth AT sourcemage.org>
* latest.defaults: updated latest to 2.6.24
* info/patches/maintenance_patches/patch-2.6.24: added
diff --git
a/kernels/linux/info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch
b/kernels/linux/info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch
index 668b7a1..a02344e 100755
--- a/kernels/linux/info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch
+++ b/kernels/linux/info/patches/smgl_patches/smgl-logo-0.2-for-2.6.22.patch
@@ -1,4 +1,4 @@
-appliedkernels="2.6.23 2.6.22"
+appliedkernels="2.6.24 2.6.23 2.6.22"
source="smgl-logo-0.2-for-2.6.22.patch.bz2"
source_url="http://dmlb2000.homelinux.org/pub/kernel/${source}";
source_gpg="gurus.gpg:${source}.sig"
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index b1ae036..07e94a1 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -11,7 +11,7 @@ if [[ $WINE_VCS == y ]]; then
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
FORCE_DOWNLOAD=1
else
- VERSION=0.9.53
+ VERSION=0.9.54
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE




Archive powered by MHonArc 2.6.24.

Top of Page