svn commit: r401027 - in head/www: joomla15 joomla25

Jason Unovitch junovitch at FreeBSD.org
Sat Nov 7 23:28:11 UTC 2015


Author: junovitch
Date: Sat Nov  7 23:28:09 2015
New Revision: 401027
URL: https://svnweb.freebsd.org/changeset/ports/401027

Log:
  www/joomla{15,25}: mark FORBIDDEN and DEPRECATED
  
  Joomla 1.5 was end of life in September 2012
  Joomla 2.5 was end of life in December 2014
  
  Reference:	https://docs.joomla.org/What_version_of_Joomla!_should_you_use
  
  PR:		203995
  Submitted by:	Torsten Zuhlsdorff <ports at toco-domains.de> (original patch)
  Approved by:	maintainer timeouts (2 weeks)
  Security:	CVE-2014-6632
  Security:	CVE-2014-7228
  Security:	CVE-2014-7229
  Security:	https://vuxml.FreeBSD.org/freebsd/cec4d01a-7ac5-11e5-b35a-002590263bf5.html
  Security:	https://vuxml.FreeBSD.org/freebsd/beb3d5fc-7ac5-11e5-b35a-002590263bf5.html
  MFH:		2015Q4

Modified:
  head/www/joomla15/Makefile
  head/www/joomla25/Makefile

Modified: head/www/joomla15/Makefile
==============================================================================
--- head/www/joomla15/Makefile	Sat Nov  7 22:33:42 2015	(r401026)
+++ head/www/joomla15/Makefile	Sat Nov  7 23:28:09 2015	(r401027)
@@ -14,6 +14,10 @@ COMMENT=	Dynamic web content management 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE.php
 
+DEPRECATED=	Joomla 1.5.x reached its End of Life in September 2012. Please update to a current version
+FORBIDDEN=	No longer supported upstream, multiple unresolved security issues
+EXPIRATION_DATE=	2015-12-18
+
 FETCH_CMD=	fetch -Rr
 USES=	tar:bzip2
 NO_BUILD=	yes

Modified: head/www/joomla25/Makefile
==============================================================================
--- head/www/joomla25/Makefile	Sat Nov  7 22:33:42 2015	(r401026)
+++ head/www/joomla25/Makefile	Sat Nov  7 23:28:09 2015	(r401027)
@@ -11,6 +11,10 @@ COMMENT=	Dynamic web content management 
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Joomla 2.5.x reached its End of Life in December 2014. Please update to a current version
+FORBIDDEN=	No longer supported upstream, multiple unresolved security issues
+EXPIRATION_DATE=        2015-12-18
+
 GH_PROJECT=	${PORTNAME}-cms
 
 NO_BUILD=	yes


More information about the svn-ports-all mailing list