Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] zstd: update to 1.5.6.
@ 2024-03-27 13:19 leahneukirchen
  2024-03-27 13:50 ` [PR PATCH] [Updated] " leahneukirchen
  2024-03-27 14:04 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: leahneukirchen @ 2024-03-27 13:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages zstd156
https://github.com/void-linux/void-packages/pull/49565

zstd: update to 1.5.6.
Adopt.

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

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

<!--
#### 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/49565.patch is attached

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

From 6a2c862f69044995492bf701752490c5a986da7b Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 27 Mar 2024 14:18:26 +0100
Subject: [PATCH] zstd: update to 1.5.6.

Adopt.
---
 srcpkgs/zstd/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/zstd/template b/srcpkgs/zstd/template
index 32f9d44c4c3d03..fdf8ec03007127 100644
--- a/srcpkgs/zstd/template
+++ b/srcpkgs/zstd/template
@@ -1,17 +1,17 @@
 # Template file for 'zstd'
 pkgname=zstd
-version=1.5.5
-revision=2
+version=1.5.6
+revision=1
 bootstrap=yes
 makedepends="zlib-devel liblzma-devel liblz4-devel"
 checkdepends="gtest-devel tar"
 short_desc="Fast real-time compression algorithm - CLI tool"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause, GPL-2.0-or-later"
 homepage="https://facebook.github.io/zstd/"
 changelog="https://raw.githubusercontent.com/facebook/zstd/dev/CHANGELOG"
 distfiles="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz"
-checksum=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
+checksum=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
 
 do_build() {
 	make ${makejobs} PREFIX=/usr lib-mt

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

* Re: [PR PATCH] [Updated] zstd: update to 1.5.6.
  2024-03-27 13:19 [PR PATCH] zstd: update to 1.5.6 leahneukirchen
@ 2024-03-27 13:50 ` leahneukirchen
  2024-03-27 14:04 ` [PR PATCH] [Merged]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2024-03-27 13:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/leahneukirchen/void-packages zstd156
https://github.com/void-linux/void-packages/pull/49565

zstd: update to 1.5.6.
Adopt.

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

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

<!--
#### 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/49565.patch is attached

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

From 85917ac065a9d3f5ebc33d77da9fc22c6c47fd17 Mon Sep 17 00:00:00 2001
From: Leah Neukirchen <leah@vuxu.org>
Date: Wed, 27 Mar 2024 14:18:26 +0100
Subject: [PATCH] zstd: update to 1.5.6.

Adopt.
---
 srcpkgs/zstd/patches/ldflags.patch | 11 +++++++++++
 srcpkgs/zstd/template              | 10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/zstd/patches/ldflags.patch

diff --git a/srcpkgs/zstd/patches/ldflags.patch b/srcpkgs/zstd/patches/ldflags.patch
new file mode 100644
index 00000000000000..19b062186f3366
--- /dev/null
+++ b/srcpkgs/zstd/patches/ldflags.patch
@@ -0,0 +1,11 @@
+--- a/programs/Makefile
++++ b/programs/Makefile
+@@ -158,7 +158,7 @@
+ 	@echo "$(LZMA_MSG)"
+ 	@echo "$(LZ4_MSG)"
+ 	@echo LINK $@
+-	$(CC) $(FLAGS) $^ $(LDLIBS) -o $@$(EXT)
++	$(CC) $(FLAGS) $^ $(LDLIBS) -o $@$(EXT) $(LDFLAGS)
+ 
+ ifeq ($(HAVE_HASH),1)
+ SRCBIN_HASH = $(shell cat $(BUILD_DIR)/zstd$(EXT) 2> $(VOID) | $(HASH) | cut -f 1 -d " ")
diff --git a/srcpkgs/zstd/template b/srcpkgs/zstd/template
index 32f9d44c4c3d03..91e02da24eb4a4 100644
--- a/srcpkgs/zstd/template
+++ b/srcpkgs/zstd/template
@@ -1,21 +1,21 @@
 # Template file for 'zstd'
 pkgname=zstd
-version=1.5.5
-revision=2
+version=1.5.6
+revision=1
 bootstrap=yes
 makedepends="zlib-devel liblzma-devel liblz4-devel"
 checkdepends="gtest-devel tar"
 short_desc="Fast real-time compression algorithm - CLI tool"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-3-Clause, GPL-2.0-or-later"
 homepage="https://facebook.github.io/zstd/"
 changelog="https://raw.githubusercontent.com/facebook/zstd/dev/CHANGELOG"
 distfiles="https://github.com/facebook/zstd/releases/download/v${version}/zstd-${version}.tar.gz"
-checksum=9c4396cc829cfae319a6e2615202e82aad41372073482fce286fac78646d3ee4
+checksum=8c29e06cf42aacc1eafc4077ae2ec6c6fcb96a626157e0593d5e82a34fd403c1
 
 do_build() {
 	make ${makejobs} PREFIX=/usr lib-mt
-	make ${makejobs} PREFIX=/usr -C programs zstd-dll
+	make ${makejobs} PREFIX=/usr -C programs zstd-dll LIB_BINDIR=../lib
 	make ${makejobs} PREFIX=/usr -C contrib/pzstd
 }
 

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

* Re: [PR PATCH] [Merged]: zstd: update to 1.5.6.
  2024-03-27 13:19 [PR PATCH] zstd: update to 1.5.6 leahneukirchen
  2024-03-27 13:50 ` [PR PATCH] [Updated] " leahneukirchen
@ 2024-03-27 14:04 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2024-03-27 14:04 UTC (permalink / raw)
  To: ml

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

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

zstd: update to 1.5.6.
https://github.com/void-linux/void-packages/pull/49565

Description:
Adopt.

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

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

<!--
#### 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:[~2024-03-27 14:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-27 13:19 [PR PATCH] zstd: update to 1.5.6 leahneukirchen
2024-03-27 13:50 ` [PR PATCH] [Updated] " leahneukirchen
2024-03-27 14:04 ` [PR PATCH] [Merged]: " leahneukirchen

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