Changelog for
perl-libwww-perl-6.26-53.1.noarch.rpm :
Fri Apr 14 14:00:00 2017 cooloAATTsuse.com
- updated to 6.26
see /usr/share/doc/packages/perl-libwww-perl/Changes
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
Tue Apr 4 14:00:00 2017 cooloAATTsuse.com
- updated to 6.25
see /usr/share/doc/packages/perl-libwww-perl/Changes
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.
Wed Mar 15 13:00:00 2017 cooloAATTsuse.com
- updated to 6.24
see /usr/share/doc/packages/perl-libwww-perl/Changes
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)
Tue Mar 7 13:00:00 2017 cooloAATTsuse.com
- updated to 6.23
see /usr/share/doc/packages/perl-libwww-perl/Changes
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.
Fri Mar 3 13:00:00 2017 cooloAATTsuse.com
- updated to 6.22
see /usr/share/doc/packages/perl-libwww-perl/Changes
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)
Wed Feb 22 13:00:00 2017 cooloAATTsuse.com
- updated to 6.21
see /usr/share/doc/packages/perl-libwww-perl/Changes
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
Wed Feb 15 13:00:00 2017 cooloAATTsuse.com
- updated to 6.19
see /usr/share/doc/packages/perl-libwww-perl/Changes
Tue Feb 14 13:00:00 2017 cooloAATTsuse.com
- updated to 6.18
see /usr/share/doc/packages/perl-libwww-perl/Changes
Sat Dec 5 13:00:00 2015 cooloAATTsuse.com
- updated to 6.15
see /usr/share/doc/packages/perl-libwww-perl/Changes
Change history for libwww-perl
Wed Apr 22 14:00:00 2015 cooloAATTsuse.com
- disable disable-ghttp.diff
Wed Apr 22 14:00:00 2015 cooloAATTsuse.com
- updated to 6.13
see /usr/share/doc/packages/perl-libwww-perl/Changes
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-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-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:passAATThost: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.
_______________________________________________________________________________
Tue Jul 16 14:00:00 2013 cooloAATTsuse.com
- update to 6.05
Karen Etheridge (3):
Derive message from status code if it was not provided
fix typo in comment
Ville Skyttä (3):
Spelling fixes.
Spelling fix.
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
Mon Apr 15 14:00:00 2013 idonmezAATTsuse.com
- Add Source URL, see https://en.opensuse.org/SourceUrls
Mon Feb 20 13:00:00 2012 vcizekAATTsuse.com
- update to 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
_______________________________________________________________________________
Mon Oct 17 14:00:00 2011 vcizekAATTsuse.com
- update to 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
_______________________________________________________________________________
Thu Mar 31 14:00:00 2011 vcizekAATTnovell.com
- moved system CA patch to package perl-LWP-Protocol-https
- update to 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)
Mon Mar 28 14:00:00 2011 lnusselAATTsuse.de
- use system CAs in /etc/ssl/certs
Thu Mar 17 13:00:00 2011 chrisAATTcomputersalat.de
- fix deps
o add several missing deps
Thu Mar 17 13:00:00 2011 vcizekAATTnovell.com
- upgrade to 6.01
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.
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.
This will abort the current request and make LWP return the raised response.
Thu Dec 2 13:00:00 2010 cooloAATTnovell.com
- disable HTTP:GHTTP and ran spec-cleaner
Wed Dec 1 13:00:00 2010 cooloAATTnovell.com
- switch to perl_requires macro
Tue Sep 21 14:00:00 2010 anickaAATTsuse.cz
- update to 5.837
* Fix for Encode 2.40
* Fix Perl syntax error in synopsis
* Allow ISO 8601 date strings when parsing Apache file listings
Thu Jul 8 14:00:00 2010 chrisAATTcomputersalat.de
- fix deps
o added missing IO::{Unc,C}ompress::
* stuff
Wed Jul 7 14:00:00 2010 chrisAATTcomputersalat.de
- update to 5.836
Gisle Aas (1):
* Fix problem where $resp->base would downcase its return value
- 2010-05-05 Release 5.835
* 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
* 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.
* 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
* Link to referenced documentation.
* Update repository location.
* Remove needless (and actually harmful) local $_
* \"Perl & LWP\" is available online
- recreated by cpanspec 1.78
- noarch
- removed obsolete patch (Content-Disposition)
Thu May 20 14:00:00 2010 anickaAATTsuse.cz
- fixed filename vulnerability in lwp-download (bnc#606321)
Wed Jan 13 13:00:00 2010 anickaAATTsuse.cz
- update to 5.834
* 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
* Remove unneeded executable permissions.
* Switch compression/decompression to use the IO::Compress/IO::Uncompress and
* Compress::Raw::Zlib family of modules.
* lwp-request should use stderr for auth [RT#21620]
* 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]
* Improve diagnostics from LWP::UserAgent::mirror [RT#48869]
* mirror should die in case X-Died is set [RT#48236]
* Increase default Net::HTTP max line length to 8k.
* 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.
* $mess->content_charset would fail for empty content
* Further restrict what variables env_proxy() process
* Fix bzip2 content encoding/decoding.
* send_te() doc grammar fix.
* Document time2str() behavior with an undefined argument.
* HTML::Message\'s content_charset trigger warnings from HTML::Parser [RT#48621]
Tue Aug 4 14:00:00 2009 anickaAATTsuse.cz
- update to 5.830
* 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\".
* bugfixes
Sat Jul 25 14:00:00 2009 chrisAATTcomputersalat.de
- spec mods
* removed ^----------
* removed ^#---------
Sun Jun 28 14:00:00 2009 chrisAATTcomputersalat.de
- update to 5.828
* 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]
* Spelling fixes.
- update to 5.827
* 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
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\'
* Support \"accept-charset\" attribute in HTML::Form
* new tests for max_size and 206 responses [RT#46230]
* Reformulation of Client-Warning: Internal documentation
- added perl-macros
o autogen filelist with perl_gen_filelist
- spec mods
o fixed deps
Tue Apr 28 14:00:00 2009 anickaAATTsuse.cz
- update to 5.826
* Avoid returning stale Content-Type header after message parts
have been updated
* Don\'t let content saved to file be affected by the $\\ setting
* Issues around multipart boundaries
* Ignore random _proxy env variables, allow only valid schemes
* README.SSL is not anymore available at the linpro.no URL.
* Make LWP::UserAgent constructor honor the default_headers
option