New commits:
commit ae1aea733abbbdd6d3d02fce2c085531fa4d0fe8
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
libs/glibc: added support for 5.x kernels
diff --git a/libs/glibc/DETAILS b/libs/glibc/DETAILS
index 4357515..ee6caa7 100755
--- a/libs/glibc/DETAILS
+++ b/libs/glibc/DETAILS
@@ -68,6 +68,17 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi
fi
;;
+ 5.*)
+ HEADERS_VERSION=$(echo $LATEST_maintenance_patches_5 | sed "s/patch-//")
+ HEADERS_VERSION=${HEADERS_VERSION:-$LATEST_5}
+ SOURCE3=linux-${LATEST_5}.tar.xz
+ SOURCE6="linux-${LATEST_5}.tar.sign"
+ HEADERS_VDIR=v5.x
+ 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}"
+ fi
esac
SOURCE3_GPG="kernel.gpg:${SOURCE6}:ESTABLISHED_UPSTREAM_KEY"
diff --git a/libs/glibc/HISTORY b/libs/glibc/HISTORY
index ceadef5..a240076 100644
--- a/libs/glibc/HISTORY
+++ b/libs/glibc/HISTORY
@@ -1,12 +1,15 @@
-2019-02-23 Treeve Jelbert <treeve AT sourcemage.org>\
+2019-03-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: added support for 5.x kernels
+
+2019-02-23 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: enable staging
* PRE_INSTALL: protect special libs, simplify
* INSTALL: simplify, remove unneeded checks when staging
-2019-02-21 Treeve Jelbert <treeve AT sourcemage.org>\
+2019-02-21 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: remove lots of commented code
-2019-02-21 Treeve Jelbert <treeve AT sourcemage.org>\
+2019-02-21 Treeve Jelbert <treeve AT sourcemage.org>
* BUILD: remove lots of obsolete logic, fix building linux headers
disable sparc logic
* PRE_BUILD: move some sed code from BUILD
[SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ae1aea733abbbdd6d3d02fce2c085531fa4d0fe8),
Pavel Vinogradov, 03/04/2019