All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4
@ 2019-11-04  7:38 Bernd Kuhls
  2019-11-04  7:38 ` [Buildroot] [PATCH 2/2] package/nftables: bump version to 0.9.2 Bernd Kuhls
  2019-11-04 21:08 ` [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2019-11-04  7:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/libnftnl/libnftnl.hash | 2 +-
 package/libnftnl/libnftnl.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libnftnl/libnftnl.hash b/package/libnftnl/libnftnl.hash
index 64bd07a235..d031b1dd76 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	22dd97d3b06ae8c67499506e2bfd6803ce116479076ec3700e7a4c7cd9fcba0f  	libnftnl-1.1.3.tar.bz2
+sha256	c8c7988347adf261efac5bba59f8e5f995ffb65f247a88cc144e69620573ed20  	libnftnl-1.1.4.tar.bz2
 sha256	98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24	COPYING
diff --git a/package/libnftnl/libnftnl.mk b/package/libnftnl/libnftnl.mk
index a3fba488c4..a4e9b4b940 100644
--- a/package/libnftnl/libnftnl.mk
+++ b/package/libnftnl/libnftnl.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNFTNL_VERSION = 1.1.3
+LIBNFTNL_VERSION = 1.1.4
 LIBNFTNL_SITE = https://netfilter.org/projects/libnftnl/files
 LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2
 LIBNFTNL_LICENSE = GPL-2.0+
-- 
2.20.1

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

* [Buildroot] [PATCH 2/2] package/nftables: bump version to 0.9.2
  2019-11-04  7:38 [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Bernd Kuhls
@ 2019-11-04  7:38 ` Bernd Kuhls
  2019-11-04 21:08 ` [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Bernd Kuhls @ 2019-11-04  7:38 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/nftables/nftables.hash | 2 +-
 package/nftables/nftables.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/nftables/nftables.hash b/package/nftables/nftables.hash
index a0e0d5e779..ae3404b257 100644
--- a/package/nftables/nftables.hash
+++ b/package/nftables/nftables.hash
@@ -1,3 +1,3 @@
 # From https://netfilter.org/projects/nftables/downloads.html
-sha256	ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91	nftables-0.9.0.tar.bz2
+sha256	5cb66180143e6bfc774f4eb316206d40ac1cb6df269a90882404cbf7165513f5	nftables-0.9.2.tar.bz2
 sha256	c17bc4fa5b2434c6f283ffcb2312e5bf3c7cdf5787b79505f094d8de734ac53e	COPYING
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index 9f12e42c58..884a7dd1e1 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-NFTABLES_VERSION = 0.9.0
+NFTABLES_VERSION = 0.9.2
 NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.bz2
 NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
 NFTABLES_DEPENDENCIES = gmp libmnl libnftnl host-bison host-flex \
-- 
2.20.1

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

* [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4
  2019-11-04  7:38 [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Bernd Kuhls
  2019-11-04  7:38 ` [Buildroot] [PATCH 2/2] package/nftables: bump version to 0.9.2 Bernd Kuhls
@ 2019-11-04 21:08 ` Thomas Petazzoni
  2019-11-04 21:38   ` Bernd Kuhls
  1 sibling, 1 reply; 5+ messages in thread
From: Thomas Petazzoni @ 2019-11-04 21:08 UTC (permalink / raw)
  To: buildroot

On Mon,  4 Nov 2019 08:38:21 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/libnftnl/libnftnl.hash | 2 +-
>  package/libnftnl/libnftnl.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Both applied. Thanks!

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

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

* [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4
  2019-11-04 21:08 ` [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Thomas Petazzoni
@ 2019-11-04 21:38   ` Bernd Kuhls
  2019-11-04 21:46     ` Thomas Petazzoni
  0 siblings, 1 reply; 5+ messages in thread
From: Bernd Kuhls @ 2019-11-04 21:38 UTC (permalink / raw)
  To: buildroot

Am Mon, 04 Nov 2019 22:08:28 +0100 schrieb Thomas Petazzoni:

> Both applied. Thanks!

Hi Thomas,

two problems exist here, first: You did not commit my patch as of
1a94bd8e6ffaf5a7e3dd43320a025e3fb7992229, but more importantly I missed 
the fact that I submitted this version bump already back in August with 
an even better version ;) 

So please pick patch 1156174 instead:
http://patchwork.ozlabs.org/project/buildroot/list/?
series=&submitter=62613&state=*&q=libnftnl&archive=&delegate=

Not bumping this package will cause build errors with nftables because 
the bumped version requires libnftnl >= 1.1.4.

Regards, Bernd

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

* [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4
  2019-11-04 21:38   ` Bernd Kuhls
@ 2019-11-04 21:46     ` Thomas Petazzoni
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2019-11-04 21:46 UTC (permalink / raw)
  To: buildroot

On Mon, 04 Nov 2019 22:38:35 +0100
Bernd Kuhls <bernd.kuhls@t-online.de> wrote:

> two problems exist here, first: You did not commit my patch as of
> 1a94bd8e6ffaf5a7e3dd43320a025e3fb7992229, but more importantly I missed 
> the fact that I submitted this version bump already back in August with 
> an even better version ;) 

Gaah, my bad.

> So please pick patch 1156174 instead:
> http://patchwork.ozlabs.org/project/buildroot/list/?
> series=&submitter=62613&state=*&q=libnftnl&archive=&delegate=

Done!

Thanks,

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

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

end of thread, other threads:[~2019-11-04 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-04  7:38 [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Bernd Kuhls
2019-11-04  7:38 ` [Buildroot] [PATCH 2/2] package/nftables: bump version to 0.9.2 Bernd Kuhls
2019-11-04 21:08 ` [Buildroot] [PATCH 1/2] package/libnftnl: bump version to 1.1.4 Thomas Petazzoni
2019-11-04 21:38   ` Bernd Kuhls
2019-11-04 21:46     ` 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.