Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Lz4: update to 1.10.0
@ 2025-04-23 16:29 wreedb
  2025-04-29 14:47 ` [PR PATCH] [Updated] " wreedb
  2025-06-03 22:42 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 2 replies; 3+ messages in thread
From: wreedb @ 2025-04-23 16:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wreedb/void-packages update-lz4
https://github.com/void-linux/void-packages/pull/55166

Lz4: update to 1.10.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-gnu)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv5tel-musl
  - armv5tel
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686-musl
  - i686
  - mips-musl
  - mipsel-musl
  - mipselhf-musl
  - mipshf-musl
  - ppc-musl
  - ppc
  - ppc64-musl
  - ppc64
  - ppc64le-musl
  - ppc64le
  - x86_64-musl

I had [#55155](https://github.com/void-linux/void-packages/pull/55155), and I seem to have done something incorrectly during my force push, and the pull request became closed. I understand from the contributing document that this is unwanted behavior, so for that I sincerely apologize. All suggested changes from 55155 are present in this commit. Again, sorry for the issues with my original PR.

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

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

From f7a4dd3ea287b18f7b0cb74515727592e4b152ce Mon Sep 17 00:00:00 2001
From: Will Reed <wreedb@disroot.org>
Date: Wed, 23 Apr 2025 11:17:41 -0500
Subject: [PATCH] Lz4: update to 1.10.0

---
 srcpkgs/lz4/template | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lz4/template b/srcpkgs/lz4/template
index 9570d7c4ef777d..3003e1dac32244 100644
--- a/srcpkgs/lz4/template
+++ b/srcpkgs/lz4/template
@@ -1,21 +1,23 @@
 # Template file for 'lz4'
 pkgname=lz4
 reverts="131_1 130_1 129_1 128_1 127_1 126_1 125_1 124_1 123_1 122_1"
-version=1.9.4
+version=1.10.0
 revision=1
 bootstrap=yes
 build_style=gnu-makefile
-make_check_target=test
+make_check_target="test"
 checkdepends="python3"
-short_desc="LZ4 compression utilities"
+short_desc="Extremely fast compression algorithm"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD-2-Clause, GPL-2.0-or-later"
+# all files under source 'lib' directory are BSD-2, others are GPLv2+
+license="BSD-2-Clause AND GPL-2.0-or-later"
 homepage="https://lz4.github.io/lz4"
-changelog="https://raw.githubusercontent.com/lz4/lz4/dev/NEWS"
-distfiles="https://github.com/lz4/lz4/archive/v${version}.tar.gz"
-checksum=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
+changelog="https://github.com/lz4/lz4/raw/refs/heads/dev/NEWS"
+distfiles="https://github.com/lz4/lz4/releases/download/v${version}/lz4-${version}.tar.gz"
+checksum="537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b"
 
 post_install() {
+	# BSD-2-Clause must be installed
 	vlicense lib/LICENSE
 }
 

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

* Re: [PR PATCH] [Updated] Lz4: update to 1.10.0
  2025-04-23 16:29 [PR PATCH] Lz4: update to 1.10.0 wreedb
@ 2025-04-29 14:47 ` wreedb
  2025-06-03 22:42 ` [PR PATCH] [Merged]: " Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: wreedb @ 2025-04-29 14:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wreedb/void-packages update-lz4
https://github.com/void-linux/void-packages/pull/55166

Lz4: update to 1.10.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-gnu)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv5tel-musl
  - armv5tel
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686-musl
  - i686
  - mips-musl
  - mipsel-musl
  - mipselhf-musl
  - mipshf-musl
  - ppc-musl
  - ppc
  - ppc64-musl
  - ppc64
  - ppc64le-musl
  - ppc64le
  - x86_64-musl

I had [#55155](https://github.com/void-linux/void-packages/pull/55155), and I seem to have done something incorrectly during my force push, and the pull request became closed. I understand from the contributing document that this is unwanted behavior, so for that I sincerely apologize. All suggested changes from 55155 are present in this commit. Again, sorry for the issues with my original PR.

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

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

From ae2d5863c2de43ba4ca9d438b1265ddf0f7b458f Mon Sep 17 00:00:00 2001
From: Will Reed <wreedb@disroot.org>
Date: Wed, 23 Apr 2025 11:17:41 -0500
Subject: [PATCH] Lz4: update to 1.10.0

---
 srcpkgs/lz4/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/lz4/template b/srcpkgs/lz4/template
index 9570d7c4ef777d..41ea9ca49fb737 100644
--- a/srcpkgs/lz4/template
+++ b/srcpkgs/lz4/template
@@ -1,21 +1,22 @@
 # Template file for 'lz4'
 pkgname=lz4
 reverts="131_1 130_1 129_1 128_1 127_1 126_1 125_1 124_1 123_1 122_1"
-version=1.9.4
+version=1.10.0
 revision=1
 bootstrap=yes
 build_style=gnu-makefile
-make_check_target=test
 checkdepends="python3"
-short_desc="LZ4 compression utilities"
+short_desc="Extremely fast compression algorithm"
 maintainer="Orphaned <orphan@voidlinux.org>"
-license="BSD-2-Clause, GPL-2.0-or-later"
+# all files under source 'lib' directory are BSD-2, others are GPLv2+
+license="BSD-2-Clause AND GPL-2.0-or-later"
 homepage="https://lz4.github.io/lz4"
-changelog="https://raw.githubusercontent.com/lz4/lz4/dev/NEWS"
-distfiles="https://github.com/lz4/lz4/archive/v${version}.tar.gz"
-checksum=0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b
+changelog="https://github.com/lz4/lz4/raw/refs/heads/dev/NEWS"
+distfiles="https://github.com/lz4/lz4/releases/download/v${version}/lz4-${version}.tar.gz"
+checksum="537512904744b35e232912055ccf8ec66d768639ff3abe5788d90d792ec5f48b"
 
 post_install() {
+	# BSD-2-Clause must be installed
 	vlicense lib/LICENSE
 }
 

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

* Re: [PR PATCH] [Merged]: Lz4: update to 1.10.0
  2025-04-23 16:29 [PR PATCH] Lz4: update to 1.10.0 wreedb
  2025-04-29 14:47 ` [PR PATCH] [Updated] " wreedb
@ 2025-06-03 22:42 ` Duncaen
  1 sibling, 0 replies; 3+ messages in thread
From: Duncaen @ 2025-06-03 22:42 UTC (permalink / raw)
  To: ml

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

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

Lz4: update to 1.10.0
https://github.com/void-linux/void-packages/pull/55166

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-gnu)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - aarch64
  - armv5tel-musl
  - armv5tel
  - armv6l-musl
  - armv6l
  - armv7l-musl
  - armv7l
  - i686-musl
  - i686
  - mips-musl
  - mipsel-musl
  - mipselhf-musl
  - mipshf-musl
  - ppc-musl
  - ppc
  - ppc64-musl
  - ppc64
  - ppc64le-musl
  - ppc64le
  - x86_64-musl

I had [#55155](https://github.com/void-linux/void-packages/pull/55155), and I seem to have done something incorrectly during my force push, and the pull request became closed. I understand from the contributing document that this is unwanted behavior, so for that I sincerely apologize. All suggested changes from 55155 are present in this commit. Again, sorry for the issues with my original PR.

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

end of thread, other threads:[~2025-06-03 22:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23 16:29 [PR PATCH] Lz4: update to 1.10.0 wreedb
2025-04-29 14:47 ` [PR PATCH] [Updated] " wreedb
2025-06-03 22:42 ` [PR PATCH] [Merged]: " Duncaen

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