Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libcap: update to 2.61.
@ 2021-12-10  5:51 skmpz
  2021-12-10  5:52 ` skmpz
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: skmpz @ 2021-12-10  5:51 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1089 bytes --]

From 6a73a53f8caf7bc9971735c33e6af15145bdaaa5 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Fri, 10 Dec 2021 09:51:14 +0400
Subject: [PATCH] libcap: update to 2.61.

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

diff --git a/srcpkgs/libcap/template b/srcpkgs/libcap/template
index 13c13bcd2822..43d82022b192 100644
--- a/srcpkgs/libcap/template
+++ b/srcpkgs/libcap/template
@@ -1,6 +1,6 @@
 # Template file for 'libcap'
 pkgname=libcap
-version=2.54
+version=2.61
 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=c1e29680f8bcc51b172e9a8eb9a7a4d7255a00a14301a7c2cf96d1febf7449a5
 
 if [ "$CROSS_BUILD" ]; then
 	make_build_args="CROSS_COMPILE=${XBPS_CROSS_TRIPLET}-"

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

* Re: libcap: update to 2.61.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
@ 2021-12-10  5:52 ` skmpz
  2021-12-11  2:54 ` ericonr
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: skmpz @ 2021-12-10  5:52 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/34461#issuecomment-990638668

Comment:
Supersedes #32796

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

* Re: libcap: update to 2.61.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
  2021-12-10  5:52 ` skmpz
@ 2021-12-11  2:54 ` ericonr
  2022-02-11  8:30 ` tibequadorian
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2021-12-11  2:54 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/34461#issuecomment-991420076

Comment:
Am slightly concerned about https://git.kernel.org/pub/scm/libs/libcap/libcap.git/commit/?id=73194f5369286e10c9e19cbd71de59c3b45b5789 because it breaks ABI. Will investigate a bit.

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

* Re: libcap: update to 2.61.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
  2021-12-10  5:52 ` skmpz
  2021-12-11  2:54 ` ericonr
@ 2022-02-11  8:30 ` tibequadorian
  2022-06-17 17:47 ` [PR PATCH] [Updated] " skmpz
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tibequadorian @ 2022-02-11  8:30 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/34461#issuecomment-1035976718

Comment:
new version is 2.63

can you update libcap-pam too? add the `if [ "$CROSS_BUILD" ] ...` section from libcap to fix cross compiling

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

* Re: [PR PATCH] [Updated] libcap: update to 2.61.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
                   ` (2 preceding siblings ...)
  2022-02-11  8:30 ` tibequadorian
@ 2022-06-17 17:47 ` skmpz
  2022-06-17 17:48 ` libcap(-pam): update to 2.64 skmpz
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: skmpz @ 2022-06-17 17:47 UTC (permalink / raw)
  To: ml

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

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

* Re: libcap(-pam): update to 2.64.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
                   ` (3 preceding siblings ...)
  2022-06-17 17:47 ` [PR PATCH] [Updated] " skmpz
@ 2022-06-17 17:48 ` skmpz
  2022-09-16  2:14 ` github-actions
  2022-09-30  2:14 ` [PR PATCH] [Closed]: " github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: skmpz @ 2022-06-17 17:48 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/34461#issuecomment-1159106825

Comment:
bumped both libcap and libcap-pam to 2.64.

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

* Re: libcap(-pam): update to 2.64.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
                   ` (4 preceding siblings ...)
  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
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-09-16  2:14 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34461#issuecomment-1248834449

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: libcap(-pam): update to 2.64.
  2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
                   ` (5 preceding siblings ...)
  2022-09-16  2:14 ` github-actions
@ 2022-09-30  2:14 ` github-actions
  6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2022-09-30  2:14 UTC (permalink / raw)
  To: ml

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

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

libcap(-pam): update to 2.64.
https://github.com/void-linux/void-packages/pull/34461

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] 8+ messages in thread

end of thread, other threads:[~2022-09-30  2:14 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-10  5:51 [PR PATCH] libcap: update to 2.61 skmpz
2021-12-10  5:52 ` skmpz
2021-12-11  2:54 ` ericonr
2022-02-11  8:30 ` tibequadorian
2022-06-17 17:47 ` [PR PATCH] [Updated] " skmpz
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

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