|
Jeremy Katz |
9c5bac |
Summary: Utility for the creation of squashfs filesystems
|
|
Jeremy Katz |
ba5d1d |
Name: squashfs-tools
|
|
Bruno Wolff III |
815485 |
Version: 4.3
|
|
Bruno Wolff III |
37237f |
Release: 0.9.git3ec9c8f7%{?dist}
|
|
Jeremy Katz |
9c5bac |
License: GPLv2+
|
|
Jeremy Katz |
ba5d1d |
Group: System Environment/Base
|
|
Bruno Wolff III |
e59d89 |
URL: http://squashfs.sourceforge.net/
|
|
Bruno Wolff III |
815485 |
# For now I am using a prerelease version obtained by:
|
|
Bruno Wolff III |
37237f |
# git archive --remote git://squashfs.git.sourceforge.net/gitroot/squashfs/squashfs --format=tar --prefix=squashfs4.3/ b0881af7a61a139b38e853dd25ae05f73ec9c8f7 | gzip > squashfs4.3.tar.gz
|
|
Bruno Wolff III |
e59d89 |
Source0: http://downloads.sourceforge.net/squashfs/squashfs%{version}.tar.gz
|
|
Jeremy Katz |
ba5d1d |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
Jeremy Katz |
d75a0d |
BuildRequires: zlib-devel
|
|
Bruno Wolff III |
cf2602 |
BuildRequires: xz-devel
|
|
Bruno Wolff III |
8eb2b8 |
BuildRequires: lzo-devel
|
|
Bruno Wolff III |
cf2602 |
BuildRequires: libattr-devel
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%description
|
|
Jeremy Katz |
ba5d1d |
Squashfs is a highly compressed read-only filesystem for Linux. This package
|
|
Jeremy Katz |
ba5d1d |
contains the utilities for manipulating squashfs filesystems.
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%prep
|
|
Bruno Wolff III |
815485 |
%setup -q -n squashfs%{version}
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%build
|
|
Jeremy Katz |
ba5d1d |
pushd squashfs-tools
|
|
Bruno Wolff III |
b47932 |
CFLAGS="%{optflags}" XZ_SUPPORT=1 LZO_SUPPORT=1 LZMA_XZ_SUPPORT=1 make %{?_smp_mflags}
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%install
|
|
Bruno Wolff III |
e59d89 |
mkdir -p %{buildroot}/sbin %{buildroot}/usr/sbin
|
|
Bruno Wolff III |
e59d89 |
install -m 755 squashfs-tools/mksquashfs %{buildroot}/sbin/mksquashfs
|
|
Bruno Wolff III |
e59d89 |
install -m 755 squashfs-tools/unsquashfs %{buildroot}%{_sbindir}/unsquashfs
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%clean
|
|
Bruno Wolff III |
e59d89 |
rm -rf %{buildroot}
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%files
|
|
Jeremy Katz |
ba5d1d |
%defattr(-,root,root,-)
|
|
Bruno Wolff III |
3370db |
# Until there is a real release only READ is available
|
|
Bruno Wolff III |
3370db |
#%doc README ACKNOWLEDGEMENTS DONATIONS PERFORMANCE.README README-4.2 CHANGES pseudo-file.example COPYING
|
|
Bruno Wolff III |
3370db |
%doc README
|
|
Bruno Wolff III |
e427db |
|
|
Jeremy Katz |
ba5d1d |
/sbin/mksquashfs
|
|
Kyle McMartin |
12105c |
%{_sbindir}/unsquashfs
|
|
Jeremy Katz |
ba5d1d |
|
|
Jeremy Katz |
ba5d1d |
%changelog
|
|
Bruno Wolff III |
37237f |
* Mon Feb 18 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.9.git3ec9c8f7
|
|
Bruno Wolff III |
37237f |
- Latest pre 4.3 snapshot
|
|
Bruno Wolff III |
37237f |
- Better error handling when space runs out
|
|
Bruno Wolff III |
37237f |
|
|
Bruno Wolff III |
0332ba |
* Wed Feb 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.8.gitca6a1c90
|
|
Bruno Wolff III |
0332ba |
- Latest pre 4.3 snapshot
|
|
Bruno Wolff III |
0332ba |
- New option to display compression options used
|
|
Bruno Wolff III |
0332ba |
- Some error message improvements
|
|
Bruno Wolff III |
0332ba |
|
|
Bruno Wolff III |
0140fd |
* Fri Feb 01 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.7.gitb10063a9
|
|
Bruno Wolff III |
0140fd |
- Latest pre 4.3 snapshot
|
|
Bruno Wolff III |
0140fd |
- More checks for bad data
|
|
Bruno Wolff III |
0140fd |
|
|
Bruno Wolff III |
90d789 |
* Sun Jan 13 2013 Bruno Wolff III <bruno@wolff.to> - 4.3-0.6.git6c0f229d
|
|
Bruno Wolff III |
90d789 |
- Latest pre 4.3 snapshot
|
|
Bruno Wolff III |
90d789 |
- Quote and backslash parsing for lexical analyzer
|
|
Bruno Wolff III |
90d789 |
|
|
Bruno Wolff III |
528da1 |
* Mon Dec 31 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.5.gitc11af515
|
|
Bruno Wolff III |
528da1 |
- Latest pre 4.3 snapshot
|
|
Bruno Wolff III |
528da1 |
- A few memory leak fixes
|
|
Bruno Wolff III |
528da1 |
- Additional checks for handling bad data
|
|
Bruno Wolff III |
528da1 |
|
|
Bruno Wolff III |
4efedc |
* Sun Dec 23 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.4.git99a009c8
|
|
Bruno Wolff III |
4efedc |
- Better checking of data in psuedo files
|
|
Bruno Wolff III |
4efedc |
|
|
Bruno Wolff III |
879382 |
* Fri Dec 21 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.3.git7ec6bd7a
|
|
Bruno Wolff III |
879382 |
- Better checking of data in sort, extract and exclude files
|
|
Bruno Wolff III |
879382 |
|
|
Bruno Wolff III |
209463 |
* Thu Dec 13 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.2.git54719971
|
|
Bruno Wolff III |
209463 |
- Pick up a few more changes to better handle bad data
|
|
Bruno Wolff III |
209463 |
|
|
Bruno Wolff III |
815485 |
* Sat Dec 01 2012 Bruno Wolff III <bruno@wolff.to> - 4.3-0.1.git0be606be
|
|
Bruno Wolff III |
815485 |
- Pre-release of 4.3 to get early testing
|
|
Bruno Wolff III |
815485 |
- This update includes a bit of internal code infrastructure changes
|
|
Bruno Wolff III |
815485 |
- There are lots of fixes to better handle bad data
|
|
Bruno Wolff III |
815485 |
- The final release is expected sometime in December
|
|
Bruno Wolff III |
3370db |
- Until the release only the README doc file is available
|
|
Bruno Wolff III |
815485 |
|
|
Bruno Wolff III |
038e2d |
* Sun Nov 25 2012 Bruno Wolff III <bruno@wolff.to> - 4.2-5
|
|
Bruno Wolff III |
038e2d |
- Backported fix for bz 842460 (CVE-2012-4025)
|
|
Bruno Wolff III |
038e2d |
|
|
Bruno Wolff III |
9e856d |
* Thu Nov 22 2012 Bruno Wolff III <bruno@wolff.to> - 4.2-4
|
|
Bruno Wolff III |
90e6c5 |
- Backported fix for bz 842458 (CVE-2012-4024)
|
|
Bruno Wolff III |
90e6c5 |
|
|
|
579481 |
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-3
|
|
|
579481 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
579481 |
|
|
|
cf32ff |
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-2
|
|
|
cf32ff |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
cf32ff |
|
|
Bruno Wolff III |
e59d89 |
* Tue Mar 01 2011 Bruno Wolff III <bruno@wolff.to> - 4.2-1
|
|
Bruno Wolff III |
e59d89 |
- 4.2 is released.
|
|
Bruno Wolff III |
e59d89 |
- Bugfix for bad data causing crash.
|
|
Bruno Wolff III |
e59d89 |
- Include doc files added for release.
|
|
Bruno Wolff III |
e59d89 |
- Big endian patch is now upstream.
|
|
Bruno Wolff III |
e59d89 |
- Buildroot tag isn't needed any more.
|
|
Bruno Wolff III |
e59d89 |
- We can now specify CFLAGS on the make call.
|
|
Bruno Wolff III |
b47932 |
- Compressor options are now passed with the make call.
|
|
Bruno Wolff III |
e59d89 |
|
|
|
273839 |
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-0.4.20101231
|
|
|
273839 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
273839 |
|
|
Dan Horák |
80661e |
* Tue Jan 11 2011 Dan Horák <dan[at]danny.cz> - 4.2-0.3.20101231
|
|
Dan Horák |
80661e |
- Add fixes for big-endian machines
|
|
Dan Horák |
80661e |
|
|
Bruno Wolff III |
5719b8 |
* Sat Jan 01 2011 Bruno Wolff III <bruno@wolff.to> - 4.2-0.2.20101231
|
|
Bruno Wolff III |
5719b8 |
- Pull latest upstream snapshot
|
|
Bruno Wolff III |
5719b8 |
- Includes check for matching compression type when adding to an existing image
|
|
Bruno Wolff III |
5719b8 |
- Sample cvs command now includes timezone and specifies when on the date to use for the snapshot
|
|
Bruno Wolff III |
5719b8 |
|
|
Bruno Wolff III |
293af1 |
* Fri Dec 24 2010 Bruno Wolff III <bruno@wolff.to> - 4.2-0.1.20101223
|
|
Bruno Wolff III |
1900dd |
- Switch to 4.2 development snapshot to get new XZ support
|
|
Bruno Wolff III |
1900dd |
- LZMA and XZ (LZMA2) support are now different
|
|
Bruno Wolff III |
293af1 |
|
|
Bruno Wolff III |
b903ba |
* Wed Oct 27 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-3
|
|
Bruno Wolff III |
7f94f0 |
- Rebuild for xz soname bump
|
|
Bruno Wolff III |
7f94f0 |
|
|
Jesse Keating |
aa8305 |
* Wed Sep 29 2010 jkeating - 4.1-2
|
|
Jesse Keating |
aa8305 |
- Rebuilt for gcc bug 634757
|
|
Jesse Keating |
aa8305 |
|
|
Bruno Wolff III |
e77187 |
* Tue Sep 21 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-1
|
|
Bruno Wolff III |
e77187 |
- Update to 4.1 final.
|
|
Bruno Wolff III |
e77187 |
- Byte swap patch is now upstream.
|
|
Bruno Wolff III |
e77187 |
- LZO compression type is now supported.
|
|
Bruno Wolff III |
e77187 |
|
|
Dan Horák |
88bb46 |
* Mon Sep 6 2010 Dan Horák <dan[at]danny.cz> - 4.1-0.5.20100827
|
|
Dan Horák |
88bb46 |
- Add fixes for big-endian machines
|
|
Dan Horák |
88bb46 |
|
|
Bruno Wolff III |
dd38da |
* Sat Aug 28 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.4.20100827
|
|
Bruno Wolff III |
dd38da |
- Rebase to latest upstream.
|
|
Bruno Wolff III |
dd38da |
- The main reason is to pick up a fix for large xattr similar to the large inode fix. This doesn't need to get backported as 4.0 doesn't have xattr support.
|
|
Bruno Wolff III |
dd38da |
- An option was added to build without xattr support.
|
|
Bruno Wolff III |
dd38da |
- Various source cleanups have been done as well.
|
|
Bruno Wolff III |
dd38da |
|
|
Bruno Wolff III |
dd38da |
* Tue Aug 03 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.3.20100803
|
|
Bruno Wolff III |
24c161 |
- Rebase to latest upstream
|
|
Bruno Wolff III |
24c161 |
- Prevent warning message for xattr for virtual directory
|
|
Bruno Wolff III |
24c161 |
- Fix issue with large inodes - BZ 619020
|
|
Bruno Wolff III |
24c161 |
|
|
Bruno Wolff III |
9e856d |
* Tue Jul 27 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.2.20100727
|
|
Bruno Wolff III |
99bdf7 |
- Rebase to latest upstream devel state. Mostly xattr fixes and cleanup.
|
|
Bruno Wolff III |
99bdf7 |
|
|
Bruno Wolff III |
9e856d |
* Tue Jun 08 2010 Bruno Wolff III <bruno@wolff.to> - 4.1-0.1.20100607
|
|
Bruno Wolff III |
cf2602 |
- Rebase to 4.1 prerelease with xz wrapper
|
|
Bruno Wolff III |
cf2602 |
- Provides lzma compression as an option.
|
|
Bruno Wolff III |
cf2602 |
- squashfs-fix-unsquashing-v3.patch is part of the 4.1 prerelease
|
|
Bruno Wolff III |
cf2602 |
|
|
Kyle McMartin |
42f885 |
* Wed May 5 2010 Kyle McMartin <kyle@redhat.com> 4.0-4
|
|
Kyle McMartin |
42f885 |
- squashfs-fix-unsquashing-v3.patch: pull in fix from cvs. Thanks pkl!
|
|
Kyle McMartin |
42f885 |
(rhbz#523504)
|
|
Kyle McMartin |
42f885 |
|
|
Kyle McMartin |
40812b |
* Thu Feb 18 2010 Kyle McMartin <kyle@redhat.com> 4.0-3
|
|
Kyle McMartin |
40812b |
- Update to release tarball as opposed to cvs snapshot.
|
|
Kyle McMartin |
40812b |
- Add dist tag.
|
|
Kyle McMartin |
40812b |
|
|
Jesse Keating |
252c97 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-2
|
|
Jesse Keating |
252c97 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
Jesse Keating |
252c97 |
|
|
Kyle McMartin |
12105c |
* Sun Apr 05 2009 Kyle McMartin <kyle@redhat.com> - 4.0-1
|
|
Kyle McMartin |
12105c |
- Update to release 4.0
|
|
Kyle McMartin |
12105c |
|
|
Bruno Wolff III |
9e856d |
* Mon Mar 16 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090316
|
|
Kyle McMartin |
d811a9 |
- update to cvs snap from 2009-03-16.
|
|
Kyle McMartin |
d811a9 |
|
|
Jesse Keating |
7458f1 |
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0-0.20090126
|
|
Jesse Keating |
7458f1 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
Jesse Keating |
7458f1 |
|
|
Kyle McMartin |
964cd1 |
* Mon Jan 26 2009 Kyle McMartin <kyle@redhat.com> - 4.0-0.20090125
|
|
Kyle McMartin |
964cd1 |
- update to cvs snap that should unbreak big endian machines creating
|
|
Kyle McMartin |
964cd1 |
little endian fs.
|
|
Kyle McMartin |
964cd1 |
|
|
Jeremy Katz |
3e671c |
* Mon Jan 12 2009 <katzj@redhat.com> - 4.0-0.20090112
|
|
Jeremy Katz |
3e671c |
- update to cvs snap that generates v4.0 images
|
|
Jeremy Katz |
3e671c |
|
|
Jeremy Katz |
838639 |
* Tue Sep 30 2008 Jeremy Katz <katzj@redhat.com> - 3.4-1
|
|
Jeremy Katz |
838639 |
- update to 3.4
|
|
Jeremy Katz |
838639 |
|
|
Jesse Keating |
ff2e47 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.3-2
|
|
Jesse Keating |
ff2e47 |
- Autorebuild for GCC 4.3
|
|
Jesse Keating |
ff2e47 |
|
|
Jeremy Katz |
171345 |
* Fri Dec 14 2007 Jeremy Katz <katzj@redhat.com> - 3.3-1
|
|
Jeremy Katz |
171345 |
- Update to 3.3
|
|
Jeremy Katz |
171345 |
|
|
Jeremy Katz |
f6796b |
* Wed Sep 5 2007 Jeremy Katz <katzj@redhat.com> - 3.2-2
|
|
Jeremy Katz |
f6796b |
- fixes from package review (#226430)
|
|
Jeremy Katz |
f6796b |
|
|
Jeremy Katz |
4c7dd3 |
* Tue Mar 20 2007 Jeremy Katz <katzj@redhat.com> - 3.2-1
|
|
Jeremy Katz |
4c7dd3 |
- update to 3.2r2
|
|
Jeremy Katz |
4c7dd3 |
|
|
Jesse Keating |
d34521 |
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 3.0-4
|
|
Jesse Keating |
d34521 |
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
Jesse Keating |
d34521 |
|
|
Jeremy Katz |
9700cb |
* Mon Sep 18 2006 Jeremy Katz <katzj@redhat.com> - 3.0-3
|
|
Jeremy Katz |
9700cb |
- updated fragment size patch (#204638)
|
|
Jeremy Katz |
9700cb |
|
|
Jeremy Katz |
1e4afd |
* Wed Aug 16 2006 Jeremy Katz <katzj@redhat.com> - 3.0-2
|
|
Jeremy Katz |
1e4afd |
- add upstream patch for fragment size problem (#202663)
|
|
Jeremy Katz |
1e4afd |
|
|
Jesse Keating |
ad560d |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.0-1.1
|
|
Jesse Keating |
ad560d |
- rebuild
|
|
Jesse Keating |
ad560d |
|
|
Jeremy Katz |
1f2de8 |
* Fri Jun 23 2006 Jeremy Katz <katzj@redhat.com> - 3.0-1
|
|
Jeremy Katz |
1f2de8 |
- update to 3.0
|
|
Jeremy Katz |
1f2de8 |
- include unsquashfs
|
|
Jeremy Katz |
1f2de8 |
|
|
Jeremy Katz |
d75a0d |
* Tue May 16 2006 Jeremy Katz <katzj@redhat.com>
|
|
Jeremy Katz |
d75a0d |
- add BR on zlib-devel (Andreas Thienemann, #191880)
|
|
Jeremy Katz |
d75a0d |
|
|
Jesse Keating |
48d899 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2.1
|
|
Jesse Keating |
48d899 |
- bump again for double-long bug on ppc(64)
|
|
Jesse Keating |
48d899 |
|
|
Jesse Keating |
ab4168 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.2r2-2.2
|
|
Jesse Keating |
ab4168 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
Jesse Keating |
ab4168 |
|
|
Jesse Keating |
37b1ca |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
Jesse Keating |
37b1ca |
- rebuilt
|
|
Jesse Keating |
37b1ca |
|
|
Jeremy Katz |
ba5d1d |
* Thu Dec 1 2005 Jeremy Katz <katzj@redhat.com> - 2.2r2-1
|
|
Jeremy Katz |
ba5d1d |
- Initial build
|
|
Jeremy Katz |
ba5d1d |
|