Github messages for voidlinux
 help / color / mirror / Atom feed
From: mtboehlke <mtboehlke@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] lzlib and plzip: update
Date: Sat, 27 Jan 2024 03:54:46 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48392@inbox.vuxu.org> (raw)

[-- 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"

             reply	other threads:[~2024-01-27  2:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-27  2:54 mtboehlke [this message]
2024-01-30 23:24 ` [PR PATCH] [Merged]: " cinerea0
  -- strict thread matches above, loose matches on Subject: below --
2022-02-09 16:22 [PR PATCH] lzlib and plzip update mobinmob
2021-01-08  9:01 mobinmob

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-48392@inbox.vuxu.org \
    --to=mtboehlke@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).