From 2317e6a77c3c010dcef64b3c54422c3699fdb943 Mon Sep 17 00:00:00 2001 From: taca Date: Sun, 23 Sep 2018 13:42:51 +0000 Subject: [PATCH] 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)) ### 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)) - Fix mixlib-archive on Windows, add Appveyor [#31](https://github.com/chef/mixlib-archive/pull/31) ([stuartpreston](https://github.com/stuartpreston)) - Ensure that paths like foo..bar.baz aren't ignored [#9](https://github.com/chef/mixlib-archive/pull/9) ([thommay](https://github.com/thommay)) ## [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)) ## [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)) ### 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)) ## [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)) ## [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)) --- archivers/ruby-mixlib-archive/Makefile | 4 ++-- archivers/ruby-mixlib-archive/PLIST | 13 ++++++++++++- archivers/ruby-mixlib-archive/distinfo | 10 +++++----- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/archivers/ruby-mixlib-archive/Makefile b/archivers/ruby-mixlib-archive/Makefile index 2d1a764cc27f..3def7573fe2a 100644 --- a/archivers/ruby-mixlib-archive/Makefile +++ b/archivers/ruby-mixlib-archive/Makefile @@ -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 diff --git a/archivers/ruby-mixlib-archive/PLIST b/archivers/ruby-mixlib-archive/PLIST index 04e4fa7b77f0..5727ccb88c8a 100644 --- a/archivers/ruby-mixlib-archive/PLIST +++ b/archivers/ruby-mixlib-archive/PLIST @@ -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 @@ -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 diff --git a/archivers/ruby-mixlib-archive/distinfo b/archivers/ruby-mixlib-archive/distinfo index cb6aa2d8919a..bff8e4385b2b 100644 --- a/archivers/ruby-mixlib-archive/distinfo +++ b/archivers/ruby-mixlib-archive/distinfo @@ -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