From 8793829f7507c3caeb3b276114a627f071944fc1 Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Dec 21 2012 18:37:39 +0000 Subject: Pick up improvements parsing sort, extract and exclude files --- diff --git a/sources b/sources index a7ca41d..2e01a3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45c7a7dab3a83b174b171b21018f2eb7 squashfs4.3.tar.gz +09f14c858804294eeb890e69b1a2c28b squashfs4.3.tar.gz diff --git a/squashfs-tools.spec b/squashfs-tools.spec index 0627ea4..9bf3402 100644 --- a/squashfs-tools.spec +++ b/squashfs-tools.spec @@ -1,12 +1,12 @@ Summary: Utility for the creation of squashfs filesystems Name: squashfs-tools Version: 4.3 -Release: 0.2.git54719971%{?dist} +Release: 0.3.git7ec6bd7a%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://squashfs.sourceforge.net/ # For now I am using a prerelease version obtained by: -# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ f1ee81764538f84f2f2964a9bd4764bb54719971 | gzip > squashfs4.3.tar.gz +# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ e36b8534f9a1add5567c38c60c33c69e7ec6bd7a | gzip > squashfs4.3.tar.gz Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: zlib-devel @@ -43,6 +43,9 @@ rm -rf %{buildroot} %{_sbindir}/unsquashfs %changelog +* Fri Dec 21 2012 Bruno Wolff III - 4.3-0.3.git7ec6bd7a +- Better checking of data in sort, extract and exclude files + * Thu Dec 13 2012 Bruno Wolff III - 4.3-0.2.git54719971 - Pick up a few more changes to better handle bad data