Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ruby3.3-rubygem-minitar-0.9-1.17 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: ruby3.3-rubygem-minitar Distribution: openSUSE Tumbleweed
Version: 0.9 Vendor: openSUSE
Release: 1.17 Build date: Fri Feb 23 18:16:54 2024
Group: Development/Languages/Ruby Build host: i03-armsrv1
Size: 105392 Source RPM: rubygem-minitar-0.9-1.17.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/halostatue/minitar/
Summary: The minitar library is a pure-Ruby library that provides the ability
The minitar library is a pure-Ruby library that provides the ability to deal
with POSIX tar(1) archive files.
This is release 0.9, adding a minor feature to Minitar.unpack and
Minitar::Input#extract_entry that when <tt>:fsync => false</tt> is provided,
fsync will be skipped.
minitar (previously called Archive::Tar::Minitar) is based heavily on code
originally written by Mauricio Julio Fernández Pradier for the rpa-base
project.

Provides

Requires

License

Ruby

Changelog

* Mon Feb 10 2020 Stephan Kulow <coolo@suse.com>
  - updated to version 0.9
    see installed History.md
    [#]# 0.9 / 2019-09-04
    * jtappa added the ability to skip fsync with a new option to Minitar.unpack
      and Minitar::Input#extract_entry. Provide `:fsync => false` as the last
      parameter to enable. Merged from a modified version of PR [#37][].
* Mon Jan 14 2019 Stephan Kulow <coolo@suse.com>
  - updated to version 0.8
    see installed History.md
    [#]# 0.8 / 2019-01-05
    * inkstak resolved an issue introduced in the fix for [#31][] by allowing
      spaces to be considered valid characters in strict octal handling. Octal
      conversion ignores leading spaces. Merged from a slightly modified version
      of PR [#35][].
    * dearblue contributed PR [#32][] providing an explicit call to #bytesize for
      strings that include multibyte characters. The PR has been modified to be
      compatible with older versions of Ruby and extend tests.
    * Akinori MUSHA (knu) contributed PR [#36][] that treats certain badly
      encoded regular files (with names ending in `/`) as if they were
      directories on decode.
* Thu Nov 22 2018 Stephan Kulow <coolo@suse.com>
  - updated to version 0.7
    see installed History.md
    [#]# 0.7 / 2018-02-19
    * Fixed issue [#28][] with a modified version of PR [#29][] covering the
      security policy and position for Minitar. Thanks so much to ooooooo\_q for
      the report and an initial patch. Additional information was added as
      [#30][].
    * dearblue contributed PR [#33][] providing a fix for Minitar::Reader when
      the IO-like object does not have a `#pos` method.
    * Kevin McDermott contributed PR [#34][] so that an InvalidTarStream is
      raised if the tar header is not valid, preventing incorrect streaming of
      files from a non-tarfile. This is a minor breaking change, so the version
      has been bumped accordingly.
    * Kazuyoshi Kato contributed PR [#26][] providing support for the GNU tar
      long filename extension.
    * Addressed a potential DOS with negative size fields in tar headers
      ([#31][]). This has been handled in two ways: the size field in a tar
      header is interpreted as a strict octal value and the Minitar reader will
      raise an InvalidTarStream if the size ends up being negative anyway.
* Tue May 23 2017 bgeuken@suse.com
  - Remove bsc_1021740.patch for CVE-2016-10173
    This vulneribility has been fixed by upstream with v0.6.1:
    https://github.com/halostatue/minitar/commit/30e62689b614938dc96b4f2cb8e033e72f650670
* Tue Feb 14 2017 coolo@suse.com
  - updated to version 0.6.1
    ChangeLog removed upstream
* Fri Jan 27 2017 jmassaguerpla@suse.com
  - fix CVE-2016-10173 (bsc#1021740): rubygem-minitar,
    rubygem-archive-tar-minitar: directory traversal vulnerability
    bsc_1021740.patch: contains the fix
* Thu Oct 23 2014 tboerger@suse.com
  - Initial packaging of 0.5.4

Files

/usr/lib/ruby/gems/3.3.0/build_info
/usr/lib/ruby/gems/3.3.0/cache/minitar-0.9.gem
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/Code-of-Conduct.md
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/Contributing.md
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/History.md
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/Licence.md
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/Manifest.txt
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/README.rdoc
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/Rakefile
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/docs
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/docs/bsdl.txt
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/docs/ruby.txt
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive-tar-minitar.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar/input.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar/output.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar/posix_header.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar/reader.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/archive/tar/minitar/writer.rb
/usr/lib/ruby/gems/3.3.0/gems/minitar-0.9/lib/minitar.rb
/usr/lib/ruby/gems/3.3.0/specifications/minitar-0.9.gemspec
/usr/share/doc/packages/ruby3.3-rubygem-minitar
/usr/share/doc/packages/ruby3.3-rubygem-minitar/History.md
/usr/share/doc/packages/ruby3.3-rubygem-minitar/Licence.md
/usr/share/doc/packages/ruby3.3-rubygem-minitar/README.rdoc


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024