Files
perl-Archive-Tar/perl-Archive-Tar.changes
Tina Müller 12adf00151 Accepting request 1268698 from devel:languages:perl:autoupdate
- updated to 3.04
   see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
  3.04  25/02/2025 (Dan Church, Arne Johannessen && SISYPHUS)
  - Fix handling filenames with trailing whitespace
  - Allow --format=ustar option for ptar
  - GH#21402 Symlink tests on Windows

OBS-URL: https://build.opensuse.org/request/show/1268698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Archive-Tar?expand=0&rev=25
2025-04-14 20:39:34 +00:00

365 lines
14 KiB
Plaintext

-------------------------------------------------------------------
Wed Feb 26 05:32:37 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 3.04
see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
3.04 25/02/2025 (Dan Church, Arne Johannessen && SISYPHUS)
- Fix handling filenames with trailing whitespace
- Allow --format=ustar option for ptar
- GH#21402 Symlink tests on Windows
-------------------------------------------------------------------
Thu Apr 13 03:06:50 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 3.02
see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
3.02 13/04/2023 (Manfred Stock)
- Test block sizes up to (2**31 - 1) bytes only (fix for 32bit perls)
- Don't match on message from exception in symlink test
- Improve formatting of $Archive::Tar::RESOLVE_SYMLINK documentation
3.00 25/03/2023 (Chris Lindee, Reini Urban, Paul Bolle, Michiel Beijen, Paulo Custodio, Michael R. Davis && Manfred Stock)
- RT #119949: Correctly concat prefix on directories
- enabled t/90_symlink.t for all platforms with symlinks
- Fix pod typo 'Archive::Tar::Files'
- Update links under SEE ALSO
- Skip symlink tests on Windows/msys2
- Support extraction of large files
-------------------------------------------------------------------
Wed Jul 28 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 2.40
see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
2.40 27/07/2021 (KHW && ATOOMIC)
- Generalize for EBCDIC
- Update GitHub workflow with deprecated add-path
-------------------------------------------------------------------
Fri Jun 26 03:07:19 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.38
see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
2.38 25/06/2020 (ATOOMIC)
- Avoid indirect calls
- Add use warnings to bin/ptar*
-------------------------------------------------------------------
Mon Feb 3 03:09:36 UTC 2020 - <timueller+perl@suse.de>
- updated to 2.36
see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
2.36 02/02/2020
- Add xz test files to MANIFEST
2.34 01/02/2020 (HEANEY && SKAJI)
- Add xz support
- Use 4 digit year in Time::Local call
-------------------------------------------------------------------
Thu Nov 8 06:03:01 UTC 2018 - Stephan Kulow <coolo@suse.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 3 10:51:49 UTC 2018 - coolo@suse.com
- updated to 2.26
see /usr/share/doc/packages/perl-Archive-Tar/CHANGES
-------------------------------------------------------------------
Wed Nov 23 02:34:10 UTC 2011 - vcizek@suse.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 01:36:02 UTC 2011 - vcizek@suse.com
- update to 1.80
- patch from Rocky Bernstein to add file chown() method [rt#71221]
-------------------------------------------------------------------
Mon Sep 12 01:34:58 UTC 2011 - vcizek@suse.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 13:50:46 UTC 2011 - vcizek@novell.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 1 13:30:42 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Mon Sep 6 09:26:17 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
- noarch pkg
- fix deps
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sat Jul 25 19:28:50 CEST 2009 - chris@computersalat.de
- spec mods
* removed ^----------
* removed ^#---------
-------------------------------------------------------------------
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-&gt;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
-------------------------------------------------------------------
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