summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorIsmael Luceno2021-04-23 19:24:22 +0200
committerIsmael Luceno2021-04-23 19:42:49 +0200
commitf8e4ae97eb0f6b1ce7442d831bc01536960cace5 (patch)
treec3464f60da9072257e45112d8a1d839aba20a9e5 /disk
parentd0778a2d41551443a671b140e3da16e0c2b02476 (diff)
squashfs-tools 4.4
Diffstat (limited to 'disk')
-rwxr-xr-xdisk/squashfs-tools/BUILD1
-rwxr-xr-xdisk/squashfs-tools/CONFIGURE2
-rwxr-xr-xdisk/squashfs-tools/DETAILS4
-rw-r--r--disk/squashfs-tools/HISTORY4
-rwxr-xr-xdisk/squashfs-tools/PRE_BUILD5
5 files changed, 7 insertions, 9 deletions
diff --git a/disk/squashfs-tools/BUILD b/disk/squashfs-tools/BUILD
index 01ed7e3101..275717a899 100755
--- a/disk/squashfs-tools/BUILD
+++ b/disk/squashfs-tools/BUILD
@@ -1,3 +1,4 @@
+CFLAGS+=' -fcommon' &&
cd squashfs-tools &&
if [[ "$SQUASHFS_LZMA" == "y" ]]; then
sedit "s/#XZ_SUPPORT/XZ_SUPPORT/" Makefile
diff --git a/disk/squashfs-tools/CONFIGURE b/disk/squashfs-tools/CONFIGURE
deleted file mode 100755
index 7082767e00..0000000000
--- a/disk/squashfs-tools/CONFIGURE
+++ /dev/null
@@ -1,2 +0,0 @@
-config_query SQUASHFS_LZMA "Do you want LZMA compression support? (will depend on some LZMA)" n &&
-config_query SQUASHFS_LZO "Do you want lzo compression support? (will depend on lzo)" n
diff --git a/disk/squashfs-tools/DETAILS b/disk/squashfs-tools/DETAILS
index ab1af61e8a..66f8229b02 100755
--- a/disk/squashfs-tools/DETAILS
+++ b/disk/squashfs-tools/DETAILS
@@ -1,9 +1,9 @@
SPELL=squashfs-tools
- VERSION=4.3
+ VERSION=4.4
SOURCE=squashfs${VERSION}.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/squashfs${VERSION}
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/squashfs/${SOURCE}
- SOURCE_HASH=sha512:854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79
+ SOURCE_HASH=sha512:e7119f82cea0eda8dffcbf15c9ee511ad457e004bfc0c5a5685e84785e49cf34f3c053036449af6bba0012cef48426f65958c97b9958d58f1b31175cb0bbbe24
WEB_SITE=https://squashfs.sourceforge.net/
LICENSE[0]=GPL
ENTERED=20050104
diff --git a/disk/squashfs-tools/HISTORY b/disk/squashfs-tools/HISTORY
index cdaf88eae3..3ac52e3061 100644
--- a/disk/squashfs-tools/HISTORY
+++ b/disk/squashfs-tools/HISTORY
@@ -1,3 +1,7 @@
+2021-04-23 Ismael Luceno <ismael@sourcemage.org>
+ * BUILD, DETAILS: updated spell to 4.4
+ * PRE_BUILD: removed, no longer needed
+
2019-02-08 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 4.3
* PRE_BUILD: added, fix build
diff --git a/disk/squashfs-tools/PRE_BUILD b/disk/squashfs-tools/PRE_BUILD
deleted file mode 100755
index b4aa35092d..0000000000
--- a/disk/squashfs-tools/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-sed -i '/types.h/ a\
-#include <sys/sysmacros.h>
-' squashfs-tools/mksquashfs.c squashfs-tools/unsquashfs.c