From 863bd598ba2428e1042af6c86d1ab42dcc11be51 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 20 Aug 2025 16:31:39 +0300 Subject: [PATCH] squashfs-tools ver. bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUFFER_DEFAULT 32 MB den varsayılana ayarı olan 256 MB olarak bırakıldı --- hardware/disk/squashfs-tools/actions.py | 5 +++-- hardware/disk/squashfs-tools/pspec.xml | 11 +++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/hardware/disk/squashfs-tools/actions.py b/hardware/disk/squashfs-tools/actions.py index bc0dac579c..0898dc407f 100644 --- a/hardware/disk/squashfs-tools/actions.py +++ b/hardware/disk/squashfs-tools/actions.py @@ -13,7 +13,7 @@ def build(): shelltools.cd("squashfs-tools") #Chakra features #reduce memory requirements of unsquashfs to support installation on systems with 256 MB RAM - cmd1='sed -i -e "s/BUFFER_DEFAULT [0-9]*/BUFFER_DEFAULT 32/" unsquashfs.h' + # cmd1='sed -i -e "s/BUFFER_DEFAULT [0-9]*/BUFFER_DEFAULT 32/" unsquashfs.h' cmd2="sed -i 's|^#XZ_SUPPORT = 1|XZ_SUPPORT = 1|' Makefile" cmd3="sed -i 's|^#LZO_SUPPORT = 1|LZO_SUPPORT = 1|' Makefile" cmd4="sed -i 's|^#LZ4_SUPPORT = 1|LZ4_SUPPORT = 1|' Makefile" @@ -21,7 +21,8 @@ def build(): cmd6="sed -i 's|^#ZSTD_SUPPORT = 1|ZSTD_SUPPORT = 1|' Makefile" cmd7="sed -i 's|^#LZMA_XZ_SUPPORT = 1|LZMA_XZ_SUPPORT = 1|' Makefile" cmd8="sed -i 's|^COMP_DEFAULT = gzip|COMP_DEFAULT = xz|' Makefile" - cmds=[cmd1,cmd2,cmd3,cmd4,cmd5,cmd6,cmd7,cmd8] + cmds=[cmd2,cmd3,cmd4,cmd5,cmd6,cmd7,cmd8] + # cmd1 for cmd in cmds: shelltools.system(cmd) diff --git a/hardware/disk/squashfs-tools/pspec.xml b/hardware/disk/squashfs-tools/pspec.xml index 103a966f53..69f907b070 100644 --- a/hardware/disk/squashfs-tools/pspec.xml +++ b/hardware/disk/squashfs-tools/pspec.xml @@ -12,7 +12,7 @@ app:console Userspace tools to create squashfs compressed filesystem Squashfs is a highly compressed read-only filesystem for Linux. This package contains the utilities for manipulating squashfs filesystems. - https://github.com/plougher/squashfs-tools/archive/refs/tags/4.6.1.tar.gz + https://github.com/plougher/squashfs-tools/archive/refs/tags/4.7.2.tar.gz lzo-devel lz4-devel @@ -44,7 +44,14 @@ - + + 2025-08-19 + 4.7.2 + Version bump. + Pisi Linux Community + admin@pisilinux.org + + 2024-11-29 4.6.1 Version bump t.