SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-libwww-perl-6.05-10.1.noarch.rpm :
Tue Jun 21 14:00:00 2016 pjanouchAATTsuse.de
- Correctly support IPv6 hostnames (bsc#977193)

* add ipv6-hostnames-01.patch

* add ipv6-hostnames-02.patch

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


 
ICM