[Buildroot] [git commit] package/libnids: bump version to 1.26

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Sat Mar 12 17:08:54 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=f8aefa8807ecaf219b0dc7988e6bd14c70c9c761
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Change repo source to official github.com repository which
is actively maintained. Previous sourceforge.net sources
remained untouched since 2010.

Signed-off-by: Guillaume W. Bres <guillaume.bressaix at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/libnids/libnids.hash | 4 ++--
 package/libnids/libnids.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/libnids/libnids.hash b/package/libnids/libnids.hash
index 4a2949c39d..e51dbf151c 100644
--- a/package/libnids/libnids.hash
+++ b/package/libnids/libnids.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256 314b4793e0902fbf1fdb7fb659af37a3c1306ed1aad5d1c84de6c931b351d359  libnids-1.24.tar.gz
-sha256 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad  COPYING
+sha256  3f3e9f99a83cd37bc74af83d415c5e3a7505f5b190dfaf456b0849e0054f6733  libnids-1.26.tar.gz
+sha256  91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad  COPYING
diff --git a/package/libnids/libnids.mk b/package/libnids/libnids.mk
index 3e36838c40..57e68654dc 100644
--- a/package/libnids/libnids.mk
+++ b/package/libnids/libnids.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-LIBNIDS_VERSION = 1.24
-LIBNIDS_SITE = https://sourceforge.net/projects/libnids/files/libnids/$(LIBNIDS_VERSION)
+LIBNIDS_VERSION = 1.26
+LIBNIDS_SITE = $(call github,MITRECND,libnids,$(LIBNIDS_VERSION),$(LIBNIDS_VERSION).tar.gz)
 LIBNIDS_LICENSE = GPL-2.0
 LIBNIDS_LICENSE_FILES = COPYING
 LIBNIDS_CPE_ID_VENDOR = libnids_project



More information about the buildroot mailing list