mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
Update to 3.6.5, which resolves a number of CVEs. Add postgresql support
via a knob, and pass maintainership to submitter. Thanks to nivit for looking after this port for so long. PR: 215058 Submitted by: Larry Rosenman Approved by: maintainer timeout MFH: 2016Q4 Security: CVE-2016-8869 Security: CVE-2016-8870 Security: CVE-2016-9081 Security: CVE-2016-9836 Security: CVE-2016-9837 Security: CVE-2016-9838
This commit is contained in:
parent
541e251fd7
commit
ad36322832
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=429131
@ -2,11 +2,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= joomla
|
||||
PORTVERSION= 3.4.6
|
||||
PORTVERSION= 3.6.5
|
||||
CATEGORIES= www
|
||||
PKGNAMESUFFIX= 3
|
||||
|
||||
MAINTAINER= nivit@FreeBSD.org
|
||||
MAINTAINER= ler@lerctr.org
|
||||
COMMENT= Dynamic web content management system (CMS)
|
||||
|
||||
LICENSE= GPLv2
|
||||
@ -16,19 +16,24 @@ GH_PROJECT= ${PORTNAME}-cms
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
OPTIONS_DEFINE= MYSQL PGSQL
|
||||
OPTIONS_DEFAULT=MYSQL
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
|
||||
|
||||
USES= shebangfix
|
||||
USES= php:web shebangfix
|
||||
SHEBANG_FILES= build/indexmaker.php \
|
||||
libraries/vendor/leafo/lessphp/lessify
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
USE_GITHUB= yes
|
||||
USE_MYSQL= yes
|
||||
USE_PHP= gd json mbstring mysql mysqli pcre pdf session simplexml xml zip zlib
|
||||
USE_PHP= gd json mbstring pcre pdf session simplexml xml zip zlib
|
||||
|
||||
MYSQL_USE= PHP=mysqli
|
||||
PGSQL_USE= PHP=pgsql
|
||||
|
||||
WANT_PHP_WEB= yes
|
||||
WWWDIR= ${PREFIX}/www/${PORTNAME}${PORTVERSION:R:R}
|
||||
|
||||
do-install:
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (joomla-joomla-cms-3.4.6_GH0.tar.gz) = e9d8c54d0da7c7b0eb566710cc9d86bb936f13548206e0ee8311f57fe8c7c34d
|
||||
SIZE (joomla-joomla-cms-3.4.6_GH0.tar.gz) = 9510229
|
||||
TIMESTAMP = 1482291902
|
||||
SHA256 (joomla-joomla-cms-3.6.5_GH0.tar.gz) = 4a3f71d31c33bf355318f95ee3b22e0b36d893a1890b0b7862dc7e793d879a9a
|
||||
SIZE (joomla-joomla-cms-3.6.5_GH0.tar.gz) = 10507060
|
||||
|
@ -20,4 +20,8 @@
|
||||
3) As of 2.5.5, php5-mysqli and php5-zip are installed. Use of mysqli for mysql
|
||||
is recommended over mysql.
|
||||
|
||||
4) As of 3.6.4, php7 is also supported, and the php*-mysql extension is NOT
|
||||
asked for. Also, the php*-pgsql extension is asked for as Joomla supports
|
||||
PostgreSQL as well.
|
||||
|
||||
================================================================================
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user