From 51b0c89da845559aae3b99949c1c53c3783e5f19 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 1 Feb 2022 11:46:28 +0000 Subject: ap24-perl: update to 2.0.12. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2.0.12 January 30, 2022 Add bug tracker information to README, and add CONTRIBUTING.md. [Steve Hay] Fix detection of APR's threading support on RHEL 8. [Petr Písař] Fix build for perl >= 5.33.7. [Leon Timmermans] Fix SIGSEGV crash due to wrong use of perl_parse(). [Charles Pigott] Improve installation instructions for AIX. [Rainer Tammer] --- www/ap2-perl/Makefile | 19 +++---------------- www/ap2-perl/distinfo | 9 ++++----- 2 files changed, 7 insertions(+), 21 deletions(-) (limited to 'www') diff --git a/www/ap2-perl/Makefile b/www/ap2-perl/Makefile index 6653c840177..712f59a499a 100644 --- a/www/ap2-perl/Makefile +++ b/www/ap2-perl/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.62 2021/06/02 22:26:03 markd Exp $ +# $NetBSD: Makefile,v 1.63 2022/02/01 11:46:28 wiz Exp $ -DISTNAME= mod_perl-2.0.11 +DISTNAME= mod_perl-2.0.12 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//} -PKGREVISION= 3 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_APACHE:=perl/} @@ -19,23 +18,11 @@ PERL5_PACKLIST= auto/mod_perl2/.packlist MAKE_PARAMS+= MP_APXS=${APXS} MAKE_PARAMS+= MP_APR_CONFIG=${BUILDLINK_DIR}/bin/apr-config -.include "../../mk/apache.mk" - -.if !empty(PKG_APACHE:Mapache24) -SUBST_CLASSES+= ap24 -SUBST_STAGE.ap24= pre-configure -SUBST_MESSAGE.ap24= Adding Apache 2.4.x compatibility. -SUBST_FILES.ap24= xs/maps/apache2_structures.map -SUBST_FILES.ap24+= xs/tables/current/Apache2/StructureTable.pm -SUBST_SED.ap24= -e "s,remote_addr,client_addr,g" -SUBST_SED.ap24+= -e "s,remote_ip,client_ip,g" -SUBST_SED.ap24+= -e "s,'loglevel','log.level',g" -.endif - INSTALLATION_DIRS= ${PREFIX}/share/doc/mod_perl post-install: ${CP} -R ${WRKSRC}/docs/* ${DESTDIR}${PREFIX}/share/doc/mod_perl .include "../../lang/perl5/module.mk" +.include "../../mk/apache.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/ap2-perl/distinfo b/www/ap2-perl/distinfo index 26371cfea7d..f9e657f17d7 100644 --- a/www/ap2-perl/distinfo +++ b/www/ap2-perl/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.27 2021/10/26 11:29:18 nia Exp $ +$NetBSD: distinfo,v 1.28 2022/02/01 11:46:28 wiz Exp $ -BLAKE2s (mod_perl-2.0.11.tar.gz) = 1246d05d209129e74ec9e9d2edb14120670112aa8d4a5ea957fc3375e790b748 -SHA512 (mod_perl-2.0.11.tar.gz) = f232b215ccb9217f69ccced8a037470e5975900b9a6fcc5a2e4674e6559d21f026547c1b97c48109352043946dc22539dd38004759be16ad5cfcb3a96973dfdf -Size (mod_perl-2.0.11.tar.gz) = 3848147 bytes -SHA1 (patch-src_modules_perl_modperl__perl.c) = 53a262f858df6a1d0e8b08d7e4e1cdbaba4db467 +BLAKE2s (mod_perl-2.0.12.tar.gz) = c01c8843070beea87339783b08f3444520b0f12fc7648dc831427cb0102f580c +SHA512 (mod_perl-2.0.12.tar.gz) = 890dca0950847e32180485cabbeffbf236af2c92c7df957a233c210022b5172957eddb1db3e9281b87cd438d2fa404a05ae99c7eda098267c68d5e9262b400b0 +Size (mod_perl-2.0.12.tar.gz) = 3848030 bytes SHA1 (patch-src_modules_perl_modperl_common_util.h) = a5fd094351fef2994b67c6c70abc18c772aec532 SHA1 (patch-xs_APR_aprext_Makefile.PL) = 9ada16e6be30236c6dbd4de4955e0077a83d3d85 -- cgit v1.2.3