Skip to content

Commit

Permalink
archivers/ruby-mixlib-archive: update to 0.4.16
Browse files Browse the repository at this point in the history
## [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](chef/mixlib-archive#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](chef/mixlib-archive#30) ([bdwyertech](https://github.com/bdwyertech)) <!-- 0.4.16 -->
- Fix mixlib-archive on Windows, add Appveyor [#31](chef/mixlib-archive#31) ([stuartpreston](https://github.com/stuartpreston)) <!-- 0.4.15 -->
- Ensure that paths like foo..bar.baz aren&#39;t ignored [#9](chef/mixlib-archive#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](chef/mixlib-archive#24) ([thommay](https://github.com/thommay))
- Move deps to the Gemfile and expand Rake tasks [#25](chef/mixlib-archive#25) ([tas50](https://github.com/tas50))
- Add github issue template &amp; standardize expeditor config [#26](chef/mixlib-archive#26) ([tas50](https://github.com/tas50))
- Update codeowners and add PR template [#27](chef/mixlib-archive#27) ([tas50](https://github.com/tas50))
- bugfix to make dir.chdir threadsafe [#29](chef/mixlib-archive#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](chef/mixlib-archive#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](chef/mixlib-archive#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](chef/mixlib-archive#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](chef/mixlib-archive#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](chef/mixlib-archive#18) ([thommay](https://github.com/thommay))
- Fix up writing tar archives with the rubygems tar [#19](chef/mixlib-archive#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](chef/mixlib-archive#17) ([thommay](https://github.com/thommay))
  • Loading branch information
taca committed Sep 23, 2018
1 parent 23b5ca3 commit 2317e6a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
4 changes: 2 additions & 2 deletions archivers/ruby-mixlib-archive/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2017/06/10 16:44:27 taca Exp $
# $NetBSD: Makefile,v 1.2 2018/09/23 13:42:51 taca Exp $

DISTNAME= mixlib-archive-0.4.1
DISTNAME= mixlib-archive-0.4.16
CATEGORIES= archivers

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
13 changes: 12 additions & 1 deletion archivers/ruby-mixlib-archive/PLIST
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:44:27 taca Exp $
@comment $NetBSD: PLIST,v 1.2 2018/09/23 13:42:51 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.expeditor/config.yml
${GEM_LIBDIR}/.expeditor/update_version.sh
${GEM_LIBDIR}/.github/CODEOWNERS
${GEM_LIBDIR}/.github/ISSUE_TEMPLATE.md
${GEM_LIBDIR}/.github/PULL_REQUEST_TEMPLATE.md
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/.rspec
${GEM_LIBDIR}/.travis.yml
Expand All @@ -8,7 +13,13 @@ ${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/VERSION
${GEM_LIBDIR}/appveyor.yml
${GEM_LIBDIR}/distro/ruby_bin_folder/libarchive.dll
${GEM_LIBDIR}/distro/ruby_bin_folder/liblzma-5.dll
${GEM_LIBDIR}/distro/ruby_bin_folder/libxml2-2.dll
${GEM_LIBDIR}/lib/mixlib/archive.rb
${GEM_LIBDIR}/lib/mixlib/archive/lib_archive.rb
${GEM_LIBDIR}/lib/mixlib/archive/tar.rb
${GEM_LIBDIR}/lib/mixlib/archive/version.rb
${GEM_LIBDIR}/mixlib-archive.gemspec
Expand Down
10 changes: 5 additions & 5 deletions archivers/ruby-mixlib-archive/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2017/06/10 16:44:27 taca Exp $
$NetBSD: distinfo,v 1.2 2018/09/23 13:42:51 taca Exp $

SHA1 (mixlib-archive-0.4.1.gem) = 6fcd2a390035738a39edd0a5d4b5c7a02087e5ee
RMD160 (mixlib-archive-0.4.1.gem) = d2a6a05ad7824dc1665f867764aa5a1e4e4c8fc2
SHA512 (mixlib-archive-0.4.1.gem) = b595ede89c3fb889e90c36411dd72fbbcd6b10aad9554be8c1833b4f9685f82b0e6119169324e81a46c9fe1b20eaca45d3bfa30add7072b77c400b83f2525f09
Size (mixlib-archive-0.4.1.gem) = 12288 bytes
SHA1 (mixlib-archive-0.4.16.gem) = 51cf17d81d290597d2f14d159e667e467c013cc7
RMD160 (mixlib-archive-0.4.16.gem) = 7b2351cfaa671a874152ef6b6b2e21a766e4326c
SHA512 (mixlib-archive-0.4.16.gem) = ef2a665d586da575d794aaf287b140a7cef5b3863a2855dc3c20db56572951afcf43d3d1d5bf35c3e488a7505b20cf74052621abb4246de4b8f5f6fa650ba8ba
Size (mixlib-archive-0.4.16.gem) = 1692672 bytes

0 comments on commit 2317e6a

Please sign in to comment.