summaryrefslogtreecommitdiff
path: root/www/p5-libwww
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-1/+2
2017-04-19Updated p5-libwww to 6.26.wiz2-7/+7
6.26 2017-04-12 - Perltidy all apps in the bin/ directory - Make all apps in bin/ use strict and warnings (RT #92633) - Fix bug tracker URL in metadata
2017-04-05Updated p5-libwww to 6.25.wiz2-7/+7
6.25 2017-04-03 - Fix LWP::UserAgent docs for request and request_simple that pointed to functions in LWP::Simple rather than LWP::UserAgent - Moved the official bug tracker to GitHub rather than RT.
2017-03-16Updated p5-libwww to 6.24.wiz2-7/+7
6.24 2017-03-14 - Document clone methods inability to clone cookie jars (RT #13542) - It is now possible to set the proxy and no_proxy attributes from the constructor of LWP::UserAgent. (GH #124)
2017-03-08Updated p5-libwww to 6.23.wiz2-7/+8
6.23 2017-03-06 - Fix bug where Protocol::NNTP called undef on a variable before being done using it. (GH PR #121) - Ran perltidy on LWP::Protocol::NNTP - Re-organized current documentation set.
2017-03-05Updated p5-libwww to 6.22.wiz2-7/+7
6.22 2017-03-01 - Update Travis-CI to test on minimum versions of prereqs. (GH PR #109) - Fix tests that depended on a newer version of HTTP::Message (GH PR #119) - Update documentation to reflect behavior difference in ->put() depending on the version of HTTP::Message installed. (GH PR #120)
2017-02-22Fix PERL5_PACKLIST.wiz1-2/+2
2017-02-22Updated p5-libwww to 6.21.wiz2-7/+7
6.21 2017-02-21 - Ensure that LWP::Simple re-exports some HTTP::Status functions 6.20 2017-02-21 - Converted to use Dist::Zilla - Moved several tests to xt/author
2017-02-16Updated p5-libwww to 6.19.wiz2-7/+10
6.19 2017-02-14 - Call HTTP::Status constant functions without & (GH#110) - Make bin scripts use LWP's version and not maintain their own (PR #54) - Fix bug triggered in some cases of auth challenges not having a viable protocol (PR#111) - Remove usage of the 'vars' pragma (GH#113)
2017-02-07Updated p5-libwww to 6.18.wiz2-7/+7
6.18 2017-02-02 - Update "timeout" when reusing sockets (PR#90) - Fix bug triggered when calling simple_request() with a malformed URL (PR#108) 6.17 2017-01-31 - Noted another protocol failure message (PR#65) - Removed old use of UNIVERSAL::isa() and swapped evals for Try::Tiny (PR#105) - Standardized the Changes file (GH#106) - Fixed documentation error in lwp-request.
2017-01-22Updated p5-libwww to 6.16.wiz2-9/+8
6.16 2017-01-12 - Moved LWP::Protocol::GHTTP into its own dist and removed from here (PR#81) - Updated test suite to use strict/warnings and Test::More (PR#88) - Additional tests for UserAgent coverage (PR#79) - Cleaned up documentation formatting and fixed several typos (PR#87, PR#93) - Stop promoting use of HTTP::Cookies and instead use HTTP::CookieJar::LWP (PR#102) - Added some new documentation to UserAgent and tutorial (PR#68) - Allow default header to carry over when using ->post() in UA (PR#100)
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2015-12-06Update py-libwww to 6.15:wiz2-8/+7
2015-12-15 Release 6.15 (special thanks to Chase Whitener for testing many of these changes out in 6.14_001!) Graham Knop (1): - tests now use localhost rather than a net-accessible address (PR#76) Michael Schwern (1): - fixed some tests to do what they intended (regex rather than boolean checks) (from PR#28) Joe Atzberger (2): - conversion of some tests from Test.pm to Test::More (from PR#29) Piotr Roszatycki (1): - use File::Temp for randomized tempdir (PR#53)
2015-11-04Add SHA512 digests for distfiles for www categoryagc1-1/+2
Problems found locating distfiles: Package haskell-cgi: missing distfile haskell-cgi-20001206.tar.gz Package nginx: missing distfile array-var-nginx-module-0.04.tar.gz Package nginx: missing distfile encrypted-session-nginx-module-0.04.tar.gz Package nginx: missing distfile headers-more-nginx-module-0.261.tar.gz Package nginx: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx: missing distfile set-misc-nginx-module-0.29.tar.gz Package nginx-devel: missing distfile echo-nginx-module-0.58.tar.gz Package nginx-devel: missing distfile form-input-nginx-module-0.11.tar.gz Package nginx-devel: missing distfile lua-nginx-module-0.9.16.tar.gz Package nginx-devel: missing distfile nginx_http_push_module-0.692.tar.gz Package nginx-devel: missing distfile set-misc-nginx-module-0.29.tar.gz Package php-owncloud: missing distfile owncloud-8.2.0.tar.bz2 Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-07-12Comment out dependencies of the stylewiz1-5/+5
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS since pkgsrc enforces the newest perl version anyway, so they should always pick perl, but sometimes (pkg_add) don't due to the design of the {,} syntax. No effective change for the above reason. Ok joerg
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-02-17Update to 6.13:wiz2-7/+7
2015-02-14 Release 6.13 Karen Etheridge (1): - fixed Makefile.PL compatibility with older ExtUtils::MakeMaker (from release 6.12) _______________________________________________________________________________ 2015-02-13 Release 6.12 Karen Etheridge (1): - fixed prereq declarations in release 6.11 _______________________________________________________________________________ 2015-02-13 Release 6.11 Graham Knop (1): - cleanup of the test running mechanism; allowing greater flexibility and should also resolve RT#102083 _______________________________________________________________________________ 2015-02-12 Release 6.10 Karen Etheridge (1): - lower runtime prereqs recommendation on LWP::Protocol::https to suggests, to work around a circular dependency in CPAN clients when the 'install recommendations' option is enabled (RT#101732) _______________________________________________________________________________ 2015-02-09 Release 6.09 Steffen Ullrich (1): - checks for EINTR now also check EWOULDBLOCK (they sometimes differ on MSWin32) Daina Pettit (1): - fixed pod syntax Jason A Fesler (2): - Fixed checking the % character in address regex - Improved regex for literal IPv6 addresses
2014-10-09Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.wiz1-3/+1
2014-10-09Remove SVR4_PKGNAME, per discussion on tech-pkg.wiz1-2/+1
2014-08-14Update to 6.08wen2-8/+7
Update DEPENDS Upstream changes: 2014-07-24 Release 6.08 Mike Schilli (1): Requiring Net::HTTP 6.07 to fix IPv6 support (RT#75618 and https://github.com/libwww-perl/net-http/pull/10) Jason A Fesler (2): When the hostname is an IPv6 literal, encapsulate it with [brackets] before calling Net::HTTP [rt.cpan.org #29468] Extra steps to make sure that the host address that has a ":" contains only characters appropriate for an IPv6 address. John Wittkoski (1): Fix doc typo for cookie_jar _______________________________________________________________________________ 2014-07-01 Release 6.07 Mike Schilli (5): Removed Data::Dump references in test suite and dependency in Makefile.PL Added MANIFEST.SKIP to enable "make manifest". release script now checks for MacOS to avoid incompatible tarballs Bumped version number to 6.07 Fixed gnu-incompatible tarball problem ([rt.cpan.org #94844])
2014-05-29Bump for perl-5.20.0.wiz1-1/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2014-05-15Update to 6.06:wiz2-8/+7
2014-04-16 Release 6.06 Ville Skyttä (3): Merge pull request #44 from dsteinbrunner/master Spelling fixes. Merge pull request #55 from oalders/master Karen Etheridge (2): Merge pull request #38 from mbeijen/typo-sting Merge pull request #43 from dsteinbrunner/master David Steinbrunner (2): Spelling corrections Olaf Alders (1): Typo fixes. Steffen Ullrich (1): correct behavior for https_proxy, e.g. don't send plain https:// requests to proxy, but instead establish CONNECT tunnel and then send requests inside tunnel. This change does together with a change in LWP::Protocol::https. The change supports LWP::Protocol::https with the default IO::Socket::SSL backend, but also with Net::SSL. Also: - proxy authorization is supported (http://user:pass@host:port as proxy URL, Net::SSL still needs special HTTPS_PROXY_* environemt variables, as before) - CONNECT request does not need to be the first request inside the tunnel (not with Net::SSL) - conn_cache is read and written inside request(), instead of writing in request() and reading in _new_socket(). If a https tunnel is established the cache_key no longer depends only on proxy host,port but also on the tunnel endpoint - CONNECT is a proxy request and must always use Proxy-Authorization, not Authorization header turugina (1): fix: auth-header of Digest auth did not conform to RFC 2617 when WWW-Authenticate has 'qop' parameter. Gisle Aas (1): SSL libs might trigger ENOTTY on read Michiel Beijen (1): Small typo.
2013-12-09Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.obache1-4/+4
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-05-31Bump all packages for perl-5.18, thatwiz1-1/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2013-04-21Update to 6.05ryoon2-7/+6
Changelog: _______________________________________________________________________________ 2013-03-11 Release 6.05 Karen Etheridge (3): Derive message from status code if it was not provided Merge pull request #33 from tomhukins/fix-readme fix typo in comment Ville Skyttä (3): Spelling fixes. Spelling fix. Merge pull request #34 from berekuk/fix-github-path Gisle Aas (3): Update repo URL With Net::HTTP 6.04 we don't need our own can_read() and sysread override $ENV{HTTP_PROXY} might override our test setup [RT#81381] Vyacheslav Matyukhin (1): fix github url in perldoc Slaven Rezic (1): * Pod is utf-8 Peter Rabbitson (1): Match required perl in Makefile.PL Tom Hukins (1): Fix Github URLs
2012-10-28Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-2/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-03-04Updated www/p5-libwww to 6.04abs2-20/+31
_______________________________________________________________________________ 2012-02-18 Release 6.04 Gisle Aas (4): Typo fix; envirionment [RT#72386] Implement $ua->is_online test Add separate option to enable the live jigsaw tests Merge pull request #10 from trcjr/master Theodore Robert Campbell Jr (3): now with put and delete helpers updated POD unit tests for ua->put and ua->delete Peter Rabbitson (1): These modules work with 5.8.1 _______________________________________________________________________________ 2011-10-15 Release 6.03 Ville Skyttä (7): Link updates. Attribute documentation wording improvements. Don't parse robots.txt response content unless it's textual. Decode robots.txt response content before attempting to parse it. RobotUA robots.txt response parsing cleanups. Don't parse HEAD of robots.txt responses. Request handler doc grammar fixes. Gisle Aas (6): Pass on HTTP/1.0 if set as request protocol Remove outdated docs (not touched since 1996 :-) Merge pull request #22 from madsen/RT67947-verify_hostname PERL_LWP_ENV_PROXY tweaks lwp-request didn't respect -H Content-type [RT#70488] lwp-request -H didn't allow repeated headers Christopher J. Madsen (2): verify_hostname defaults to 0 if ssl_opts provided [RT#67947] Test verify_hostname setting Bryan Cardillo (1): Fix expect header support to work with content refs. Moritz Onken (1): add PERL_LWP_ENV_PROXY env variable to enable env_proxy globally
2011-08-05from CHANGES:spz2-6/+15
--- snip --- 2011-03-27 Release 6.02 This is the release where we try to help the CPAN-toolchain be able to install the modules required for https-support in LWP. We have done this by unbundling the LWP::Protocol::https module from the libwww-perl distribution. In order to have https support you now need to install (or depend on) 'LWP::Protocol::https' and then this will make sure that all the prerequsite modules comes along. See [RT#66838]. This release also removes the old http10 modules that has really been deprecated since v5.60. These should have been removed at the v6.00 jump, but I forgot. Christopher J. Madsen (1): Ignores env variables when ssl_opts provided [RT#66663] Gisle Aas (4): Fix typo; Authen::NTLM [RT#66884] Yury Zavarin (1): Support LWP::ConnCache->new(total_capacity => undef) _______________________________________________________________________________ 2011-03-09 Release 6.01 Add missing HTTP::Daemon dependency for the tests. _______________________________________________________________________________ 2011-03-08 Release 6.00 Unbundled all modules not in the LWP:: namespace from the libwww-perl distribution. The new broken out CPAN distribtions are File-Listing, HTML-Form, HTTP-Cookies, HTTP-Daemon, HTTP-Date, HTTP-Message, HTTP-Negotiate, Net-HTTP, and WWW-RobotRules. libwww-perl-6 require these to be installed. This release also drops the unmaintained lwp-rget script from the distribution. Perl v5.8.8 or better is now required. For older versions of perl please stay with libwww-perl-5.837. For https://... default to verified connections with require IO::Socket::SSL and Mozilla::CA modules to be installed. Old behaviour can be requested by setting the PERL_LWP_SSL_VERIFY_HOSTNAME environment variable to 0. The LWP::UserAgent got new ssl_opts method to control this as well. Support internationalized URLs from command line scripts and in the proxy environment variables. The lwp-dump script got new --request option. The lwp-request script got new -E option, contributed by Tony Finch. Protocol handlers and callbacks can raise HTTP::Response objects as exceptions. --- snip --- This will abort the current request and make LWP return the raised response.
2010-09-21Updating www/p5-libwww from 5.836nb1 to 5.837sno2-7/+6
Upstream changes: 2010-09-20 Release 5.837 David E. Wheeler (1): Fix for Encode 2.40 Gisle Aas (2): Fix Perl syntax error in synopsis Allow ISO 8601 date strings when parsing Apache file listings
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-05-24Update p5-libwww from version 5.834 to version 5.836.seb2-6/+6
Upstream changes: 2010-05-13 Release 5.836 Gisle Aas (1): Fix problem where $resp->base would downcase its return value 2010-05-05 Release 5.835 Gisle Aas (12): simple string can be simplified Make $mess->decoded_content remove XML encoding declarations [RT#52572] Don't allow saving to filenames starting with '.' suggested by server Avoid race between testing for existence of output file and opening the file Minor doc fixup -- wrongly ucfirsted word Use decoded_content in HTTP:Response synopsis [RT#54139] sun.com is no more. rip! Trivial layout tweak to reduce variable scope. Add 'make test_hudson' target Implement alt_charset parameter for decoded_content() Test decoding with different charset parameters lwp-download now needs the -s option to honor the Content-Disposition header Ville Skyttä (9): Make LWP::MediaTypes::media_suffix case insensitive. Skip XML decoding tests if XML::Simple is not available. Documentation fixes. Fix m_media_type => "xhtml" matching. Make parse_head() apply to data: requests. Documentation spelling fixes. Documentation grammar fixes. Use $uri->secure in m_secure if available. Fix handling of multiple (same) base headers, and parameters in them. Mark Stosberg (5): Strip out empty lines separated by CRLF Best Practice: avoid indirect object notation Speed up as_string by 4% by having _sorted_field_names return a reference Speed up scan() a bit. as_string() from this branch is now 6% faster Port over as_string() optimizations from HTTP::Headers::Fast Tom Hukins (2): Link to referenced documentation. Update repository location. Father Chrysostomos (1): Remove needless (and actually harmful) local $_ Sean M. Burke (1): "Perl & LWP" is available online
2009-12-15Update to 5.834:wiz2-6/+6
2009-11-21 Release 5.834 Gisle Aas (4): Check for sane default_headers argument [RT#50393] Add $ua->local_address attribute [RT#40912] Test that generation of boundary works [RT#49396] Page does not display the "standard" apache listing any more Ville Skyttä (2): Remove unneeded executable permissions. Switch compression/decompression to use the IO::Compress/IO::Uncompress and Compress::Raw::Zlib family of modules. Slaven Rezic (1): lwp-request should use stderr for auth [RT#21620]
2009-10-24Updating www/p5-libwww from 5.832 to 5.833sno2-6/+6
Upstream changes: 2009-10-06 Release 5.833 Gisle Aas (5): Deal with cookies that expire far into the future [RT#50147] Deal with cookies that expire at or before epoch [RT#49467] Pass separate type for https to LWP::ConnCache [RT#48899] Improved handling of the User-Agent header [RT#48461] HTTP::Cookies add_cookie_header previous Cookies [RT#46106] Andreas J. Koenig (1): Improve diagnostics from LWP::UserAgent::mirror [RT#48869] Slaven Rezic (1): mirror should die in case X-Died is set [RT#48236] Ville Skytt"a (1): Increase default Net::HTTP max line length to 8k.
2009-09-22Updating www/p5-libwww from 5.831 to 5.832sno2-6/+6
Upstream changes: 2009-09-21 Release 5.832 Ville Skytt"a (6): Fix net test suite. Comment spelling fixes. Fix links to old Netscape cookie specification. Documentation spelling fixes. Improve max line length exceeded/read error messages. Do not warn about seemingly wellformed but unrecognized robots.txt lines. Gisle Aas (1): $mess->content_charset would fail for empty content mschilli (1): Further restrict what variables env_proxy() process
2009-08-18Updating package for p5 module LWP (www/p5-libwww) from 5.830 to 5.831sno2-6/+6
Upstream changes: 2009-08-13 Release 5.831 Ville Skytt"a (3): Fix bzip2 content encoding/decoding. send_te() doc grammar fix. Document time2str() behavior with an undefined argument. Gisle Aas (1): HTML::Message's content_charset trigger warnings from HTML::Parser [RT#48621]
2009-07-28Updating package for p5 module LWP from 5.829 to 5.830sno2-6/+6
Upstream changes: 2009-07-26 Release 5.830 Gisle Aas (1): select doesn't return undef on failure [RT#32356] Ville Skyttae (1): Add raw RFC 1951 deflate test case.
2009-07-15pkgsrc changes:sno2-6/+7
- Updating package for p5 module LWP from 5.828 to 5.829 - Adjusting license to perl license Upstream changes: 2009-07-07 Release 5.829 This release removes callback handlers that were left over on the returned HTTP::Responses. This was problematic because it created reference loops preventing the Perl garbage collector from releasing their memory. Another problem was that Storable by default would not serialize these objects any more. This release also adds support for locating HTML::Form inputs by id or class attribute; for instance $form->value("#foo", 42) will set the value on the input with the ID of "foo". Gisle Aas (5): Make the example code 'use strict' clean by adding a my Avoid cycle in response Clean up handlers has from response after data processing is done Support finding inputs by id or class in HTML::Form Test HTML::Form selectors Mark Stosberg (1): Tidy and document the internals of mirror() better [RT#23450] phrstbrn (1): Avoid warnings from HTML::Form [RT#42654]
2009-07-07pkgsrc changes:sno2-6/+6
- Updating package for p5 module LWP from 5.826 to 5.828 Upstream changes: 2009-06-25 Release 5.828 A quick new release to restore compatiblity with perl-5.6. Gisle Aas (4): Less noisy behaviour when we can't download the documents Restore perl-5.6 compatiblity [RT#47054] Don't decode US-ASCII and ISO-8859-1 content Some versions of Encode don't support UTF-16-BE [RT#47152] Ville Skytt"a (1): Spelling fixes. 2009-06-15 Release 5.827 The main news this time is better detection of what character set the document in a response uses and the addition of the lwp-dump script that I found useful. Gisle Aas (31): Added lwp-dump script Replace calls to $req->url with $req->uri Also need to encode strings in the latin1 range Ignore the value set for file inputs [RT#46911] Add docs to lwp-dump Don't let lwp-dump follow redirects Support --method options Implement the --agent option Dictionary order for the option docs; document --method Merge branch 'dump' Files are passed as an array and we must not stringify it. Add content_charset method to HTTP::Message Start guessing the charset for a message Let content_charset guess the charset to use for decoded_content Specify what's missing for the XML and HTML case Provide charset parameter for HTML::Form->parse() Make content_charset sniff for <meta> elements specifying the charset. Determine charset of XML documents Get rid of the _trivial_http_get() implementation Update the bundled media.types file LWP::Simple::get() now returns decoded_content [RT#44435] Implement content_type_charset method for HTTP::Headers Implement content_is_text method for HTTP::Headers Make use of content_is_text and content_type_charset in decoded_content Don't let the parse_head callback append to the HTTP headers Don't set Range header on request when max_size is used [RT#17208] Still show client headers for internal responses Document Client-Warning: Internal response Don't use 'no' as example domain for no_proxy docs [RT#43728] Drop exit from the Makefile.PL [RT#43060] Merge branch 'content_charset' Alex Kapranoff (1): Support "accept-charset" attribute in HTML::Form Mark Stosberg (1): new tests for max_size and 206 responses [RT#46230] murphy (1): Reformulation of Client-Warning: Internal documentation
2009-06-01Replacing some dependencies to choose perl core first, because desiredsno1-2/+2
version numbers of required modules are in delivered perl core.
2009-04-29PkgSrc changes:sno2-8/+8
- Updating package for p5 module LWP to 5.826 from 5.825 Upstream changes: 2009-04-24 Release 5.826 Gisle Aas (2): Avoid returning stale Content-Type header after message parts have been updated Don't let content saved to file be affected by the $\ setting Graeme Thompson (1): Issues around multipart boundaries [RT#28970] Mike Schilli (1): Ignore random _proxy env variables, allow only valid schemes Slaven Rezic (1): README.SSL is not anymore available at the linpro.no URL. john9art (1): Make LWP::UserAgent constructor honor the default_headers option [RT#16637]
2009-04-11PkgSrc changes:sno1-2/+3
- removed packages p5-IO-Compress-Base, p5-IO-Compress-Zlib, p5-IO-Compress-Bzip2 and p5-Compress-Zlib because they are merged into p5-IO-Compress - Updated dependend packages to depend on p5-IO-Compress and bump PKGREVISION Upstream changes: 2.017 30 March 2009 * Merged IO-Compress-Base, IO-Compress-Bzip2, IO-Compress-Zlib & Compress-Zlib into IO-Compress. * The interface to Compress-Raw-Zlib now uses the new LimitOutput feature. This will make all of the zlib-related IO-Compress modules less greedy in their memory consumption. * Removed MAN3PODS from Makefile.PL * A few changes to get the test harness to work on VMS courtesy of Craig. A. Berry. * IO::Compress::Base & IO::Uncompress::Base Downgraded some croaks in the constructors to just set $! (by letting the code attempt to open a file and fail). This makes the behavior more consistent to a standard open. [RT #42657] * IO::Uncompress::Base Doing a seek with MultiStream could drop some of the uncompressed data. Fixed. * IO::Compress::Zip - Fixed problem with the uncompressed & uncompressed fields when zip64 is enabled. They were set to 0x0000FFFF instead of 0xFFFFFFFF. Also the ZIP64 extra field was 4 bytes short. Problem spotted by Dino Chiesa. * IO::Uncompress::Unzip - use POSIX::mktime instead of Time::Local::timelocal to convert the zip DOS time field into Unix time. * Compress::Zlib - Documented Compress::Zlib::zlib_version()
2009-02-22Update to 5.825:wiz2-6/+6
Zefram (1): Fixup test failure with perl-5.8.8 and older; qr/$/m doesn't work
2009-02-21Update to 5.824:wiz2-6/+6
2009-02-13 Release 5.824 Gisle Aas (7): Make format_request() ensure that it returns bytes [RT#42396] Force bytes in all the format_* methods. Ignore Sitemap: lines in robots.txt [RT#42420] Refactor; use variable to hold the test port Add redirects method to HTTP::Message Setting $ua->max_redirect(0) didn't work [RT#40260] Convert files to UTF-8 Zefram (2): HTTP::Cookies destructor should not clobber $! and other globals. Deal with the Encode module distributed with perl-5.8.0 Ian Kilgore (1): Avoid failure if 127.0.0.1:8333 is in use [RT#42866] Ville Skyttä (1): Documentation improvements, spelling fixes. 2008-12-05 Release 5.823 Gisle Aas (4): Bring back the LWP::Debug code [RT#41759] Add documentation section about 'Network traffic monitoring'. Typo fixes Want to ensure we get a single value back here.
2008-12-16Update from version 5.820 to 5.822.he2-6/+6
Upstream changes: 2008-12-05 Release 5.822 Gisle Aas (4): A more modern user_agent example. Make it possible to unset the proxy settings again Prefer use specified Content-Length header [RT#41462] Deprecate LWP::Debug 2008-11-25 Release 5.821 Various bug fixes. Gisle Aas (3): The Content-Length and Content-MD5 headers are no longer valid after encode/decode Add META information croak on bad proxy args [RT#39919] Slaven Rezic (1): Skip a failing decoded_content on systems without Encode.pm [RT#40735] Steve Hay (1): Skip LWP test when fork() is unimplemented Yuri Karaban (1): redo used incorrectly in LWP::Protocol::http [RT#41116] jefflee (1): HTTP::Cookies::Microsoft now handles user names with space [RT#40917] ruff (1): Avoid aborting requests saved to file early [RT#40985]
2008-11-10Update to 5.820:wiz2-6/+6
2008-11-05 Release 5.820 Main news is the ability to control the heuristics used to determine the expiry time for response objects. Gisle Aas (8): Reformat later parts of Changes Add a paragraph to summarize the motivation for releases since 5.815 all_pod_files_ok(); Fix POD markup error Calculation of current_age with missing Client-Date. The age/freshness methods now take an optional 'time' argument More correct matching of 'max-age' in freshness_lifetime method The freshness_lifetime method now support options to control its heuristics
2008-10-21Removed environment variable INSTALL_ALIASES, formerly introduced byheinz1-2/+2
patch-aa but not used any longer.
2008-10-21Update p5-libwww to 5.819.obache3-21/+9
Pkgsrc changes: Fixes "libwww-aliases" option, reported by PR 39776. The knob for command aliases was changed when update to 5.815(?), it is disabled by default, and libwww-alias option is no effect since the update. So remove it from PKG_SUGGESTED_OPTIONS. Changes: 2008-10-20 Release 5.819 Gisle Aas (2): Don't override $Net::HTTPS::SSL_SOCKET_CLASS if it's already set. Wrong content handlers would sometimes be skipped [RT#40187] 2008-10-16 Release 5.818 Gisle Aas (8): Use deflate compression instead of gzip for the test Simplify; Get rid of the $USE_STORABLE_DCLONE configuration Add dump method to HTTP::Message. Use $res->dump instead of rolling our own. Layout change; move headers() methods to a more logical place. Add support for x-bzip2 encoding; fix bzip2 decoding. Add send_header method to HTTP::Daemon Make the lwp-request User-Agent string include the LWP version. Slaven Rezic (1): clone implemented in terms of Storable::dclone [RT#39611]
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").