Package gem-minitar: Information

Source package: gem-minitar
Version: 0.9.0.1-alt1
Latest version according to Repology
Build time:  Sep 3, 2021, 02:43 AM in the task #238996
Category: Development/Ruby
Report package bug
License: Ruby or BSD-2-Clause
Summary: Minimal pure-ruby support for POSIX tar(1) archives
Description: 
The minitar library is a pure-Ruby library that provides the ability to deal
with POSIX tar(1) archive files.

This is release 0.6, providing a number of bug fixes including a directory
traversal vulnerability, CVE-2016-10173. This release starts the migration and
modernization of the code:

* the licence has been changed to match the modern Ruby licensing scheme (Ruby
  and Simplified BSD instead of Ruby and GNU GPL);
* the minitar command-line program has been separated into the minitar-cli
  gem;
* the archive-tar-minitar gem now points to the minitar and minitar-cli gems and
  discourages its installation.

Some of these changes may break existing programs that depend on the internal
structure of the minitar library, but every effort has been made to ensure
compatibility; inasmuch as is possible, this compatibility will be maintained
through the release of minitar 1.0 (which will have strong breaking
changes).

minitar (previously called Archive::Tar::Minitar) is based heavily on code
originally written by Mauricio Julio Fernandez Pradier for the rpa-base project.

List of rpms provided by this srpm:
gem-minitar (noarch)
gem-minitar-devel (noarch)
gem-minitar-doc (noarch)


List of contributors:
Pavel Skrylev

ACL:
Pavel Skrylev
@ruby
@everybody

    1. gem(hoe) >= 3.22
    2. gem(hoe) < 4
    3. gem(hoe-doofus) >= 1.0
    4. gem(hoe-doofus) < 2
    5. gem(hoe-gemspec2) >= 1.1
    6. gem(hoe-gemspec2) < 2
    7. gem(hoe-git) >= 1.6
    8. gem(hoe-git) < 2
    9. gem(hoe-rubygems) >= 1.0
    10. gem(hoe-rubygems) < 2
    11. gem(minitest) >= 5.14
    12. gem(minitest) < 6
    13. gem(minitest-autotest) >= 1.0
    14. gem(minitest-autotest) < 2
    15. gem(rake) >= 10.0
    16. gem(rake) < 14
    17. gem(rdoc) >= 0.0
    18. gem(rdoc) < 7
    19. rpm-build-ruby

Last changed


Sept. 2, 2021 Pavel Skrylev 0.9.0.1-alt1
- ^ 0.9 -> 0.9.0.1
Oct. 29, 2019 Pavel Skrylev 0.9-alt1
- update (^) 0.6.1 -> 0.9
- add (+) archive-tar-minitar gem and package deprecation
Aug. 30, 2018 Pavel Skrylev 0.6.1-alt1
- Initial build for Sisyphus