Waldemar Brodkorb 1 год назад
Родитель
Сommit
8c91a07d63
2 измененных файлов с 2 добавлено и 13 удалено
  1. 2 2
      package/coreutils/Makefile
  2. 0 11
      package/coreutils/patches/patch-lib_mcel_h

+ 2 - 2
package/coreutils/Makefile

@@ -4,9 +4,9 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		coreutils
-PKG_VERSION:=		9.5
+PKG_VERSION:=		9.6
 PKG_RELEASE:=		1
-PKG_HASH:=		cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a
+PKG_HASH:=		7a0124327b398fd9eb1a6abde583389821422c744ffa10734b24f557610d3283
 PKG_DESCR:=		file, shell and text utilities
 PKG_SECTION:=		base/apps
 PKG_NEEDS:=		threads

+ 0 - 11
package/coreutils/patches/patch-lib_mcel_h

@@ -1,11 +0,0 @@
---- coreutils-9.5.orig/lib/mcel.h	2024-01-01 14:21:47.000000000 +0100
-+++ coreutils-9.5/lib/mcel.h	2024-08-21 22:53:39.818834251 +0200
-@@ -221,7 +221,7 @@ mcel_scan (char const *p, char const *li
- 
-   /* An initial mbstate_t; initialization optimized for some platforms.
-      For details about these and other platforms, see wchar.in.h.  */
--#if defined __GLIBC__ && 2 < __GLIBC__ + (2 <= __GLIBC_MINOR__)
-+#if defined __GLIBC__ && 2 < __GLIBC__ + (2 <= __GLIBC_MINOR__) && !defined __UCLIBC__
-   /* Although only a trivial optimization, it's worth it for GNU.  */
-   mbstate_t mbs; mbs.__count = 0;
- #elif (defined __FreeBSD__ || defined __DragonFly__ || defined __OpenBSD__ \