2021-10-26 11:57:20 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes. |
2021-10-07 15:06:15 by Nia Alarie | Files touched by this commit (140) |
Log message: archivers: Remove SHA1 distfiles hashes |
2021-02-28 14:18:16 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: archivers/ruby-mixlib-archive: update to 1.1.7 1.1.7 (2021-02-18) Merged Pull Requests * Convert destination to a String #61 (lamont-granquist) 1.1.6 (2021-02-17) Merged Pull Requests * Cache gems and test on Ruby 3 #59 (tas50) * Fix creating archives on windows with a CRLF #60 (lamont-granquist) |
2021-02-13 11:19:04 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: archivers/ruby-mixlib-archive: update to 1.1.4 1.1.4 (2021-02-10) (unknown) 1.1.3 (2021-02-10) * Remove encoding comment we don't need #51 (tas50) * Remove Dir.chdir calls from libarchive extraction #54 (lamont-granquist) * Remove the pry-stack_explorer dep failing Ruby 2.4 builds #55 (tas50) * Add a note about ffi-libarchive to the readme #58 (tas50) * Update Chefstyle to 1.6.2 #57 (tas50) |
2020-09-13 17:01:40 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: archivers/ruby-mixlib-archive: update to 1.0.7 Update ruby-mixlib-archive to 1.0.7. 1.0.7 (2020-08-21) * Optimize our requires #53 (tas50) 1.0.6 (2020-08-13) * Optimize requires for non-omnibus installs #52 (tas50) |
2020-01-18 16:06:12 by Takahiro Kambe | Files touched by this commit (2) | |
Log message: archivers/ruby-mixlib-archive: update to 1.0.5 Update ruby-mixlib-archive to 1.0.5. 1.0.5 (2019-12-30) * Remove Travis and update Github templates #40 (tas50) * Chefstyle fixes + test on Windows in Buildkite #43 (tas50) * Test on Ruby 2.7rc and other testing updates #47 (tas50) * Substitute require for require_relative #48 (tas50) Changes from 1.0.2 to 1.0.4 are unknown. |
2019-02-03 17:20:53 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: archivers/ruby-mixlib-archive: update to 1.0.1 * pkgsrc change: add "USE_LANGUAGES= # none" line. 1.0.1 (2019-01-16) Merged Pull Requests * Update expeditor config and order gemfile #38 (tas50) 1.0.0 (2019-01-16) Merged Pull Requests * mixlib-archive-tar create corrupt archives on Windows #37 (kenmacleod) * Require Ruby 2.4+ and bump to version 1.0 #36 (lamont-granquist) 0.4.19 (2018-12-12) Merged Pull Requests * Don't ship the readme in the gem artifact #35 (tas50) 0.4.18 (2018-10-15) Merged Pull Requests * Misc tweaks to gemfile / gemspec #32 (tas50) * Add a mingw32 specific gemspec to limit files shipped on *nix #33 (tas50) |
2018-09-23 15:42:51 by Takahiro Kambe | Files touched by this commit (3) | |
Log message: archivers/ruby-mixlib-archive: update to 0.4.16 ## [v0.4.16](https://github.com/chef/mixlib-archive/tree/v0.4.16) (2018-08-28) #### Merged Pull Requests - Fix read_tar_magic to properly return an array when a file has less than 264 \ characters [#30](https://github.com/chef/mixlib-archive/pull/30) \ ([bdwyertech](https://github.com/bdwyertech)) <!-- latest_release --> <!-- release_rollup since=0.4.13 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests - Fix read_tar_magic to properly return an array when a file has less than 264 \ characters [#30](https://github.com/chef/mixlib-archive/pull/30) \ ([bdwyertech](https://github.com/bdwyertech)) <!-- 0.4.16 --> - Fix mixlib-archive on Windows, add Appveyor \ [#31](https://github.com/chef/mixlib-archive/pull/31) \ ([stuartpreston](https://github.com/stuartpreston)) <!-- 0.4.15 --> - Ensure that paths like foo..bar.baz aren't ignored \ [#9](https://github.com/chef/mixlib-archive/pull/9) \ ([thommay](https://github.com/thommay)) <!-- 0.4.14 --> <!-- release_rollup --> <!-- latest_stable_release --> ## [v0.4.13](https://github.com/chef/mixlib-archive/tree/v0.4.13) (2018-08-03) #### Merged Pull Requests - add codeowners [#24](https://github.com/chef/mixlib-archive/pull/24) \ ([thommay](https://github.com/thommay)) - Move deps to the Gemfile and expand Rake tasks \ [#25](https://github.com/chef/mixlib-archive/pull/25) \ ([tas50](https://github.com/tas50)) - Add github issue template & standardize expeditor config \ [#26](https://github.com/chef/mixlib-archive/pull/26) \ ([tas50](https://github.com/tas50)) - Update codeowners and add PR template \ [#27](https://github.com/chef/mixlib-archive/pull/27) \ ([tas50](https://github.com/tas50)) - bugfix to make dir.chdir threadsafe \ [#29](https://github.com/chef/mixlib-archive/pull/29) \ ([stevenoneill](https://github.com/stevenoneill)) <!-- latest_stable_release --> ## [v0.4.8](https://github.com/chef/mixlib-archive/tree/v0.4.8) (2018-06-21) #### Merged Pull Requests - Use the correct entry size for content with multi-byte characters. \ [#23](https://github.com/chef/mixlib-archive/pull/23) \ ([coderanger](https://github.com/coderanger)) <!-- latest_release --> <!-- release_rollup since=0.4.7 --> ### Changes not yet released to rubygems.org #### Merged Pull Requests - Use the correct entry size for content with multi-byte characters. \ [#23](https://github.com/chef/mixlib-archive/pull/23) \ ([coderanger](https://github.com/coderanger)) <!-- 0.4.8 --> <!-- release_rollup --> <!-- latest_stable_release --> ## [v0.4.7](https://github.com/chef/mixlib-archive/tree/v0.4.7) (2018-06-07) #### Merged Pull Requests - fixup strange edge case around tar magic reading \ [#22](https://github.com/chef/mixlib-archive/pull/22) \ ([spion06](https://github.com/spion06)) <!-- latest_stable_release --> ## [v0.4.6](https://github.com/chef/mixlib-archive/tree/v0.4.6) (2018-05-08) #### Merged Pull Requests - update tar magic to identify oldgnu style tar headers \ [#21](https://github.com/chef/mixlib-archive/pull/21) \ ([spion06](https://github.com/spion06)) ## [v0.4.5](https://github.com/chef/mixlib-archive/tree/v0.4.5) (2018-05-04) #### Merged Pull Requests - Fix up creating archives [#18](https://github.com/chef/mixlib-archive/pull/18) \ ([thommay](https://github.com/thommay)) - Fix up writing tar archives with the rubygems tar \ [#19](https://github.com/chef/mixlib-archive/pull/19) \ ([thommay](https://github.com/thommay)) ## [v0.4.2](https://github.com/chef/mixlib-archive/tree/v0.4.2) (2018-04-25) #### Merged Pull Requests - use libarchive by preference \ [#17](https://github.com/chef/mixlib-archive/pull/17) \ ([thommay](https://github.com/thommay)) |
2017-06-10 18:44:27 by Takahiro Kambe | Files touched by this commit (4) |
Log message: Add ruby-mixlib-archive package version 0.4.1. Mixlib::Archive A very simple gem to extract archives. |