pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/p5-Apache-Test



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep  7 20:28:07 UTC 2020

Modified Files:
        pkgsrc/www/p5-Apache-Test: Makefile distinfo

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/www/p5-Apache-Test/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-Apache-Test/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-Apache-Test/Makefile
diff -u pkgsrc/www/p5-Apache-Test/Makefile:1.31 pkgsrc/www/p5-Apache-Test/Makefile:1.32
--- pkgsrc/www/p5-Apache-Test/Makefile:1.31     Mon Aug 31 18:12:37 2020
+++ pkgsrc/www/p5-Apache-Test/Makefile  Mon Sep  7 20:28:07 2020
@@ -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 @@ LICENSE=              apache-2.0
 
 CONFLICTS+=            ap2-perl-[0-9]*
 
+DEPENDS+=              apache-[0-9]*:../../www/apache24
+
 USE_LANGUAGES=         # none
 PERL5_PACKLIST=                auto/Apache/Test/.packlist
 

Index: pkgsrc/www/p5-Apache-Test/distinfo
diff -u pkgsrc/www/p5-Apache-Test/distinfo:1.12 pkgsrc/www/p5-Apache-Test/distinfo:1.13
--- pkgsrc/www/p5-Apache-Test/distinfo:1.12     Tue Sep 26 15:01:51 2017
+++ pkgsrc/www/p5-Apache-Test/distinfo  Mon Sep  7 20:28:07 2020
@@ -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