diff options
author | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:10:09 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2006-03-30 21:10:09 +0000 |
commit | d4758ce2b35123a7d1c3b6462edd0ea30e595336 (patch) | |
tree | 7ad179a74f681f3099f21505b7868cc4fc874bd9 /net | |
parent | fc74d2d794f34ecdd4bcb7191aad32420847a9da (diff) | |
download | pkgsrc-d4758ce2b35123a7d1c3b6462edd0ea30e595336.tar.gz |
Update to 2.2.91:
* (The large version number bump is because there was an
internal 2.2.90 release for SUSE 10.1 alphas, which was
supposed to be intermediate between 2.2.7 and 2.4.0. But
2.4.0 didn't end up happening, and I don't want to regress
the version number at this point.)
* SoupSession, SoupServer, SoupConnection, SoupSocket, and
SoupAddress now have an "async-context" property that allows
you to use the async API in a non-default GMainContext.
[Based on patches from Armin Bauer and Jürg Billeter.]
* SoupSession, SoupConnection, and SoupSocket now have a
"timeout" property to stop synchronous sockets from hanging
forever if the remote end is unresponsive (from Varadhan).
* Fixed some bugs in soup_date_iso8601_parse(). [324671, from
Emmanuele Bassi]
* More Windows build fixes from Tor.
Diffstat (limited to 'net')
-rw-r--r-- | net/libsoup-devel/Makefile | 5 | ||||
-rw-r--r-- | net/libsoup-devel/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/libsoup-devel/Makefile b/net/libsoup-devel/Makefile index 64b36c8a497..24b63b63c4d 100644 --- a/net/libsoup-devel/Makefile +++ b/net/libsoup-devel/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2006/03/06 00:18:10 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2006/03/30 21:10:09 jmmv Exp $ -DISTNAME= libsoup-2.2.7 +DISTNAME= libsoup-2.2.91 PKGNAME= ${DISTNAME:S/soup/soup-devel/} -PKGREVISION= 2 CATEGORIES= net gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.2/} EXTRACT_SUFX= .tar.bz2 diff --git a/net/libsoup-devel/distinfo b/net/libsoup-devel/distinfo index 7309ce52386..ae008c49701 100644 --- a/net/libsoup-devel/distinfo +++ b/net/libsoup-devel/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2006/01/20 13:29:54 jmmv Exp $ +$NetBSD: distinfo,v 1.13 2006/03/30 21:10:09 jmmv Exp $ -SHA1 (libsoup-2.2.7.tar.bz2) = a63893a31f7cf7d671e96b60aa232b672c9bd9fe -RMD160 (libsoup-2.2.7.tar.bz2) = fdaaeea65c353101a045e3659d136409b0b17116 -Size (libsoup-2.2.7.tar.bz2) = 440977 bytes +SHA1 (libsoup-2.2.91.tar.bz2) = f20002c123dbea831ca85848749dada16051e85f +RMD160 (libsoup-2.2.91.tar.bz2) = a673b566ed9bb7d8c7fd45e9073db3c4a869a8ab +Size (libsoup-2.2.91.tar.bz2) = 445759 bytes |