commit 8f0dcfc53952c603132d18922e16bb48ba428806 Author: Matt Housh <jaeger@crux.ninja> Date: Mon Sep 2 09:03:51 2019 -0500 squashfs-tools: updated to version 4.4 diff --git a/squashfs-tools/.signature b/squashfs-tools/.signature index 79bd7c2a..10cd58cd 100644 --- a/squashfs-tools/.signature +++ b/squashfs-tools/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF38RUd+AIYJ4mVcYH0wxSQHp0e5+LRR39LlG2EIQOI7Vj7LAm+CpoHBDHJbBJt0CCH9NiDrOd0yhrTowBiVBEIA4= -SHA256 (Pkgfile) = d5493dffdb54a15af74de7640f3378202c534820a556202d29d8ff9cc3e5804c +RWSagIOpLGJF3xzITb7cEAqqJehuCxyfGtiL/ptbOnu75m8jAFNAwLQOWZzRta8cLVqXTMS2lCyXcaH0YCeP8Ux4ZDbPCQFjwQI= +SHA256 (Pkgfile) = e147a78ddc019799c7896eb6f07fe3711a6b9a0c1c115d20e62f68a598213dfc SHA256 (.footprint) = ef8b3c9cd38c4fe9ee8f80af59cbd2282bccef8f8a2eb00332ed67fa8a24fb57 -SHA256 (squashfs4.3.tar.gz) = 0d605512437b1eb800b4736791559295ee5f60177e102e4d4ccd0ee241a5f3f6 +SHA256 (squashfs4.4.tar.gz) = a981b3f3f2054b5a2e658851a3c06a2460ad04a9a8a645e0afe063a63fdbb07e diff --git a/squashfs-tools/Pkgfile b/squashfs-tools/Pkgfile index fa252843..2505b308 100644 --- a/squashfs-tools/Pkgfile +++ b/squashfs-tools/Pkgfile @@ -4,14 +4,12 @@ # Depends on: gzip lzo xz name=squashfs-tools -version=4.3 -release=2 +version=4.4 +release=1 source=(http://download.sourceforge.net/squashfs/squashfs${version}.tar.gz) build() { cd squashfs${version}/$name - sed -i -e '/^#include <ctype.h>/a #include <sys/sysmacros.h>' \ - {mk,un}squashfs.c make GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 make install INSTALL_DIR=$PKG/sbin }