From 6b4084ffa6f1b29d23e55e1d32aeef3d24c797a2 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 14 May 2014 13:35:25 +0200 Subject: [PATCH] squashfs: update to squashfs-4.3 Signed-off-by: Stephan Raue --- packages/sysutils/squashfs/package.mk | 2 +- .../squashfs/patches/squashfs-4.2-gzip_fix.patch | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 packages/sysutils/squashfs/patches/squashfs-4.2-gzip_fix.patch diff --git a/packages/sysutils/squashfs/package.mk b/packages/sysutils/squashfs/package.mk index 72b47643f0..7f9d355dfb 100644 --- a/packages/sysutils/squashfs/package.mk +++ b/packages/sysutils/squashfs/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="squashfs" -PKG_VERSION="4.2" +PKG_VERSION="4.3" PKG_REV="1" PKG_ARCH="any" PKG_LICENSE="GPL" diff --git a/packages/sysutils/squashfs/patches/squashfs-4.2-gzip_fix.patch b/packages/sysutils/squashfs/patches/squashfs-4.2-gzip_fix.patch deleted file mode 100644 index 80260e555d..0000000000 --- a/packages/sysutils/squashfs/patches/squashfs-4.2-gzip_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur squashfs4.2-old/squashfs-tools/compressor.c squashfs4.2-new/squashfs-tools/compressor.c ---- squashfs4.2-old/squashfs-tools/compressor.c 2011-02-11 07:49:24.000000000 -0800 -+++ squashfs4.2-new/squashfs-tools/compressor.c 2011-03-04 10:27:47.000000000 -0800 -@@ -27,7 +27,7 @@ - - #ifndef GZIP_SUPPORT - static struct compressor gzip_comp_ops = { -- NULL, NULL, NULL, NULL, NULL, NULL, ZLIB_COMPRESSION, "gzip", 0 -+ NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, ZLIB_COMPRESSION, "gzip", 0 - }; - #else - extern struct compressor gzip_comp_ops;