diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-01-24 20:46:33 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-01-24 20:46:33 +0000 |
commit | 3d038784ad52d88c61e4c75ca1c37a98f99dbad9 (patch) | |
tree | 9a0e3ee937b2c28f5883e4311aa6229f5c6123e0 /devel/libsoup22 | |
parent | - Unbreak on 5.x (diff) |
Update to 2.2.2.
Changelog:
o) The SSL validation fix from 2.2.1 is now completely
fixed. (Part of the fix didn't actually make it into 2.2.1)
o) HTTPS certificate validation now works when using an HTTP proxy.
o) HTTP proxy code deals better with proxies that try to make
the user do HTML-form-based authentication.
o) 64-bit fixes for NTLM auth code.
Notes
Notes:
svn path=/head/; revision=127222
Diffstat (limited to 'devel/libsoup22')
-rw-r--r-- | devel/libsoup22/Makefile | 2 | ||||
-rw-r--r-- | devel/libsoup22/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsoup22/Makefile b/devel/libsoup22/Makefile index c4709713daad..1ff2e4295628 100644 --- a/devel/libsoup22/Makefile +++ b/devel/libsoup22/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libsoup -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.2 diff --git a/devel/libsoup22/distinfo b/devel/libsoup22/distinfo index 902a0436e7cf..4872d5b271bd 100644 --- a/devel/libsoup22/distinfo +++ b/devel/libsoup22/distinfo @@ -1,2 +1,2 @@ -MD5 (gnome2/libsoup-2.2.1.tar.bz2) = 8132b0bce469affed688c4863702aa41 -SIZE (gnome2/libsoup-2.2.1.tar.bz2) = 403907 +MD5 (gnome2/libsoup-2.2.2.tar.bz2) = 59f95a1ce0f86b4dc1687f24e94f899a +SIZE (gnome2/libsoup-2.2.2.tar.bz2) = 404013 |