Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] xz: update to 5.6.0.
@ 2024-02-28 20:21 icp1994
  2024-02-28 20:21 ` icp1994
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2024-02-28 20:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/48991

xz: update to 5.6.0.
#### 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**

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

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

From 401287699ec9434dc04c6c4ca70988c741c5e73c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 27 Feb 2024 16:12:17 +0530
Subject: [PATCH] xz: update to 5.6.0.

---
 srcpkgs/xz/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index cc09326a233330..6fba50c1bb7b73 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,17 +1,17 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.6
+version=5.6.0
 revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-doc"
 short_desc="XZ compression utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
+license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://xz.tukaani.org"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz"
-checksum=aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
+checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875
 
 liblzma_package() {
 	short_desc="XZ-format compression library"
@@ -30,3 +30,8 @@ liblzma-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.0BSD
+}

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

* Re: xz: update to 5.6.0.
  2024-02-28 20:21 [PR PATCH] xz: update to 5.6.0 icp1994
@ 2024-02-28 20:21 ` icp1994
  2024-02-28 20:33 ` [PR PATCH] [Updated] " icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-02-28 20:21 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/48991#issuecomment-1969846784

Comment:
The license change commit is [here](https://github.com/tukaani-project/xz/commit/689e0228baeb95232430e90d628379db89583d71)

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

* Re: [PR PATCH] [Updated] xz: update to 5.6.0.
  2024-02-28 20:21 [PR PATCH] xz: update to 5.6.0 icp1994
  2024-02-28 20:21 ` icp1994
@ 2024-02-28 20:33 ` icp1994
  2024-02-28 20:37 ` icp1994
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-02-28 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/48991

xz: update to 5.6.0.
#### 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**

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

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

From e923d5aa87281d4d408482b9afb6347876d0fc6c Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 27 Feb 2024 16:12:17 +0530
Subject: [PATCH] xz: update to 5.6.0.

---
 srcpkgs/xz/template | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index cc09326a233330..9d7ca32927293e 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,17 +1,21 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.6
+version=5.6.0
 revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-doc"
 short_desc="XZ compression utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
+license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://xz.tukaani.org"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz"
-checksum=aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
+checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875
+
+if [ -n "$CROSS_BUILD" ]; then
+	configure_args+=" --disable-sandbox"
+fi
 
 liblzma_package() {
 	short_desc="XZ-format compression library"
@@ -30,3 +34,8 @@ liblzma-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.0BSD
+}

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

* Re: [PR PATCH] [Updated] xz: update to 5.6.0.
  2024-02-28 20:21 [PR PATCH] xz: update to 5.6.0 icp1994
  2024-02-28 20:21 ` icp1994
  2024-02-28 20:33 ` [PR PATCH] [Updated] " icp1994
@ 2024-02-28 20:37 ` icp1994
  2024-02-28 20:40 ` icp1994
  2024-03-01 14:41 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-02-28 20:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/48991

xz: update to 5.6.0.
#### 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**

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

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

From 8d54b7d1b4c49d7c09a75177236822bb6cd895cb Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 27 Feb 2024 16:12:17 +0530
Subject: [PATCH] xz: update to 5.6.0.

---
 srcpkgs/xz/template | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index cc09326a233330..356f242572a7c7 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,17 +1,21 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.6
+version=5.6.0
 revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-doc"
 short_desc="XZ compression utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
+license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://xz.tukaani.org"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz"
-checksum=aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
+checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875
+
+if [ $"XBPS_TARGET_LIBC" = "musl" ]; then
+	configure_args+=" --disable-sandbox"
+fi
 
 liblzma_package() {
 	short_desc="XZ-format compression library"
@@ -30,3 +34,8 @@ liblzma-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.0BSD
+}

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

* Re: [PR PATCH] [Updated] xz: update to 5.6.0.
  2024-02-28 20:21 [PR PATCH] xz: update to 5.6.0 icp1994
                   ` (2 preceding siblings ...)
  2024-02-28 20:37 ` icp1994
@ 2024-02-28 20:40 ` icp1994
  2024-03-01 14:41 ` [PR PATCH] [Merged]: " ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2024-02-28 20:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages xz
https://github.com/void-linux/void-packages/pull/48991

xz: update to 5.6.0.
#### 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**

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

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

From b02d875dfedf97f5fd31ebde59ce32448d1fe87f Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Tue, 27 Feb 2024 16:12:17 +0530
Subject: [PATCH] xz: update to 5.6.0.

---
 srcpkgs/xz/template | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/xz/template b/srcpkgs/xz/template
index cc09326a233330..8aa5650cfcb792 100644
--- a/srcpkgs/xz/template
+++ b/srcpkgs/xz/template
@@ -1,17 +1,21 @@
 # Template file for 'xz'
 pkgname=xz
-version=5.4.6
+version=5.6.0
 revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--disable-doc"
 short_desc="XZ compression utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
-license="Public Domain, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
+license="0BSD, GPL-2.0-or-later, GPL-3.0-or-later, LGPL-2.1-or-later"
 homepage="https://xz.tukaani.org"
 changelog="https://git.tukaani.org/?p=xz.git;a=blob_plain;f=NEWS"
 distfiles="https://github.com/tukaani-project/xz/releases/download/v${version}/xz-${version}.tar.gz"
-checksum=aeba3e03bf8140ddedf62a0a367158340520f6b384f75ca6045ccc6c0d43fd5c
+checksum=0f5c81f14171b74fcc9777d302304d964e63ffc2d7b634ef023a7249d9b5d875
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	configure_args+=" --disable-sandbox"
+fi
 
 liblzma_package() {
 	short_desc="XZ-format compression library"
@@ -30,3 +34,8 @@ liblzma-devel_package() {
 		vmove usr/lib/pkgconfig
 	}
 }
+
+post_install() {
+	vlicense COPYING
+	vlicense COPYING.0BSD
+}

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

* Re: [PR PATCH] [Merged]: xz: update to 5.6.0.
  2024-02-28 20:21 [PR PATCH] xz: update to 5.6.0 icp1994
                   ` (3 preceding siblings ...)
  2024-02-28 20:40 ` icp1994
@ 2024-03-01 14:41 ` ahesford
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2024-03-01 14:41 UTC (permalink / raw)
  To: ml

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

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

xz: update to 5.6.0.
https://github.com/void-linux/void-packages/pull/48991

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**

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

end of thread, other threads:[~2024-03-01 14:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 20:21 [PR PATCH] xz: update to 5.6.0 icp1994
2024-02-28 20:21 ` icp1994
2024-02-28 20:33 ` [PR PATCH] [Updated] " icp1994
2024-02-28 20:37 ` icp1994
2024-02-28 20:40 ` icp1994
2024-03-01 14:41 ` [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).