2011-03-22 15:12:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 22 15:12:27 UTC 2011 - coolo@novell.com
|
|
|
|
|
|
|
|
- unrar is unfree software
|
|
|
|
|
2011-03-10 01:15:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 10 01:13:42 UTC 2011 - jw@novell.com
|
|
|
|
|
|
|
|
- updated to 0.32,
|
|
|
|
fixed logfile JSON syntax.
|
|
|
|
fixed setrlimit().
|
|
|
|
|
2011-03-09 15:50:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 9 15:21:56 UTC 2011 - jw@novell.com
|
|
|
|
|
|
|
|
- updated to 0.31, docu fixes. list() mode added.
|
|
|
|
|
2010-12-14 22:56:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 14 22:54:52 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.29 Mention /usr/bin/file_unpack in perldoc
|
|
|
|
|
2010-12-05 21:51:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Dec 5 21:29:31 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- added /usr/bin/unpack_file as a symlink
|
|
|
|
|
|
|
|
- 0.28 Look only at files and dirs, ignore special files.
|
|
|
|
Reading a pipe could block us endlessly.
|
|
|
|
|
2010-12-01 13:45:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Dec 1 13:32:27 UTC 2010 - coolo@novell.com
|
|
|
|
|
|
|
|
- switch to perl_requires macro
|
|
|
|
|
2010-09-24 16:24:04 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 24 16:22:46 UTC 2010 - jw@novell.com
|
|
|
|
|
2010-12-05 21:51:12 +00:00
|
|
|
- 0.27 new feature in mime(): attempt full file access
|
2010-09-24 16:24:04 +00:00
|
|
|
not only if flm reports currupt, but also when it reports
|
2010-12-05 21:51:12 +00:00
|
|
|
a/octet-stream. This helps to recognize a/x-iso9660-image
|
2010-09-24 16:24:04 +00:00
|
|
|
Added .iso by including my old unpack_iso.pl as a helper.
|
|
|
|
Added .lha
|
|
|
|
|
2010-09-20 22:40:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 10 17:17:57 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.26 Added .upx; we are testing all application/*-executable for upx to get the mime type.
|
|
|
|
Fixed test results on SLE-11, 02-mime.t now can match regexp too.
|
|
|
|
Dependencies sharpened: file >= 5.03 shared-mime-info >= 0.60
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 8 20:39:30 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.25 Added .cpio, .deb, .cab, .7z
|
|
|
|
Removed done_testing() for the sake of old Test::More on 11.1
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 8 20:18:49 CEST 2010 - jw@suse.de
|
|
|
|
|
|
|
|
- 0.24 Fixed helper. There was a debug die :-)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 1 22:51:04 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.23 Added option one_shot, to new() and file_unpack.pl
|
|
|
|
Added unpacking of: application/pdf, %tar+lzma, %rar, %uuencode
|
|
|
|
Added '# Requires: ....' comments with the builtin handlers to document
|
|
|
|
the non-perlish dependencies.
|
|
|
|
Fixed recognition of .xls -- File::LibMagic said corrupt, with only a short buffer.
|
|
|
|
Swapped 2nd and 3rd parameter of _run_mime_handler(): mime helpers have now their
|
|
|
|
suggested destname as second parameter.
|
|
|
|
mime(): added suffix rules for 'text/plain' and 'application/octet-stream',
|
|
|
|
to harvest even the least trusted source of information, in the absence
|
|
|
|
of anything else.
|
|
|
|
Implemented first draft of helper/text/=x-shellscript: tested embedded gzip.
|
|
|
|
Added -L option to file_unpack.pl;
|
|
|
|
_run_mime_handler() now untaints its argv. run() errors are now propagated.
|
|
|
|
t/04-subdir.t now does a real-life unzip test, if unzip is available.
|
|
|
|
Lowered $RECURSION_LIMIT to 200. 1000 takes ages with big files.
|
|
|
|
Call bunzip2 with -f, but don't call xz with -f.
|
|
|
|
Fixed unpack() to not hit 256 char limit per filename so easily.
|
|
|
|
Tested mime_handler_dir(), now it actually works. Introduced a default directory
|
|
|
|
/usr/share/File-Unpack/helper.
|
|
|
|
Preparing env variable PERL5LIB for helpers.
|
|
|
|
mime(): Fixed usage of LZMA alone decoder: count as positive, only of output appeared.
|
|
|
|
text/x-shellscript: uudecode and shar support tested; works now.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 30 16:31:41 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.22 Fixed descending of destdir into subdirs of subdirs
|
|
|
|
Added t/04-subdir.t,
|
|
|
|
Added first support for running unpack() under -T
|
|
|
|
Replaced MANIFEST.SKIP with a filter in t/manifest.t
|
|
|
|
Fixed t/02-mime.t to survive missing shared-mime-info.
|
|
|
|
(Makefile.PL cannot require non-perl packages, can it?)
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 25 20:46:03 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.21 Added 'nothing-to-do' semantic for mime-helpers: Point back by symlink.
|
|
|
|
Added helper/text=x-shellscript to demonstrate this.
|
|
|
|
Made external mime-helpers work: registering, calling.
|
|
|
|
Remember absolut path, call mime_type() correctly.
|
|
|
|
Started to propagate errors from _run_mime_handler() to unpack().
|
|
|
|
mime(): In SLES11 we get 'text/plain charset=utf-8' without semicolon.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 24 20:14:14 UTC 2010 - jw@novell.com
|
|
|
|
|
|
|
|
- 0.20 from cpan
|
|
|
|
|