# Maintainer: Natanael Copa pkgname=squashfs-tools pkgver=4.3 pkgrel=6 pkgdesc="Tools for squashfs, a highly compressed read-only filesystem for Linux." url="http://squashfs.sourceforge.net" arch="all" license="GPL" depends= makedepends="zlib-dev xz-dev lzo-dev lz4-dev attr-dev" source="https://downloads.sourceforge.net/sourceforge/squashfs/squashfs$pkgver.tar.gz fix-compat.patch vla-overlow.patch CVE-2015-4645.patch squashfs-tools-include-sysmacros.patch 0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch " _builddir="$srcdir/squashfs$pkgver/$pkgname" prepare() { cd "$_builddir"/.. for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done } build() { cd "$_builddir" CFLAGS="$CFLAGS -std=gnu89" \ make XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1 } package() { cd "$srcdir"/squashfs$pkgver/$pkgname mkdir -p "$pkgdir"/sbin cp -a mksquashfs unsquashfs "$pkgdir"/sbin } sha512sums="854ed7acc99920f24ecf11e0da807e5a2a162eeda55db971aba63a03f0da2c13b20ec0564a906c4b0e415bd8258b273a10208c7abc0704f2ceea773aa6148a79 squashfs4.3.tar.gz 868e3923f98a7f8bb980fe8ab0d648e9ae9a55e324bea3830d6047aa348a4302dcb96d65bf59c6e04665891d822e18fad367a37c6704505b8492f64d749fc140 fix-compat.patch 975d09d047f4122866e83c4322ce3a15795c051b850d14a85a615c3beef970378e5a620ee16058b9c5104c53f973f9b3804d96c3ba1ab4f622f1e096c04e0360 vla-overlow.patch 77431a0a4a529ce63f1613a65a23af2fb8683a16d14ad1a5cfed3a9fac4df6a1212f081d1879ede188a25b77e860445058012131423c546657fb562069865d2c CVE-2015-4645.patch 7617182cc4698ace9d8f984e56a910f5727c82e66a6cf0024e1f1fe7d03acd45175cce96e3683732d40dd0d6fe854822e233f80fc615bf2ec8e27d423f0c1c60 squashfs-tools-include-sysmacros.patch 1b2338a448ec8a2b75880ddc8c13f99392451847ab26277e1bc82b49a3a804796934e212dd1ba54a502940537a61891ee0103e913d0bda65cff0ca2827b8b41c 0001-mksquashfs-fix-rare-race-in-fragment-waiting-in-file.patch"