Skip to Content.
Sympa Menu

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

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 (32d9716cb28f24d0a2c5483c65f44fae96f54fa1)
  • Date: Tue, 26 Feb 2008 02:12:55 -0600

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

dev/null |binary
devel/mono/BUILD | 9 ++----
devel/mono/HISTORY | 3 ++
e/bang/DEPENDS | 8 +++++
e/bang/DETAILS | 4 +-
e/bang/HISTORY | 5 +++
e/bang/bang-0.0.16.tar.gz.sig | 0
e/bang/bang-0.0.24.tar.gz.sig |binary
kernels/linux/HISTORY | 14
+++++++---
kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc2 | 7 +++++
kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc3 | 7 +++++
kernels/linux/info/patches/maintenance_patches/patch-2.6.22.19 | 6 ++++
kernels/linux/info/patches/maintenance_patches/patch-2.6.23.17 | 6 ++++
kernels/linux/info/patches/mm_patches/2.6.25-rc2-mm1 | 7 +++++
kernels/linux/latest.defaults | 4 +-
15 files changed, 67 insertions(+), 13 deletions(-)

New commits:
commit 32d9716cb28f24d0a2c5483c65f44fae96f54fa1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

linux: Cleanup entries to not duplicate filenames. CVE-2007-3731 was
mentioned twice (one fix, two files)

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

* info/patches/mm_patches/2.6.25-rc2-mm1: Added
* info/patches/PRE_2_6/patch-2.6.25-rc2: Added (for 2.6.25-rc2-mm1)
* latest.defaults: Latest mm_patch is 2.6.25-rc2-mm1

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

* info/patches/maintenance_patches/patch-2.6.24.3: Added
* latest.defaults: Latest maintenance_patch is 2.6.24.3

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

* info/patches/PRE_2_6/patch-2.6.25-rc3: Added
* latest.defaults: Latest PRE_2_6 is 2.6.25-rc3

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

info/patches/maintenance_patches/patch-2.6.23.17: Added

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

info/patches/maintenance_patches/patch-2.6.22.19: Added
* Security fix for CVE-2007-3731 and CVE-2007-3731

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

mono: x86_64 fails using --with-tls__thread

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

bang: Updated to 0.0.24

diff --git a/devel/mono/BUILD b/devel/mono/BUILD
index 3d720a1..6144502 100755
--- a/devel/mono/BUILD
+++ b/devel/mono/BUILD
@@ -1,9 +1,8 @@
if [ "${HOST%%-*}" == x86_64 ]; then
- CFLAGS="${CFLAGS//-[fD]PIC/}" &&
- OPTS="--with-tls=__thread $OPTS --build=${BUILD}"
-else
- OPTS="--with-tls=pthread $OPTS --build=${BUILD}"
-fi &&
+ CFLAGS="${CFLAGS//-[fD]PIC/}"
+fi &&
+
+OPTS="--with-tls=pthread $OPTS --build=${BUILD}"

[[ $CROSS_INSTALL == on ]] && OPTS="$OPTS --host=${HOST}"

diff --git a/devel/mono/HISTORY b/devel/mono/HISTORY
index 31061a1..097167a 100644
--- a/devel/mono/HISTORY
+++ b/devel/mono/HISTORY
@@ -1,3 +1,6 @@
+2008-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: --with-tls=__thread breaks x86_64, use --with-tls=pthread
+
2007-12-23 George Sherwood <george AT beernabeer.com>
* DETAILS: Updated to version 1.2.6
* BUILD: Needs to specify --with-tls=pthreads for x86
diff --git a/e/bang/DEPENDS b/e/bang/DEPENDS
index cf2df81..8d0365a 100755
--- a/e/bang/DEPENDS
+++ b/e/bang/DEPENDS
@@ -1,4 +1,10 @@
depends ecore &&
depends edje &&
depends eet &&
-depends evas
+depends evas &&
+
+. $GRIMOIRE/FUNCTIONS &&
+
+if check_if_xorg_modular_libs ecore; then
+ depends libxcomposite
+fi
diff --git a/e/bang/DETAILS b/e/bang/DETAILS
index 834738f..a4908ec 100755
--- a/e/bang/DETAILS
+++ b/e/bang/DETAILS
@@ -1,8 +1,8 @@
SPELL=bang
- VERSION=0.0.16
+ VERSION=0.0.24
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://www.gurumeditation.it/files/$SOURCE
+ SOURCE_URL[0]=http://www.gurumeditation.it/blog/wp-content/uploads/$SOURCE
LICENSE[0]=BSD
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
WEB_SITE=http://www.gurumeditation.it/coding/bang
diff --git a/e/bang/HISTORY b/e/bang/HISTORY
index 7a8baa3..2f6547c 100644
--- a/e/bang/HISTORY
+++ b/e/bang/HISTORY
@@ -1,3 +1,8 @@
+2008-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 0.0.24
+ SOURCE_URL changed to
+ http://www.gurumeditation.it/blog/wp-content/uploads/$SOURCE
+
2008-01-24 Eric Sandall <sandalle AT sourcemage.org>
* DETAILS, DEPENDS: Created

diff --git a/e/bang/bang-0.0.16.tar.gz.sig b/e/bang/bang-0.0.16.tar.gz.sig
deleted file mode 100644
index 9c70079..0000000
Binary files a/e/bang/bang-0.0.16.tar.gz.sig and /dev/null differ
diff --git a/e/bang/bang-0.0.24.tar.gz.sig b/e/bang/bang-0.0.24.tar.gz.sig
new file mode 100644
index 0000000..097c9c1
Binary files /dev/null and b/e/bang/bang-0.0.24.tar.gz.sig differ
diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 8947637..45ca8a4 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,6 +1,14 @@
-2008-02-26 Ladislav Hagara <hgr AT vabo.cz>
- * latest.defaults: updated latest to patch-2.6.24.3
- * info/patches/maintenance_patches/patch-2.6.24.3: added
+2008-02-26 Eric Sandall <sandalle AT sourcemage.org>
+ * info/patches/mm_patches/2.6.25-rc2-mm1: Added
+ * info/patches/PRE_2_6/patch-2.6.25-rc2: Added (for 2.6.25-rc2-mm1)
+ * latest.defaults: Latest mm_patch is 2.6.25-rc2-mm1
+ Latest maintenance_patch is 2.6.24.3
+ Latest PRE_2_6 is 2.6.25-rc3
+ * info/patches/maintenance_patches/patch-2.6.24.3: Added
+ * info/patches/PRE_2_6/patch-2.6.25-rc3: Added
+ * info/patches/maintenance_patches/patch-2.6.23.17: Added
+ * info/patches/maintenance_patches/patch-2.6.22.19: Added
+ Security fix for CVE-2007-3731

2008-02-11 Vlad Glagolev <stealth AT sourcemage.org>
* latest.defaults: updated to 2.6.24.2
diff --git a/kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc2
b/kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc2
new file mode 100755
index 0000000..d81969b
--- /dev/null
+++ b/kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc2
@@ -0,0 +1,7 @@
+patchversion="2.6.25-rc2"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/testing/${source}"
+appliedkernels="2.6.24"
+gpg_source_url="${source_url}.sign"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
+md5sum=""
diff --git a/kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc3
b/kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc3
new file mode 100755
index 0000000..8e11146
--- /dev/null
+++ b/kernels/linux/info/patches/PRE_2_6/patch-2.6.25-rc3
@@ -0,0 +1,7 @@
+patchversion="2.6.25-rc3"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/testing/${source}"
+appliedkernels="2.6.24"
+gpg_source_url="${source_url}.sign"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
+md5sum=""
diff --git a/kernels/linux/info/patches/maintenance_patches/patch-2.6.22.19
b/kernels/linux/info/patches/maintenance_patches/patch-2.6.22.19
new file mode 100755
index 0000000..c97fa24
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches/patch-2.6.22.19
@@ -0,0 +1,6 @@
+appliedkernels="2.6.22"
+patchversion="${appliedkernels}.19"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/${source}"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
+gpg_source_url="${source_url}.sign"
diff --git a/kernels/linux/info/patches/maintenance_patches/patch-2.6.23.17
b/kernels/linux/info/patches/maintenance_patches/patch-2.6.23.17
new file mode 100755
index 0000000..ebf6593
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches/patch-2.6.23.17
@@ -0,0 +1,6 @@
+appliedkernels="2.6.23"
+patchversion="${appliedkernels}.17"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/${source}"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
+gpg_source_url="${source_url}.sign"
diff --git a/kernels/linux/info/patches/mm_patches/2.6.25-rc2-mm1
b/kernels/linux/info/patches/mm_patches/2.6.25-rc2-mm1
new file mode 100755
index 0000000..7fab646
--- /dev/null
+++ b/kernels/linux/info/patches/mm_patches/2.6.25-rc2-mm1
@@ -0,0 +1,7 @@
+appliedkernels="2.6.24"
+depends="patch-2.6.25-rc2"
+patchversion="${depends/patch-/}-mm1"
+source="${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/people/akpm/patches/2.6/${depends/patch-/}/${patchversion}/${source}"
+source_gpg="kernel.gpg:${source}.sign"
+gpg_source_url="${source_url}.sign"
diff --git a/kernels/linux/latest.defaults b/kernels/linux/latest.defaults
index 940155c..9a0739c 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -1,10 +1,10 @@
LATEST_2_6=2.6.24
-LATEST_PRE_2_6=patch-2.6.24
+LATEST_PRE_2_6=patch-2.6.25-rc3
LATEST_maintenance_patches=patch-2.6.24.3
LATEST_git_patches=patch-2.6.12-rc5-git8
LATEST_2_4=2.4.32
LATEST_PRE_2_4=patch-2.4.33-pre1
-LATEST_mm_patches=2.6.24-rc6-mm1
+LATEST_mm_patches=2.6.25-rc2-mm1
LATEST_ac_patches=patch-2.6.11-ac7
LATEST_grsecurity_2_4=grsecurity-2.1.8-2.4.32-200601211647.patch
LATEST_grsec_secfix_2_4=linux-2.4.28-secfix-200501071141.patch




Archive powered by MHonArc 2.6.24.

Top of Page