Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xz: reverts addition of `xz` for CVE-2024-3094
@ 2024-03-29 18:48 akierig
  2024-03-29 18:52 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: akierig @ 2024-03-29 18:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n-revert-xz
https://github.com/void-linux/void-packages/pull/49594

xz: reverts addition of `xz` for CVE-2024-3094
cf. https://www.openwall.com/lists/oss-security/2024/03/29/4

#### 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-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-n-revert-xz-49594.patch --]
[-- Type: text/x-diff, Size: 778 bytes --]

From 422c78150f4327a784d9cec1296a37d4845ece46 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Fri, 29 Mar 2024 13:43:58 -0500
Subject: [PATCH] xz: reverts addition of `xz` for CVE-2024-3094

cf. https://www.openwall.com/lists/oss-security/2024/03/29/4
---
 srcpkgs/n/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/n/template b/srcpkgs/n/template
index 4897850676cf99..e54f1dd5d9488d 100644
--- a/srcpkgs/n/template
+++ b/srcpkgs/n/template
@@ -1,9 +1,9 @@
 # Template file for 'n'
 pkgname=n
 version=9.2.1
-revision=1
+revision=2
 build_style=gnu-makefile
-depends="curl tar xz"
+depends="curl tar"
 short_desc="Simple command line NodeJS version management"
 maintainer="anelki <akierig@fastmail.de>"
 license="MIT"

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

* Re: xz: reverts addition of `xz` for CVE-2024-3094
  2024-03-29 18:48 [PR PATCH] xz: reverts addition of `xz` for CVE-2024-3094 akierig
@ 2024-03-29 18:52 ` classabbyamp
  2024-03-29 18:53 ` [PR PATCH] [Updated] " akierig
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2024-03-29 18:52 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/49594#issuecomment-2027604548

Comment:
i think you mean `n: ...`, but void's xz has been reverted and appears to not be affected by the CVE

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

* Re: [PR PATCH] [Updated] xz: reverts addition of `xz` for CVE-2024-3094
  2024-03-29 18:48 [PR PATCH] xz: reverts addition of `xz` for CVE-2024-3094 akierig
  2024-03-29 18:52 ` classabbyamp
@ 2024-03-29 18:53 ` akierig
  2024-03-29 18:53 ` akierig
  2024-03-30  9:43 ` [PR PATCH] [Closed]: n: reverts addition of `xz` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2024-03-29 18:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/akierig/void-packages n-revert-xz
https://github.com/void-linux/void-packages/pull/49594

xz: reverts addition of `xz` for CVE-2024-3094
cf. https://www.openwall.com/lists/oss-security/2024/03/29/4

#### 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-glibc


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-n-revert-xz-49594.patch --]
[-- Type: text/x-diff, Size: 777 bytes --]

From fa8689aa4e94e434ff1cde2a284bc7df38f44d56 Mon Sep 17 00:00:00 2001
From: anelki <akierig@fastmail.de>
Date: Fri, 29 Mar 2024 13:43:58 -0500
Subject: [PATCH] n: reverts addition of `xz` for CVE-2024-3094

cf. https://www.openwall.com/lists/oss-security/2024/03/29/4
---
 srcpkgs/n/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/n/template b/srcpkgs/n/template
index 4897850676cf99..e54f1dd5d9488d 100644
--- a/srcpkgs/n/template
+++ b/srcpkgs/n/template
@@ -1,9 +1,9 @@
 # Template file for 'n'
 pkgname=n
 version=9.2.1
-revision=1
+revision=2
 build_style=gnu-makefile
-depends="curl tar xz"
+depends="curl tar"
 short_desc="Simple command line NodeJS version management"
 maintainer="anelki <akierig@fastmail.de>"
 license="MIT"

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

* Re: xz: reverts addition of `xz` for CVE-2024-3094
  2024-03-29 18:48 [PR PATCH] xz: reverts addition of `xz` for CVE-2024-3094 akierig
  2024-03-29 18:52 ` classabbyamp
  2024-03-29 18:53 ` [PR PATCH] [Updated] " akierig
@ 2024-03-29 18:53 ` akierig
  2024-03-30  9:43 ` [PR PATCH] [Closed]: n: reverts addition of `xz` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: akierig @ 2024-03-29 18:53 UTC (permalink / raw)
  To: ml

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

New comment by akierig on void-packages repository

https://github.com/void-linux/void-packages/pull/49594#issuecomment-2027605652

Comment:
why is there no facepalm emoji good lord. Sorry, this is what I get for trying to do this during a meeting.

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

* Re: [PR PATCH] [Closed]: n: reverts addition of `xz` 
  2024-03-29 18:48 [PR PATCH] xz: reverts addition of `xz` for CVE-2024-3094 akierig
                   ` (2 preceding siblings ...)
  2024-03-29 18:53 ` akierig
@ 2024-03-30  9:43 ` sgn
  3 siblings, 0 replies; 5+ messages in thread
From: sgn @ 2024-03-30  9:43 UTC (permalink / raw)
  To: ml

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

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

n: reverts addition of `xz` 
https://github.com/void-linux/void-packages/pull/49594

Description:
cf. https://www.openwall.com/lists/oss-security/2024/03/29/4

#### 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-glibc


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

end of thread, other threads:[~2024-03-30  9:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-29 18:48 [PR PATCH] xz: reverts addition of `xz` for CVE-2024-3094 akierig
2024-03-29 18:52 ` classabbyamp
2024-03-29 18:53 ` [PR PATCH] [Updated] " akierig
2024-03-29 18:53 ` akierig
2024-03-30  9:43 ` [PR PATCH] [Closed]: n: reverts addition of `xz` sgn

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).