diff options
author | taca <taca@pkgsrc.org> | 2014-09-29 23:35:14 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-09-29 23:35:14 +0000 |
commit | 6c63d39bfa2074bb3ce3f630859d4fb5e929a793 (patch) | |
tree | 91dae21fccbb318f9d4c0a4c73c15c9205e4318e /misc | |
parent | e0eabaaec6944ffc22fe0f2c66fd390d698db74d (diff) | |
download | pkgsrc-6c63d39bfa2074bb3ce3f630859d4fb5e929a793.tar.gz |
Update ruby-bundler to 1.7.3, including security fix for CVE-2013-0334.
## 1.7.3 (2014-09-14)
Bugfixes:
- `extconf.rb` is now generated with the right path for `create_makefile` (@andremedeiros)
- Fix various Ruby warnings (@piotrsanarki, @indirect)
## 1.7.2 (2014-08-23)
Bugfixes:
- Revert gem source sorting in lock files (@indirect)
## 1.7.1 (2014-08-20)
Bugfixes:
- Install gems from one source needed by gems in another source (@indirect)
- Install the same gem versions even after some are installed (@tmoore)
- Download specs only when installing from servers (@indirect)
## 1.7.0 (2014-08-13)
Security:
- Fix for CVE-2013-0334, installing gems from an unexpected source (@tmoore)
Features:
- Gemfile `source` calls now take a block containing gems from that source (@tmoore)
- added the `:source` option to `gem` to specify a source (@tmoore)
Bugfixes:
- warn on ambiguous gems available from more than one source (@tmoore)
## 1.6.5 (2014-07-23)
Bugfixes:
- require openssl explicitly to fix rare HTTPS request failures (@indirect, #3107)
## 1.6.4 (2014-07-17)
Bugfixes:
- fix undefined constant error when can't find gem during binstubs (#3095, @jetaggart)
- work when installed git gems are not writable (#3092, @pmahoney)
- don't store configured source credentials in Gemfile.lock (#3045, @lhz)
- don't include config source credentials in the lockfile (Lars Haugseth)
- use threads for jobs on Rubinius (@YorickPeterse)
- skip dependencies from other platforms (@mvz)
- work when Rubygems was built without SSL (@andremedeiros)
## 1.6.3 (2014-06-16)
Bugfixes:
- fix regression when resolving many conflicts (#2994, @Who828)
- use local gemspec for builtin gems during install --local (#3041, @Who828)
- don't warn about sudo when installing on Windows (#2984, @indirect)
- shell escape `bundle open` arguments (@indirect)
## 1.6.2 (2014-04-13)
Bugfixes:
- fix an exception when using builtin gems (#2915, #2963, @gnufied)
- cache gems that are built in to the running ruby (#2975, @indirect)
- re-allow deploying cached git gems without git installed (#2968, @aughr)
- keep standalone working even with builtin gems (@indirect)
- don't update vendor/cache in deployment mode (#2921, @indirect)
Features:
- warn informatively when `bundle install` is run as root (#2936, @1337807)
## 1.6.1 (2014-04-02)
Bugfixes:
- update C extensions when git gem versions change (#2948, @dylanahsmith)
Features:
- add support for C extensions in sudo mode on Rubygems 2.2
## 1.6.0 (2014-03-28)
Bugfixes:
- many Gemfiles that caused incorrect errors now resolve correctly (@Who828)
- redirects across hosts now work on rubies without OpenSSL (#2686, @grddev)
- gemspecs now handle filenames with newlines (#2634, @jasonmp85)
- support escaped characters in usernames and passwords (@punkie)
- no more exception on `update GEM` without lock file (@simi)
- allow long config values (#2823, @kgrz)
- cache successfully even locked to gems shipped with Ruby (#2869, @aughr)
- respect NO_PROXY even if a proxy is configured (#2878, @stlay)
- only retry git commands that hit the network (#2899, @timmoore)
- fix NameError regression when OpenSSL is not available (#2898, @timmoore)
- handle exception installing when build_info owned by root (@Who828)
- skip HTTP redirects from rubygems.org, huge speed boost (@Who828)
Features:
- resolver rewritten to avoid recursion (@Who828)
- add `git_source` for custom options like :github and :gist (@strzalek)
- HTTP auth may now be stored in `bundle config` (@smashwilson)
- some complex Gemfiles are resolved up to 10x faster (@Who828)
- add support for IRB alternatives such as Pry and Ripl (@joallard, @postmodern)
- highlight installed or updated gems (#2722, #2741, @yaotti, @simi)
- display the `post_install_message` for gems installed via :git (@phallstrom)
- `bundle outdated --strict` now only reports allowed updates (@davidblondeau)
- `bundle show --verbose` Add gem summary to the output (@lardcanoe)
- `bundle gem GEM --ext` now generates a skeleton for a C extension (@superdealloc)
- Avoid using threequals operator where possible (@as-cii)
Documentation:
- Add missing switches for bundle-install(1) and bundle-update(1) (@as-cii)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-bundler/Makefile | 4 | ||||
-rw-r--r-- | misc/ruby-bundler/PLIST | 44 | ||||
-rw-r--r-- | misc/ruby-bundler/distinfo | 8 |
3 files changed, 43 insertions, 13 deletions
diff --git a/misc/ruby-bundler/Makefile b/misc/ruby-bundler/Makefile index b52d46d42ba..d5ccce5f915 100644 --- a/misc/ruby-bundler/Makefile +++ b/misc/ruby-bundler/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2014/03/14 17:23:20 taca Exp $ +# $NetBSD: Makefile,v 1.19 2014/09/29 23:35:14 taca Exp $ -DISTNAME= bundler-1.5.3 +DISTNAME= bundler-1.7.3 CATEGORIES= misc MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/misc/ruby-bundler/PLIST b/misc/ruby-bundler/PLIST index 78a88e03e8d..c261452bd13 100644 --- a/misc/ruby-bundler/PLIST +++ b/misc/ruby-bundler/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2014/03/14 17:23:20 taca Exp $ +@comment $NetBSD: PLIST,v 1.15 2014/09/29 23:35:14 taca Exp $ bin/bundle bin/bundler ${GEM_HOME}/cache/${GEM_NAME}.gem @@ -20,6 +20,25 @@ ${GEM_LIBDIR}/bundler.gemspec ${GEM_LIBDIR}/lib/bundler.rb ${GEM_LIBDIR}/lib/bundler/capistrano.rb ${GEM_LIBDIR}/lib/bundler/cli.rb +${GEM_LIBDIR}/lib/bundler/cli/binstubs.rb +${GEM_LIBDIR}/lib/bundler/cli/cache.rb +${GEM_LIBDIR}/lib/bundler/cli/check.rb +${GEM_LIBDIR}/lib/bundler/cli/clean.rb +${GEM_LIBDIR}/lib/bundler/cli/common.rb +${GEM_LIBDIR}/lib/bundler/cli/config.rb +${GEM_LIBDIR}/lib/bundler/cli/console.rb +${GEM_LIBDIR}/lib/bundler/cli/exec.rb +${GEM_LIBDIR}/lib/bundler/cli/gem.rb +${GEM_LIBDIR}/lib/bundler/cli/init.rb +${GEM_LIBDIR}/lib/bundler/cli/inject.rb +${GEM_LIBDIR}/lib/bundler/cli/install.rb +${GEM_LIBDIR}/lib/bundler/cli/open.rb +${GEM_LIBDIR}/lib/bundler/cli/outdated.rb +${GEM_LIBDIR}/lib/bundler/cli/package.rb +${GEM_LIBDIR}/lib/bundler/cli/platform.rb +${GEM_LIBDIR}/lib/bundler/cli/show.rb +${GEM_LIBDIR}/lib/bundler/cli/update.rb +${GEM_LIBDIR}/lib/bundler/cli/viz.rb ${GEM_LIBDIR}/lib/bundler/constants.rb ${GEM_LIBDIR}/lib/bundler/current_ruby.rb ${GEM_LIBDIR}/lib/bundler/definition.rb @@ -74,7 +93,6 @@ ${GEM_LIBDIR}/lib/bundler/ruby_version.rb ${GEM_LIBDIR}/lib/bundler/rubygems_ext.rb ${GEM_LIBDIR}/lib/bundler/rubygems_integration.rb ${GEM_LIBDIR}/lib/bundler/runtime.rb -${GEM_LIBDIR}/lib/bundler/safe_catch.rb ${GEM_LIBDIR}/lib/bundler/settings.rb ${GEM_LIBDIR}/lib/bundler/setup.rb ${GEM_LIBDIR}/lib/bundler/shared_helpers.rb @@ -85,12 +103,14 @@ ${GEM_LIBDIR}/lib/bundler/source/git/git_proxy.rb ${GEM_LIBDIR}/lib/bundler/source/path.rb ${GEM_LIBDIR}/lib/bundler/source/path/installer.rb ${GEM_LIBDIR}/lib/bundler/source/rubygems.rb +${GEM_LIBDIR}/lib/bundler/source_list.rb ${GEM_LIBDIR}/lib/bundler/spec_set.rb ${GEM_LIBDIR}/lib/bundler/ssl_certs/.document ${GEM_LIBDIR}/lib/bundler/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem ${GEM_LIBDIR}/lib/bundler/ssl_certs/DigiCertHighAssuranceEVRootCA.pem ${GEM_LIBDIR}/lib/bundler/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem ${GEM_LIBDIR}/lib/bundler/ssl_certs/GeoTrustGlobalCA.pem +${GEM_LIBDIR}/lib/bundler/ssl_certs/certificate_manager.rb ${GEM_LIBDIR}/lib/bundler/templates/Executable ${GEM_LIBDIR}/lib/bundler/templates/Executable.standalone ${GEM_LIBDIR}/lib/bundler/templates/Gemfile @@ -100,6 +120,9 @@ ${GEM_LIBDIR}/lib/bundler/templates/newgem/LICENSE.txt.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/README.md.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/Rakefile.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/bin/newgem.tt +${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt +${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt +${GEM_LIBDIR}/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/gitignore.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem.rb.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/lib/newgem/version.rb.tt @@ -110,6 +133,9 @@ ${GEM_LIBDIR}/lib/bundler/templates/newgem/spec/spec_helper.rb.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/test/minitest_helper.rb.tt ${GEM_LIBDIR}/lib/bundler/templates/newgem/test/test_newgem.rb.tt ${GEM_LIBDIR}/lib/bundler/ui.rb +${GEM_LIBDIR}/lib/bundler/ui/rg_proxy.rb +${GEM_LIBDIR}/lib/bundler/ui/shell.rb +${GEM_LIBDIR}/lib/bundler/ui/silent.rb ${GEM_LIBDIR}/lib/bundler/vendor/.document ${GEM_LIBDIR}/lib/bundler/vendor/net/http/faster.rb ${GEM_LIBDIR}/lib/bundler/vendor/net/http/persistent.rb @@ -160,15 +186,16 @@ ${GEM_LIBDIR}/man/bundle.ronn ${GEM_LIBDIR}/man/gemfile.5.ronn ${GEM_LIBDIR}/man/index.txt ${GEM_LIBDIR}/spec/bundler/bundler_spec.rb -${GEM_LIBDIR}/spec/bundler/cli_rspec.rb +${GEM_LIBDIR}/spec/bundler/cli_spec.rb ${GEM_LIBDIR}/spec/bundler/definition_spec.rb ${GEM_LIBDIR}/spec/bundler/dsl_spec.rb ${GEM_LIBDIR}/spec/bundler/friendly_errors_spec.rb ${GEM_LIBDIR}/spec/bundler/gem_helper_spec.rb ${GEM_LIBDIR}/spec/bundler/psyched_yaml_spec.rb ${GEM_LIBDIR}/spec/bundler/retry_spec.rb -${GEM_LIBDIR}/spec/bundler/safe_catch_spec.rb -${GEM_LIBDIR}/spec/bundler/source_spec.rb +${GEM_LIBDIR}/spec/bundler/settings_spec.rb +${GEM_LIBDIR}/spec/bundler/source/rubygems_spec.rb +${GEM_LIBDIR}/spec/bundler/source_list_spec.rb ${GEM_LIBDIR}/spec/cache/gems_spec.rb ${GEM_LIBDIR}/spec/cache/git_spec.rb ${GEM_LIBDIR}/spec/cache/path_spec.rb @@ -186,6 +213,7 @@ ${GEM_LIBDIR}/spec/commands/licenses_spec.rb ${GEM_LIBDIR}/spec/commands/newgem_spec.rb ${GEM_LIBDIR}/spec/commands/open_spec.rb ${GEM_LIBDIR}/spec/commands/outdated_spec.rb +${GEM_LIBDIR}/spec/commands/package_spec.rb ${GEM_LIBDIR}/spec/commands/show_spec.rb ${GEM_LIBDIR}/spec/install/binstubs_spec.rb ${GEM_LIBDIR}/spec/install/bundler_spec.rb @@ -200,11 +228,11 @@ ${GEM_LIBDIR}/spec/install/gems/env_spec.rb ${GEM_LIBDIR}/spec/install/gems/flex_spec.rb ${GEM_LIBDIR}/spec/install/gems/groups_spec.rb ${GEM_LIBDIR}/spec/install/gems/mirror_spec.rb -${GEM_LIBDIR}/spec/install/gems/packed_spec.rb ${GEM_LIBDIR}/spec/install/gems/platform_spec.rb ${GEM_LIBDIR}/spec/install/gems/post_install_spec.rb ${GEM_LIBDIR}/spec/install/gems/resolving_spec.rb ${GEM_LIBDIR}/spec/install/gems/simple_case_spec.rb +${GEM_LIBDIR}/spec/install/gems/sources_spec.rb ${GEM_LIBDIR}/spec/install/gems/standalone_spec.rb ${GEM_LIBDIR}/spec/install/gems/sudo_spec.rb ${GEM_LIBDIR}/spec/install/gems/win32_spec.rb @@ -220,6 +248,7 @@ ${GEM_LIBDIR}/spec/other/bundle_ruby_spec.rb ${GEM_LIBDIR}/spec/other/cli_dispatch_spec.rb ${GEM_LIBDIR}/spec/other/ext_spec.rb ${GEM_LIBDIR}/spec/other/platform_spec.rb +${GEM_LIBDIR}/spec/other/ssl_cert_spec.rb ${GEM_LIBDIR}/spec/quality_spec.rb ${GEM_LIBDIR}/spec/realworld/dependency_api_spec.rb ${GEM_LIBDIR}/spec/realworld/edgecases_spec.rb @@ -245,6 +274,7 @@ ${GEM_LIBDIR}/spec/support/artifice/endpoint_fallback.rb ${GEM_LIBDIR}/spec/support/artifice/endpoint_host_redirect.rb ${GEM_LIBDIR}/spec/support/artifice/endpoint_marshal_fail.rb ${GEM_LIBDIR}/spec/support/artifice/endpoint_redirect.rb +${GEM_LIBDIR}/spec/support/artifice/endpoint_strict_basic_authentication.rb ${GEM_LIBDIR}/spec/support/artifice/endpoint_timeout.rb ${GEM_LIBDIR}/spec/support/builders.rb ${GEM_LIBDIR}/spec/support/fakeweb/rack-1.0.0.marshal @@ -262,5 +292,5 @@ ${GEM_LIBDIR}/spec/support/streams.rb ${GEM_LIBDIR}/spec/support/sudo.rb ${GEM_LIBDIR}/spec/update/gems_spec.rb ${GEM_LIBDIR}/spec/update/git_spec.rb -${GEM_LIBDIR}/spec/update/source_spec.rb +${GEM_LIBDIR}/spec/update/path_spec.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/misc/ruby-bundler/distinfo b/misc/ruby-bundler/distinfo index dc90974176a..0a4585370cd 100644 --- a/misc/ruby-bundler/distinfo +++ b/misc/ruby-bundler/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2014/03/14 17:23:20 taca Exp $ +$NetBSD: distinfo,v 1.19 2014/09/29 23:35:14 taca Exp $ -SHA1 (bundler-1.5.3.gem) = d23650aeb366efd85d9c51a36b3dde477a868919 -RMD160 (bundler-1.5.3.gem) = 22ebe6abd1d5b1661207c453fad3ad4613f4142e -Size (bundler-1.5.3.gem) = 284672 bytes +SHA1 (bundler-1.7.3.gem) = 618fdf76f35e873e490e15cdac87be7f7247f81b +RMD160 (bundler-1.7.3.gem) = e714f5e9352c4116d64fa99d086dc3369f97ad39 +Size (bundler-1.7.3.gem) = 299520 bytes |