Github messages for voidlinux
 help / color / mirror / Atom feed
From: skmpz <skmpz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] libcap: update to 2.61.
Date: Fri, 17 Jun 2022 19:47:46 +0200	[thread overview]
Message-ID: <20220617174746.7jrNaTAF92cRBL8uE8VV5KyWMDcqNxF3ro4__zUXu2c@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-34461@inbox.vuxu.org>

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

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

https://github.com/skmpz/void-packages libcap-2.61
https://github.com/void-linux/void-packages/pull/34461

libcap: update to 2.61.
<!-- 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/34461.patch is attached

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

From 7f381dc01b73de982100ecf0e5db1eae45617a44 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Fri, 10 Dec 2021 09:51:14 +0400
Subject: [PATCH 1/2] libcap: update to 2.64.

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

diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template
index 13c13bcd2822..a7fc61c590a6 100644
--- a/srcpkgs/libcap/template
+++ b/srcpkgs/libcap/template
@@ -1,6 +1,6 @@
 # Template file for 'libcap'
 pkgname=libcap
-version=2.54
+version=2.64
 revision=1
 bootstrap=yes
 build_style=gnu-makefile
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="http://sites.google.com/site/fullycapable/"
 changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap"
 distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/${pkgname}-${version}.tar.xz"
-checksum=5091b24247999fd7a5e62bd9ac8bc761cda29f9baa0d1a2ca6a46f13891b4f0f
+checksum=c8465e1f0b068d5fc06199231135ccac7adb56d662b1de93589252e8cd071e13
 
 if [ "$CROSS_BUILD" ]; then
 	make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"

From 4e23796b54c82c82fef703d1d21745f87d5bfb02 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Fri, 17 Jun 2022 21:47:09 +0400
Subject: [PATCH 2/2] libcap-pam: update to 2.64.

---
 srcpkgs/libcap-pam/template | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libcap-pam/template b/srcpkgs/libcap-pam/template
index 3056e63e34c3..58d481db2a4e 100644
--- a/srcpkgs/libcap-pam/template
+++ b/srcpkgs/libcap-pam/template
@@ -1,6 +1,6 @@
 # Template file for 'libcap-pam'
 pkgname=libcap-pam
-version=2.34
+version=2.64
 revision=1
 wrksrc="libcap-${version}"
 build_style=gnu-makefile
@@ -14,10 +14,14 @@ license="GPL-2.0-only"
 homepage="http://sites.google.com/site/fullycapable/"
 changelog="https://sites.google.com/site/fullycapable/release-notes-for-libcap"
 distfiles="${KERNEL_SITE}/libs/security/linux-privs/libcap2/libcap-${version}.tar.xz"
-checksum=aecdd42015955068d3d94b7caa9590fcb2de5df53ce53c61a21b912bfc0b1611
+checksum=c8465e1f0b068d5fc06199231135ccac7adb56d662b1de93589252e8cd071e13
 
 conf_files="/etc/security/capability.conf"
 
+if [ "$CROSS_BUILD" ]; then
+	make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"
+fi
+
 pre_build() {
 	vsed -e 's,CC :=,CC ?=,' -i Make.Rules
 	# Disable tests, as they cause cross-build failure

  parent reply	other threads:[~2022-06-17 17:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-10  5:51 [PR PATCH] " skmpz
2021-12-10  5:52 ` skmpz
2021-12-11  2:54 ` ericonr
2022-02-11  8:30 ` tibequadorian
2022-06-17 17:47 ` skmpz [this message]
2022-06-17 17:48 ` libcap(-pam): update to 2.64 skmpz
2022-09-16  2:14 ` github-actions
2022-09-30  2:14 ` [PR PATCH] [Closed]: " github-actions

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=20220617174746.7jrNaTAF92cRBL8uE8VV5KyWMDcqNxF3ro4__zUXu2c@z \
    --to=skmpz@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).