Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
wiz 005778b22b Update to 2.9.0:
2.9.0 (2015-12-15)
++++++++++++++++++

**Minor Improvements** (Backwards compatible)

- The ``verify`` keyword argument now supports being passed a path to a
  directory of CA certificates, not just a single-file bundle.
- Warnings are now emitted when sending files opened in text mode.
- Added the 511 Network Authentication Required status code to the status code
  registry.

**Bugfixes**

- For file-like objects that are not seeked to the very beginning, we now
  send the content length for the number of bytes we will actually read, rather
  than the total size of the file, allowing partial file uploads.
- When uploading file-like objects, if they are empty or have no obvious
  content length we set ``Transfer-Encoding: chunked`` rather than
  ``Content-Length: 0``.
- We correctly receive the response in buffered mode when uploading chunked
  bodies.
- We now handle being passed a query string as a bytestring on Python 3, by
  decoding it as UTF-8.
- Sessions are now closed in all cases (exceptional and not) when using the
  functional API rather than leaking and waiting for the garbage collector to
  clean them up.
- Correctly handle digest auth headers with a malformed ``qop`` directive that
  contains no token, by treating it the same as if no ``qop`` directive was
  provided at all.
- Minor performance improvements when removing specific cookies by name.
2015-12-27 23:38:46 +00:00
archivers Update p5-Archive-Zip to 1.56: 2015-12-27 22:56:50 +00:00
audio +vamp-plugin-sdk 2015-12-27 23:37:15 +00:00
benchmarks Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
biology Fix build. 2015-12-26 22:36:07 +00:00
bootstrap Include basic package creation logic in the bootstrap version of 2015-12-27 12:36:42 +00:00
cad Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
chat py-expat is required for building. 2015-12-23 12:38:56 +00:00
comms Link network libs on SunOS 2015-12-12 20:51:13 +00:00
converters Bump PKGREVISION for 2015-12-13 14:14:34 +00:00
cross While passing by, set LICENSE. 2015-12-26 23:09:45 +00:00
databases Changes 2.4.22: 2015-12-27 12:11:36 +00:00
devel Update to 2.9.0: 2015-12-27 23:38:46 +00:00
distfiles
doc Updated devel/py-requests-toolbelt to 0.5.1 2015-12-27 23:36:52 +00:00
editors Update gedit3 to 3.16.4 2015-12-12 09:21:27 +00:00
emulators Build ivshmem* conditionally, fix broken if conditional 2015-12-22 23:52:00 +00:00
filesystems Since it doesn't seem to want to build with its own argp, use regular 2015-12-10 02:55:58 +00:00
finance Update gnucash to 2.6.10: 2015-12-27 22:16:52 +00:00
fonts Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
games Fix dependencies to unbreak parallel build. 2015-12-25 20:06:05 +00:00
geography Needs sqlite3 and _XOPEN_SOURCE=600 to fix build on SunOS 2015-12-13 20:37:31 +00:00
graphics Changes 0.3.2: 2015-12-27 12:31:53 +00:00
ham Update 3.23.07.03 to 3.23.07.04 2015-12-21 13:25:35 +00:00
inputmethod - Update HOMEPAGE and MASTER_SITES based on PR pkg/50592 Thanks Takanori Ishihara 2015-12-26 02:13:46 +00:00
lang Add a PRINT_PLIST_AWK pattern for python-3.5. 2015-12-27 21:08:45 +00:00
licenses Add a new file with: Floodgap Free Software License 2015-12-14 02:44:13 +00:00
mail Changes 2.2.21: 2015-12-27 12:36:37 +00:00
math Help setup.py to find the fftw libs. 2015-12-25 20:06:47 +00:00
mbone Recursive revbump from multimedia/libvpx 2015-11-18 14:19:46 +00:00
meta-pkgs Changes 1.60.0: 2015-12-27 12:41:42 +00:00
misc Update to 1.39 2015-12-25 13:29:16 +00:00
mk Look in lang/go/*.mk for help topics too. 2015-12-27 19:41:29 +00:00
multimedia Mention "# used by audio/gst-plugins1-soundtouch/Makefile" 2015-12-27 22:49:27 +00:00
net Repair the broken shellcode from the fix for PR pkg/49909. 2015-12-27 14:43:38 +00:00
news Extend PYTHON_VERSIONS_INCOMPATIBLE to 35 2015-12-05 21:25:27 +00:00
packages
parallel -export-dynamic is a linker option, mark it accordingly. Fix non-catman 2015-12-25 20:12:16 +00:00
pkgtools Add more library & headers from OpenBSD-current 11/12/2015 / Bitrig 2015-12-27 18:56:33 +00:00
print Don't pick up cups2 accidently resulting in conflicts. 2015-12-25 20:14:09 +00:00
regress Recursive PKGREVISION bump for all packages mentioning 'perl', 2015-06-12 10:50:58 +00:00
security +py-simplesha3 2015-12-27 22:26:39 +00:00
shells Upstream patch to fix gcc5 optimization issue. 2015-12-13 10:46:26 +00:00
sysutils s/man/main/ - fix typo 2015-12-27 21:27:50 +00:00
templates Add a list of options to generated README.html files. Patch from 2015-10-03 13:17:57 +00:00
textproc Update hunspell-de to 20151222: 2015-12-27 21:53:23 +00:00
time Update khal to 0.7.0: 2015-12-27 14:52:53 +00:00
wm Include gettext-lib/buildlink3.mk so that nls is properly enabled. 2015-12-15 15:44:44 +00:00
www Update p5-CGI to 4.25. 2015-12-27 22:39:19 +00:00
x11 Update xorg-cf-files to 1.0.6. 2015-12-27 11:31:53 +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.