Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3a3511c40d322eb42b0c8d03a976c86737ad2fdf)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3a3511c40d322eb42b0c8d03a976c86737ad2fdf)
  • Date: Wed, 5 Dec 2018 17:11:51 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

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

New commits:
commit 3a3511c40d322eb42b0c8d03a976c86737ad2fdf
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/glibc: don't verify signatures of kernel patches > 4.17.9 in
PRE_BUILD either

diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index a23513f..3439113 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,3 +1,6 @@
+2018-12-05 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: don't verify signatures of kernel patches > 4.17.9 either
+
2018-12-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: addressed the lack of signatures for kernel patches >
4.17.9

diff --git a/libs/glibc/PRE_BUILD b/libs/glibc/PRE_BUILD
index ac7b376..2a4e4e8 100755
--- a/libs/glibc/PRE_BUILD
+++ b/libs/glibc/PRE_BUILD
@@ -32,7 +32,8 @@ if [ "$GLIBC_NPTL" = "y" ]; then
esac
cd $GLIBC_HEADERS_DIR &&
if [[ -n $SOURCE7 ]]; then
- if [[ ${HEADERS_VERSION} > 3.0.4 ]]; then
+ if [[ ${HEADERS_VERSION} > 3.0.4 ]] &&
+ ! [[ ${HEADERS_VERSION} > 4.17.9 ]]; then
message "${MESSAGE_COLOR}xz -d
$SOURCE_CACHE/$SOURCE7${DEFAULT_COLOR}"
xz -d -k ${SOURCE_CACHE}/$SOURCE7 &&
SOURCE7_ORI=${SOURCE7}



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (3a3511c40d322eb42b0c8d03a976c86737ad2fdf), Pavel Vinogradov, 12/05/2018

Archive powered by MHonArc 2.6.24.

Top of Page