pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/archivers/ruby-mixlib-archive



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep 23 13:42:51 UTC 2018

Modified Files:
        pkgsrc/archivers/ruby-mixlib-archive: Makefile PLIST distinfo

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&#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))


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/ruby-mixlib-archive/Makefile \
    pkgsrc/archivers/ruby-mixlib-archive/PLIST \
    pkgsrc/archivers/ruby-mixlib-archive/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/ruby-mixlib-archive/Makefile
diff -u pkgsrc/archivers/ruby-mixlib-archive/Makefile:1.1 pkgsrc/archivers/ruby-mixlib-archive/Makefile:1.2
--- pkgsrc/archivers/ruby-mixlib-archive/Makefile:1.1   Sat Jun 10 16:44:27 2017
+++ pkgsrc/archivers/ruby-mixlib-archive/Makefile       Sun Sep 23 13:42:51 2018
@@ -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@localhost
Index: pkgsrc/archivers/ruby-mixlib-archive/PLIST
diff -u pkgsrc/archivers/ruby-mixlib-archive/PLIST:1.1 pkgsrc/archivers/ruby-mixlib-archive/PLIST:1.2
--- pkgsrc/archivers/ruby-mixlib-archive/PLIST:1.1      Sat Jun 10 16:44:27 2017
+++ pkgsrc/archivers/ruby-mixlib-archive/PLIST  Sun Sep 23 13:42:51 2018
@@ -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
Index: pkgsrc/archivers/ruby-mixlib-archive/distinfo
diff -u pkgsrc/archivers/ruby-mixlib-archive/distinfo:1.1 pkgsrc/archivers/ruby-mixlib-archive/distinfo:1.2
--- pkgsrc/archivers/ruby-mixlib-archive/distinfo:1.1   Sat Jun 10 16:44:27 2017
+++ pkgsrc/archivers/ruby-mixlib-archive/distinfo       Sun Sep 23 13:42:51 2018
@@ -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



Home | Main Index | Thread Index | Old Index