Sun May 30 11:08:38 2021 UTC ()
misc/ruby-bundler: update to 2.2.18

2.2.18 (May 25, 2021)

Security fixes:

* Fix dependency confusion issues with implicit dependencies #4609

Enhancements:
* Use simpler notation for generated required_ruby_version #4598
* Undeprecate bundle show #4586
* Make sure link to new issue uses the proper template #4592

Bug fixes:
* Fix platform specific gems being removed from the lockfile #4580


(taca)
diff -r1.46 -r1.47 pkgsrc/misc/ruby-bundler/Makefile
diff -r1.29 -r1.30 pkgsrc/misc/ruby-bundler/PLIST
diff -r1.43 -r1.44 pkgsrc/misc/ruby-bundler/distinfo

cvs diff -r1.46 -r1.47 pkgsrc/misc/ruby-bundler/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/Makefile 2021/05/09 04:24:41 1.46
+++ pkgsrc/misc/ruby-bundler/Attic/Makefile 2021/05/30 11:08:38 1.47
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.46 2021/05/09 04:24:41 taca Exp $ 1# $NetBSD: Makefile,v 1.47 2021/05/30 11:08:38 taca Exp $
2 2
3DISTNAME= bundler-2.2.17 3DISTNAME= bundler-2.2.18
4CATEGORIES= misc 4CATEGORIES= misc
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://bundler.io/ 7HOMEPAGE= https://bundler.io/
8COMMENT= Manage your application's dependencies 8COMMENT= Manage your application's dependencies
9LICENSE= mit 9LICENSE= mit
10 10
11RUBYGEM_OPTIONS+= --format-executable 11RUBYGEM_OPTIONS+= --format-executable
12COMMANDS= bundle bundler 12COMMANDS= bundle bundler
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15post-install: 15post-install:
16 cd ${DESTDIR}${PREFIX}/bin && \ 16 cd ${DESTDIR}${PREFIX}/bin && \

cvs diff -r1.29 -r1.30 pkgsrc/misc/ruby-bundler/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/PLIST 2021/02/03 14:25:36 1.29
+++ pkgsrc/misc/ruby-bundler/Attic/PLIST 2021/05/30 11:08:38 1.30
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.29 2021/02/03 14:25:36 taca Exp $ 1@comment $NetBSD: PLIST,v 1.30 2021/05/30 11:08:38 taca Exp $
2bin/bundle2-${RUBY_SUFFIX} 2bin/bundle2-${RUBY_SUFFIX}
3bin/bundler2-${RUBY_SUFFIX} 3bin/bundler2-${RUBY_SUFFIX}
4${GEM_HOME}/cache/${GEM_NAME}.gem 4${GEM_HOME}/cache/${GEM_NAME}.gem
5${GEM_LIBDIR}/CHANGELOG.md 5${GEM_LIBDIR}/CHANGELOG.md
6${GEM_LIBDIR}/LICENSE.md 6${GEM_LIBDIR}/LICENSE.md
7${GEM_LIBDIR}/README.md 7${GEM_LIBDIR}/README.md
8${GEM_LIBDIR}/bundler.gemspec 8${GEM_LIBDIR}/bundler.gemspec
9${GEM_LIBDIR}/exe/bundle 9${GEM_LIBDIR}/exe/bundle
10${GEM_LIBDIR}/exe/bundler 10${GEM_LIBDIR}/exe/bundler
11${GEM_LIBDIR}/lib/bundler.rb 11${GEM_LIBDIR}/lib/bundler.rb
12${GEM_LIBDIR}/lib/bundler/build_metadata.rb 12${GEM_LIBDIR}/lib/bundler/build_metadata.rb
13${GEM_LIBDIR}/lib/bundler/capistrano.rb 13${GEM_LIBDIR}/lib/bundler/capistrano.rb
14${GEM_LIBDIR}/lib/bundler/cli.rb 14${GEM_LIBDIR}/lib/bundler/cli.rb
@@ -160,27 +160,29 @@ ${GEM_LIBDIR}/lib/bundler/settings.rb @@ -160,27 +160,29 @@ ${GEM_LIBDIR}/lib/bundler/settings.rb
160${GEM_LIBDIR}/lib/bundler/settings/validator.rb 160${GEM_LIBDIR}/lib/bundler/settings/validator.rb
161${GEM_LIBDIR}/lib/bundler/setup.rb 161${GEM_LIBDIR}/lib/bundler/setup.rb
162${GEM_LIBDIR}/lib/bundler/shared_helpers.rb 162${GEM_LIBDIR}/lib/bundler/shared_helpers.rb
163${GEM_LIBDIR}/lib/bundler/similarity_detector.rb 163${GEM_LIBDIR}/lib/bundler/similarity_detector.rb
164${GEM_LIBDIR}/lib/bundler/source.rb 164${GEM_LIBDIR}/lib/bundler/source.rb
165${GEM_LIBDIR}/lib/bundler/source/gemspec.rb 165${GEM_LIBDIR}/lib/bundler/source/gemspec.rb
166${GEM_LIBDIR}/lib/bundler/source/git.rb 166${GEM_LIBDIR}/lib/bundler/source/git.rb
167${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb 167${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb
168${GEM_LIBDIR}/lib/bundler/source/metadata.rb 168${GEM_LIBDIR}/lib/bundler/source/metadata.rb
169${GEM_LIBDIR}/lib/bundler/source/path.rb 169${GEM_LIBDIR}/lib/bundler/source/path.rb
170${GEM_LIBDIR}/lib/bundler/source/path/installer.rb 170${GEM_LIBDIR}/lib/bundler/source/path/installer.rb
171${GEM_LIBDIR}/lib/bundler/source/rubygems.rb 171${GEM_LIBDIR}/lib/bundler/source/rubygems.rb
172${GEM_LIBDIR}/lib/bundler/source/rubygems/remote.rb 172${GEM_LIBDIR}/lib/bundler/source/rubygems/remote.rb
 173${GEM_LIBDIR}/lib/bundler/source/rubygems_aggregate.rb
173${GEM_LIBDIR}/lib/bundler/source_list.rb 174${GEM_LIBDIR}/lib/bundler/source_list.rb
 175${GEM_LIBDIR}/lib/bundler/source_map.rb
174${GEM_LIBDIR}/lib/bundler/spec_set.rb 176${GEM_LIBDIR}/lib/bundler/spec_set.rb
175${GEM_LIBDIR}/lib/bundler/stub_specification.rb 177${GEM_LIBDIR}/lib/bundler/stub_specification.rb
176${GEM_LIBDIR}/lib/bundler/templates/.document 178${GEM_LIBDIR}/lib/bundler/templates/.document
177${GEM_LIBDIR}/lib/bundler/templates/Executable 179${GEM_LIBDIR}/lib/bundler/templates/Executable
178${GEM_LIBDIR}/lib/bundler/templates/Executable.bundler 180${GEM_LIBDIR}/lib/bundler/templates/Executable.bundler
179${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone 181${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone
180${GEM_LIBDIR}/lib/bundler/templates/Gemfile 182${GEM_LIBDIR}/lib/bundler/templates/Gemfile
181${GEM_LIBDIR}/lib/bundler/templates/gems.rb 183${GEM_LIBDIR}/lib/bundler/templates/gems.rb
182${GEM_LIBDIR}/lib/bundler/templates/newgem/CHANGELOG.md.tt 184${GEM_LIBDIR}/lib/bundler/templates/newgem/CHANGELOG.md.tt
183${GEM_LIBDIR}/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt 185${GEM_LIBDIR}/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt
184${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt 186${GEM_LIBDIR}/lib/bundler/templates/newgem/Gemfile.tt
185${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt 187${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt
186${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt 188${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt

cvs diff -r1.43 -r1.44 pkgsrc/misc/ruby-bundler/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/misc/ruby-bundler/Attic/distinfo 2021/05/09 04:24:41 1.43
+++ pkgsrc/misc/ruby-bundler/Attic/distinfo 2021/05/30 11:08:38 1.44
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.43 2021/05/09 04:24:41 taca Exp $ 1$NetBSD: distinfo,v 1.44 2021/05/30 11:08:38 taca Exp $
2 2
3SHA1 (bundler-2.2.17.gem) = f345cb40191358fad9152569017d6f7e6840436a 3SHA1 (bundler-2.2.18.gem) = 3745c585253a1b737108617f44700cc1cad445ac
4RMD160 (bundler-2.2.17.gem) = b7d1cec08e11e2fcca85b39c7f480f74936b12d4 4RMD160 (bundler-2.2.18.gem) = 393992b3531ea78018d4613097c7de670f4250ae
5SHA512 (bundler-2.2.17.gem) = f07158a4de687bd384bdf8e62ccc43dfde4f4454357a7532a248e5fef27ccdaa761b89b77964d21c46930f6eb75ca8ef7f87d8c6386132d2a239233022a8f335 5SHA512 (bundler-2.2.18.gem) = 871a98b24e7a89a554d181338d359f6b298e19f6c251b1c5fc81ad6f4ab46c49a9ae14e6fc68766b427c24e0cd25b6abe468bce5d8637fe0d4433bbecfe46418
6Size (bundler-2.2.17.gem) = 391168 bytes 6Size (bundler-2.2.18.gem) = 390656 bytes