Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] libcap-ng: update to 0.8.1.
@ 2020-11-18 22:45 ericonr
  2020-12-12 14:39 ` [PR PATCH] [Updated] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2020-11-18 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages caps
https://github.com/void-linux/void-packages/pull/26494

[NOMERGE] libcap-ng: update to 0.8.1.
Adds more error checking for some functions, which can lead to unexpected failures. I know about https://github.com/stevegrubb/libcap-ng/issues/21 , at the moment.

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

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

From 77286b81e5001bc3428bbb07b454d98efa6434c6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 18 Nov 2020 19:42:08 -0300
Subject: [PATCH] libcap-ng: update to 0.8.1.

---
 srcpkgs/libcap-ng/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index 96f304d909a..081e78339a8 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
-version=0.8
-revision=2
+version=0.8.1
+revision=1
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://people.redhat.com/sgrubb/libcap-ng/"
 distfiles="http://people.redhat.com/sgrubb/$pkgname/$pkgname-$version.tar.gz"
-checksum=f14d23b60ae1465b032e4e8cbd4112006572c69a6017d55d5d3c6aad622a9e21
+checksum=f06b17aaca029e245c9a26c698c6cc8a1cf42b58483d93e94ee02b478bdc1055
 
 subpackages="libcap-ng-devel libcap-ng-progs"
 

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

* Re: [PR PATCH] [Updated] [NOMERGE] libcap-ng: update to 0.8.1.
  2020-11-18 22:45 [PR PATCH] [NOMERGE] libcap-ng: update to 0.8.1 ericonr
@ 2020-12-12 14:39 ` ericonr
  2020-12-12 14:39 ` libcap-ng: update to 0.8.2 ericonr
  2020-12-16 17:36 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-12 14:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages caps
https://github.com/void-linux/void-packages/pull/26494

[NOMERGE] libcap-ng: update to 0.8.1.
Adds more error checking for some functions, which can lead to unexpected failures. I know about https://github.com/stevegrubb/libcap-ng/issues/21 , at the moment.

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

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

From 16fc251d3df7650630016121556556550641b3dd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Wed, 18 Nov 2020 19:42:08 -0300
Subject: [PATCH] libcap-ng: update to 0.8.2.

---
 srcpkgs/libcap-ng/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libcap-ng/template b/srcpkgs/libcap-ng/template
index 96f304d909a..99eab8e614f 100644
--- a/srcpkgs/libcap-ng/template
+++ b/srcpkgs/libcap-ng/template
@@ -1,7 +1,7 @@
 # Template file for 'libcap-ng'
 pkgname=libcap-ng
-version=0.8
-revision=2
+version=0.8.2
+revision=1
 build_style=gnu-configure
 configure_args="--without-python --without-python3"
 short_desc="Alternate POSIX capabilities library"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://people.redhat.com/sgrubb/libcap-ng/"
 distfiles="http://people.redhat.com/sgrubb/$pkgname/$pkgname-$version.tar.gz"
-checksum=f14d23b60ae1465b032e4e8cbd4112006572c69a6017d55d5d3c6aad622a9e21
+checksum=52c083b77c2b0d8449dee141f9c3eba76e6d4c5ad44ef05df25891126cb85ae9
 
 subpackages="libcap-ng-devel libcap-ng-progs"
 

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

* Re: libcap-ng: update to 0.8.2.
  2020-11-18 22:45 [PR PATCH] [NOMERGE] libcap-ng: update to 0.8.1 ericonr
  2020-12-12 14:39 ` [PR PATCH] [Updated] " ericonr
@ 2020-12-12 14:39 ` ericonr
  2020-12-16 17:36 ` [PR PATCH] [Merged]: " ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-12 14:39 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26494#issuecomment-743765519

Comment:
Should be ok to update now.

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

* Re: [PR PATCH] [Merged]: libcap-ng: update to 0.8.2.
  2020-11-18 22:45 [PR PATCH] [NOMERGE] libcap-ng: update to 0.8.1 ericonr
  2020-12-12 14:39 ` [PR PATCH] [Updated] " ericonr
  2020-12-12 14:39 ` libcap-ng: update to 0.8.2 ericonr
@ 2020-12-16 17:36 ` ericonr
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2020-12-16 17:36 UTC (permalink / raw)
  To: ml

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

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

libcap-ng: update to 0.8.2.
https://github.com/void-linux/void-packages/pull/26494

Description:
Adds more error checking for some functions, which can lead to unexpected failures. I know about https://github.com/stevegrubb/libcap-ng/issues/21 , at the moment.

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

end of thread, other threads:[~2020-12-16 17:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-18 22:45 [PR PATCH] [NOMERGE] libcap-ng: update to 0.8.1 ericonr
2020-12-12 14:39 ` [PR PATCH] [Updated] " ericonr
2020-12-12 14:39 ` libcap-ng: update to 0.8.2 ericonr
2020-12-16 17:36 ` [PR PATCH] [Merged]: " ericonr

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