Skip to content

Commit 6f0fee5

Browse files
libbsd: update to 0.12.2
Update to latest release. Link: openwrt/openwrt#20899 Signed-off-by: Nick Hainke <[email protected]>
1 parent 6c3eea4 commit 6f0fee5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/libs/libbsd/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=libbsd
4-
PKG_VERSION:=0.11.8
4+
PKG_VERSION:=0.12.2
55
PKG_RELEASE:=1
66

77
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
88
PKG_SOURCE_URL:=https://libbsd.freedesktop.org/releases
9-
PKG_HASH:=55fdfa2696fb4d55a592fa9ad14a9df897c7b0008ddb3b30c419914841f85f33
9+
PKG_HASH:=b88cc9163d0c652aaf39a99991d974ddba1c3a9711db8f1b5838af2a14731014
1010

1111
PKG_LICENSE:=BSD-4-Clause
1212
PKG_LICENSE_FILES:=COPYING

package/libs/libbsd/patches/001-fix-libpath.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ do not use host path to fix cross compiling
22

33
--- a/src/Makefile.am
44
+++ b/src/Makefile.am
5-
@@ -230,7 +230,7 @@ if NEED_TRANSPARENT_LIBMD
5+
@@ -385,7 +385,7 @@ if ABI_TRANSPARENT_LIBMD
66
(echo '/* GNU ld script'; \
77
echo ' * The MD5 functions are provided by the libmd library. */'; \
88
cat format.ld; \

0 commit comments

Comments
 (0)