# HG changeset patch # User Hans-G?nter Theisgen # Date 1552482627 -3600 # Node ID 10c3a6f71c06ac045dd03c82615025c441eed443 # Parent f94b55b6f9d083f80f0f8c5d6217888116738a86 updated intel-microcode (20180312 -> 20180807a) diff -r f94b55b6f9d0 -r 10c3a6f71c06 intel-microcode/receipt --- a/intel-microcode/receipt Wed Mar 13 13:59:18 2019 +0100 +++ b/intel-microcode/receipt Wed Mar 13 14:10:27 2019 +0100 @@ -1,9 +1,9 @@ # SliTaz package receipt. PACKAGE="intel-microcode" -VERSION="20180312" +VERSION="20180807a" CATEGORY="kernel" -SHORT_DESC="Intel processor microcode update for Linux" +SHORT_DESC="Intel processor microcode update for Linux." MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://downloadcenter.intel.com/search?keyword=processor+microcode+data+file" @@ -11,23 +11,27 @@ # and https://www.archlinux.org/packages/extra/any/intel-ucode/ -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://downloadmirror.intel.com/27591/eng/microcode-$VERSION.tgz" +TARBALL="$PACKAGE-$VERSION.tgz" +WGET_URL="https://downloadmirror.intel.com/28087/eng/microcode-$VERSION.tgz" DEPENDS="linux" -compile_rules() { +compile_rules() +{ mkdir -p $install/lib/firmware/ + cp -r $src/intel-ucode/ $install/lib/firmware/ install -Dm644 $stuff/LICENSE $install/usr/share/licenses/$PACKAGE/LICENSE } -genpkg_rules() { +genpkg_rules() +{ cp -r $install/* $fs } -post_install() { +post_install() +{ if [ -z "$1" -a -e /sys/devices/system/cpu/microcode/reload ]; then echo 1 > /sys/devices/system/cpu/microcode/reload fi