Changelog for
perl-Archive-Tar-2.32-1.1.noarch.rpm :
* Thu Nov 08 2018 cooloAATTsuse.com- updated to 2.32 see /usr/share/doc/packages/perl-Archive-Tar/CHANGES 2.32 13/09/2018 (CBERRY) - Fix absolute path handling on VMS 2.30 19/06/2018 - skip white_space test on MSWin32 as Windows will report that both files exist, which is obviously a \'feature\' 2.28 08/06/2018 (madroach, ARC, OCBNET, ppisar) - fix creating file with trailing whitespace on filename - fixes 103279 - allow archiving with absolute pathnames - fixes 97748 - small POD fix - Speed up extract when archive contains lots of files - CVE-2018-12015 directory traversal vulnerability [RT#125523]
* Sun Jun 03 2018 cooloAATTsuse.com- updated to 2.26 see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
* Wed Nov 23 2011 vcizekAATTsuse.com- update to 1.82 - Adjustments to handle files >8gb (>0777777777777 octal) - Feature to return the MD5SUM of files in the archive
* Mon Oct 17 2011 vcizekAATTsuse.com- update to 1.80- patch from Rocky Bernstein to add file chown() method [rt#71221]
* Mon Sep 12 2011 vcizekAATTsuse.com- update to 1.78- patch from Rocky Bernstein to add chown() method [rt#70623]- blead patch from Alexandr Ciornii to resolve [perl#78708]
* Tue Jan 11 2011 vcizekAATTnovell.com- update to 1.76 - upstream blead patches from Peter Acklam - Skip extracting pax extended headers, reported as RT #64038 - Apply patch from Grant McLean to update docs for ptargrep - Add ptargrep utility courtesy of Grant McLean
* Wed Dec 01 2010 cooloAATTnovell.com- switch to perl_requires macro
* Mon Sep 06 2010 chrisAATTcomputersalat.de- recreated by cpanspec 1.78- noarch pkg- fix deps
* Wed Sep 01 2010 pascal.bleserAATTopensuse.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
* Sat Jul 25 2009 chrisAATTcomputersalat.de- spec mods
* removed ^----------
* removed ^#---------
* Sat Jun 27 2009 chrisAATTcomputersalat.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: [patchAATT33971] 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 o fixed deps for 10.3 have choice for perl(Text::Diff): otrs perl-Text-Diff