pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar 18 09:00:38 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/www/p5-Apache-ASP/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/p5-Apache-ASP/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-ASP/Makefile
diff -u pkgsrc/www/p5-Apache-ASP/Makefile:1.48 pkgsrc/www/p5-Apache-ASP/Makefile:1.49
--- pkgsrc/www/p5-Apache-ASP/Makefile:1.48      Mon Jun  5 14:25:08 2017
+++ pkgsrc/www/p5-Apache-ASP/Makefile   Sun Mar 18 09:00:38 2018
@@ -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

Index: pkgsrc/www/p5-Apache-ASP/distinfo
diff -u pkgsrc/www/p5-Apache-ASP/distinfo:1.7 pkgsrc/www/p5-Apache-ASP/distinfo:1.8
--- pkgsrc/www/p5-Apache-ASP/distinfo:1.7       Wed Nov  4 02:47:00 2015
+++ pkgsrc/www/p5-Apache-ASP/distinfo   Sun Mar 18 09:00:38 2018
@@ -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