Github messages for voidlinux
 help / color / mirror / Atom feed
From: mhmdanas <mhmdanas@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libarchive: update to 3.7.2.
Date: Sat, 14 Oct 2023 01:21:02 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-46671@inbox.vuxu.org> (raw)

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

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

https://github.com/mhmdanas/void-packages libarchive-3.7.2
https://github.com/void-linux/void-packages/pull/46671

libarchive: update to 3.7.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->

Fixes various security issues.

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

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

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

From 588e3c1df2b1e603bf2cc96ed5c1b257b9e75d41 Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Sat, 14 Oct 2023 00:20:11 +0100
Subject: [PATCH] libarchive: update to 3.7.2.

---
 srcpkgs/libarchive/template | 19 +++++++------------
 1 file changed, 7 insertions(+), 12 deletions(-)

diff --git a/srcpkgs/libarchive/template b/srcpkgs/libarchive/template
index f4885ebc033c5..eba33933dfba6 100644
--- a/srcpkgs/libarchive/template
+++ b/srcpkgs/libarchive/template
@@ -1,7 +1,7 @@
 # Template file for 'libarchive'
 pkgname=libarchive
-version=3.6.2
-revision=3
+version=3.7.2
+revision=1
 bootstrap=yes
 build_style=gnu-configure
 configure_args="$(vopt_enable acl) $(vopt_enable acl xattr)
@@ -16,18 +16,13 @@ short_desc="Library to read/write several different streaming archive formats"
 maintainer="Juan RP <xtraeme@gmail.com>"
 license="BSD-2-Clause"
 homepage="http://www.libarchive.org/"
-changelog="https://raw.githubusercontent.com/wiki/libarchive/libarchive/ReleaseNotes.md"
-distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.gz"
-checksum=ba6d02f15ba04aba9c23fd5f236bb234eab9d5209e95d1c4df85c44d5f19b9b3
+changelog="https://github.com/libarchive/libarchive/releases"
+distfiles="https://github.com/libarchive/libarchive/releases/download/v${version}/libarchive-${version}.tar.xz"
+checksum=04357661e6717b6941682cde02ad741ae4819c67a260593dfb2431861b251acb
 
 build_options="acl expat lzo lz4 ssl zstd"
 build_options_default="acl ssl lz4 zstd"
 
-post_extract() {
-	# remove iconv from libarchive.pc requirements.
-	vsed -e '/LIBSREQUIRED.*iconv/d' -i configure
-}
-
 pre_configure() {
 	export LIBS=-pthread
 }
@@ -35,11 +30,11 @@ pre_configure() {
 do_check() {
 	case "$XBPS_TARGET_LIBC" in
 		*musl)
-			make check ||
+			make check ${makejobs} ||
 				msg_warn "Tests can fail due to encoding conversions\n"
 			;;
 		*)
-			make check
+			make check ${makejobs}
 			;;
 	esac
 }

             reply	other threads:[~2023-10-13 23:21 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-13 23:21 mhmdanas [this message]
2023-11-02 22:44 ` [PR PATCH] [Updated] " mhmdanas
2023-11-06 13:32 ` mhmdanas
2023-11-06 13:52 ` libarchive: update to 3.7.2, adopt mhmdanas
2023-11-06 16:41 ` [PR REVIEW] " classabbyamp
2023-11-06 16:41 ` classabbyamp
2023-11-06 16:51 ` [PR PATCH] [Updated] " mhmdanas
2023-11-06 16:52 ` [PR REVIEW] " mhmdanas
2023-11-06 16:54 ` classabbyamp
2023-11-06 17:02 ` [PR PATCH] [Merged]: " leahneukirchen
2023-11-06 21:20 ` [PR REVIEW] " mhmdanas
2023-11-06 21:21 ` classabbyamp
2023-11-06 22:03 ` mhmdanas

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-46671@inbox.vuxu.org \
    --to=mhmdanas@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).