From 37473472ec1e7387befd3d25a303f9393be51bb7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 18 Jan 2017 08:21:18 -0800 Subject: iucode-tool: Upgrade to 2.1.1 The license info changed due to update of year and formatting They also changed the toplevel directory in the tarball from iucode_tool -> iucode-tool CVE: CVE-2017-0357 Signed-off-by: Saul Wold Signed-off-by: California Sullivan --- common/recipes-core/microcode/iucode-tool_1.5.bb | 29 ---------------------- common/recipes-core/microcode/iucode-tool_2.1.1.bb | 27 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 29 deletions(-) delete mode 100644 common/recipes-core/microcode/iucode-tool_1.5.bb create mode 100644 common/recipes-core/microcode/iucode-tool_2.1.1.bb diff --git a/common/recipes-core/microcode/iucode-tool_1.5.bb b/common/recipes-core/microcode/iucode-tool_1.5.bb deleted file mode 100644 index f2a87970..00000000 --- a/common/recipes-core/microcode/iucode-tool_1.5.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Update Intel CPU microcode" - -DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and X86-64\ - processor microcode update collections, and to use the kernel facilities to\ - update the microcode on Intel system processors. It can load microcode data\ - files in text and binary format, sort, list and filter the microcode updates\ - contained in these files, write selected microcode updates to a new file in\ - binary format, or upload them to the kernel. \ - It operates on microcode data downloaded directly from Intel:\ - http://feeds.downloadcenter.intel.com/rss/?p=2371\ -" -HOMEPAGE = "https://gitlab.com/iucode-tool/" -BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0" - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://iucode_tool.c;beginline=1;endline=15;md5=f65c2be08bfd462331cadff25869588e" - -SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" -SRC_URI[md5sum] = "5bc0e08276bc49efe6a949bb7611763e" -SRC_URI[sha256sum] = "33271652032f20f866a212bc98ea01a8db65c4ac839fa820aa23da974fd6ff62" - -S = "${WORKDIR}/iucode_tool-${PV}" - -inherit autotools - -BBCLASSEXTEND = "native" - -COMPATIBLE_HOST = "(i.86|x86_64).*-linux" diff --git a/common/recipes-core/microcode/iucode-tool_2.1.1.bb b/common/recipes-core/microcode/iucode-tool_2.1.1.bb new file mode 100644 index 00000000..e98bca60 --- /dev/null +++ b/common/recipes-core/microcode/iucode-tool_2.1.1.bb @@ -0,0 +1,27 @@ +SUMMARY = "Update Intel CPU microcode" + +DESCRIPTION = "iucode_tool is a program to manipulate Intel i686 and X86-64\ + processor microcode update collections, and to use the kernel facilities to\ + update the microcode on Intel system processors. It can load microcode data\ + files in text and binary format, sort, list and filter the microcode updates\ + contained in these files, write selected microcode updates to a new file in\ + binary format, or upload them to the kernel. \ + It operates on microcode data downloaded directly from Intel:\ + http://feeds.downloadcenter.intel.com/rss/?p=2371\ +" +HOMEPAGE = "https://gitlab.com/iucode-tool/" +BUGTRACKER = "https://bugs.debian.org/cgi-bin/pkgreport.cgi?ordering=normal;archive=0;src=iucode-tool;repeatmerged=0" + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ + file://iucode_tool.c;beginline=1;endline=15;md5=5d8e3639c3b6a80e7d5e0e073933da16" + +SRC_URI = "https://gitlab.com/iucode-tool/releases/raw/master/iucode-tool_${PV}.tar.xz" +SRC_URI[md5sum] = "306d20b43da847812af4bf973f46045d" +SRC_URI[sha256sum] = "8f94ec73f5d4d1a6801aaa894fa1c6544d9b27aec16e1a00e18e8241c7e0f6ba" + +inherit autotools + +BBCLASSEXTEND = "native" + +COMPATIBLE_HOST = "(i.86|x86_64).*-linux" -- cgit v1.2.3-54-g00ecf