pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-Apache-ASP p5-Apache-ASP: update to 2.63.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a55573c1c120
branches:  trunk
changeset: 377555:a55573c1c120
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 18 09:00:38 2018 +0000

description:
p5-Apache-ASP: update to 2.63.

 + fixed $r->connection()->remote_ip() to use useragent_ip(), then client_ip() access for Apache 2.4

 + Added section ``raw'' to MailErrors.inc to debug POSTs without
   form fields

 - MailErrorsHTML now uses monospaced fonts for errors. Easier on
   the eyes and more informative

 - Added a clumsy regex to avoid header longer than 70 chars

 - removed deprecated "Extra" module references from Makefile.PL and Bundle::Apache::ASP::Extra,
   including Apache::Filter, Apache::SSI, Bundle::XML, XML::Sablotron, and Tie::TextDir

diffstat:

 www/p5-Apache-ASP/Makefile |   6 +++---
 www/p5-Apache-ASP/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (36 lines):

diff -r 5b0def813cab -r a55573c1c120 www/p5-Apache-ASP/Makefile
--- a/www/p5-Apache-ASP/Makefile        Sun Mar 18 08:55:07 2018 +0000
+++ b/www/p5-Apache-ASP/Makefile        Sun Mar 18 09:00:38 2018 +0000
@@ -1,14 +1,14 @@
-# $NetBSD: Makefile,v 1.48 2017/06/05 14:25:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.49 2018/03/18 09:00:38 wiz Exp $
 
-DISTNAME=      Apache-ASP-2.62
+DISTNAME=      Apache-ASP-2.63
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Apache/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.apache-asp.org/
 COMMENT=       Perl5/Apache module of Perl-coded Active Server Pages
+LICENSE=       ${PERL5_LICENSE}
 
 DEPENDS+=      p5-Apache-Filter>=1.019:../../www/p5-Apache-Filter
 DEPENDS+=      p5-Apache-SSI>=2.16:../../www/p5-Apache-SSI
diff -r 5b0def813cab -r a55573c1c120 www/p5-Apache-ASP/distinfo
--- a/www/p5-Apache-ASP/distinfo        Sun Mar 18 08:55:07 2018 +0000
+++ b/www/p5-Apache-ASP/distinfo        Sun Mar 18 09:00:38 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2015/11/04 02:47:00 agc Exp $
+$NetBSD: distinfo,v 1.8 2018/03/18 09:00:38 wiz Exp $
 
-SHA1 (Apache-ASP-2.62.tar.gz) = d2022798e6651b5117551504e404e13f20605176
-RMD160 (Apache-ASP-2.62.tar.gz) = 37f3ed73cc71048f0b1a03ed2515879f668a6fc1
-SHA512 (Apache-ASP-2.62.tar.gz) = 4e31c76cee66fa024c59a6e1c3b698ec8ef734fc8cdb2bc7631ab0fb3527163a35ba5e73648bc2c7fd5079d1b1797bc8d58da4811ae2b1fdf80998a0b419ddb3
-Size (Apache-ASP-2.62.tar.gz) = 514687 bytes
+SHA1 (Apache-ASP-2.63.tar.gz) = e9c97e6dfe2b9bd92293da13e18a1a8db6640e8c
+RMD160 (Apache-ASP-2.63.tar.gz) = d913116c2aab04d54c067cbbe6df5c26e1d941ad
+SHA512 (Apache-ASP-2.63.tar.gz) = 492033af496a7d7dccc9052e5a85336008cb1cd55566fee6cd06f8416297ebd1b6c7b8145afa4321d8e993edb9312c4075820640e116261ab48f85c2311aeff3
+Size (Apache-ASP-2.63.tar.gz) = 513869 bytes



Home | Main Index | Thread Index | Old Index