<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/www/pear-HTTP_Request, branch pkgsrc_2008Q2</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2008Q2'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2007-10-25T16:54:26Z</updated>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5e1040eb4b3d5bdf7e0d465818a3ff084620adb3'/>
<id>urn:sha1:5e1040eb4b3d5bdf7e0d465818a3ff084620adb3</id>
<content type='text'>
can handle packages having no PLIST files.
</content>
</entry>
<entry>
<title>PKGREVISION++ for the recent PEAR/PHP changes so that all child packages</title>
<updated>2007-05-05T22:09:18Z</updated>
<author>
<name>adrianp</name>
<email>adrianp</email>
</author>
<published>2007-05-05T22:09:18Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5695eed23c50b2ac0f8aa4e883d83f9cdb7275d9'/>
<id>urn:sha1:5695eed23c50b2ac0f8aa4e883d83f9cdb7275d9</id>
<content type='text'>
 pick up the new dependencies properly
</content>
</entry>
<entry>
<title>Updated pear-HTTP_Request to 1.3.0.</title>
<updated>2006-10-23T20:13:38Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2006-10-23T20:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=211e8b2a49864366d6c5874bd40401738ba87da9'/>
<id>urn:sha1:211e8b2a49864366d6c5874bd40401738ba87da9</id>
<content type='text'>
Changes in 1.3.0:
* 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)

Changes in 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)

Adresses PR pkg/34469 by Martin Wilke
</content>
</entry>
<entry>
<title>Fix CONFLICTS of php/pear packages, the asterix was missing (thanks tv).</title>
<updated>2006-06-04T16:26:54Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-06-04T16:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4a72c855a61391e2a3b8c3ac6378a595f8b63420'/>
<id>urn:sha1:4a72c855a61391e2a3b8c3ac6378a595f8b63420</id>
<content type='text'>
While going through the tree, fix some more packages which had similiar
issues with too strict conflicts, bump the revisions of those.
</content>
</entry>
<entry>
<title>Rename all PHP 4 packages to php4-*, all PHP 5 packages to php5-*,</title>
<updated>2006-06-02T18:27:54Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-06-02T18:27:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=7fe8ce07cd12d22909180fe6f4c0bc28270c7451'/>
<id>urn:sha1:7fe8ce07cd12d22909180fe6f4c0bc28270c7451</id>
<content type='text'>
all PEAR packages to php?-pear-* and all Apache packages to ap13-* or
ap2-* respectively. Add new variables to simplify the Makefile
handling. Add CONFLICTS on the old names. Reset revisions of bumped
packages. ap-php will now depend on the default Apache and PHP version.
All programs using it have an implicit option of the Apache version
as well.

OK from jlam@ and adrianp@.
</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=93e3b9e04264b93620166058e19ea42c856505b0'/>
<id>urn:sha1:93e3b9e04264b93620166058e19ea42c856505b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Net_Socket and Net_SMTP were unbundled from PHP4 in 4.3.11, g/c the related</title>
<updated>2005-04-11T20:08:43Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2005-04-11T20:08:43Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=577bed37009351464cea7b4882c4d6826a1370b2'/>
<id>urn:sha1:577bed37009351464cea7b4882c4d6826a1370b2</id>
<content type='text'>
conditionals and buildlink logic, and convert to standard DEPENDS
</content>
</entry>
<entry>
<title>Add RMD160 checksums.</title>
<updated>2005-02-24T14:08:26Z</updated>
<author>
<name>wiz</name>
<email>wiz</email>
</author>
<published>2005-02-24T14:08:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=78807b227410bd2ee20541d8cc6d3efecca1e5c7'/>
<id>urn:sha1:78807b227410bd2ee20541d8cc6d3efecca1e5c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update pear-HTTP_Request to 1.2.3.</title>
<updated>2004-11-27T14:23:55Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2004-11-27T14:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=86dc49e170ffa5bfd754e8525cd6e8484942a7bb'/>
<id>urn:sha1:86dc49e170ffa5bfd754e8525cd6e8484942a7bb</id>
<content type='text'>
Changes since 1.2 include many bugfixes and possibility to add misc. socket
options. Full list http://pear.php.net/package/HTTP_Request/download/.

Package requires Net_Socket&gt;=1.0.2 and Net_URL&gt;=1.0.12.
</content>
</entry>
<entry>
<title>update for DIST_SUBDIR=pear</title>
<updated>2004-11-27T13:33:52Z</updated>
<author>
<name>jdolecek</name>
<email>jdolecek</email>
</author>
<published>2004-11-27T13:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d72ed0154e0be6b579826d1e7a31375ce26e937b'/>
<id>urn:sha1:d72ed0154e0be6b579826d1e7a31375ce26e937b</id>
<content type='text'>
</content>
</entry>
</feed>
