Skip to Content.
Sympa Menu

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

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 (a05056fbc4242f3e7997f253bb93c834e222e20b)
  • Date: Mon, 26 Apr 2010 13:03:35 -0500

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

kernels/linux/HISTORY | 6 ++++++
kernels/linux/info/kernels/2.4.37.9 | 3 +++
kernels/linux/info/patches/PRE_2_6/patch-2.6.34-rc5 | 6 ++++++
kernels/linux/info/patches/maintenance_patches/patch-2.6.30.10 | 6 ++++++
kernels/linux/info/patches/maintenance_patches/patch-2.6.32.12 | 6 ++++++
kernels/linux/latest.defaults | 4 ++--
6 files changed, 29 insertions(+), 2 deletions(-)

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

linux: Updated latest 2.4 to 2.4.37.9

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

linux: Added 2.6.30.10

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

linux: Updated latest PRE_2_6 to 2.6.34-rc5

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

linux: Added 2.6.32.12

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index f6c042e..8a83e4b 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,6 +1,12 @@
2010-04-26 Eric Sandall <sandalle AT sourcemage.org>
* latest.defaults: Updated latest 2.6 patch to patch-2.6.33.3
+ Updated LATEST_2_6 to 2.6.34-rc5
+ Updated LATEST_2_4 to 2.4.37.9
* info/patches/maintenance_patches/patch-2.6.33.3: Added
+ * info/patches/maintenance_patches/patch-2.6.32.12: Added
+ * info/patches/PRE_2_6/patch-2.6.34-rc5: Added
+ * info/patches/maintenance_patches/patch-2.6.30.10: Added
+ * info/patches/kernel/2.4.37.9: Added

2010-04-01 Eric Sandall <sandalle AT sourcemage.org>
* latest.defaults: Updated latest 2.6 patch to patch-2.6.33.2
diff --git a/kernels/linux/info/kernels/2.4.37.9
b/kernels/linux/info/kernels/2.4.37.9
new file mode 100755
index 0000000..655083b
--- /dev/null
+++ b/kernels/linux/info/kernels/2.4.37.9
@@ -0,0 +1,3 @@
+version="2.4.37.9"
+source="linux-${version}.tar.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.4/${source}"
diff --git a/kernels/linux/info/patches/PRE_2_6/patch-2.6.34-rc5
b/kernels/linux/info/patches/PRE_2_6/patch-2.6.34-rc5
new file mode 100755
index 0000000..884f1b3
--- /dev/null
+++ b/kernels/linux/info/patches/PRE_2_6/patch-2.6.34-rc5
@@ -0,0 +1,6 @@
+patchversion="2.6.34-rc5"
+source="patch-${patchversion}.bz2"
+source_url="${KERNEL_URL}/pub/linux/kernel/v2.6/testing/${source}"
+appliedkernels="2.6.33"
+gpg_source_url="${source_url}.sign"
+source_gpg="kernel.gpg:${source}.sign:ESTABLISHED_UPSTREAM_KEY"
diff --git a/kernels/linux/info/patches/maintenance_patches/patch-2.6.30.10
b/kernels/linux/info/patches/maintenance_patches/patch-2.6.30.10
new file mode 100755
index 0000000..7d341f0
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches/patch-2.6.30.10
@@ -0,0 +1,6 @@
+appliedkernels="2.6.30"
+patchversion="${appliedkernels}.10"
+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.32.12
b/kernels/linux/info/patches/maintenance_patches/patch-2.6.32.12
new file mode 100755
index 0000000..36ca70e
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches/patch-2.6.32.12
@@ -0,0 +1,6 @@
+appliedkernels="2.6.32"
+patchversion="${appliedkernels}.12"
+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/latest.defaults b/kernels/linux/latest.defaults
index 474c19a..9ed81b3 100644
--- a/kernels/linux/latest.defaults
+++ b/kernels/linux/latest.defaults
@@ -1,8 +1,8 @@
LATEST_2_6=2.6.33
-LATEST_PRE_2_6=patch-2.6.33
+LATEST_PRE_2_6=patch-2.6.34-rc5
LATEST_maintenance_patches=patch-2.6.33.3
LATEST_git_patches=patch-2.6.25-rc6-git7
-LATEST_2_4=2.4.32
+LATEST_2_4=2.4.37.9
LATEST_PRE_2_4=patch-2.4.33-pre1
LATEST_mm_patches=2.6.27-rc5-mm1
LATEST_ac_patches=patch-2.6.11-ac7



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (a05056fbc4242f3e7997f253bb93c834e222e20b), Eric Sandall, 04/26/2010

Archive powered by MHonArc 2.6.24.

Top of Page