Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lzlib and plzip update
@ 2022-02-09 16:22 mobinmob
  2022-02-14  8:39 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 4+ messages in thread
From: mobinmob @ 2022-02-09 16:22 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages lzlib
https://github.com/void-linux/void-packages/pull/35484

lzlib and plzip update
<!-- 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
-->


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

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

From 4ca7cc9d2188a6dd6f95d7d449b3148496f4cdc4 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 9 Feb 2022 18:17:33 +0200
Subject: [PATCH 1/2] lzlib: update to 1.13.

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

diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template
index 06b29b4a7e74..763eab5d6eaf 100644
--- a/srcpkgs/lzlib/template
+++ b/srcpkgs/lzlib/template
@@ -1,6 +1,6 @@
 # Template file for 'lzlib'
 pkgname=lzlib
-version=1.12
+version=1.13
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-static"
@@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="BSD-2-Clause"
 homepage="https://www.nongnu.org/lzip/lzlib"
 distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz"
-checksum=8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1
+checksum=a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80
 
 do_configure() {
 	./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From 88e6e2528c8c6175e44299daae23144f1bb69ba8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Wed, 9 Feb 2022 18:21:06 +0200
Subject: [PATCH 2/2] plzip: update to 1.10.

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

diff --git a/srcpkgs/plzip/template b/srcpkgs/plzip/template
index 145bf8179ced..cb1b9d404aae 100644
--- a/srcpkgs/plzip/template
+++ b/srcpkgs/plzip/template
@@ -1,6 +1,6 @@
 # Template file for 'plzip'
 pkgname=plzip
-version=1.9
+version=1.10
 revision=1
 build_style=gnu-configure
 makedepends="lzlib-devel"
@@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.nongnu.org/lzip/plzip"
 distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
-checksum=14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7
+checksum=43faa58265d8b89ad75bd4ed11d347ef10065a8070748bc1ed0e06f191458098
 
 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
  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

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

[-- Attachment #1: Type: text/plain, Size: 1237 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/48392

lzlib and plzip: update
<!-- 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
-->


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

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

From 8757413a60e520f44ba76b764dd4fe4554a857e1 Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Fri, 26 Jan 2024 20:47:30 -0600
Subject: [PATCH 1/2] lzlib: update to 1.14.

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

diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template
index 0b1ac3c5b006b..20d4308672b54 100644
--- a/srcpkgs/lzlib/template
+++ b/srcpkgs/lzlib/template
@@ -1,15 +1,15 @@
 # Template file for 'lzlib'
 pkgname=lzlib
-version=1.13
+version=1.14
 revision=1
-build_style=gnu-configure
+build_style=configure
 configure_args="--enable-shared --disable-static"
 short_desc="Compression library for the lzip file format"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-2-Clause"
 homepage="https://www.nongnu.org/lzip/lzlib"
-distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz"
-checksum=a1ab58f3148ba4b2674e938438166042137a9275bed747306641acfddc9ffb80
+distfiles="${NONGNU_SITE}/lzip/lzlib/lzlib-${version}.tar.gz"
+checksum=5acac8714ed4f306020bae660dddce706e5f8a795863679037da9fe6bf4dcf6f
 
 do_configure() {
 	./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From a30e6f526e4f5db1d590314d0bd9092270b1204d Mon Sep 17 00:00:00 2001
From: Mat Boehlke <mtboehlke@gmail.com>
Date: Fri, 26 Jan 2024 20:48:27 -0600
Subject: [PATCH 2/2] plzip: update to 1.11.

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

diff --git a/srcpkgs/plzip/template b/srcpkgs/plzip/template
index d13c450ec56eb..a97759ed890ed 100644
--- a/srcpkgs/plzip/template
+++ b/srcpkgs/plzip/template
@@ -1,15 +1,15 @@
 # Template file for 'plzip'
 pkgname=plzip
-version=1.10
+version=1.11
 revision=1
-build_style=gnu-configure
+build_style=configure
 makedepends="lzlib-devel"
 short_desc="Multi-threaded compressor using the lzip file format"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.nongnu.org/lzip/plzip"
-distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
-checksum=43faa58265d8b89ad75bd4ed11d347ef10065a8070748bc1ed0e06f191458098
+distfiles="${NONGNU_SITE}/lzip/plzip/plzip-${version}.tar.gz"
+checksum=d8e3cbe45c9222383339130e1bcc6e5e884d776b63f188896e6df67bc1d5626b
 
 do_configure() {
 	./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"

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

* [PR PATCH] lzlib and plzip update.
@ 2021-01-08  9:01 mobinmob
  0 siblings, 0 replies; 4+ messages in thread
From: mobinmob @ 2021-01-08  9:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages lzlib
https://github.com/void-linux/void-packages/pull/27756

lzlib and plzip update.


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

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

From a423f01803a6347f668e4198931898225b78597f Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 8 Jan 2021 10:59:55 +0200
Subject: [PATCH 1/2] lzlib: update to 1.12.

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

diff --git a/srcpkgs/lzlib/template b/srcpkgs/lzlib/template
index 1e4f64f2045..06b29b4a7e7 100644
--- a/srcpkgs/lzlib/template
+++ b/srcpkgs/lzlib/template
@@ -1,6 +1,6 @@
 # Template file for 'lzlib'
 pkgname=lzlib
-version=1.11
+version=1.12
 revision=1
 build_style=gnu-configure
 configure_args="--enable-shared --disable-static"
@@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="BSD-2-Clause"
 homepage="https://www.nongnu.org/lzip/lzlib"
 distfiles="${NONGNU_SITE}/lzip/lzlib/${pkgname}-${version}.tar.gz"
-checksum=6c5c5f8759d1ab7c4c3c53788ea2d9daad04aeddcf338226893f8ff134914d36
+checksum=8e5d84242eb52cf1dcc98e58bd9ba8ef1aefa501431abdd0273a22bf4ce337b1
 
 do_configure() {
 	./configure --prefix=/usr $configure_args CC="$CC" CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"

From 322c5efa6c73ecaf365d96d6e0583a7b3d3e6d6e Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Fri, 8 Jan 2021 11:00:00 +0200
Subject: [PATCH 2/2] plzip: update to 1.9.

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

diff --git a/srcpkgs/plzip/template b/srcpkgs/plzip/template
index 631e96fe1c6..145bf8179ce 100644
--- a/srcpkgs/plzip/template
+++ b/srcpkgs/plzip/template
@@ -1,6 +1,6 @@
 # Template file for 'plzip'
 pkgname=plzip
-version=1.8
+version=1.9
 revision=1
 build_style=gnu-configure
 makedepends="lzlib-devel"
@@ -9,7 +9,7 @@ maintainer="bra1nwave <brainwave@openmailbox.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.nongnu.org/lzip/plzip"
 distfiles="${NONGNU_SITE}/lzip/plzip/${pkgname}-${version}.tar.gz"
-checksum=edafae3c15142ac0ebd84c2231ff81da4f68db58359a737e750f2780686c3612
+checksum=14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7
 
 do_configure() {
 	./configure --prefix=/usr CXX="$CXX" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS"

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

end of thread, other threads:[~2024-01-27  2:54 UTC | newest]

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

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