Package Release Info

perl-File-Unpack-0.70-bp150.2.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

file-unpack
perl-File-Unpack

Change Logs

* Fri Feb 23 2018 adam.majer@suse.de
- use mkisofs to supply `isoinfo` program instead of genisoimage
* Sun Sep 03 2017 coolo@suse.com
- fix file list hackery
* Sat Apr 01 2017 coolo@suse.com
- add 6.diff from my pull request
* Thu Mar 16 2017 coolo@suse.com
- add 5.diff from pull request of micha
* Tue Feb 21 2017 coolo@suse.com
- add fix-xml-test.diff to fix tests on tumbleweed
* Fri Mar 13 2015 jw@owncloud.com
- Update to 0.70
  - added support for MacOS pkg files that are xar archives.
* Mon Jul 21 2014 jw@owncloud.com
- Added symlinks file_unpack_deep and unpack_deep to exploit the new semantics.
- Update to 0.69
  - fixed https://github.com/jnweiger/perl-File-Unpack/issues/2
  - Semantics change of file_unpack.pl:
    Default to one_shot unless $0 contains 'deep'. New --deep option to also switch this one.
    This is a move towards least surprise. No other unpacker has this deep feature.
  - Fixed builtin helper for application=x-lzip to conform to IPC::Run::run() semantics.
  - Added an example how to write a mime helper script to the documentation.
  - Fixed diagnostics in case a helper script fails.
* Thu Jun 12 2014 jnweiger@gmail.com
- perl-String-ShellQuote pulled in by name, to work around
  perl-App-cpanminus false positives.
* Mon Jan 27 2014 jw@suse.com
- 0.66	harmful filename test removed, fixing bnc#860561.
  The name may not match, when symlinking back. Readlink is the only thing that counts.
- _run_mime_helper() now returns diagnostics even when 'successful' so that we
  can see reasoning for 'passed'.
- added t/08-survive-corrupt.t to define behavoiur for good10.pdf and bad34.pdf
- registered the two new test files with t/02-mime.t and t/07-cmdline.t
* Tue Aug 06 2013 jw@suse.com
- 0.65 CPAN no longer fails with  'Using $< in a non-suffix rule context is a GNUmake idiom'
* Mon Jul 29 2013 jw@suse.com
- 0.64 fixed explosions on ksh:
  * assert writable dirs in _run_mime_helper while disassembling jail.
    needed for ksh/ast-base.2012-08-01.tar.bz2/src/cmd/pax/data/ro.dat
  * all rename()s in _run_mime_helper() equipped with or die.
  * DESTROY() now handles more cases: Adding the epilog when missing is paramount.
* Tue Jun 18 2013 jw@suse.com
- require lzip only for factoy. It is simply nowhere else.
* Fri Jun 14 2013 jw@suse.com
- 0.63 * supporting lzip, untested
* Tue May 07 2013 jw@suse.com
- 0.62 * support pax
* Mon Apr 29 2013 jw@suse.com
- 0.60 * report text/x-application-xml instead of application/xml
    for ordinary xml files.
* Tue Mar 26 2013 jw@suse.com
- 0.59  * helping upx to survive symlinks. "%{lsrc}s" format added.
  * POD fixes from from anirvan/patch-1
  * application/msword helper added. Using antiword.
  * helper diagnostics improved: first line of stderr is captured in
  the log.
  * {verbose} control improved.
* Fri Feb 08 2013 jw@suse.com
- 0.58	- bugfix: {inside_archives} was not decremented after leaving an archive.
* Thu Feb 07 2013 jw@suse.com
- 0.57 - fixed -f to really allow crawling symlinks.
  * the logfile will contain the link name, not the link target.
  * it thus preserves the illusion that all is inside the destination tree.
  - The following command can now be used to recreate the logfile (and retry more unpacking)
  in $DIR:
  file_unpack -D $DIR -f -L $DIR.unpack.log $DIR
  - _run_mime_helper(): cleanup $jail_base added when cmd fails to run.
  Helper failure may still may result in missing files.
  - t/07-cmdline.t added.
* Tue Feb 05 2013 jw@suse.com
- 0.56	- guard _my_shell_quote against undef.
  - no 'running as root warning' when !{verbose}
  - Relax testsuite on test.mht
  - relax DESTROY to not start a logfile, when none is requested.
  - testsuite really silent now.
* Fri Jan 25 2013 jw@suse.com
- oops, t/data/test.mht  not included.