Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] intel-ucode: update to 20231114.
@ 2023-11-14 20:02 mhmdanas
  2023-11-16 11:18 ` mhmdanas
  2023-11-16 13:22 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-14 20:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages intel-ucode-20231114
https://github.com/void-linux/void-packages/pull/47242

intel-ucode: update to 20231114.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **not yet**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 8ce21c633b53af62a412c47c95985d5f7217b6d0 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Tue, 14 Nov 2023 20:02:03 +0000
Subject: [PATCH] intel-ucode: update to 20231114.

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

diff --git a/srcpkgs/intel-ucode/template b/srcpkgs/intel-ucode/template
index 967608ada47af..7dff779610b66 100644
--- a/srcpkgs/intel-ucode/template
+++ b/srcpkgs/intel-ucode/template
@@ -1,6 +1,6 @@
 # Template file for 'intel-ucode'
 pkgname=intel-ucode
-version=20230808
+version=20231114
 revision=1
 archs="i686* x86_64*"
 short_desc="Microcode update files for Intel CPUs"
@@ -9,7 +9,7 @@ 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/main/releasenote.md"
 distfiles="https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/archive/refs/tags/microcode-${version}.tar.gz"
-checksum=fe49bb719441f20335ed6004090ab38cdc374134d36d4f5d30be7ed93b820313
+checksum=cee26f311f7e2c039dd48cd30f995183bde9b98fb4c3039800e2ddaf5c090e55
 repository=nonfree
 
 do_install() {

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

* Re: intel-ucode: update to 20231114.
  2023-11-14 20:02 [PR PATCH] intel-ucode: update to 20231114 mhmdanas
@ 2023-11-16 11:18 ` mhmdanas
  2023-11-16 13:22 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-16 11:18 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47242#issuecomment-1814248175

Comment:
I've tested this successfully. This release has a security fix for https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00950.html, so it should be merged as soon as possible.

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

* Re: [PR PATCH] [Merged]: intel-ucode: update to 20231114.
  2023-11-14 20:02 [PR PATCH] intel-ucode: update to 20231114 mhmdanas
  2023-11-16 11:18 ` mhmdanas
@ 2023-11-16 13:22 ` ahesford
  1 sibling, 0 replies; 3+ messages in thread
From: ahesford @ 2023-11-16 13:22 UTC (permalink / raw)
  To: ml

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

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

intel-ucode: update to 20231114.
https://github.com/void-linux/void-packages/pull/47242

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-11-16 13:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-14 20:02 [PR PATCH] intel-ucode: update to 20231114 mhmdanas
2023-11-16 11:18 ` mhmdanas
2023-11-16 13:22 ` [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).