Path to this page:
Subject: CVS commit: pkgsrc/www/p5-HTTP-Daemon
From: Wen Heping
Date: 2019-08-31 15:32:27
Message id: 20190831133227.9096DFBF4@cvs.NetBSD.org
Log Message:
Update to 6.06
Upstream changes:
6.06 2019-08-29 14:23:17Z
- Delimit IPv6 numeric address with brackets and URI-quote an IPv6 zone
separator in url() method output (GH#32) (Petr Pisar)
- Handle undef and empty LocalAddr value in new() constructor as an
unspecified address (GH#24, RT#123069) (Petr Pisar)
- Use IO::Socket::IP for IPv6 support. (GH#31) (Chase Whitener)
6.05 2019-07-26 20:41:05Z
- Added the .perltidyrc from the libwww-perl distribution
- Tidied the test suite with perltidy
- Tidied Daemon.pm
- Turned on EOL and tab tests
- Removed obvious indirect object syntax in test suite
- Added IPv6 support. (GH#24) Thanks, @ppisar and @intrigeri
- Added IO::Socket::IP as a prerequisite rather than IO::Socket::INET
Files: