diff options
author | mjl <mjl@pkgsrc.org> | 2001-03-19 13:11:19 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-03-19 13:11:19 +0000 |
commit | 224bd374bdc23f84601c3de8dbfc1bed362bd948 (patch) | |
tree | cc4e834fe8e82ac58948a04b9169f22b2c799ef7 | |
parent | cc6fecbe88ea8311e083475b024c5851b2744027 (diff) | |
download | pkgsrc-224bd374bdc23f84601c3de8dbfc1bed362bd948.tar.gz |
Update to 1.0.9.
Add ghttp_flush_reponse_buffer API call to gnome-http, so that
apps who don't want to buffer the entire HTTP response can fetch
chunks of it at a time.
* ghttp.h/ghttp.c: New function ghttp_get_header_names() that
allows you to get a list of the headers that a server returned
with its response.
* http_hdrs.h/http_hdrs.c: New function http_hdr_get_headers() to
support the api in ghttp.c.
* http_req.c: (http_req_send): Minor fix that
John Trowbridge contributed.
* http_date.c (month_from_string_short): Use strncmp instead of
memcmp when comparing strings to avoid reading memory we do not
own. Thanks Purify!
* http_uri.c (http_uri_parse): ditto
* configure.in:
Checking in Ben Taylor's Solaris patch for lib configuration.
-rw-r--r-- | www/libghttp/Makefile | 4 | ||||
-rw-r--r-- | www/libghttp/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/libghttp/Makefile b/www/libghttp/Makefile index aec5a28ed9b..16f827ff886 100644 --- a/www/libghttp/Makefile +++ b/www/libghttp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2001/02/17 17:22:12 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/19 13:11:19 mjl Exp $ -DISTNAME= libghttp-1.0.7 +DISTNAME= libghttp-1.0.9 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/libghttp/} diff --git a/www/libghttp/files/md5 b/www/libghttp/files/md5 index a8b37dde7cb..2b413fedf77 100644 --- a/www/libghttp/files/md5 +++ b/www/libghttp/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.3 2000/11/25 17:22:16 rh Exp $ +$NetBSD: md5,v 1.4 2001/03/19 13:11:20 mjl Exp $ -MD5 (libghttp-1.0.7.tar.gz) = 7d93355b365efc34c3a146567def0d78 +SHA1 (libghttp-1.0.9.tar.gz) = 666cbf89be2a5c331693c97f8f17ff39e94bb23f |