* [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6
@ 2023-08-15 12:56 Julien Olivain
2023-08-15 12:56 ` [Buildroot] [PATCH next 2/2] package/nftables: bump to version 1.0.8 Julien Olivain
2023-08-21 22:15 ` [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6 Thomas Petazzoni via buildroot
0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2023-08-15 12:56 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
For change log, see:
https://www.netfilter.org/projects/libnftnl/files/changes-libnftnl-1.2.6.txt
This commit also adds comments in hash file:
- that pgp signature was verified with links
- that the license file hash was locally computed
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/libnftnl/libnftnl.hash | 7 ++++++-
package/libnftnl/libnftnl.mk | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/package/libnftnl/libnftnl.hash b/package/libnftnl/libnftnl.hash
index 0cb3917f2d..5d1aad15d1 100644
--- a/package/libnftnl/libnftnl.hash
+++ b/package/libnftnl/libnftnl.hash
@@ -1,3 +1,8 @@
# From http://www.netfilter.org/projects/libnftnl/downloads.html
-sha256 966de0a8120c8a53db859889749368bfb2cba0c4f0b4c1a30d264eccc45f1226 libnftnl-1.2.5.tar.xz
+# Checked pgp signature:
+# https://www.netfilter.org/projects/libnftnl/files/libnftnl-1.2.6.tar.xz.sig
+# with key:
+# https://www.netfilter.org/files/coreteam-gpg-key-0xD55D978A8A1420E4.txt
+sha256 ceeaea2cd92147da19f13a35a7f1a4bc2767ff897e838e4b479cf54b59c777f4 libnftnl-1.2.6.tar.xz
+# Locally computed:
sha256 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24 COPYING
diff --git a/package/libnftnl/libnftnl.mk b/package/libnftnl/libnftnl.mk
index a7045337d0..18be55a17d 100644
--- a/package/libnftnl/libnftnl.mk
+++ b/package/libnftnl/libnftnl.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBNFTNL_VERSION = 1.2.5
+LIBNFTNL_VERSION = 1.2.6
LIBNFTNL_SITE = https://netfilter.org/projects/libnftnl/files
LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.xz
LIBNFTNL_LICENSE = GPL-2.0+
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH next 2/2] package/nftables: bump to version 1.0.8
2023-08-15 12:56 [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6 Julien Olivain
@ 2023-08-15 12:56 ` Julien Olivain
2023-08-21 22:15 ` [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6 Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Julien Olivain @ 2023-08-15 12:56 UTC (permalink / raw)
To: buildroot; +Cc: Julien Olivain
For change log, see:
https://netfilter.org/projects/nftables/files/changes-nftables-1.0.8.txt
This commit also adds comments in hash file:
- that pgp signature was verified with links
- that the license file hash was locally computed
Signed-off-by: Julien Olivain <ju.o@free.fr>
---
package/nftables/nftables.hash | 7 ++++++-
package/nftables/nftables.mk | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/package/nftables/nftables.hash b/package/nftables/nftables.hash
index 7e1e856229..c5ede1130a 100644
--- a/package/nftables/nftables.hash
+++ b/package/nftables/nftables.hash
@@ -1,3 +1,8 @@
# From https://netfilter.org/projects/nftables/downloads.html
-sha256 c12ac941fff9adaedf17367d5ce213789b98a0d314277bc22b3d71e10891f412 nftables-1.0.7.tar.xz
+# Checked pgp signature:
+# https://netfilter.org/projects/nftables/files/nftables-1.0.8.tar.xz.sig
+# with key:
+# https://netfilter.org/files/coreteam-gpg-key-0xD55D978A8A1420E4.txt
+sha256 9373740de41a82dbc98818e0a46a073faeb8a8d0689fa4fa1a74399c32bf3d50 nftables-1.0.8.tar.xz
+# Locally computed:
sha256 4ee1e51baf5f3166712fa0c3e01338c7257e50ddef245d28bb14ad68f6070ba5 COPYING
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index b0a14bd429..acc72f4bf3 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -4,7 +4,7 @@
#
################################################################################
-NFTABLES_VERSION = 1.0.7
+NFTABLES_VERSION = 1.0.8
NFTABLES_SOURCE = nftables-$(NFTABLES_VERSION).tar.xz
NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
--
2.41.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6
2023-08-15 12:56 [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6 Julien Olivain
2023-08-15 12:56 ` [Buildroot] [PATCH next 2/2] package/nftables: bump to version 1.0.8 Julien Olivain
@ 2023-08-21 22:15 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-21 22:15 UTC (permalink / raw)
To: Julien Olivain; +Cc: buildroot
On Tue, 15 Aug 2023 14:56:51 +0200
Julien Olivain <ju.o@free.fr> wrote:
> For change log, see:
> https://www.netfilter.org/projects/libnftnl/files/changes-libnftnl-1.2.6.txt
>
> This commit also adds comments in hash file:
> - that pgp signature was verified with links
> - that the license file hash was locally computed
>
> Signed-off-by: Julien Olivain <ju.o@free.fr>
> ---
> package/libnftnl/libnftnl.hash | 7 ++++++-
> package/libnftnl/libnftnl.mk | 2 +-
> 2 files changed, 7 insertions(+), 2 deletions(-)
Both applied to next, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-08-21 22:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-15 12:56 [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6 Julien Olivain
2023-08-15 12:56 ` [Buildroot] [PATCH next 2/2] package/nftables: bump to version 1.0.8 Julien Olivain
2023-08-21 22:15 ` [Buildroot] [PATCH next 1/2] package/libnftnl: bump to version 1.2.6 Thomas Petazzoni via buildroot
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.