Path to this page:
Subject: CVS commit: pkgsrc/archivers/ruby-minitar
From: Takahiro Kambe
Date: 2024-09-15 18:41:23
Message id: 20240915164123.A37A0FC74@cvs.NetBSD.org
Log Message:
archivers/ruby-minitar: update to 1.0.2
0.10 (2022-03-26)
* nevesenin fixed an issue with long filename handling. Merged as PR #40.
0.11 (2022-12-31)
* symlink support is complete. Merged as PR #42, rebased and built on top of
PR #12 by fetep.
* kymmt90 fixed a documentation error on Minitar.pack in PR #43.
* This version is a soft-deprecation of all versions before Ruby 2.7, as
they will no longer be tested in CI.
0.12 (2024-08-06)
* Properly handle very long GNU filenames, resolving #46.
* Handle very long GNU filenames that are 512 or more bytes, resolving #45.
Originally implemented in #47 by Vijay, but accidentally closed.
0.12.1 (2024-08-21)
* Reverted @adbbb9b596 to restore compatibility with Ruby < 2.0. Resolves
[#63][#63] reported by Robert Schulze.
1.0.0 (2024-08-07)
Breaking Changes:
* Minimum Ruby version is 3.1.
* The Archive::Tar::Minitar namespace has been completely removed and
Minitar is a class instead of a module.
Enhancements:
* Added Minitar.pack_as_file, originally proposed by John Prince back in
2011 #7.
1.0.1 (2024-08-08)
Bugfix:
* Resolve a constant lookup issue. The accepted fix has been provided by
Aram Price in #58.
1.0.2 (2024-08-23)
Bugfix:
* Minitar 1.0.1 was released with an unchanged gemspec. Reported by
Debashish Biswas in #65.
Files: