Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b0d842a27063391feb01de8d4c16f7a7f012d52d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b0d842a27063391feb01de8d4c16f7a7f012d52d)
  • Date: Thu, 9 Apr 2020 15:40:01 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

libs/glibc/DETAILS | 2 +-
libs/glibc/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit b0d842a27063391feb01de8d4c16f7a7f012d52d
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

glibc: fix build with latest 5.x kernel (sha512sum for the patch)

diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 0e12c9b..d6bc99e 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -77,7 +77,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
if [[ ${HEADERS_VERSION} != $LATEST_5 ]]; then
.
"${LINUX_DIRECTORY}/info/patches/maintenance_patches_5/${LATEST_maintenance_patches_5}"
SOURCE7=patch-${HEADERS_VERSION}.xz
- SOURCE7_HASH="sha1:${sha1sum}"
+ SOURCE7_HASH="sha512:${sha512sum}"
fi
esac

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index de857c5..7c8366f 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2020-04-09 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: fix build for latest 5 kernel patch (sha512sum vs. sha1sum)
+
2020-02-02 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.31
SECURITY_PATCH++m fix CVE-2019-19126



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (b0d842a27063391feb01de8d4c16f7a7f012d52d), Thomas Orgis, 04/09/2020

Archive powered by MHonArc 2.6.24.

Top of Page