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