pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-HTTP-Daemon



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Aug 31 13:32:27 UTC 2019

Modified Files:
        pkgsrc/www/p5-HTTP-Daemon: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/p5-HTTP-Daemon/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/p5-HTTP-Daemon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-HTTP-Daemon/Makefile
diff -u pkgsrc/www/p5-HTTP-Daemon/Makefile:1.16 pkgsrc/www/p5-HTTP-Daemon/Makefile:1.17
--- pkgsrc/www/p5-HTTP-Daemon/Makefile:1.16     Sun Aug 11 13:24:44 2019
+++ pkgsrc/www/p5-HTTP-Daemon/Makefile  Sat Aug 31 13:32:26 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.16 2019/08/11 13:24:44 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2019/08/31 13:32:26 wen Exp $
 
-DISTNAME=      HTTP-Daemon-6.04
+DISTNAME=      HTTP-Daemon-6.06
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=HTTP/}
 

Index: pkgsrc/www/p5-HTTP-Daemon/distinfo
diff -u pkgsrc/www/p5-HTTP-Daemon/distinfo:1.4 pkgsrc/www/p5-HTTP-Daemon/distinfo:1.5
--- pkgsrc/www/p5-HTTP-Daemon/distinfo:1.4      Fri Jun  7 10:44:58 2019
+++ pkgsrc/www/p5-HTTP-Daemon/distinfo  Sat Aug 31 13:32:26 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/06/07 10:44:58 wen Exp $
+$NetBSD: distinfo,v 1.5 2019/08/31 13:32:26 wen Exp $
 
-SHA1 (HTTP-Daemon-6.04.tar.gz) = 47bb34187f910301525c957c401fd0da9656b44a
-RMD160 (HTTP-Daemon-6.04.tar.gz) = ec79397bf59441d836d3c10f72823a152cdf6520
-SHA512 (HTTP-Daemon-6.04.tar.gz) = 4fe21e92367c481e611cf0051134856811bc5e7d99ba2f54e0e8fb8c9c442198769ecc50d108219087c9052a8f51eab19843bc1f83cfb09ca6f1b9272414775c
-Size (HTTP-Daemon-6.04.tar.gz) = 43982 bytes
+SHA1 (HTTP-Daemon-6.06.tar.gz) = 3f19cf7275cf231bc63b3d1bea83b52ffea2f9af
+RMD160 (HTTP-Daemon-6.06.tar.gz) = 55103e89f20ac0b9fd7b8225ec12eee48db77a91
+SHA512 (HTTP-Daemon-6.06.tar.gz) = 8e6dcf4451aaa6bd5f38508a087e5bb9b7f5105e8e243d09bdd3f4be3d7009222b3d9f8e494f049b48f0caebf36f239b8bbc7b8edc805f7d32b1bbeb38431732
+Size (HTTP-Daemon-6.06.tar.gz) = 45576 bytes



Home | Main Index | Thread Index | Old Index