All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6
@ 2020-05-07 23:11 aduskett at gmail.com
  2020-05-07 23:11 ` [Buildroot] [PATCH/next 2/2] package/nftables: bump version to 0.9.4 aduskett at gmail.com
  2020-05-09 12:38 ` [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6 Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: aduskett at gmail.com @ 2020-05-07 23:11 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/libnftnl/libnftnl.hash | 4 ++--
 package/libnftnl/libnftnl.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libnftnl/libnftnl.hash b/package/libnftnl/libnftnl.hash
index 4d2eb0ef08..0114619089 100644
--- a/package/libnftnl/libnftnl.hash
+++ b/package/libnftnl/libnftnl.hash
@@ -1,3 +1,3 @@
 # From http://www.netfilter.org/projects/libnftnl/downloads.html
-sha256	66de4d05227c0a1a731c369b193010d18a05b1185c2735211e0ecf658eeb14f3	libnftnl-1.1.5.tar.bz2
-sha256	98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24	COPYING
+sha256  c1eb5a696fc1d4b3b412770586017bc01af93da3ddd25233d34a62979dee1eca  libnftnl-1.1.6.tar.bz2
+sha256  98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24  COPYING
diff --git a/package/libnftnl/libnftnl.mk b/package/libnftnl/libnftnl.mk
index ac780bd8d3..f624474196 100644
--- a/package/libnftnl/libnftnl.mk
+++ b/package/libnftnl/libnftnl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNFTNL_VERSION = 1.1.5
+LIBNFTNL_VERSION = 1.1.6
 LIBNFTNL_SITE = https://netfilter.org/projects/libnftnl/files
 LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
 LIBNFTNL_LICENSE = GPL-2.0+
-- 
2.26.2

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

* [Buildroot] [PATCH/next 2/2] package/nftables: bump version to 0.9.4
  2020-05-07 23:11 [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6 aduskett at gmail.com
@ 2020-05-07 23:11 ` aduskett at gmail.com
  2020-05-09 12:38 ` [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6 Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: aduskett at gmail.com @ 2020-05-07 23:11 UTC (permalink / raw)
  To: buildroot

From: Adam Duskett <Aduskett@gmail.com>

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
---
 package/nftables/nftables.hash | 4 ++--
 package/nftables/nftables.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/nftables/nftables.hash b/package/nftables/nftables.hash
index 93c816edc7..afe16ddfaf 100644
--- a/package/nftables/nftables.hash
+++ b/package/nftables/nftables.hash
@@ -1,3 +1,3 @@
 # From https://netfilter.org/projects/nftables/downloads.html
-sha256	956b915ce2a7aeaff123e49006be7a0690a0964e96c062703181a36e2e5edb78	nftables-0.9.3.tar.bz2
-sha256	c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e	COPYING
+sha256  08b8683a9db5fba980bc092b75288af98d218bbe8ab446daf2338570d0730f9a  nftables-0.9.4.tar.bz2
+sha256  c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e  COPYING
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index 1eef43586c..7f797797db 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NFTABLES_VERSION = 0.9.3
+NFTABLES_VERSION = 0.9.4
 NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
 NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
 NFTABLES_DEPENDENCIES = libmnl libnftnl host-bison host-flex \
-- 
2.26.2

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

* [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6
  2020-05-07 23:11 [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6 aduskett at gmail.com
  2020-05-07 23:11 ` [Buildroot] [PATCH/next 2/2] package/nftables: bump version to 0.9.4 aduskett at gmail.com
@ 2020-05-09 12:38 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-05-09 12:38 UTC (permalink / raw)
  To: buildroot

On Thu,  7 May 2020 16:11:49 -0700
aduskett at gmail.com wrote:

> From: Adam Duskett <Aduskett@gmail.com>
> 
> Signed-off-by: Adam Duskett <Aduskett@gmail.com>
> ---
>  package/libnftnl/libnftnl.hash | 4 ++--
>  package/libnftnl/libnftnl.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied to next. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-05-09 12:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-07 23:11 [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6 aduskett at gmail.com
2020-05-07 23:11 ` [Buildroot] [PATCH/next 2/2] package/nftables: bump version to 0.9.4 aduskett at gmail.com
2020-05-09 12:38 ` [Buildroot] [PATCH/next 1/2] package/libnftnl: bump version to 1.1.6 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.