[squashfs-tools] Latest pre 4.3 snapshot

Bruno Wolff III bruno at fedoraproject.org
Mon Dec 31 17:09:49 UTC 2012


commit 528da1d1a8ae18d63e6c8563cde3a37a27b55da6
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Mon Dec 31 11:08:49 2012 -0600

    Latest pre 4.3 snapshot
    
    Pick up some better data checking and some memory leak fixes.

 sources             |    2 +-
 squashfs-tools.spec |    9 +++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 9fcc581..9388d36 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af9ea96cc4a15695b4b2851456950805  squashfs4.3.tar.gz
+9d86059958c33b9732324ba372b0c94f  squashfs4.3.tar.gz
diff --git a/squashfs-tools.spec b/squashfs-tools.spec
index 2e3d3c3..fd3798c 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.4.git99a009c8%{?dist}
+Release: 0.5.gitc11af515%{?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/ 16ac41ff861f72d0857cc147e42120d799a009c8 | gzip > squashfs4.3.tar.gz
+# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ 7a58a3d7c224f28b602e35a21afb9ce5c11af515 | 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,11 @@ rm -rf %{buildroot}
 %{_sbindir}/unsquashfs
 
 %changelog
+* Mon Dec 31 2012 Bruno Wolff III <bruno at wolff.to> - 4.3-0.5.gitc11af515
+- Latest pre 4.3 snapshot
+- A few memory leak fixes
+- Additional checks for handling bad data
+
 * Sun Dec 23 2012 Bruno Wolff III <bruno at wolff.to> - 4.3-0.4.git99a009c8
 - Better checking of data in psuedo files
 


More information about the scm-commits mailing list