Date: Sat, 21 Mar 2015 18:40:16 +0000 (UTC) From: John Marino <marino@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r381813 - in head: databases/sqlitemanager devel/pecl-uuid finance/php-tclink german/pecl-konto_check graphics/pecl-imlib2 lang/php53 lang/php53-extensions print/pecl-ps security/pecl-c... Message-ID: <201503211840.t2LIeGxx054654@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marino Date: Sat Mar 21 18:40:15 2015 New Revision: 381813 URL: https://svnweb.freebsd.org/changeset/ports/381813 QAT: https://qat.redports.org/buildarchive/r381813/ Log: php53 and fallout: Deprecate, set removal for 15 APR 2015 The PHP developers stopped providing security patches for the 5.3 branch on 14 August 2014. They "strongly urge" to upgrade to current versions "as using older versions may expose you to security vulnerabilities and bugs that have been fixed in more recent versions" of PHP. The PHP53 branch was released from maintainership today, so it's being deprecated with removal set for 15 April 2015. There were only 8 ports limited to php53, six of which were pecl- ports. These ports must be upgraded to use a later version of php (5.6 is recommended) soon, or they will be removed with php53. Note that all 8 ports incorrectly set the PHP_DEFAULT_VERSION, so this was changed to use IGNORE_WITH_PHP instead while here. PR: 198150 Modified: head/databases/sqlitemanager/Makefile head/devel/pecl-uuid/Makefile head/finance/php-tclink/Makefile head/german/pecl-konto_check/Makefile head/graphics/pecl-imlib2/Makefile head/lang/php53-extensions/Makefile head/lang/php53/Makefile head/print/pecl-ps/Makefile head/security/pecl-crack/Makefile head/www/pecl-amfext/Makefile Modified: head/databases/sqlitemanager/Makefile ============================================================================== --- head/databases/sqlitemanager/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/databases/sqlitemanager/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -10,8 +10,10 @@ DISTNAME= SQLiteManager-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Multilingual web based tool to manage SQLite database -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 NO_BUILD= yes PLIST_SUB+= WWWDIR_REL="${WWWDIR_REL}" USE_PHP= sqlite Modified: head/devel/pecl-uuid/Makefile ============================================================================== --- head/devel/pecl-uuid/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/devel/pecl-uuid/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -12,13 +12,15 @@ DIST_SUBDIR= PECL MAINTAINER= jnlin@csie.nctu.edu.tw COMMENT= UUID extension +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + LIB_DEPENDS= libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid CONFIGURE_ARGS= --with-uuid=${LOCALBASE} CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib PHP_MODNAME= ${PORTNAME} USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 55 56 .include <bsd.port.mk> Modified: head/finance/php-tclink/Makefile ============================================================================== --- head/finance/php-tclink/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/finance/php-tclink/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -11,9 +11,12 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-php MAINTAINER= mbowie@buzmo.com COMMENT= PHP extension for TrustCommerce credit card processing +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 USE_PHP= yes USE_PHPEXT= yes USE_OPENSSL= yes -DEFAULT_PHP_VER=53 .include <bsd.port.mk> Modified: head/german/pecl-konto_check/Makefile ============================================================================== --- head/german/pecl-konto_check/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/german/pecl-konto_check/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -10,12 +10,15 @@ PKGNAMEPREFIX= pecl- MAINTAINER= ports@FreeBSD.org COMMENT= PHP module to check German and Austrian Bank Account Numbers +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 USES= zip:infozip USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -DEFAULT_PHP_VER=53 WRKSRC= ${WRKDIR}/php Modified: head/graphics/pecl-imlib2/Makefile ============================================================================== --- head/graphics/pecl-imlib2/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/graphics/pecl-imlib2/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -13,12 +13,14 @@ DIST_SUBDIR= PECL MAINTAINER= leeym@FreeBSD.org COMMENT= PECL extension if imlib2 +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 55 56 # libImlib2 may or may not depend on X, however, # imlib2 extension doesn't need X related functions in libImlib2 Modified: head/lang/php53-extensions/Makefile ============================================================================== --- head/lang/php53-extensions/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/lang/php53-extensions/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -11,6 +11,9 @@ EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org COMMENT= "meta-port" to install PHP extensions +DEPRECATED= security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + PHP_DEFAULT= 53 IGNORE_WITH_PHP=5 52 55 USE_PHP_BUILD= yes Modified: head/lang/php53/Makefile ============================================================================== --- head/lang/php53/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/lang/php53/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -12,6 +12,9 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PHP Scripting Language +DEPRECATED= security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} USES= tar:bzip2 cpe Modified: head/print/pecl-ps/Makefile ============================================================================== --- head/print/pecl-ps/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/print/pecl-ps/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -14,13 +14,15 @@ DIST_SUBDIR= PECL MAINTAINER= alan@fromorbit.com COMMENT= PHP extension for pslib to generate postscript +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + LIB_DEPENDS= libps.so:${PORTSDIR}/print/pslib USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= ${PORTNAME} -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 55 56 post-patch: @${REINPLACE_CMD} -e 's|-ldl|-lintl|g' ${WRKSRC}/config.m4 Modified: head/security/pecl-crack/Makefile ============================================================================== --- head/security/pecl-crack/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/security/pecl-crack/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -13,6 +13,9 @@ DIST_SUBDIR= PECL MAINTAINER= wmoran@collaborativefusion.com COMMENT= PECL extension to cracklib +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + LIB_DEPENDS= libcrack.so:${PORTSDIR}/security/cracklib USE_PHP= yes @@ -20,8 +23,7 @@ USE_PHPIZE= yes USE_PHP_BUILD= yes USE_PHPEXT= yes PHP_MODNAME= crack -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 +IGNORE_WITH_PHP=5 55 56 WRKSRC= ${WRKDIR}/crack-0.4 Modified: head/www/pecl-amfext/Makefile ============================================================================== --- head/www/pecl-amfext/Makefile Sat Mar 21 18:22:51 2015 (r381812) +++ head/www/pecl-amfext/Makefile Sat Mar 21 18:40:15 2015 (r381813) @@ -12,11 +12,13 @@ DIST_SUBDIR= PECL MAINTAINER= meritus@innervision.pl COMMENT= Implements encoding and decoding of AMF and AMF3 messages +DEPRECATED= requires php53, security EOL reached 14 Aug 2014 +EXPIRATION_DATE= 2015-04-15 + +IGNORE_WITH_PHP=5 55 56 USE_PHP= yes USE_PHPEXT= yes PHP_MODNAME= amf -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 CONFIGURE_ARGS= --enable-amf CPPFLAGS+= -I${LOCALBASE}/include/php/ext/standard
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503211840.t2LIeGxx054654>