2009-07-25 17:28:53 +00:00
|
|
|
-------------------------------------------------------------------
|
2010-09-01 08:03:32 +00:00
|
|
|
Wed Sep 1 07:58:36 UTC 2010 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.68:
|
|
|
|
|
* fix RT#57312 and RT#56163
|
|
|
|
|
|
|
|
|
|
- changes from 1.66:
|
|
|
|
|
* adds option -C to allow archives created with ptar to be uploaded to PAUSE in case of Windows or world +w permissions on unix
|
|
|
|
|
|
|
|
|
|
- changes from 1.64:
|
|
|
|
|
* removed the PERL_CORE specific chdir from all the tests
|
|
|
|
|
* fix RT#58916: skip files via a callback and limit memory use when skipping files
|
|
|
|
|
* fix RT#59150: assumes all references filename are IO::Handle's instead of trying to stringify
|
|
|
|
|
|
|
|
|
|
- changes from 1.62:
|
|
|
|
|
* fix RT#58636
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2009-07-25 17:28:53 +00:00
|
|
|
Sat Jul 25 19:28:50 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- spec mods
|
|
|
|
|
* removed ^----------
|
|
|
|
|
* removed ^#---------
|
|
|
|
|
|
2009-06-27 18:03:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 27 18:47:31 CEST 2009 - chris@computersalat.de
|
|
|
|
|
|
|
|
|
|
- update to 1.52
|
|
|
|
|
* important changes in version 1.52 13/06/2009:
|
|
|
|
|
- Apply documentation patch to describe IBM APAR issue IZ50240; AIX tar
|
|
|
|
|
does not always end a Tar archive with a 0x00 null block, which can
|
|
|
|
|
cause warnings from Archive::Tar.
|
|
|
|
|
This is a documentation patch only, and users of 1.50 need not upgrade.
|
|
|
|
|
* important changes in version 1.50 12/06/2009:
|
|
|
|
|
- Apply patch in #46450: Support for --no-same-permissions style behavior
|
|
|
|
|
This facilitates leaving the +x bit, while still applying your umask on
|
|
|
|
|
the extracted file.
|
|
|
|
|
* important changes in version 1.48 20/04/2009:
|
|
|
|
|
- Address #44680 (Improve error reporting on short corrupted archives)
|
|
|
|
|
Archives of less than 512 bytes would not have a clear error string set
|
|
|
|
|
- Requires at least IO::Compres::* 2.015, to address: #43609: Memory
|
|
|
|
|
problem with A::T. Turns out 2.012 was leaking memory.
|
|
|
|
|
* important changes in version 1.46 05/03/2009:
|
|
|
|
|
- Address: bug #43513: [PATCH] Accept wrong checksums from SunOS and HP-UX tar
|
|
|
|
|
like GNU tar does. See here for details:
|
|
|
|
|
http://www.gnu.org/software/tar/manual/tar.html#SEC139
|
|
|
|
|
- make COMPRESS_BZIP and COMPRESS_GZIP constants actually work and fix their
|
|
|
|
|
documentation
|
|
|
|
|
* important changes in version 1.44 19/01/2009:
|
|
|
|
|
- Address #41798: Nonempty $\ when writing a Tar file produces a
|
|
|
|
|
corrupt Tar file
|
|
|
|
|
- Textual fix to Makefile.PL diagnostics
|
|
|
|
|
* important changes in version 1.42 13/12/2008:
|
|
|
|
|
- Address #40426: Archive Tar to support direct Archive::Tar::File adds
|
|
|
|
|
It is now possible to add Archive::Tar::File objects via $tar->add_files
|
|
|
|
|
- Address #40016 (Archive::Tar assumes $> won't change): CAN_CHOWN is now a
|
|
|
|
|
dynamic check upon extraction. This allows scripts to drop privileges when
|
|
|
|
|
desired
|
|
|
|
|
- Address take 2 of #39933: [PATCH] handle ../ directory name on VMS
|
|
|
|
|
John M. sent in a better way to do directory name translation.
|
|
|
|
|
* important changes in version 1.40 13/10/2008:
|
|
|
|
|
- Add $class->has_zlib_support and $class->has_bzip2_support to
|
|
|
|
|
discern which A::T can support
|
|
|
|
|
- Address: #39933: [PATCH] handle ../ directory name on VMS (core patch)
|
|
|
|
|
* important changes in version 1.39_04 08/09/2008:
|
|
|
|
|
- Address: #38932: pax_global_header extracted as file
|
|
|
|
|
Don't extract these special files, which are added by, among
|
|
|
|
|
others, git-generated tarballs. It holds a comment and is not
|
|
|
|
|
meant for extraction. This follows gnu tar 1.14 and later behaviour
|
|
|
|
|
- Address: #19577: extract_file() drops volume part of extraction path
|
|
|
|
|
Windows users can now extract files to a different volume
|
|
|
|
|
* important changes in verison 1.39_03 26/08/2008:
|
|
|
|
|
- Because all the IO::Compress modules are interlinked, they must be
|
|
|
|
|
the same version when installed, or breakage will occur like shown
|
|
|
|
|
at this tester report:
|
|
|
|
|
http://www.nntp.perl.org/group/perl.cpan.testers/2008/08/msg2083310.html
|
|
|
|
|
Mailed the author to find a less fragile solution, but for now we require
|
|
|
|
|
all the individual modules, and all at the same version.
|
|
|
|
|
* important changes in version 1.39_02 25/08/2008:
|
|
|
|
|
- Address #31806: Please add support for bzipped tar files.
|
|
|
|
|
Archive::Tar now supports reading/writing tar.bz2 files.
|
|
|
|
|
- Since IO::Zlib is now core, it is now a default dependency.
|
|
|
|
|
- Added Package::Constants as a dependency to ease the use of A::T::Constants
|
|
|
|
|
- Dependency on IO::Compress::Bzip2 and IO::Uncompress::Bunzip2 is on
|
|
|
|
|
by default, but can be negated with the -n switch when building:
|
|
|
|
|
'perl Makefile.PL -n'
|
|
|
|
|
- Improve documentation on the new ->iter function
|
|
|
|
|
* important changes in version 1.39_01 22/08/2008:
|
|
|
|
|
- Address the second part mentioned in this report:
|
|
|
|
|
#30380: directory traversal vulnerability in Archive-Tar
|
|
|
|
|
Archives are no longer allowed to extract into symlinked directories,
|
|
|
|
|
unless Insecure Extract Mode is enabled (which is off by default).
|
|
|
|
|
- Add regression tests for this behaviour
|
|
|
|
|
- Address #33669 (Could not update timestamp warning on symlinks)
|
|
|
|
|
Don't update timestamps on symlinks, they'll modify the original
|
|
|
|
|
- Apply core patch: [patch@33971] Archive::Tar was building corrupt
|
|
|
|
|
archives on VMS as supplied by John Malmberg
|
|
|
|
|
- Address #37375: ptar should allow '-' as an archive_file name
|
|
|
|
|
Patch provided by glenn jackman
|
|
|
|
|
- Add convenience method ->extract() to A::T::File
|
|
|
|
|
- improve docs of A::T::File by adding rv & object in the header
|
|
|
|
|
- Address #38580: [PATCH] Archive::Tar->iter
|
|
|
|
|
This adds an iterator to Archive::Tar, thanks to Gisle Aas
|
|
|
|
|
- added perl-macros
|
|
|
|
|
o autogen filelist with perl_gen_filelist
|
|
|
|
|
- spec mods
|
|
|
|
|
o added header
|
|
|
|
|
o fixed deps
|
2009-06-27 18:21:14 +00:00
|
|
|
o fixed deps for 10.3
|
|
|
|
|
have choice for perl(Text::Diff): otrs perl-Text-Diff
|
2009-06-27 18:03:46 +00:00
|
|
|
|
2008-08-15 13:16:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jan 4 11:47:18 CET 2008 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.38
|
|
|
|
|
* Address #30380: directory traversal vulnerability in Archive-Tar
|
|
|
|
|
Add $INSECURE_EXTRACT_MODE which defaults to 0, disallowing
|
|
|
|
|
archives to extract files outside of cwd(). This is a backwards
|
|
|
|
|
incompatible change from 1.36 and before.
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 8 09:25:19 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.36
|
|
|
|
|
* Portability fixes for VMS, as offered by Craig Berry.
|
|
|
|
|
* Unespected reaction of Archive::Tar
|
|
|
|
|
A::T didn't always handle filenames that evaluated to false
|
|
|
|
|
(like '0') gracefully. This patch adds a few 'or defined' check
|
|
|
|
|
to the A::T codebase and a test to ensure filenames like '0' are
|
|
|
|
|
handeled correctly.
|
|
|
|
|
* Unicode and Archive::Tar - documentation patch as FAQ patch
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 11 09:39:32 CEST 2007 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.32
|
|
|
|
|
* Make Archive::Tar work nicely with perls compiled with
|
|
|
|
|
-Dmksymlinks. This also fixes an issue introduced in
|
|
|
|
|
1.31 where symlinks weren't dereferenced in all cases.
|
|
|
|
|
* Quell warnings when a gid is not resolvable to a group name
|
|
|
|
|
* No longer use the t/setup.t and t/cleanup.t files
|
|
|
|
|
* bug fixes, pod fixes
|
|
|
|
|
- fix some rpmlint warnings (move make test to %check)
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 13 11:30:34 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.30
|
|
|
|
|
* bugfixes, documentation added
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 13 13:27:39 CEST 2006 - anicka@suse.cz
|
|
|
|
|
|
|
|
|
|
- update to 1.29
|
|
|
|
|
* tardiff and new manpages added
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jan 25 21:39:28 CET 2006 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Sep 29 11:41:28 CEST 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
|
|
- add missing %defattr
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Sep 28 22:31:57 CEST 2005 - dmueller@suse.de
|
|
|
|
|
|
|
|
|
|
- add norootforbuild
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jul 11 15:32:09 CEST 2005 - schubi@suse.de
|
|
|
|
|
|
|
|
|
|
- update to 1.24
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 14 13:21:18 CEST 2005 - schubi@suse.de
|
|
|
|
|
|
|
|
|
|
- update to most recent version 1.23
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Feb 26 15:27:49 CET 2004 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- update to most recent version 1.08
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Aug 22 13:59:17 CEST 2003 - mjancar@suse.cz
|
|
|
|
|
|
|
|
|
|
- require the perl version we build with
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jul 17 11:36:24 CEST 2003 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- use install_vendor and new %perl_process_packlist macro
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 17 11:18:57 CEST 2003 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- updated filelist
|
|
|
|
|
- update to version 0.23
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon May 19 12:29:00 CEST 2003 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- remove installed (but unpackaged) file perllocal.pod
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 8 18:33:54 CEST 2002 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- use macro in filelist
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 2 17:40:06 MEST 2002 - mls@suse.de
|
|
|
|
|
|
|
|
|
|
- remove race in .packlist generation
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Aug 16 16:17:44 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- renamed to perl-Archive-Tar
|
|
|
|
|
- bzipped source
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Apr 10 18:32:35 CEST 2001 - ro@suse.de
|
|
|
|
|
|
|
|
|
|
- added group tag
|
|
|
|
|
- this package should probably be renamed to perl-Archive-Tar
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Jul 19 09:06:46 MEST 2000 - choeger@suse.de
|
|
|
|
|
|
|
|
|
|
- first version, v0.22
|
|
|
|
|
|