Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intel-ucode: update to 20230808 [CVE-2022-40982]
@ 2023-08-08 19:28 icp1994
  2023-08-08 19:37 ` [PR PATCH] [Updated] " icp1994
  2023-08-09 15:07 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: icp1994 @ 2023-08-08 19:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 516 bytes --]

There is a new pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages intel-ucode
https://github.com/void-linux/void-packages/pull/45498

intel-ucode: update to 20230808 [CVE-2022-40982]
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

cc @mhmdanas 

A patch file from https://github.com/void-linux/void-packages/pull/45498.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-ucode-45498.patch --]
[-- Type: text/x-diff, Size: 1266 bytes --]

From 9495a186d3ba76a2a059c3cd7c7ebc184037aeac Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 9 Aug 2023 00:55:54 +0530
Subject: [PATCH] intel-ucode: update to 20230808.

---
 srcpkgs/intel-ucode/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template
index 090c0c57a1ff1..f3dac4ae8da26 100644
--- a/srcpkgs/intel-ucode/template
+++ b/srcpkgs/intel-ucode/template
@@ -1,14 +1,15 @@
 # Template file for 'intel-ucode'
 pkgname=intel-ucode
-version=20230613
+version=20230808
 revision=1
 archs="i686* x86_64*"
 short_desc="Microcode update files for Intel CPUs"
 maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="custom: Proprietary"
 homepage="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
+changelog="https://raw.githubusercontent.com/intel/Intel-Linux-Processor-Microcode-Data-Files/microcode-20230808/releasenote.md"
 distfiles="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${version}.tar.gz"
-checksum=894d822d2347222a2595d4fc47d358e01d35a54780123100c317dfc31b1b0cc9
+checksum=fe49bb719441f20335ed6004090ab38cdc374134d36d4f5d30be7ed93b820313
 repository=nonfree
 
 do_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] intel-ucode: update to 20230808 [CVE-2022-40982]
  2023-08-08 19:28 [PR PATCH] intel-ucode: update to 20230808 [CVE-2022-40982] icp1994
@ 2023-08-08 19:37 ` icp1994
  2023-08-09 15:07 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: icp1994 @ 2023-08-08 19:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

There is an updated pull request by icp1994 against master on the void-packages repository

https://github.com/icp1994/void-packages intel-ucode
https://github.com/void-linux/void-packages/pull/45498

intel-ucode: update to 20230808 [CVE-2022-40982]
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

cc @mhmdanas 

A patch file from https://github.com/void-linux/void-packages/pull/45498.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-ucode-45498.patch --]
[-- Type: text/x-diff, Size: 1381 bytes --]

From da3e05137533d058dd2b3de18693444f90ece7d3 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Wed, 9 Aug 2023 00:55:54 +0530
Subject: [PATCH] intel-ucode: update to 20230808.

---
 srcpkgs/intel-ucode/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template
index 090c0c57a1ff1..967608ada47af 100644
--- a/srcpkgs/intel-ucode/template
+++ b/srcpkgs/intel-ucode/template
@@ -1,14 +1,15 @@
 # Template file for 'intel-ucode'
 pkgname=intel-ucode
-version=20230613
+version=20230808
 revision=1
 archs="i686* x86_64*"
 short_desc="Microcode update files for Intel CPUs"
 maintainer="Mohammed Anas <triallax@tutanota.com>"
 license="custom: Proprietary"
 homepage="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files"
-distfiles="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/microcode-${version}.tar.gz"
-checksum=894d822d2347222a2595d4fc47d358e01d35a54780123100c317dfc31b1b0cc9
+changelog="https://raw.githubusercontent.com/intel/Intel-Linux-Processor-Microcode-Data-Files/main/releasenote.md"
+distfiles="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${version}.tar.gz"
+checksum=fe49bb719441f20335ed6004090ab38cdc374134d36d4f5d30be7ed93b820313
 repository=nonfree
 
 do_install() {

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: intel-ucode: update to 20230808 [CVE-2022-40982]
  2023-08-08 19:28 [PR PATCH] intel-ucode: update to 20230808 [CVE-2022-40982] icp1994
  2023-08-08 19:37 ` [PR PATCH] [Updated] " icp1994
@ 2023-08-09 15:07 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2023-08-09 15:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 361 bytes --]

There's a merged pull request on the void-packages repository

intel-ucode: update to 20230808 [CVE-2022-40982]
https://github.com/void-linux/void-packages/pull/45498

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**

cc @mhmdanas 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-09 15:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-08 19:28 [PR PATCH] intel-ucode: update to 20230808 [CVE-2022-40982] icp1994
2023-08-08 19:37 ` [PR PATCH] [Updated] " icp1994
2023-08-09 15:07 ` [PR PATCH] [Merged]: " ahesford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).