Browse Source

musl: update to 1.2.4

Waldemar Brodkorb 11 months ago
parent
commit
5097276642
2 changed files with 6 additions and 6 deletions
  1. 3 3
      target/config/Config.in.libc
  2. 3 3
      toolchain/musl/Makefile.inc

+ 3 - 3
target/config/Config.in.libc

@@ -164,8 +164,8 @@ config ADK_TARGET_LIB_GLIBC_GIT
 	bool "git"
 	depends on ADK_TARGET_LIB_GLIBC && ADK_EXPERIMENTAL
 
-config ADK_TARGET_LIB_MUSL_1_2_3
-	bool "1.2.3"
+config ADK_TARGET_LIB_MUSL_1_2_4
+	bool "1.2.4"
 	depends on ADK_TARGET_LIB_MUSL
 
 config ADK_TARGET_LIB_MUSL_GIT
@@ -204,7 +204,7 @@ config ADK_TARGET_LIBC
 config ADK_LIBC_VERSION
 	string
 	default "1.0.43" if ADK_TARGET_LIB_UCLIBC_NG_1_0_43
-	default "1.2.3" if ADK_TARGET_LIB_MUSL_1_2_3
+	default "1.2.4" if ADK_TARGET_LIB_MUSL_1_2_4
 	default "2.37" if ADK_TARGET_LIB_GLIBC_2_37
 	default "4.1.0" if ADK_TARGET_LIB_NEWLIB_4_1_0
 	default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \

+ 3 - 3
toolchain/musl/Makefile.inc

@@ -8,10 +8,10 @@ PKG_RELEASE:=		1
 PKG_SITES:=		git://git.musl-libc.org/musl
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xz
 endif
-ifeq ($(ADK_TARGET_LIB_MUSL_1_2_3),y)
-PKG_VERSION:=		1.2.3
+ifeq ($(ADK_TARGET_LIB_MUSL_1_2_4),y)
+PKG_VERSION:=		1.2.4
 PKG_RELEASE:=		1
-PKG_HASH:=		7d5b0b6062521e4627e099e4c9dc8248d32a30285e959b7eecaa780cf8cfd4a4
+PKG_HASH:=		7a35eae33d5372a7c0da1188de798726f68825513b7ae3ebe97aaaa52114f039
 PKG_SITES:=		http://www.musl-libc.org/releases/
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 endif