[openwrt/openwrt] libbsd: update to 0.12.2

LEDE Commits lede-commits at lists.infradead.org
Mon Nov 24 00:38:44 PST 2025


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6f0fee58e6dcd131aeffe09fb8866aa5e567b241

commit 6f0fee58e6dcd131aeffe09fb8866aa5e567b241
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Sun Nov 23 12:11:50 2025 +0100

    libbsd: update to 0.12.2
    
    Update to latest release.
    
    Link: https://github.com/openwrt/openwrt/pull/20899
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 package/libs/libbsd/Makefile                      | 4 ++--
 package/libs/libbsd/patches/001-fix-libpath.patch | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/libs/libbsd/Makefile b/package/libs/libbsd/Makefile
index 3c42d64aba..778c92bf41 100644
--- a/package/libs/libbsd/Makefile
+++ b/package/libs/libbsd/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libbsd
-PKG_VERSION:=0.11.8
+PKG_VERSION:=0.12.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://libbsd.freedesktop.org/releases
-PKG_HASH:=55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33
+PKG_HASH:=b88cc9163d0c652aaf39a99991d974ddba1c3a9711db8f1b5838af2a14731014
 
 PKG_LICENSE:=BSD-4-Clause
 PKG_LICENSE_FILES:=COPYING
diff --git a/package/libs/libbsd/patches/001-fix-libpath.patch b/package/libs/libbsd/patches/001-fix-libpath.patch
index ec72f77624..3c3fe19c8e 100644
--- a/package/libs/libbsd/patches/001-fix-libpath.patch
+++ b/package/libs/libbsd/patches/001-fix-libpath.patch
@@ -2,7 +2,7 @@ do not use host path to fix cross compiling
 
 --- a/src/Makefile.am
 +++ b/src/Makefile.am
-@@ -230,7 +230,7 @@ if NEED_TRANSPARENT_LIBMD
+@@ -385,7 +385,7 @@ if ABI_TRANSPARENT_LIBMD
  	(echo '/* GNU ld script'; \
  	 echo ' * The MD5 functions are provided by the libmd library. */'; \
  	 cat format.ld; \




More information about the lede-commits mailing list