diff options
| author | Timotej Lazar <timotej.lazar@araneo.si> | 2023-08-09 00:03:30 +0200 |
|---|---|---|
| committer | John Kehayias <john.kehayias@protonmail.com> | 2023-08-09 16:43:12 -0400 |
| commit | d44f0cde50ca96eabf6e7b0f0c9bdbd89508b790 (patch) | |
| tree | 65998997ccbe287aa1aa04e616e669816c6ea15c | |
| parent | 299d9e9b9c5502e8bcb48b049ab946cf746a71b7 (diff) | |
nongnu: intel-microcode: Update to 20230808 [security fixes].
Fixes CVE-2022-40982, CVE-2022-41804 and CVE-2023-23908.
* nongnu/packages/linux.scm (intel-microcode): Update to 20230808.
Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
| -rw-r--r-- | nongnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index d408635..6ee5b0e 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm | |||
| @@ -1069,7 +1069,7 @@ driver: | |||
| 1069 | (define-public intel-microcode | 1069 | (define-public intel-microcode |
| 1070 | (package | 1070 | (package |
| 1071 | (name "intel-microcode") | 1071 | (name "intel-microcode") |
| 1072 | (version "20230613") | 1072 | (version "20230808") |
| 1073 | (source | 1073 | (source |
| 1074 | (origin | 1074 | (origin |
| 1075 | (method git-fetch) | 1075 | (method git-fetch) |
| @@ -1080,7 +1080,7 @@ driver: | |||
| 1080 | (commit (string-append "microcode-" version)))) | 1080 | (commit (string-append "microcode-" version)))) |
| 1081 | (file-name (git-file-name name version)) | 1081 | (file-name (git-file-name name version)) |
| 1082 | (sha256 | 1082 | (sha256 |
| 1083 | (base32 "1clwzzivs6w8d35dpfv6ardi2gnhpsk1sr31dw7vq227yv0pvzml")))) | 1083 | (base32 "1n0w6q46xag7a9iddl3v1gh1rzv9h6kiyy739ac6vg3v8lazh9n7")))) |
| 1084 | (build-system copy-build-system) | 1084 | (build-system copy-build-system) |
| 1085 | (arguments | 1085 | (arguments |
| 1086 | (list #:install-plan | 1086 | (list #:install-plan |
