Mon Sep 7 20:28:07 2020 UTC ()
p5-Apache-Test: update to 1.42.

1.42 Aug 28 2019

Fix loading apache_test_config.pm for recent perls in which '.' is
no longer in @INC by default. [Steve Hay]

1.41 Jul 11 2019

Set DefaultStateDir for > 2.5.1 and add -t_state to override. [jorton]

Inherit config via IncludeOptional as well as Include. [jorton]

Increase size of MinSpare, MaxSpare and MaxClients to improve httpd test
framework runs with worker and preform MPMs. [rjung]

Changed the openssl version detection to work with other *SSL libraries.
[icing]

Switch test framework from using Net::SSL for
raw TLS sockets to IO::Socket::SSL. [rjung]

Fix mod_ssl tests under OpenSSL 1.1.1 / TLSv1.3. [jorton]

Add cwd to generated lib path in TEST script since Perl >=5.26 don't
do that any more. [jorton]

Override loglevel to trace8 if running in 2.4. [covener]

Allow an empty PREFIX. [sf]

Add need_min_apache_fix(). [covener]


(wiz)
diff -r1.31 -r1.32 pkgsrc/www/p5-Apache-Test/Makefile
diff -r1.12 -r1.13 pkgsrc/www/p5-Apache-Test/distinfo

cvs diff -r1.31 -r1.32 pkgsrc/www/p5-Apache-Test/Makefile (expand / switch to unified diff)

--- pkgsrc/www/p5-Apache-Test/Makefile 2020/08/31 18:12:37 1.31
+++ pkgsrc/www/p5-Apache-Test/Makefile 2020/09/07 20:28:07 1.32
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.31 2020/08/31 18:12:37 wiz Exp $ 1# $NetBSD: Makefile,v 1.32 2020/09/07 20:28:07 wiz Exp $
2 2
3DISTNAME= Apache-Test-1.40 3DISTNAME= Apache-Test-1.42
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= www perl5 5CATEGORIES= www perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/}
8 7
9MAINTAINER= adam@migus.org 8MAINTAINER= adam@migus.org
10HOMEPAGE= https://metacpan.org/release/Apache-Test 9HOMEPAGE= https://metacpan.org/release/Apache-Test
11COMMENT= Wrapper for Test.pm to test an Apache server 10COMMENT= Wrapper for Test.pm to test an Apache server
12LICENSE= apache-2.0 11LICENSE= apache-2.0
13 12
14CONFLICTS+= ap2-perl-[0-9]* 13CONFLICTS+= ap2-perl-[0-9]*
15 14
 15DEPENDS+= apache-[0-9]*:../../www/apache24
 16
16USE_LANGUAGES= # none 17USE_LANGUAGES= # none
17PERL5_PACKLIST= auto/Apache/Test/.packlist 18PERL5_PACKLIST= auto/Apache/Test/.packlist
18 19
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.12 -r1.13 pkgsrc/www/p5-Apache-Test/distinfo (expand / switch to unified diff)

--- pkgsrc/www/p5-Apache-Test/distinfo 2017/09/26 15:01:51 1.12
+++ pkgsrc/www/p5-Apache-Test/distinfo 2020/09/07 20:28:07 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2017/09/26 15:01:51 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2020/09/07 20:28:07 wiz Exp $
2 2
3SHA1 (Apache-Test-1.40.tar.gz) = 578210e8da1b01e624db8577c4d8ddfc3f221ae2 3SHA1 (Apache-Test-1.42.tar.gz) = 767fc56283daa5a69ffb775667f99891cef2c549
4RMD160 (Apache-Test-1.40.tar.gz) = e37ff4aa52a91f717dad278fce54f4bba1013fcc 4RMD160 (Apache-Test-1.42.tar.gz) = 798571ae4dd4673f2b999678f77cc015a40418c5
5SHA512 (Apache-Test-1.40.tar.gz) = f48a1b93c4d61181670ec59bb8bb2231122b22ec9725d8899a3b2f82d2918fdc48a09494c2f45b0e6a603546481892a948eac3494e06c8eb219a9213e1faadb8 5SHA512 (Apache-Test-1.42.tar.gz) = ecd78dde1b0db562d591990bcd50fe880d724dce9bfb20dceea3a51b81abd89d40889857e5e7714b586a093ad6f101dfd79c6aa33d63c906c41c532305b6584c
6Size (Apache-Test-1.40.tar.gz) = 151801 bytes 6Size (Apache-Test-1.42.tar.gz) = 153621 bytes