svn commit: r498663 - in branches/2019Q2/lang: php71 php72 php73
Torsten Zuehlsdorff
tz at FreeBSD.org
Thu Apr 11 10:58:20 UTC 2019
Author: tz
Date: Thu Apr 11 10:58:18 2019
New Revision: 498663
URL: https://svnweb.freebsd.org/changeset/ports/498663
Log:
MFH: r498659
PHP: Change MOD_PRIO for imap to avoid core dumps
PR: 235917
Reported by: Sergey Anokhin <admin at 5034.ru>
Approved by: ports-secteam (joneum)
Modified:
branches/2019Q2/lang/php71/Makefile
branches/2019Q2/lang/php71/Makefile.ext
branches/2019Q2/lang/php72/Makefile
branches/2019Q2/lang/php72/Makefile.ext
branches/2019Q2/lang/php73/Makefile
branches/2019Q2/lang/php73/Makefile.ext
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/lang/php71/Makefile
==============================================================================
--- branches/2019Q2/lang/php71/Makefile Thu Apr 11 10:27:15 2019 (r498662)
+++ branches/2019Q2/lang/php71/Makefile Thu Apr 11 10:58:18 2019 (r498663)
@@ -3,7 +3,7 @@
PORTNAME= php71
PORTVERSION= 7.1.28
-PORTREVISION?= 0
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}
Modified: branches/2019Q2/lang/php71/Makefile.ext
==============================================================================
--- branches/2019Q2/lang/php71/Makefile.ext Thu Apr 11 10:27:15 2019 (r498662)
+++ branches/2019Q2/lang/php71/Makefile.ext Thu Apr 11 10:58:18 2019 (r498663)
@@ -527,6 +527,7 @@ CONFIGURE_ARGS+=--with-xpm-dir=${LOCALBASE}
.endif
.if ${PHP_MODNAME} == "imap"
+PHP_MOD_PRIO= 30
. if ${PORT_OPTIONS:MPANDA}
LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
. else
Modified: branches/2019Q2/lang/php72/Makefile
==============================================================================
--- branches/2019Q2/lang/php72/Makefile Thu Apr 11 10:27:15 2019 (r498662)
+++ branches/2019Q2/lang/php72/Makefile Thu Apr 11 10:58:18 2019 (r498663)
@@ -2,7 +2,7 @@
PORTNAME= php72
DISTVERSION= 7.2.17
-PORTREVISION?= 0
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
Modified: branches/2019Q2/lang/php72/Makefile.ext
==============================================================================
--- branches/2019Q2/lang/php72/Makefile.ext Thu Apr 11 10:27:15 2019 (r498662)
+++ branches/2019Q2/lang/php72/Makefile.ext Thu Apr 11 10:58:18 2019 (r498663)
@@ -145,6 +145,7 @@ USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"
+PHP_MOD_PRIO= 30
OPTIONS_DEFINE= PANDA
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient
Modified: branches/2019Q2/lang/php73/Makefile
==============================================================================
--- branches/2019Q2/lang/php73/Makefile Thu Apr 11 10:27:15 2019 (r498662)
+++ branches/2019Q2/lang/php73/Makefile Thu Apr 11 10:58:18 2019 (r498663)
@@ -2,7 +2,7 @@
PORTNAME= php73
DISTVERSION= 7.3.4
-PORTREVISION?= 0
+PORTREVISION?= 2
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${DISTVERSION}
Modified: branches/2019Q2/lang/php73/Makefile.ext
==============================================================================
--- branches/2019Q2/lang/php73/Makefile.ext Thu Apr 11 10:27:15 2019 (r498662)
+++ branches/2019Q2/lang/php73/Makefile.ext Thu Apr 11 10:58:18 2019 (r498663)
@@ -145,6 +145,7 @@ USES+= iconv:translit
.endif
.if ${PHP_MODNAME} == "imap"
+PHP_MOD_PRIO= 30
OPTIONS_DEFINE= PANDA
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient
More information about the svn-ports-all
mailing list