Commit Graph

155 Commits

Author SHA1 Message Date
Bruno Wolff III
258bc8ea26 Add zstd support
In order to get this done now, rather than double some patches before
going to the tip of Phillip's tree, use a cherry picked patch from that
tree.

John Friend pulled together the patch written by Sean Purcell for upstream.
Paul Frields did some review, so I didn't need to.
2019-06-24 18:22:40 -05:00
Bruno Wolff III
6f53595658 Fix issue with LDFLAGS not getting set
Bug 1573109.
2019-05-21 02:48:48 -05:00
Bruno Wolff III
bc150b2804 Add fix for glibc changes 2019-05-21 01:59:57 -05:00
Fedora Release Engineering
48fdbae943 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 08:28:12 +00:00
Igor Gnatenko
3e0884a0b5 Remove obsolete Group tag
References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag
2019-01-28 20:24:50 +01:00
Igor Gnatenko
b85fd9509f
Add missing BuildRequires on gcc
make: cc: Command not found

References: https://bugzilla.redhat.com/show_bug.cgi?id=1606409
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-24 16:55:37 +02:00
Fedora Release Engineering
2860d59181 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 06:38:28 +00:00
Jason Tibbitts
8354ad07a4 Remove needless use of %defattr 2018-07-10 01:26:43 -05:00
Igor Gnatenko
931f8cd02f
Remove %clean section
None of currently supported distributions need that.
Last one was EL5 which is EOL for a while.

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 07:40:21 +01:00
Igor Gnatenko
6e02df8406 Remove BuildRoot definition
None of currently supported distributions need that.
It was needed last for EL5 which is EOL now

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-02-14 00:39:57 +01:00
Fedora Release Engineering
c150302e27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 17:32:20 +00:00
Fedora Release Engineering
5cdea330e6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 08:48:01 +00:00
Fedora Release Engineering
6da06ea655 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 19:12:02 +00:00
Fedora Release Engineering
b21880f363 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 13:54:19 +00:00
Fedora Release Engineering
570f29a9d0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 00:32:50 +00:00
Bruno Wolff III
ebcff94d63 Fix patch name 2015-06-24 14:44:02 -05:00
Bruno Wolff III
af393379e3 Update printf formats to match datatypes after CVE patch 2015-06-24 14:27:31 -05:00
Bruno Wolff III
e68da29cac Fix for CVE-2015-4645/4646 2015-06-23 18:12:25 -05:00
Dennis Gilmore
12f3ad490e - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 01:35:22 +00:00
Bruno Wolff III
43b98eb467 Fix incorrect strip option for 2gb patch 2014-09-13 11:42:37 -05:00
Bruno Wolff III
e0903265bd Fix squashing 2GB+ files
This fix came from the squashfs-devel list, authored by Guan Xin
2014-09-13 11:15:29 -05:00
Peter Robinson
9611b9a4bd - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 03:30:47 +00:00
Bruno Wolff III
6d5b7b7e4e I forgot -p1 for the patches 2014-06-13 10:56:06 -05:00
Bruno Wolff III
70f2446454 Fix memory use issues
The main improvement is a fix for using too much memory under
PAE kernels. (25% of memory with a PAE kernel can be more than is
addressable by a 32 bit process.)
2014-06-13 10:51:02 -05:00
Dennis Gilmore
37fe4db5c0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 02:04:32 -05:00
Bruno Wolff III
dbf7edc295 Even more man page fixes 2014-05-14 07:52:44 -05:00
Bruno Wolff III
e4f806b58e More fixes for the mksquashfs man page 2014-05-14 07:36:44 -05:00
Bruno Wolff III
7cc74b6fba Add missing option to mksquashfs man page 2014-05-13 07:27:06 -05:00
Bruno Wolff III
fdb126dcc4 Go to released version of 4.3 2014-05-13 01:49:46 -05:00
Dennis Gilmore
bb23ad8c62 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 10:39:53 -05:00
Bruno Wolff III
6523e5dacc Update to latest 4.3 prerelease stable snapshot 2013-06-22 09:27:13 -05:00
Bruno Wolff III
fe8f80869d Update to latest stable prerelease snapshot 2013-06-04 22:02:33 -05:00
Bruno Wolff III
8d87acb037 Pick up fix for rare race condition 2013-05-23 00:13:09 -05:00
Bruno Wolff III
38f1ef51f4 Latest pre 4.3 snapshot
queue fragment and empty file buffers directly to main thread
2013-05-19 10:05:05 -05:00
Bruno Wolff III
952b11a5a0 Fix bug introduced with the sequential queue change 2013-05-15 09:48:28 -05:00
Bruno Wolff III
28a70ab48b Get latest snapshot
This includes new code to make deflate queues sequential.
2013-05-11 10:54:12 -05:00
Bruno Wolff III
4342cbb17e Update to latest master to get testing on beta 2013-05-06 19:29:35 -05:00
Bruno Wolff III
db21c58833 Update to latest prerelease snapshot
Mostly this is to get a latest build before f18 alpha freeze, but
this does pick up a new function where using SIGQUIT (^\) while
squashing will tell you what file is currently being squashed.
2013-03-31 11:02:13 -05:00
Bruno Wolff III
ec1b7e7e43 Update to latest pre-4.3 snapshot 2013-03-06 07:17:46 -06:00
Kyle McMartin
d20f0f2e10 Move mksquashfs to /usr/sbin, as per UsrMove. 2013-03-03 12:17:56 -05:00
Kyle McMartin
ba42ae128b forgot to add spec last commit (Add squashfs manpages from debian) 2013-03-03 11:59:06 -05:00
Bruno Wolff III
37237f032e Latest pre 4.3 snapshot
Better error handling when running out of space.
2013-02-18 22:12:33 -06:00
Bruno Wolff III
0332bae1d4 Latest pre 4.3 snapshoot
New option to display compression options used.
Some improved error messages.
2013-02-13 21:41:13 -06:00
Bruno Wolff III
0140fd3587 Update to latest pre 4.3 snapshot
This gets more checks for bad data.
2013-02-01 13:16:32 -06:00
Bruno Wolff III
90d789e44b Pick up quote and backslash handling in the lexical analyzer 2013-01-13 10:59:47 -06:00
Bruno Wolff III
528da1d1a8 Latest pre 4.3 snapshot
Pick up some better data checking and some memory leak fixes.
2012-12-31 11:08:49 -06:00
Bruno Wolff III
4efedcdc37 Pick up better checking in psuedo files changes 2012-12-23 09:37:28 -06:00
Bruno Wolff III
8793829f75 Pick up improvements parsing sort, extract and exclude files 2012-12-21 12:37:39 -06:00
Bruno Wolff III
2094639816 Get the latest pre 4.3 snapshot
There are a few more fixes to better handle bad data.
2012-12-13 23:08:29 -06:00
Bruno Wolff III
3370db33ee The pre-release only has the README doc file 2012-12-01 13:08:54 -06:00
Bruno Wolff III
81548558b9 Pre-release snapshot of 4.3
This is intended to be a bug fix release which is expected to be released
in December.

There are some code infrastructure changes, which I belive to be in
preparation for a later feature release (4.4) that might happen in about
6 months (which could easily change).

There are lots of fixes for better handling of bad data, only two of
which have been backported into Fedora's 4.2 packages.
2012-12-01 12:34:16 -06:00
Bruno Wolff III
af10d8978d Adjust upstream patch for 4.2 release 2012-11-25 17:25:38 -06:00
Bruno Wolff III
038e2d1dea Fix for bug 842460 (CVE-2012-4025) 2012-11-25 15:54:41 -06:00
Bruno Wolff III
9e856d06fc Fix days of the week in change log 2012-11-22 12:24:04 -06:00
Bruno Wolff III
90e6c51507 Backport fix for bz 842458 (CVE-2012-4024) 2012-11-22 08:15:25 -06:00
Dennis Gilmore
5794813e6f - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-21 15:53:01 -05:00
Dennis Gilmore
cf32ff7ff7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 22:21:39 -06:00
Bruno Wolff III
b4793228eb Pass the compressor options through the make call instead of a patch. 2011-03-01 22:56:47 -06:00
Bruno Wolff III
a53ae83689 Allow multiple processes for make. 2011-03-01 22:51:24 -06:00
Bruno Wolff III
7b2d227bf9 Need to pass CLAGS through environment, not command line. 2011-03-01 22:48:48 -06:00
Bruno Wolff III
aff7084236 The default setup name still won't work. 2011-03-01 22:28:10 -06:00
Bruno Wolff III
e2219517f5 Removed reference to patch0 now that we aren't using that patch any more. 2011-03-01 22:26:34 -06:00
Bruno Wolff III
e59d8926b6 Update to 4.2 release. 2011-03-01 22:25:52 -06:00
Dennis Gilmore
2738394427 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-09 09:50:23 -06:00
Dan Horák
80661ea156 - Add fixes for big-endian machines 2011-01-11 14:23:33 +01:00
Bruno Wolff III
5719b8c2bd Update to latest upstream snapshot 2011-01-01 10:53:21 -06:00
Bruno Wolff III
1900dde916 Fix changelog */- typos 2010-12-24 11:00:23 -06:00
Bruno Wolff III
293af14950 Start tracking 4.2 snapshot 2010-12-24 10:58:59 -06:00
Bruno Wolff III
b903ba142a Fix changelog date 2010-10-27 21:48:20 -05:00
Bruno Wolff III
7f94f03b3f Rebuild for xz soname bump. 2010-10-27 21:46:50 -05:00
Jesse Keating
aa8305f84b - Rebuilt for gcc bug 634757 2010-09-29 15:18:10 -07:00
Bruno Wolff III
e427db3350 Include some more documentation files. 2010-09-21 00:57:02 -05:00
Bruno Wolff III
8eb2b80b55 Adjust spec file to build from release instead of dev. And to use lzo. 2010-09-21 00:47:29 -05:00
Bruno Wolff III
e77187763b The patch that used to enable just xz, now enables both xz and lzo. 2010-09-21 00:27:17 -05:00
Dan Horák
88bb463407 - Add fixes for big-endian machines 2010-09-06 15:47:39 +02:00
Bruno Wolff III
dd38da4104 Update to latest upstream to get large xattr fix. 2010-08-28 10:18:39 -05:00
Bruno Wolff III
24c1618bb8 Get new upstream with fix to large inode issue (bz 619020). 2010-08-03 17:10:41 -05:00
Bruno Wolff III
99bdf78e10 Rebasing to latest upstream snapshot. 2010-07-27 11:53:09 +00:00
Bruno Wolff III
cf2602f158 Move to 4.1 prerelease version. 2010-06-11 16:43:35 +00:00
Kyle McMartin
42f88525b2 - squashfs-fix-unsquashing-v3.patch: pull in fix from cvs. Thanks pkl!
(rhbz#523504)
2010-05-06 03:19:24 +00:00
Kyle McMartin
40812b6904 - Update to release tarball as opposed to cvs snapshot.
- Add dist tag.
2010-02-18 19:00:23 +00:00
Jesse Keating
252c97d344 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-27 04:44:21 +00:00
Kyle McMartin
12105c510b - Update to release 4.0 2009-04-05 23:40:32 +00:00
Kyle McMartin
d811a95b84 - update to cvs snap from 2009-03-16. 2009-03-16 18:41:56 +00:00
Jesse Keating
7458f10498 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild 2009-02-26 02:39:06 +00:00
Kyle McMartin
964cd18dfd - update to cvs snap that should unbreak big endian machines creating
little endian fs.
2009-01-26 06:53:55 +00:00
Jeremy Katz
3e671c2045 - update to cvs snap that generates v4.0 images 2009-01-12 22:57:19 +00:00
Jeremy Katz
8386392614 - update to 3.4 2008-09-30 19:20:42 +00:00
Jesse Keating
ff2e478713 - Autorebuild for GCC 4.3 2008-02-19 10:14:12 +00:00
Jeremy Katz
171345c123 - Update to 3.3 2007-12-14 15:37:43 +00:00
Jeremy Katz
f6796b7ad1 - fixes from package review (#226430) 2007-09-05 12:51:42 +00:00
Jeremy Katz
9c5bac88b8 - update to 3.2r2 2007-09-04 00:09:45 +00:00
Jeremy Katz
4c7dd3681f - update to 3.2r2 2007-03-20 19:31:34 +00:00
Jesse Keating
d34521d74f bump for gcc bug 2006-10-01 20:21:08 +00:00
Jeremy Katz
9700cba9ef - updated fragment size patch (#204638) 2006-09-18 16:52:32 +00:00
Jeremy Katz
c783ff1986 tyop 2006-08-16 15:03:01 +00:00
Jeremy Katz
1e4afd7c93 - add upstream patch for fragment size problem (#202663) 2006-08-16 14:59:13 +00:00
Jesse Keating
ad560d0881 bumped for rebuild 2006-07-12 08:17:40 +00:00
Jeremy Katz
1f2de82fe5 - update to 3.0
- include unsquashfs
2006-06-23 15:50:19 +00:00
Jeremy Katz
d75a0d7024 - add BR on zlib-devel (Andreas Thienemann, #191880) 2006-05-16 14:41:23 +00:00