Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-Test p5-Apache-Test: update to 1.42.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/03bd3571898b
branches:  trunk
changeset: 438621:03bd3571898b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Sep 07 20:28:07 2020 +0000

description:
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]

diffstat:

 www/p5-Apache-Test/Makefile |   7 ++++---
 www/p5-Apache-Test/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r 657e49928869 -r 03bd3571898b www/p5-Apache-Test/Makefile
--- a/www/p5-Apache-Test/Makefile       Mon Sep 07 20:24:45 2020 +0000
+++ b/www/p5-Apache-Test/Makefile       Mon Sep 07 20:28:07 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2020/08/31 18:12:37 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2020/09/07 20:28:07 wiz Exp $
 
-DISTNAME=              Apache-Test-1.40
+DISTNAME=              Apache-Test-1.42
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           3
 CATEGORIES=            www perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Apache/}
 
@@ -13,6 +12,8 @@
 
 CONFLICTS+=            ap2-perl-[0-9]*
 
+DEPENDS+=              apache-[0-9]*:../../www/apache24
+
 USE_LANGUAGES=         # none
 PERL5_PACKLIST=                auto/Apache/Test/.packlist
 
diff -r 657e49928869 -r 03bd3571898b www/p5-Apache-Test/distinfo
--- a/www/p5-Apache-Test/distinfo       Mon Sep 07 20:24:45 2020 +0000
+++ b/www/p5-Apache-Test/distinfo       Mon Sep 07 20:28:07 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2017/09/26 15:01:51 wiz Exp $
+$NetBSD: distinfo,v 1.13 2020/09/07 20:28:07 wiz Exp $
 
-SHA1 (Apache-Test-1.40.tar.gz) = 578210e8da1b01e624db8577c4d8ddfc3f221ae2
-RMD160 (Apache-Test-1.40.tar.gz) = e37ff4aa52a91f717dad278fce54f4bba1013fcc
-SHA512 (Apache-Test-1.40.tar.gz) = f48a1b93c4d61181670ec59bb8bb2231122b22ec9725d8899a3b2f82d2918fdc48a09494c2f45b0e6a603546481892a948eac3494e06c8eb219a9213e1faadb8
-Size (Apache-Test-1.40.tar.gz) = 151801 bytes
+SHA1 (Apache-Test-1.42.tar.gz) = 767fc56283daa5a69ffb775667f99891cef2c549
+RMD160 (Apache-Test-1.42.tar.gz) = 798571ae4dd4673f2b999678f77cc015a40418c5
+SHA512 (Apache-Test-1.42.tar.gz) = ecd78dde1b0db562d591990bcd50fe880d724dce9bfb20dceea3a51b81abd89d40889857e5e7714b586a093ad6f101dfd79c6aa33d63c906c41c532305b6584c
+Size (Apache-Test-1.42.tar.gz) = 153621 bytes



Home | Main Index | Thread Index | Old Index