diff options
Diffstat (limited to 'perl/mod_perl/mod_perl.SlackBuild')
-rw-r--r-- | perl/mod_perl/mod_perl.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/perl/mod_perl/mod_perl.SlackBuild b/perl/mod_perl/mod_perl.SlackBuild index c1d0143f80..041e3a3cc8 100644 --- a/perl/mod_perl/mod_perl.SlackBuild +++ b/perl/mod_perl/mod_perl.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for mod_perl # Copyright 2007-2012 Heinz Wiesinger, Amsterdam, The Netherlands -# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2016-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mod_perl -VERSION=${VERSION:-2.0.11} +VERSION=${VERSION:-2.0.12} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -85,9 +85,6 @@ sed -i -e '1098,1102d' Apache-Test/lib/Apache/TestRun.pm sed -i '51,56c push @INC, "xs/tables/current24";' lib/ModPerl/MapUtil.pm sed -i -e '66d' src/modules/perl/modperl_sys.c -patch -p1 < $CWD/mod_perl-2.0.11-Do-not-use-deprecated-ap_get_server_version-in-Serve.patch -patch -p1 < $CWD/mod_perl-2.0.11-Fix-build-with-perl-5.33.7.patch - # Remove failing tests, CPAN RT#118919, CPAN RT#132919 for F in \ ModPerl-Registry/t/closure.t \ |