Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minitar requirement from ~> 0.9 to >= 0.9, < 2.0 #1397

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2024

Updates the requirements on minitar to permit the latest version.

Changelog

Sourced from minitar's changelog.

0.12 / 2024-08-06

  • Properly handle very long GNU filenames, resolving #46#46.
  • Handle very long GNU filenames that are 512 or more bytes, resolving #45#45. Originally implemented in #47#47 by Vijay, but accidentally closed.

0.11 / 2022-12-31

  • symlink support is complete. Merged as PR #42#42, rebased and built on top of PR #12#12 by fetep.

  • kymmt90 fixed a documentation error on Minitar.pack in PR #43#43.

  • This version is a soft-deprecation of all versions before Ruby 2.7, as they will no longer be tested in CI.

0.10 / 2022-03-26

  • nevesenin fixed an issue with long filename handling. Merged as PR #40#40.

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#37.

0.8 / 2019-01-05

  • inkstak resolved an issue introduced in the fix for #31#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#35.

  • dearblue contributed PR #32#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#36 that treats certain badly encoded regular files (with names ending in /) as if they were directories on decode.

0.7 / 2018-02-19

  • Fixed issue #28#28 with a modified version of PR #29#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#30.

  • dearblue contributed PR #33#33 providing a fix for Minitar::Reader when

... (truncated)

Commits
  • a63548b fix: Write very long filenames in GNUtar format correctly
  • b51e325 Merge pull request #49 from halostatue/properly-handle-gnutar-long-reads
  • 2dc123a chore: Resolve formatting issues
  • 68d71e7 chore: Fix broken tests
  • 51b059f chore: Regenerate gemspecs
  • c3e42a5 chore: Fix a missing symbol interpolation
  • 2223b5a chore: Bump to version 0.12 for release
  • 9a855b0 chore: Add minitest-focus for focussed testing
  • 19c5135 fix: Resolve long filename reader handling
  • 455290d Update CI
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [minitar](https://github.com/halostatue/minitar) to permit the latest version.
- [Changelog](https://github.com/halostatue/minitar/blob/main/History.md)
- [Commits](halostatue/minitar@v0.9...v0.12)

---
updated-dependencies:
- dependency-name: minitar
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner August 8, 2024 13:13
@dependabot dependabot bot requested a review from a team as a code owner August 8, 2024 13:13
@dependabot dependabot bot added the ruby Pull requests that update Ruby code label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency bump ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants