diff options
author | Andrzej Telszewski <andrzej@telszewski.com> | 2022-05-10 22:45:32 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:54 +0700 |
commit | f925b435df5d12ed42c5b1dda0fab3cdd58def44 (patch) | |
tree | 40bdb3646e7630eccab339ddd93a93a39b62b358 /system | |
parent | ffb335dc585cbca48e1e15b8927f8f814b649395 (diff) |
system/intel-microcode: Updated for version 20220510.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/intel-microcode/intel-microcode.SlackBuild | 14 | ||||
-rw-r--r-- | system/intel-microcode/intel-microcode.info | 6 |
2 files changed, 7 insertions, 13 deletions
diff --git a/system/intel-microcode/intel-microcode.SlackBuild b/system/intel-microcode/intel-microcode.SlackBuild index ce071c43842a..eab5f6fd18c8 100644 --- a/system/intel-microcode/intel-microcode.SlackBuild +++ b/system/intel-microcode/intel-microcode.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for intel-microcode -# Copyright 2021 Andrzej Telszewski, Szczecin +# Copyright 2022 Andrzej Telszewski, Koszalin # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,15 +26,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=intel-microcode SRCNAM=Intel-Linux-Processor-Microcode-Data-Files-microcode -VERSION=${VERSION:-20220207} +VERSION=${VERSION:-20220510} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} ARCH=noarch -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -54,12 +51,9 @@ rm -rf $PRGNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz mv $SRCNAM-$VERSION $PRGNAM-$VERSION cd $PRGNAM-$VERSION + chown -R root:root . -find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ - -o -perm 511 \) -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +chmod -R a-st,u+rwX,go-w+rX . mkdir -p $PKG/lib/firmware cp -a intel-ucode $PKG/lib/firmware diff --git a/system/intel-microcode/intel-microcode.info b/system/intel-microcode/intel-microcode.info index 631c78f7329d..bb643507f20a 100644 --- a/system/intel-microcode/intel-microcode.info +++ b/system/intel-microcode/intel-microcode.info @@ -1,8 +1,8 @@ PRGNAM="intel-microcode" -VERSION="20220207" +VERSION="20220510" HOMEPAGE="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files" -DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20220207/Intel-Linux-Processor-Microcode-Data-Files-microcode-20220207.tar.gz" -MD5SUM="7ac3ef4212c41b8b1f555f87e07d6c66" +DOWNLOAD="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-20220510/Intel-Linux-Processor-Microcode-Data-Files-microcode-20220510.tar.gz" +MD5SUM="0f36b9317a3c9d2d99988886463196eb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="iucode_tool" |