Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (66c9949a4f40448580c9497db6639d6560c1b0ac)

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 stable-0.62 grimoire by Vlad Glagolev (66c9949a4f40448580c9497db6639d6560c1b0ac)
  • Date: Sat, 2 May 2015 01:55:26 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

kernels/linux/HISTORY | 3 +++
kernels/linux/info/patches/maintenance_patches_3/patch-3.12.41 | 5 +++++
perl-cpan/archive-tar/CONFLICTS | 1 +
perl-cpan/archive-tar/HISTORY | 3 +++
perl-cpan/test-harness/CONFLICTS | 1 +
perl-cpan/test-harness/HISTORY | 3 +++
perl-cpan/test-simple/CONFLICTS | 1 +
perl-cpan/test-simple/HISTORY | 3 +++
8 files changed, 20 insertions(+)

New commits:
commit 66c9949a4f40448580c9497db6639d6560c1b0ac
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

linux: => 3.12.41 (lts)

(cherry picked from commit 7b739e839b74276df9f0f4d669fd404d5964523e)

commit 0d203942852745b178f8668cac4465ce23d8a37e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

archive-tar: conflicts with modern perl

(cherry picked from commit 037b74e82db525f9ab047c63e91eeed27f8b6b9a)

commit 0f0160f3a3ed7ce41cac0cd9a4ec17a2ae2166d0
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

test-harness: conflicts with modern perl

(cherry picked from commit 16dd83bd1563d5aac6d8ce14429309fc04b2e9d6)

commit f3ccec7b634929ddee5035db30a17eff8f85f4cd
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

test-simple: conflicts with modern perl

(cherry picked from commit d796456b6383257e5f868033929c984696b3426f)

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 3322d87..fde4d16 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,6 @@
+2015-05-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * info/patches/maintenance_patches_3/patch-3.12.41: added
+
2015-04-30 Vlad Glagolev <stealth AT sourcemage.org>
* info/patches/maintenance_patches_3/patch-3.19.6: added
* info/patches/maintenance_patches_3/patch-3.14.40: added
diff --git a/kernels/linux/info/patches/maintenance_patches_3/patch-3.12.41
b/kernels/linux/info/patches/maintenance_patches_3/patch-3.12.41
new file mode 100755
index 0000000..4bfdb2e
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches_3/patch-3.12.41
@@ -0,0 +1,5 @@
+appliedkernels="3.12"
+patchversion="${appliedkernels}.41"
+source="patch-${patchversion}.xz"
+source_url="${KERNEL_URL}/pub/linux/kernel/v3.x/${source}"
+sha1sum="da5ecc1ba31237622c88c470054fa14d33ac8557"
diff --git a/perl-cpan/archive-tar/CONFLICTS b/perl-cpan/archive-tar/CONFLICTS
new file mode 100755
index 0000000..9ae5303
--- /dev/null
+++ b/perl-cpan/archive-tar/CONFLICTS
@@ -0,0 +1 @@
+conflicts perl y
diff --git a/perl-cpan/archive-tar/HISTORY b/perl-cpan/archive-tar/HISTORY
index 3bcd5ac..78bd97c 100644
--- a/perl-cpan/archive-tar/HISTORY
+++ b/perl-cpan/archive-tar/HISTORY
@@ -1,3 +1,6 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: added, included with perl core since 5.10.0
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: cleaned up, updated to 1.38
* BUILD, CONFLICTS: useless
diff --git a/perl-cpan/test-harness/CONFLICTS
b/perl-cpan/test-harness/CONFLICTS
new file mode 100755
index 0000000..9ae5303
--- /dev/null
+++ b/perl-cpan/test-harness/CONFLICTS
@@ -0,0 +1 @@
+conflicts perl y
diff --git a/perl-cpan/test-harness/HISTORY b/perl-cpan/test-harness/HISTORY
index 0327d5d..f3ac3f0 100644
--- a/perl-cpan/test-harness/HISTORY
+++ b/perl-cpan/test-harness/HISTORY
@@ -1,3 +1,6 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: added, included with perl core since 5.8.1
+
2008-01-07 Vlad Glagolev <stealth AT sourcemage.org>
* BUILD: useless

diff --git a/perl-cpan/test-simple/CONFLICTS b/perl-cpan/test-simple/CONFLICTS
new file mode 100755
index 0000000..9ae5303
--- /dev/null
+++ b/perl-cpan/test-simple/CONFLICTS
@@ -0,0 +1 @@
+conflicts perl y
diff --git a/perl-cpan/test-simple/HISTORY b/perl-cpan/test-simple/HISTORY
index 970b345..47f8f05 100644
--- a/perl-cpan/test-simple/HISTORY
+++ b/perl-cpan/test-simple/HISTORY
@@ -1,3 +1,6 @@
+2015-05-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * CONFLICTS: added, included with perl core since 5.8
+
2013-05-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.98_05




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (66c9949a4f40448580c9497db6639d6560c1b0ac), Vlad Glagolev, 05/02/2015

Archive powered by MHonArc 2.6.24.

Top of Page