ports/core (3.5): glibc: update kernel-headers to 4.19.24
commit 6d0cc33c9e4da02dfa2f89344f3d9af9573d7835 Author: Juergen Daubert <jue@jue.li> Date: Fri Feb 22 17:25:51 2019 +0100 glibc: update kernel-headers to 4.19.24 diff --git a/glibc/.signature b/glibc/.signature index 2fb9316e..0734b476 100644 --- a/glibc/.signature +++ b/glibc/.signature @@ -1,9 +1,9 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqsXPxRWHz0GQm9coRc9YNMY2OzD6hDtKdPHNveQr7Aoh1l+WT/+yf1Peuv0o5b7zYYis2eyUN/fj5BViOsCsBwk= -SHA256 (Pkgfile) = bcb38b2b4cbfa6dae9d764401f0a8394eb769d4bd80b208dafd876835af7fcb8 +RWRJc1FUaeVeqnvChQ53yCid6bJ3psra2cW4CkiFoIHc//5gNi+PzWl7P1DX+4NW6j6S/904lSNWZabYrn86cvoctFn5VEheTwQ= +SHA256 (Pkgfile) = 1581365118c9435a8e88869256ef2a3c43830ce8ecf2295e16e245159fe35d68 SHA256 (.footprint) = bcc6f391b776a40d77e2c168609ff71a2ac7f0daa34f0b40b0605b41c361d208 SHA256 (glibc-2.28.tar.xz) = b1900051afad76f7a4f73e71413df4826dce085ef8ddb785a945b66d7d513082 -SHA256 (linux-4.19.13.tar.xz) = f50a77fc40e13fc406791346fa91926394205874cd50246c7c2374006bacc0c2 +SHA256 (linux-4.19.24.tar.xz) = 3bb1885fabd874b469a8ea19571c5a4ad5b6faa3cca1662137c57b40fcbf8e04 SHA256 (glibc-2.28-1.patch) = 41330a0a3b419087be7574a2da4b6c8d0921fd256eeb0d3f572a2b539d6c80ad SHA256 (hosts) = 5c02b256c105f1d4a12fb738d71c1bab9eb126533074d7a0c8a14b92670c9431 SHA256 (resolv.conf) = 72ccb58768a72a771ec37142bc361a18478a07ec9de6e925a20760794389bf51 diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 38d7f699..ed42c4a9 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -4,21 +4,21 @@ name=glibc version=2.28 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/glibc/glibc-$version.tar.xz \ - http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.13.tar.xz \ + http://www.kernel.org/pub/linux/kernel/v4.x/linux-4.19.24.tar.xz \ glibc-2.28-1.patch \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) build() { # install kernel headers - cd linux-4.19.13 + cd linux-4.19.24 make mrproper make headers_check make INSTALL_HDR_PATH=$PKG/usr headers_install chown root:root $PKG/usr - patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-$release.patch + patch -p1 -d $SRC/$name-${version:0:4} -i $SRC/$name-$version-1.patch mkdir $SRC/build cd $SRC/build
participants (1)
-
crux@crux.nu