pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/p5-libwww/patches Update from version 5.812 to 5.814.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d40af9b065a
branches:  trunk
changeset: 547262:9d40af9b065a
user:      he <he%pkgsrc.org@localhost>
date:      Sun Sep 14 23:14:27 2008 +0000

description:
Update from version 5.812 to 5.814.

Should fix PR#39320.

Pkgsrc changes:
 o Remove patch-aa, which appears to no longer be needed

Upstream changes:

     Release 5.814

     Gisle Aas (13):
           Typo fix.
           Add HTTP::Message::decodable()
           Use decoded_content in the synposis
           Avoid adding an empty first part in $mess->add_part()
           Get rid of all the manual dependency tests.
           Simplify the Makefile.PL (no interactivity)
           Provide DELETE method in HTTP::Request::Common [RT#37481]
           Checkbox picks up nearby text in description of alternates [RT#36771]
           HTML::Form::possible_values() should not returned disabled
           values [RT#35248]
           File::Listing documentation claimed only 'unix' format
           was supported [RT#22021]
           File::Listing only support English locales [RT#28879]
           Make common-req.t use Test.pm
           Typo; CAN_TALK_TO_OUTSELF

     Bill Mann (1):
           Fix up File::Listings fallback to dosftp [RT#23540]

     Hans-H. Froehlich (1):
           File::Listing parse failure on BSD Linux based systems [RT#26724]



2008-06-17   Gisle Aas <gisle%ActiveState.com@localhost>

     Release 5.813

     Ville Skytta (3):
           RobotUA constructor ignores delay, use_sleep [RT#35456]
           Spelling fixes [RT#35457]
           Add HTTP::Response->filename [RT#35458]

     Mark Stosberg (2):
           Better diagnostics when the HTML::TokeParser constructor
           fails [RT#35607]
           Multiple forms with same-named <select> parse wrongly [RT#35607]

     Gisle Aas (1):
           Provide a progress method that does something that might be useful.

     Spiros Denaxas (1):
           Documentation typo fix [RT#36132]

diffstat:

 www/p5-libwww/patches/patch-aa |  38 --------------------------------------
 1 files changed, 0 insertions(+), 38 deletions(-)

diffs (42 lines):

diff -r ca38ecd71101 -r 9d40af9b065a www/p5-libwww/patches/patch-aa
--- a/www/p5-libwww/patches/patch-aa    Sun Sep 14 23:14:26 2008 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,38 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2007/11/24 16:17:47 adrianp Exp $
-
---- Makefile.PL.orig   2007-07-19 21:45:32.000000000 +0100
-+++ Makefile.PL        2007-11-23 08:42:49.000000000 +0000
-@@ -56,13 +56,16 @@
-           sub { ($_[5]+1900, $_[4]+1, $_[3])}->(localtime(time - 45 * 24*60*60));
- if ($some_time_ago lt $release_date) {
-     # Check if we have internet connection
--    require IO::Socket;
--    my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80",
--                                Timeout  => 10,
--                               );
-+#    require IO::Socket;
-+#    my $s = IO::Socket::INET->new(PeerAddr => "www.google.com:80",
-+#                               Timeout  => 10,
-+#                              );
-+
-+    my $s = 0;
-+
-     if ($s) {
-       # XXX could try to send a GET to it???
--      close($s);
-+#     close($s);
- 
-       print <<EOT;
- 
-@@ -128,7 +131,10 @@
- EOT
-     my @tmp;
-     for my $alias (@request_aliases) {
--      my $default = "n";
-+      my $default = "y";
-+      if ($ENV{"INSTALL_ALIASES"} eq "no") {
-+          $default = "n";
-+      }
-       if (prompt("Do you want to install the $alias alias?", $default) =~ /^y/) {
-           push(@tmp, $alias);
-       }



Home | Main Index | Thread Index | Old Index