Skip to content

Commit 01654bc

Browse files
DragonBluepPolynomialDivision
authored andcommitted
tools/7z: update to 25.00
Changelog: https://www.7-zip.org/history.txt All patches are automatically refreshed. Signed-off-by: Shiji Yang <yangshiji66@outlook.com> Link: openwrt/openwrt#19360 Signed-off-by: Nick Hainke <vincent@systemli.org>
1 parent 5e0fbca commit 01654bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/7z/Makefile

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

33
PKG_NAME:=7z
4-
PKG_VERSION:=24.09
4+
PKG_VERSION:=25.00
55

66
PKG_SOURCE:=$(PKG_NAME)$(subst .,,$(PKG_VERSION))-src.tar.xz
77
PKG_SOURCE_URL:=https://7-zip.org/a/
8-
PKG_HASH:=49c05169f49572c1128453579af1632a952409ced028259381dac30726b6133a
8+
PKG_HASH:=bff9e69b6ca73a5b8715d7623870a39dc90ad6ce1f4d1070685843987af1af9b
99

1010
PKG_CPE_ID:=cpe:/a:7-zip:7-zip
1111

tools/7z/patches/7-zip-musl.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/C/Threads.c
22
+++ b/C/Threads.c
3-
@@ -265,7 +265,7 @@ WRes Thread_Create_With_CpuSet(CThread *
3+
@@ -472,7 +472,7 @@ WRes Thread_Create_With_CpuSet(CThread *
44
*/
55

66
// ret2 =
@@ -9,7 +9,7 @@
99
// if (ret2) ret = ret2;
1010
#endif
1111
}
12-
@@ -275,14 +275,12 @@ WRes Thread_Create_With_CpuSet(CThread *
12+
@@ -482,14 +482,12 @@ WRes Thread_Create_With_CpuSet(CThread *
1313
if (!ret)
1414
{
1515
p->_created = 1;

0 commit comments

Comments
 (0)