Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8
@ 2016-09-15 10:33 Rahul Bedarkar
  2016-09-15 10:33 ` [Buildroot] [PATCH 7/7] libcap-ng: annotate licenses with components Rahul Bedarkar
  2016-09-16 16:46 ` [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8 Thomas Petazzoni
  0 siblings, 2 replies; 4+ messages in thread
From: Rahul Bedarkar @ 2016-09-15 10:33 UTC (permalink / raw)
  To: buildroot

Drop upstream patch

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/libcap-ng/0001-add-missing-include.patch | 22 ----------------------
 package/libcap-ng/libcap-ng.hash                 |  2 +-
 package/libcap-ng/libcap-ng.mk                   |  2 +-
 3 files changed, 2 insertions(+), 24 deletions(-)
 delete mode 100644 package/libcap-ng/0001-add-missing-include.patch

diff --git a/package/libcap-ng/0001-add-missing-include.patch b/package/libcap-ng/0001-add-missing-include.patch
deleted file mode 100644
index c30c40d..0000000
--- a/package/libcap-ng/0001-add-missing-include.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Add missing include <sys/types.h>
-
-This include is needed to get the pid_t definition, at least with the
-musl C library.
-
-Patch inspired from Alpine Linux patch
-http://git.alpinelinux.org/cgit/aports/tree/main/libcap-ng/fix-includes.patch.
-
-Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-
-Index: b/utils/proc-llist.h
-===================================================================
---- a/utils/proc-llist.h
-+++ b/utils/proc-llist.h
-@@ -26,6 +26,7 @@
- 
- #include "config.h"
- 
-+#include <sys/types.h>
- 
- /* This is the node of the linked list. Any data elements that are per
-  *  record goes here. */
diff --git a/package/libcap-ng/libcap-ng.hash b/package/libcap-ng/libcap-ng.hash
index ecea6e8..b433b75 100644
--- a/package/libcap-ng/libcap-ng.hash
+++ b/package/libcap-ng/libcap-ng.hash
@@ -1,2 +1,2 @@
 # Locally calculated
-sha256	615549ce39b333f6b78baee0c0b4ef18bc726c6bf1cca123dfd89dd963f6d06b  libcap-ng-0.7.7.tar.gz
+sha256 c21af997445cd4107a55d386f955c5ea6f6e96ead693e9151277c0ab5f97d05f libcap-ng-0.7.8.tar.gz
diff --git a/package/libcap-ng/libcap-ng.mk b/package/libcap-ng/libcap-ng.mk
index d78f5dc..34e0f2c 100644
--- a/package/libcap-ng/libcap-ng.mk
+++ b/package/libcap-ng/libcap-ng.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBCAP_NG_VERSION = 0.7.7
+LIBCAP_NG_VERSION = 0.7.8
 LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
 LIBCAP_NG_LICENSE = GPLv2+ LGPLv2.1+
 LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
-- 
2.6.2

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

* [Buildroot] [PATCH 7/7] libcap-ng: annotate licenses with components
  2016-09-15 10:33 [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8 Rahul Bedarkar
@ 2016-09-15 10:33 ` Rahul Bedarkar
  2016-09-16 16:46   ` Thomas Petazzoni
  2016-09-16 16:46 ` [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8 Thomas Petazzoni
  1 sibling, 1 reply; 4+ messages in thread
From: Rahul Bedarkar @ 2016-09-15 10:33 UTC (permalink / raw)
  To: buildroot

libcap-ng.so library is released under LGPLv2.1+ and programs testcap,
filecap, netcap and pscap are released under GPLv2+.

Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
 package/libcap-ng/libcap-ng.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libcap-ng/libcap-ng.mk b/package/libcap-ng/libcap-ng.mk
index 34e0f2c..19cc27d 100644
--- a/package/libcap-ng/libcap-ng.mk
+++ b/package/libcap-ng/libcap-ng.mk
@@ -6,7 +6,7 @@
 
 LIBCAP_NG_VERSION = 0.7.8
 LIBCAP_NG_SITE = http://people.redhat.com/sgrubb/libcap-ng
-LIBCAP_NG_LICENSE = GPLv2+ LGPLv2.1+
+LIBCAP_NG_LICENSE = GPLv2+ (programs), LGPLv2.1+ (library)
 LIBCAP_NG_LICENSE_FILES = COPYING COPYING.LIB
 LIBCAP_NG_INSTALL_STAGING = YES
 
-- 
2.6.2

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

* [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8
  2016-09-15 10:33 [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8 Rahul Bedarkar
  2016-09-15 10:33 ` [Buildroot] [PATCH 7/7] libcap-ng: annotate licenses with components Rahul Bedarkar
@ 2016-09-16 16:46 ` Thomas Petazzoni
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-09-16 16:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 15 Sep 2016 16:03:53 +0530, Rahul Bedarkar wrote:
> Drop upstream patch
> 
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
> ---
>  package/libcap-ng/0001-add-missing-include.patch | 22 ----------------------
>  package/libcap-ng/libcap-ng.hash                 |  2 +-
>  package/libcap-ng/libcap-ng.mk                   |  2 +-
>  3 files changed, 2 insertions(+), 24 deletions(-)
>  delete mode 100644 package/libcap-ng/0001-add-missing-include.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 7/7] libcap-ng: annotate licenses with components
  2016-09-15 10:33 ` [Buildroot] [PATCH 7/7] libcap-ng: annotate licenses with components Rahul Bedarkar
@ 2016-09-16 16:46   ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2016-09-16 16:46 UTC (permalink / raw)
  To: buildroot

Hello,

On Thu, 15 Sep 2016 16:03:54 +0530, Rahul Bedarkar wrote:
> libcap-ng.so library is released under LGPLv2.1+ and programs testcap,
> filecap, netcap and pscap are released under GPLv2+.
> 
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
> ---
>  package/libcap-ng/libcap-ng.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-09-16 16:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-15 10:33 [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8 Rahul Bedarkar
2016-09-15 10:33 ` [Buildroot] [PATCH 7/7] libcap-ng: annotate licenses with components Rahul Bedarkar
2016-09-16 16:46   ` Thomas Petazzoni
2016-09-16 16:46 ` [Buildroot] [PATCH 6/7] libcap-ng: bump version to 0.7.8 Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox