diff options
author | kwm <kwm@FreeBSD.org> | 2005-01-25 04:46:33 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2005-01-25 04:46:33 +0800 |
commit | f8cf8597140baacec7921d49412a6c1149386d3b (patch) | |
tree | 1114b0456728bbb5e48d5042ae1236dccca563d4 /devel/libsoup | |
parent | c8a267cbe597ab3a2d6034df4b3a4d70a1c2a280 (diff) | |
download | freebsd-ports-gnome-f8cf8597140baacec7921d49412a6c1149386d3b.tar.gz freebsd-ports-gnome-f8cf8597140baacec7921d49412a6c1149386d3b.tar.zst freebsd-ports-gnome-f8cf8597140baacec7921d49412a6c1149386d3b.zip |
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.
Diffstat (limited to 'devel/libsoup')
-rw-r--r-- | devel/libsoup/Makefile | 2 | ||||
-rw-r--r-- | devel/libsoup/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index c4709713daad..1ff2e4295628 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/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/libsoup/distinfo b/devel/libsoup/distinfo index 902a0436e7cf..4872d5b271bd 100644 --- a/devel/libsoup/distinfo +++ b/devel/libsoup/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 |