Sun Sep 23 13:42:51 2018 UTC ()
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&#39;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 &amp; 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))


(taca)
diff -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/Makefile
diff -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/PLIST
diff -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/Makefile (expand / switch to unified diff)

--- pkgsrc/archivers/ruby-mixlib-archive/Makefile 2017/06/10 16:44:27 1.1
+++ pkgsrc/archivers/ruby-mixlib-archive/Makefile 2018/09/23 13:42:51 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1 2017/06/10 16:44:27 taca Exp $ 1# $NetBSD: Makefile,v 1.2 2018/09/23 13:42:51 taca Exp $
2 2
3DISTNAME= mixlib-archive-0.4.1 3DISTNAME= mixlib-archive-0.4.16
4CATEGORIES= archivers 4CATEGORIES= archivers
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/chef/mixlib-archive 7HOMEPAGE= https://github.com/chef/mixlib-archive
8COMMENT= Simple interface to various archive formats 8COMMENT= Simple interface to various archive formats
9LICENSE= apache-2.0 9LICENSE= apache-2.0
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6:../../devel/ruby-mixlib-log 11DEPENDS+= ${RUBY_PKGPREFIX}-mixlib-log>=1.6:../../devel/ruby-mixlib-log
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/PLIST (expand / switch to unified diff)

--- pkgsrc/archivers/ruby-mixlib-archive/PLIST 2017/06/10 16:44:27 1.1
+++ pkgsrc/archivers/ruby-mixlib-archive/PLIST 2018/09/23 13:42:51 1.2
@@ -1,15 +1,26 @@ @@ -1,15 +1,26 @@
1@comment $NetBSD: PLIST,v 1.1 2017/06/10 16:44:27 taca Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/09/23 13:42:51 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
 3${GEM_LIBDIR}/.expeditor/config.yml
 4${GEM_LIBDIR}/.expeditor/update_version.sh
 5${GEM_LIBDIR}/.github/CODEOWNERS
 6${GEM_LIBDIR}/.github/ISSUE_TEMPLATE.md
 7${GEM_LIBDIR}/.github/PULL_REQUEST_TEMPLATE.md
3${GEM_LIBDIR}/.gitignore 8${GEM_LIBDIR}/.gitignore
4${GEM_LIBDIR}/.rspec 9${GEM_LIBDIR}/.rspec
5${GEM_LIBDIR}/.travis.yml 10${GEM_LIBDIR}/.travis.yml
6${GEM_LIBDIR}/CHANGELOG.md 11${GEM_LIBDIR}/CHANGELOG.md
7${GEM_LIBDIR}/Gemfile 12${GEM_LIBDIR}/Gemfile
8${GEM_LIBDIR}/LICENSE 13${GEM_LIBDIR}/LICENSE
9${GEM_LIBDIR}/README.md 14${GEM_LIBDIR}/README.md
10${GEM_LIBDIR}/Rakefile 15${GEM_LIBDIR}/Rakefile
 16${GEM_LIBDIR}/VERSION
 17${GEM_LIBDIR}/appveyor.yml
 18${GEM_LIBDIR}/distro/ruby_bin_folder/libarchive.dll
 19${GEM_LIBDIR}/distro/ruby_bin_folder/liblzma-5.dll
 20${GEM_LIBDIR}/distro/ruby_bin_folder/libxml2-2.dll
11${GEM_LIBDIR}/lib/mixlib/archive.rb 21${GEM_LIBDIR}/lib/mixlib/archive.rb
 22${GEM_LIBDIR}/lib/mixlib/archive/lib_archive.rb
12${GEM_LIBDIR}/lib/mixlib/archive/tar.rb 23${GEM_LIBDIR}/lib/mixlib/archive/tar.rb
13${GEM_LIBDIR}/lib/mixlib/archive/version.rb 24${GEM_LIBDIR}/lib/mixlib/archive/version.rb
14${GEM_LIBDIR}/mixlib-archive.gemspec 25${GEM_LIBDIR}/mixlib-archive.gemspec
15${GEM_HOME}/specifications/${GEM_NAME}.gemspec 26${GEM_HOME}/specifications/${GEM_NAME}.gemspec

cvs diff -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/distinfo (expand / switch to unified diff)

--- pkgsrc/archivers/ruby-mixlib-archive/distinfo 2017/06/10 16:44:27 1.1
+++ pkgsrc/archivers/ruby-mixlib-archive/distinfo 2018/09/23 13:42:51 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/06/10 16:44:27 taca Exp $ 1$NetBSD: distinfo,v 1.2 2018/09/23 13:42:51 taca Exp $
2 2
3SHA1 (mixlib-archive-0.4.1.gem) = 6fcd2a390035738a39edd0a5d4b5c7a02087e5ee 3SHA1 (mixlib-archive-0.4.16.gem) = 51cf17d81d290597d2f14d159e667e467c013cc7
4RMD160 (mixlib-archive-0.4.1.gem) = d2a6a05ad7824dc1665f867764aa5a1e4e4c8fc2 4RMD160 (mixlib-archive-0.4.16.gem) = 7b2351cfaa671a874152ef6b6b2e21a766e4326c
5SHA512 (mixlib-archive-0.4.1.gem) = b595ede89c3fb889e90c36411dd72fbbcd6b10aad9554be8c1833b4f9685f82b0e6119169324e81a46c9fe1b20eaca45d3bfa30add7072b77c400b83f2525f09 5SHA512 (mixlib-archive-0.4.16.gem) = ef2a665d586da575d794aaf287b140a7cef5b3863a2855dc3c20db56572951afcf43d3d1d5bf35c3e488a7505b20cf74052621abb4246de4b8f5f6fa650ba8ba
6Size (mixlib-archive-0.4.1.gem) = 12288 bytes 6Size (mixlib-archive-0.4.16.gem) = 1692672 bytes