diff mbox series

[next,1/2] package/libnftnl: bump to version 1.2.6

Message ID 20230815125652.687317-1-ju.o@free.fr
State Accepted
Headers show
Series [next,1/2] package/libnftnl: bump to version 1.2.6 | expand

Commit Message

Julien Olivain Aug. 15, 2023, 12:56 p.m. UTC
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(-)

Comments

Thomas Petazzoni Aug. 21, 2023, 10:15 p.m. UTC | #1
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
diff mbox series

Patch

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+