Subject: pkg/34469: [update] www/pear-HTTP_Request
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Wilke <miwi@FreeBSD.org>
List: pkgsrc-bugs
Date: 09/04/2006 13:10:01
>Number:         34469
>Category:       pkg
>Synopsis:       [update] www/pear-HTTP_Request
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 04 13:10:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (GENERIC) #0: Thu Aug 31 02:51:57 UTC 2006
	builds@b4.netbsd.org:/home/builds/ab/netbsd-4/i386/200608300000Z-obj/home/builds/ab/netbsd-4/src/sys/arch/i386/compile/GENERIC



>Description:


- Update to 1.3.0

- Changelog

* All request and response headers are now treated case-insensitively,
	per RFC 2616 (bug #1045, bug #4367).
* Values of multiple response headers with the same name are combined
	into a comma-separated string per RFC 2616 (bug #1045)
* Generate proper closing boundary for multipart/form-data requests,
	per RFC 1521 (bug #4397)
* magic_quotes_runtime directive is switched off when performing the
	request since it may break file uploads and chunked responses (bug #4543)
* Response::_readChunked() will finish on zero-length chunk rather than
	socket eof (patch from bug #3037)
* Added HTTP_Request::setBody() method, deprecated addRawPostData() due to
	misleading name. The request body will be sent with all request methods
	except those that explicitly forbid this (e.g. TRACE). Data set via
	addPostData() / addFile() will only be sent with POST (see request #4716)

Changelog: 1.2.4

* Notice was raised when processing a response containing secure
	cookies (bug #2741)
* Warning was raised when processing a response with empty body and
	chunked Transfer-encoding (bug #2792)
* Improved inline documentation on constructor parameters (bug #2751)





>How-To-Repeat:





>Fix:


--- pear-HTTP_Request.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/www/pear-HTTP_Request/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- Makefile	4 Jun 2006 16:26:56 -0000	1.7
+++ Makefile	4 Sep 2006 12:17:43 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.7 2006/06/04 16:26:56 joerg Exp $
 
-DISTNAME=	HTTP_Request-1.2.3
-#CATEGORIES+=	www
+DISTNAME=	HTTP_Request-1.3.0
+CATEGORIES+=	www
 
 MAINTAINER=	jdolecek@NetBSD.org
 COMMENT=	PHP classes to provides an easy way to perform HTTP requests
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/www/pear-HTTP_Request/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- distinfo	24 Feb 2005 14:08:38 -0000	1.4
+++ distinfo	4 Sep 2006 12:18:42 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.4 2005/02/24 14:08:38 wiz Exp $
 
-SHA1 (pear/HTTP_Request-1.2.3.tgz) = 7138699d7da3e2ceacbbc1e6634f8f4bdbdf9f73
-RMD160 (pear/HTTP_Request-1.2.3.tgz) = dc57a22263c97f2e57ade52bb2180b8d5ab6dc83
-Size (pear/HTTP_Request-1.2.3.tgz) = 12823 bytes
+SHA1 (pear/HTTP_Request-1.3.0.tgz) = e801bda826b869a561c11ea30eb212ba92174293
+RMD160 (pear/HTTP_Request-1.3.0.tgz) = b4f9dc6e1922c517059f082ebb0a1bb8f7ac33ae
+Size (pear/HTTP_Request-1.3.0.tgz) = 13808 bytes
--- pear-HTTP_Request.diff ends here ---