diff options
author | drochner <drochner@pkgsrc.org> | 2010-10-21 20:33:59 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-10-21 20:33:59 +0000 |
commit | 874754e5bb58456ddd88603236bb634759d26cb4 (patch) | |
tree | 77d405f781927a0da55a45bbc80f29231527d421 /net/libsoup24 | |
parent | 23380bb699c7270d6b83f7c6e4003ef704a0dba3 (diff) | |
download | pkgsrc-874754e5bb58456ddd88603236bb634759d26cb4.tar.gz |
update to 2.32.0 -- switch to the gnome-2.32 release branch.
This is pulled in early because it fixes a serious problem with servers
providing both IPv4 and v6: previous versions tried only the first
address returned by DNS, whether the box has connectivity or not.
Should fix problems with webkit in particular, as also reported by
Pouya D. Tafti.
Diffstat (limited to 'net/libsoup24')
-rw-r--r-- | net/libsoup24/Makefile | 8 | ||||
-rw-r--r-- | net/libsoup24/PLIST | 3 | ||||
-rw-r--r-- | net/libsoup24/distinfo | 8 |
3 files changed, 10 insertions, 9 deletions
diff --git a/net/libsoup24/Makefile b/net/libsoup24/Makefile index 6305910a4b4..cb53468ac26 100644 --- a/net/libsoup24/Makefile +++ b/net/libsoup24/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.25 2010/08/29 09:39:17 obache Exp $ +# $NetBSD: Makefile,v 1.26 2010/10/21 20:33:59 drochner Exp $ -DISTNAME= libsoup-2.30.2 +DISTNAME= libsoup-2.32.0 PKGNAME= ${DISTNAME:S/libsoup/libsoup24/} CATEGORIES= net gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.30/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsoup/2.32/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org @@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2 PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config gmake USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/net/libsoup24/PLIST b/net/libsoup24/PLIST index a77966fe1d8..a3271654f5f 100644 --- a/net/libsoup24/PLIST +++ b/net/libsoup24/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2010/06/05 11:00:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2010/10/21 20:33:59 drochner Exp $ include/libsoup-2.4/libsoup/soup-address.h include/libsoup-2.4/libsoup/soup-auth-domain-basic.h include/libsoup-2.4/libsoup/soup-auth-domain-digest.h @@ -61,6 +61,7 @@ share/gtk-doc/html/libsoup-2.4/SoupSessionAsync.html share/gtk-doc/html/libsoup-2.4/SoupSessionFeature.html share/gtk-doc/html/libsoup-2.4/SoupSessionSync.html share/gtk-doc/html/libsoup-2.4/SoupSocket.html +share/gtk-doc/html/libsoup-2.4/annotation-glossary.html share/gtk-doc/html/libsoup-2.4/ch01.html share/gtk-doc/html/libsoup-2.4/ch02.html share/gtk-doc/html/libsoup-2.4/ch03.html diff --git a/net/libsoup24/distinfo b/net/libsoup24/distinfo index f2341488326..b868f502f76 100644 --- a/net/libsoup24/distinfo +++ b/net/libsoup24/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2010/07/06 15:08:54 drochner Exp $ +$NetBSD: distinfo,v 1.19 2010/10/21 20:33:59 drochner Exp $ -SHA1 (libsoup-2.30.2.tar.bz2) = bf3ce2efb5452f79758a05b010d21bdaa1ba985c -RMD160 (libsoup-2.30.2.tar.bz2) = e714287d93cf10d0775bfcb48676b4a4c487bff3 -Size (libsoup-2.30.2.tar.bz2) = 644337 bytes +SHA1 (libsoup-2.32.0.tar.bz2) = 7b57e7ca6de32937781c02f34052fa23e19bd78d +RMD160 (libsoup-2.32.0.tar.bz2) = 76de379600e2210d3ba5a5fc8d11f56fad070b63 +Size (libsoup-2.32.0.tar.bz2) = 649555 bytes |