Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
jmcneill b65b6c470a Update libsoup24 to 2.25.91.
Changes in libsoup from 2.25.4 to 2.25.5:

	* Fixed a crash in SoupProxyResolverGNOME when the proxy
          requires authentication. (This does not make proxy
          authentication *work* yet, it just makes it not crash.)

	* Updated documentation

Changes in libsoup from 2.25.4 to 2.25.5:

	* SoupProxyResolverGConf (which was incomplete) is gone, and
          libsoup-gnome now requires libproxy, which is now officially
          an external dependency of GNOME.

	* Fixed a bug in SoupCookieJar that was making it send
          "Cookie: (null)" when it had no cookies for a site, which
          confused some web servers (WebKit bug 23240).

	* Fixed a bug with using SOUP_MEMORY_TEMPORARY buffers and
          soup_message_body_set_accumulate(FALSE). (Part of WebKit bug
          18343, noticed by Gustavo Noronha Silva.)

	* Fixed the build with non-gcc compilers

Changes in libsoup from 2.25.3 to 2.25.4:

	* Added soup_session_get_feature() and
          soup_session_get_features(), to query the features currently
          available in a session (which is needed by the patch in
	  https://bugs.webkit.org/show_bug.cgi?id=22624)

Changes in libsoup from 2.25.2 to 2.25.3:

	* Fixed a crash when using both cookies and a proxy. [#562191,
          Mark Lee]

	* Fixed soup_form_decode() to correctly handle forms with
          URI-encoded parameter names [#563302, Evan Nemerson] and
          added a regression test.

	* Fixed a crash in SoupProxyResolverGConf. [#563145]

Changes in libsoup from 2.25.1 to 2.25.2:

	* Fixed client behavior when presented with multiple auth
          types to choose the *strongest* auth type (eg, Digest)
          rather than the *weakest* one [#562339, Pontus Oldberg].
          Added a regression test for this.

	* Moved libsoup-gnome headers to a different directory to make
          it easier to split libsoup and libsoup-gnome into separate
          packages, and to ensure that things that only want to be
          looking at plain libsoup headers (like gir-repository) don't
          accidentally see the libsoup-gnome ones.

	* Some minor doc fixes

	* Fixed libsoup-gnome linking with --as-needed. [#559342]

Changes in libsoup from 2.24.1 to 2.25.1:

	libsoup 2.25.1 introduces a new library, libsoup-gnome, which
	will be used for features which are important to GNOME apps,
	but which require GNOME-specific libraries that non-GNOME apps
	may not want to add dependencies on.

	In 2.25.1, libsoup-gnome contains:

	    * SOUP_TYPE_PROXY_RESOLVER_GNOME, a SoupSessionFeature
              type that can be added to a SoupSession to provide
              automatic proxy handling via the GConf proxy keys. (See
              below) The default implementation uses libproxy, which
              also handles WPAD, PAC, etc, but if libproxy is not
              available it will use GConf directly, supporting only
              the basic HTTP proxy functionality.

	    * SoupCookieJarSqlite, a SoupSessionFeature that handles
              cookies and stores them in a Firefox 3-compatible sqlite
              file. (This is not actually a "GNOME-specific" feature,
              but I didn't want to make libsoup itself depend on
              sqlite, and I didn't want to make the dependency
              optional. This might change before 2.26.)

	    * SOUP_TYPE_GNOME_FEATURES_2_26: a SoupSessionFeature type
              that can be added to a SoupSession to add all
              GNOME-integration features that are available for 2.26;
              as of 2.25.1, this is just the GNOME proxy resolver, but
              by 2.26.0 it may also include gnome-keyring support and
              possibly other features.

	Applications/libraries that are currently doing GConf proxy
	lookup by hand can be updated as follows:

	    * Remove all of the existing code that listens to the
              GConf keys and sets SOUP_SESSION_PROXY_URI

	    * Change the configure check to require
	      "libsoup-gnome-2.4 >= 2.25.1" instead of "libsoup-2.4"

	    * #include <libsoup/soup-gnome.h>

	    * After creating your SoupSession, do:

	          soup_session_add_feature_by_type (session, SOUP_TYPE_PROXY_RESOLVER_GNOME);

	      (Or alternatively, use SOUP_SESSION_ADD_FEATURE_BY_TYPE
	      with soup_session_async_new_with_options() or
	      soup_session_sync_new_with_options().)


	Other new features and bug fixes in 2.25.1 include:

	* SoupCookieJarText, like SoupCookieJarSqlite, but using the
          old-style cookies.txt format, and in the base libsoup rather
          than libsoup-gnome.

	* Various bugfixes to SoupCookie and SoupCookieJar to fix the
          problems with cookies not working on certain sites.

	* The new SoupMultipart type provides support for multipart
          MIME bodies, and soup-form now includes several methods for
          generating and parsing multipart form data and file uploads.

	* SoupMessageHeaders now has methods for easy handling of the
	  Content-Type, Content-Disposition, Range, and Content-Range
	  headers. The Content-Disposition handling recognizes
	  RFC2231-encoded UTF-8 filenames.

	* SoupServer now automatically handles partial GET requests;
          if your server returns SOUP_STATUS_OK in response to a
          partial GET, libsoup will automatically convert it to a
          SOUP_STATUS_PARTIAL_CONTENT response with only the requested
          portions.

	Thanks to Xan Lopez and Diego Escalante Urrelo for their work
	on SoupCookie, SoupCookieJar, SoupCookieJarText, and
	SoupCookieJarSqlite.
2009-03-16 12:49:02 +00:00
archivers pkgsrc changes: 2009-03-10 17:21:27 +00:00
audio Make it work on alignement critical archs 2009-03-13 14:34:21 +00:00
benchmarks Use MASTER_SITE_NETLIB for Netlib and its mirrors. 2009-02-22 14:15:28 +00:00
biology Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
bootstrap Remove LIBNBCOMPAT_STYLE for nbsed, it is not used anywhere. 2009-02-05 18:53:03 +00:00
cad update to verilog-0.8.7, the latest in the stable 0.8 series. 2009-03-11 02:08:08 +00:00
chat Make it build on DragonFly. 2009-03-14 18:53:21 +00:00
comms Make it build on DragonFly. 2009-03-11 12:16:21 +00:00
converters Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
cross Let avrdude depend on dvipsk because teTeX-bin no longer provides dvips. 2009-02-25 17:20:27 +00:00
databases Added openldap-cloak 2009-03-14 19:42:28 +00:00
devel Update eel to 2.26.0. 2009-03-16 12:37:22 +00:00
distfiles
doc - eel-2.26.0 2009-03-16 12:39:30 +00:00
editors Update gedit to 2.26.0. 2009-03-15 20:13:11 +00:00
emulators Make it build on recent DragonFly release. 2009-03-13 13:33:34 +00:00
filesystems Update "fuse-afpfs-ng" package to version 0.8.1. Changes since version 0.8: 2009-02-23 12:58:26 +00:00
finance Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
fonts Update gucharmap to 2.26.0. 2009-03-15 19:42:26 +00:00
games add gnome-games-extra-data 2009-03-15 19:31:46 +00:00
geography Add viking. This package was created by Jochen Kunz and sent to me 2009-03-11 14:21:44 +00:00
graphics Requires kpathsea. 2009-03-15 11:34:06 +00:00
ham Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
inputmethod Need msgfmt (configure only). 2009-03-09 12:45:53 +00:00
lang Move the PYTHON_VERSION_REQD logic from extension.mk to pyversion.mk. 2009-03-08 17:05:10 +00:00
licenses Fix a typo. 2009-03-09 22:57:47 +00:00
mail Update "milter-greylist" package to version 4.2rc1. 2009-03-16 10:15:23 +00:00
math sort 2009-03-12 22:31:41 +00:00
mbone Recursive revision bump came from audio/gsm. 2009-02-03 06:11:12 +00:00
meta-pkgs Pull in resindvd plugin 2009-03-16 11:43:14 +00:00
misc Make it build on DragonFly. 2009-03-16 10:18:31 +00:00
mk Global FAM_DEFAULT is now acceptable, so no need to override it here. 2009-03-16 08:59:28 +00:00
multimedia Update totem-pl-parser to 2.26.0. 2009-03-16 12:13:59 +00:00
net Update libsoup24 to 2.25.91. 2009-03-16 12:49:02 +00:00
news update to the next minor version of INN; now also uses ln in postinstall 2009-03-15 15:00:50 +00:00
packages
parallel Fix MAINTAINER. 2009-03-08 06:15:31 +00:00
pkgtools Specify width for tag list. 2009-03-10 20:33:43 +00:00
print Updated print/if-psprint to 1.10 2009-03-10 14:35:39 +00:00
regress Drop maintainership 2008-04-30 13:38:14 +00:00
security Update seahorse to 2.26.0. 2009-03-15 18:32:43 +00:00
shells +PKG_DESTDIR_SUPPORT= user-destdir 2009-03-06 00:12:28 +00:00
sysutils + brasero 2009-03-16 10:49:49 +00:00
templates audit-packages is now in pkg_install on pkgsrc HEAD and stable so update 2008-12-10 22:06:48 +00:00
textproc Update from version 0.17nb1 to version 0.18. 2009-03-15 08:54:43 +00:00
time Make it compile on DragonFly. 2009-03-13 11:24:16 +00:00
wm Make it compile on systems which don't happen to have /usr/include/util.h. 2009-03-11 20:01:43 +00:00
www Update gtkhtml314 to 3.26.0. 2009-03-16 11:36:03 +00:00
x11 Update gnome-desktop to 2.25.92. 2009-03-16 12:35:59 +00:00
Makefile The crosspkgtools has not worked for a long time because of changes in 2008-06-23 20:34:20 +00:00
pkglocate
README

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

Please see doc/pkgsrc.txt for information.