Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca d548dd5b4a Update ruby-httpclient to 2.8.2.4.
Changes in 2.8.2

Aug 15, 2016 - version 2.8.2

  * Bug

    o 2.8.1 introduced JRuby + SSL connection problem; in some cases it cannot
      connect to trusted TLS server. 2.8.1 failed to load multiple CA
      certificates in a file. #327.

Aug 16, 2016 - version 2.8.2.1

  * Bug

    o 2.8.1 introduced another bug that causes NPE from JRuby when JRuby
      program loads httpclient and uses OpenSSL::X509::Store outside of
      httpclient. 2.8.3 fixed this problem. #325

Aug 28, 2016 - version 2.8.2.3

  * Bug

    o 2.8.2 fixed VERIFY_NONE at JRuby but the fix was not enough.

Sep 11, 2016 - version 2.8.2.4

  * Bug

    o 2.8.2 caused unexpected resulting value change of
      OpenSSL::X509::Store#add_cert method. Fixed.

Changes in 2.8.1

Aug 8, 2016 - version 2.8.1

* Changes

    o Use TLSv1.2 always on JRuby #320
    o Do not reset keep-alive connection by configuration change #315
    o Add strict_response_size_check option #316 false by default, meaning it
      behavies like browsers by default.
    o Add MIME type for XML #308

* Bug

    o Direct access to SSLConfig#cert_store in JRuby was broken from 2.7
      #276 #317
    o OpenSSL::SSL::VERIFY_NONE does not work in JRuby #319
    o Allow receiving response body in block when follow_redirects => true. #304
    o Fix blocking issue with request_async when Encoding.default_internal is
      set. #307
    o Apply timeouts for chunked transfer encoding #309

Changes in 2.8.0

Apr 24, 2016 - version 2.8.0

* Changes

    o Force using RSA 2048bit CA cert set

      Use RSA 2048bit CA cert set every time if it runs with OpenSSL (==
      except JRuby.)

      Old openssl (<1.0.1p or <1.0.2d) cannot handle this CA set and causes
      SSL connection failure against some SSL servers including AWS S3
      API. For such case you can manually specify RSA 1024bit CA cert set as a
      workaround.

	c = HTTPClient.new { |c| c.ssl_config.add_trust_ca("cacert1024.pem") }
	c.get("https://www.ruby-lang.org/")

      RSA 1024bit CA cert set is not maintained over years so you should
      consider updating OpenSSL version so that HTTPClient uses RSA 2048 bit
      CA cert set.

Changes in 2.7.2

Apr 22, 2016 - version 2.7.2

* Changes

    o Use RSA 1024bit CA cert when linked to old openssl

      Based on comments to #297 this commit silently (without warning) accepts
      RSA 1024bit certificate set when runtime ruby is liked with old OpenSSL
      (<1.0.1p or <1.0.2d.)

      If you're unsure that your OpenSSL is patched or not, and want to make
      sure to use RSA 2048bit certificate set, please call
      HTTPClient::SSLConfig#add_trust_ca("cacert.pem").

	c = HTTPClient.new { |c| c.ssl_config.add_trust_ca("cacert.pem") }
	c.get("https://www.ruby-lang.org/")

      I'm going to remove RSA 1024bit certificate set and bump httpclient
      version to 2.8.0 soon after I release this as 2.7.2. I believe almost
      all OpenSSL installation is patched quickly these days so it should not
      cause SSL connectivity problem.
2016-10-18 15:36:34 +00:00
archivers Add libmspack 2016-10-09 03:13:08 +00:00
audio Update to libebur128-1.1.0. 2016-10-10 23:16:32 +00:00
benchmarks Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
biology Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided 2016-08-28 15:48:28 +00:00
bootstrap Add caution that Command Line Tools do not auto-update 2016-09-20 00:46:49 +00:00
cad Updated cad/gtkwave to 3.3.77 2016-10-17 13:33:57 +00:00
chat Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
comms Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
converters Fix PKGNAME to match buildlink3.mk and other orcus packages 2016-10-09 03:25:49 +00:00
cross Disable PCH explicitly to prevent PLIST mismatch 2016-10-17 13:44:38 +00:00
databases Changes 3.15.0: 2016-10-17 12:17:49 +00:00
devel Updated py-setuptools to 28.5.0. 2016-10-18 08:33:28 +00:00
distfiles
doc Note update of www/ruby-http package to 2.0.3. 2016-10-18 15:27:45 +00:00
editors Revbump post boost update 2016-10-07 18:25:29 +00:00
emulators Fix compilation under macOS. From Jonathan Schleifer in PR pkg/51482. 2016-10-16 10:10:02 +00:00
filesystems Revbump post boost update 2016-10-07 18:25:29 +00:00
finance Revbump post boost update 2016-10-07 18:25:29 +00:00
fonts + raleway-ttf 2016-10-18 12:57:23 +00:00
games Use midiplay instead of playmidi on NetBSD. Bump revision. 2016-10-16 17:10:49 +00:00
geography Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
graphics Add graphics/ptex 2016-10-18 02:52:11 +00:00
ham Updated ham/fldigi to 3.23.15 2016-10-17 13:47:58 +00:00
inputmethod Revbump post boost update 2016-10-07 18:25:29 +00:00
lang Update php56 to 5.6.27. 2016-10-16 11:58:42 +00:00
licenses Reduce to actual license parts of the file. 2016-10-10 12:12:41 +00:00
mail Updated p5-Net-SMTP-SSL to 1.04. 2016-10-18 08:27:45 +00:00
math Update blas to 3.6.1 as well. 2016-10-18 14:08:48 +00:00
mbone Recursive revbump from multimedia/libvpx uppdate 2016-08-17 00:06:39 +00:00
meta-pkgs Update ruby-gnome2 packages to 3.0.9. 2016-10-09 15:43:30 +00:00
misc Update ruby-sprockets to 3.7.0. 2016-10-17 15:10:54 +00:00
mk Remove outdated netlib mirror. 2016-10-18 14:03:16 +00:00
multimedia Update adobe-flash-plugin11 to 11.2.202.637. 2016-10-15 12:51:26 +00:00
net Update ruby-net-ping to 2.0.1. 2016-10-17 14:47:42 +00:00
news Revbump post boost update 2016-10-07 18:25:29 +00:00
packages
parallel Call sun-iss sissl-1.1 to match OSI. 2016-10-03 11:48:31 +00:00
pkgtools Add IRIX support from Stuart Shelton in PR 38656. 2016-10-17 01:11:30 +00:00
print + LaTeXML. 2016-10-09 22:08:26 +00:00
regress Fixed pkglint warnings. 2016-06-11 11:36:14 +00:00
security Update ruby-sshkit to 1.11.3. 2016-10-17 15:45:26 +00:00
shells Updated bash to 4.4. 2016-09-19 09:06:03 +00:00
sysutils Bump PKGREVISION. Fix NetBSD/i386 6 build and add missing NetBSD powerops support 2016-10-17 20:55:49 +00:00
templates
textproc Update ruby-yard to 0.9.5. 2016-10-18 14:50:54 +00:00
time Updated p5-Time-HiRes to 1.9740. 2016-10-18 08:31:57 +00:00
wm Misc pkgsrc tweaks for the latest jwm-2.3.6: 2016-10-10 13:22:22 +00:00
www Update ruby-httpclient to 2.8.2.4. 2016-10-18 15:36:34 +00:00
x11 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.