Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lzlib and plzip: update
@ 2025-01-20  3:35 mtboehlke
  2025-01-23 15:42 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 4+ messages in thread
From: mtboehlke @ 2025-01-20  3:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mtboehlke/void-packages lzlib
https://github.com/void-linux/void-packages/pull/54046

lzlib and plzip: update
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

lzlib: also move the info documentation to the -devel subpackage.

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

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

From e9232b1efbc95ae0c38da534b26395fa272bdf31 Mon Sep 17 00:00:00 2001
From: Matt Boehlke <git@mtboehlke.com>
Date: Sun, 19 Jan 2025 21:29:15 -0600
Subject: [PATCH 1/2] lzlib: update to 1.15.

Also move the library documentation to -devel subpackage
---
 srcpkgs/lzlib/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template
index 20d4308672b547..02b9efecc87be8 100644
--- a/srcpkgs/lzlib/template
+++ b/srcpkgs/lzlib/template
@@ -1,6 +1,6 @@
 # Template file for 'lzlib'
 pkgname=lzlib
-version=1.14
+version=1.15
 revision=1
 build_style=configure
 configure_args="--enable-shared --disable-static"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.nongnu.org/lzip/lzlib"
 distfiles="${NONGNU_SITE}/lzip/lzlib/lzlib-${version}.tar.gz"
-checksum=5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f
+checksum=4afab907a46d5a7d14e927a1080c3f4d7e3ca5a0f9aea81747d8fed0292377ff
 
 do_configure() {
 	./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
@@ -25,5 +25,6 @@ lzlib-devel_package() {
 	pkg_install() {
 		vmove usr/include
 		vmove usr/lib/*.so
+		vmove usr/share/info
 	}
 }

From 9fab968218b68248b9291aa3474ffb18a5a79c2e Mon Sep 17 00:00:00 2001
From: Matt Boehlke <git@mtboehlke.com>
Date: Sun, 19 Jan 2025 21:32:00 -0600
Subject: [PATCH 2/2] plzip: update to 1.12.

---
 srcpkgs/plzip/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/plzip/template b/srcpkgs/plzip/template
index a97759ed890ed5..9716f05be3079c 100644
--- a/srcpkgs/plzip/template
+++ b/srcpkgs/plzip/template
@@ -1,6 +1,6 @@
 # Template file for 'plzip'
 pkgname=plzip
-version=1.11
+version=1.12
 revision=1
 build_style=configure
 makedepends="lzlib-devel"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.nongnu.org/lzip/plzip"
 distfiles="${NONGNU_SITE}/lzip/plzip/plzip-${version}.tar.gz"
-checksum=d8e3cbe45c9222383339130e1bcc6e5e884d776b63f188896e6df67bc1d5626b
+checksum=50d71aad6fa154ad8c824279e86eade4bcf3bb4932d757d8f281ac09cfadae30
 
 do_configure() {
 	./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"

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

* Re: [PR PATCH] [Merged]: lzlib and plzip: update
  2025-01-20  3:35 [PR PATCH] lzlib and plzip: update mtboehlke
@ 2025-01-23 15:42 ` leahneukirchen
  0 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2025-01-23 15:42 UTC (permalink / raw)
  To: ml

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

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

lzlib and plzip: update
https://github.com/void-linux/void-packages/pull/54046

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

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

lzlib: also move the info documentation to the -devel subpackage.

<!--
#### 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] 4+ messages in thread

* Re: [PR PATCH] [Merged]: lzlib and plzip: update
  2024-01-27  2:54 [PR PATCH] " mtboehlke
@ 2024-01-30 23:24 ` cinerea0
  0 siblings, 0 replies; 4+ messages in thread
From: cinerea0 @ 2024-01-30 23:24 UTC (permalink / raw)
  To: ml

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

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

lzlib and plzip: update
https://github.com/void-linux/void-packages/pull/48392

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

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

<!--
#### 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] 4+ messages in thread

* Re: [PR PATCH] [Merged]: lzlib and plzip update
  2022-02-09 16:22 [PR PATCH] lzlib and plzip update mobinmob
@ 2022-02-14  8:39 ` paper42
  0 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-02-14  8:39 UTC (permalink / raw)
  To: ml

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

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

lzlib and plzip update
https://github.com/void-linux/void-packages/pull/35484

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

#### Testing the changes
- I tested the changes in this PR: **YES**
<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 4+ messages in thread

end of thread, other threads:[~2025-01-23 15:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-20  3:35 [PR PATCH] lzlib and plzip: update mtboehlke
2025-01-23 15:42 ` [PR PATCH] [Merged]: " leahneukirchen
  -- strict thread matches above, loose matches on Subject: below --
2024-01-27  2:54 [PR PATCH] " mtboehlke
2024-01-30 23:24 ` [PR PATCH] [Merged]: " cinerea0
2022-02-09 16:22 [PR PATCH] lzlib and plzip update mobinmob
2022-02-14  8:39 ` [PR PATCH] [Merged]: " paper42

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