Bug 95266 - [UPDATE] - security update www/joomla 1.0.7 to 1.0.8
Summary: [UPDATE] - security update www/joomla 1.0.7 to 1.0.8
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-03 14:30 UTC by Francisco Alves Cabrita
Modified: 2006-04-04 18:10 UTC (History)
0 users

See Also:


Attachments
joomla-1.0.7.patch (2.88 KB, patch)
2006-04-03 14:30 UTC, Francisco Alves Cabrita
no flags Details | Diff
file.diff (9.68 KB, patch)
2006-04-03 14:30 UTC, Francisco Alves Cabrita
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco Alves Cabrita 2006-04-03 14:30:15 UTC
http://www.joomla.org/content/view/940/74/

We Highly Recommend that you upgrade to this version.  
1.0.8 contains the following work:
37 Security Fixes
70+ General bug fixes
Several Performance enhancements

Best Regards
Francisco

Fix: diff -ruN joomla.orig/Makefile joomla/Makefile
--- joomla.orig/Makefile	Mon Apr  3 11:54:09 2006
+++ joomla/Makefile	Mon Apr  3 11:56:50 2006
@@ -5,9 +5,9 @@
 # $FreeBSD: ports/www/joomla/Makefile,v 1.5 2006/02/11 02:35:04 lawrance Exp $
 
 PORTNAME=	joomla
-PORTVERSION=	1.0.7
+PORTVERSION=	1.0.8
 CATEGORIES=	www
-MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_7/frs3338?dl=1/:source1
+MASTER_SITES=	http://forge.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_8/frs3902?dl=1/:source1
 DISTFILES=	${JOOMLA_SRC}:source1
 
 MAINTAINER=	include@npf.pt.freebsd.org
diff -ruN joomla.orig/Makefile.new joomla/Makefile.new
--- joomla.orig/Makefile.new	Mon Apr  3 11:54:09 2006
+++ joomla/Makefile.new	Thu Jan  1 01:00:00 1970
@@ -1,46 +0,0 @@
-# New ports collection makefile for:	www/joomla
-# Date created:				Sat Out 15, 2005
-# Whom:					Francisco Cabrita <include@npf.pt.freebsd.org>
-#
-# $FreeBSD: ports/www/joomla/Makefile,v 1.4 2006/01/28 13:00:48 tdb Exp $
-
-PORTNAME=	joomla
-PORTVERSION=	1.0.7
-CATEGORIES=	www
-MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_7/frs3338?dl=1/:source1
-DISTFILES=	${JOOMLA_SRC}:source1
-
-MAINTAINER=	include@npf.pt.freebsd.org
-COMMENT=	A dynamic web content management system (CMS)
-
-NO_BUILD=	yes
-USE_MYSQL=	yes
-USE_PHP=	mysql pcre xml zlib session gd pdf
-WANT_PHP_WEB=	yes
-PKGMESSAGE=	${WRKDIR}/pkg-message
-SUB_FILES=	pkg-message
-SUB_LIST+=	JOOMLA_DIR=${JOOMLA_DIR}
-PLIST_SUB+=	JOOMLA_DIR=${JOOMLA_DIR}
-
-JOOMLA_DIR?=	www/${PORTNAME}
-DIST_SUBDIR=	${PORTNAME}
-
-JOOMLA_SRC=	Joomla_${PORTVERSION}-Stable-Full_Package.tar.bz2
-
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${TAR} -yxf ${DISTDIR}/${DIST_SUBDIR}/${JOOMLA_SRC} -C ${WRKSRC}
-
-do-install:
-	@${MKDIR} ${PREFIX}/${JOOMLA_DIR}
-	@cd ${WRKSRC} && \
-		${FIND} . -type d -exec ${MKDIR} ${PREFIX}/${JOOMLA_DIR}/{} \; \
-			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${JOOMLA_DIR}/{} \;
-	@cd ${WRKSRC} && \
-		${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/${JOOMLA_DIR}/{} \; \
-			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${JOOMLA_DIR}/{} \;
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff -ruN joomla.orig/Makefile.old joomla/Makefile.old
--- joomla.orig/Makefile.old	Mon Apr  3 11:54:09 2006
+++ joomla/Makefile.old	Thu Jan  1 01:00:00 1970
@@ -1,46 +0,0 @@
-# New ports collection makefile for:	www/joomla
-# Date created:				Sat Out 15, 2005
-# Whom:					Francisco Cabrita <include@npf.pt.freebsd.org>
-#
-# $FreeBSD: ports/www/joomla/Makefile,v 1.4 2006/01/28 13:00:48 tdb Exp $
-
-PORTNAME=	joomla
-PORTVERSION=	1.0.7
-CATEGORIES=	www
-MASTER_SITES=	http://developer.joomla.org/sf/frs/do/downloadFile/projects.joomla/frs.joomla_1_0.1_0_7/frs3338?dl=1/:source1
-DISTFILES=	${JOOMLA_SRC}:source1
-
-MAINTAINER=	include@npf.pt.freebsd.org
-COMMENT=	A dynamic web content management system (CMS)
-
-NO_BUILD=	yes
-USE_MYSQL=	yes
-USE_PHP=	mysql pcre xml zlib
-WANT_PHP_WEB=	yes
-PKGMESSAGE=	${WRKDIR}/pkg-message
-SUB_FILES=	pkg-message
-SUB_LIST+=	JOOMLA_DIR=${JOOMLA_DIR}
-PLIST_SUB+=	JOOMLA_DIR=${JOOMLA_DIR}
-
-JOOMLA_DIR?=	www/${PORTNAME}
-DIST_SUBDIR=	${PORTNAME}
-
-JOOMLA_SRC=	Joomla_${PORTVERSION}-Stable-Full_Package.tar.bz2
-
-do-extract:
-	@${MKDIR} ${WRKSRC}
-	@${TAR} -yxf ${DISTDIR}/${DIST_SUBDIR}/${JOOMLA_SRC} -C ${WRKSRC}
-
-do-install:
-	@${MKDIR} ${PREFIX}/${JOOMLA_DIR}
-	@cd ${WRKSRC} && \
-		${FIND} . -type d -exec ${MKDIR} ${PREFIX}/${JOOMLA_DIR}/{} \; \
-			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${JOOMLA_DIR}/{} \;
-	@cd ${WRKSRC} && \
-		${FIND} . \! -type d -exec ${INSTALL_DATA} {} ${PREFIX}/${JOOMLA_DIR}/{} \; \
-			-exec ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/${JOOMLA_DIR}/{} \;
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>
diff -ruN joomla.orig/distinfo joomla/distinfo
--- joomla.orig/distinfo	Mon Apr  3 11:54:09 2006
+++ joomla/distinfo	Mon Apr  3 11:57:17 2006
@@ -1,3 +1,3 @@
-MD5 (joomla/Joomla_1.0.7-Stable-Full_Package.tar.bz2) = a1ba209fb7ba2d73670fdb8106f2079e
-SHA256 (joomla/Joomla_1.0.7-Stable-Full_Package.tar.bz2) = 61c3df7d72e74cd7206e4b7bd2648e9b1bf476ac7c514a45f975de0a695fa83e
-SIZE (joomla/Joomla_1.0.7-Stable-Full_Package.tar.bz2) = 1572358
+MD5 (joomla/Joomla_1.0.8-Stable-Full_Package.tar.bz2) = 39be4234f68cffeb5185184fbcd2b0fd
+SHA256 (joomla/Joomla_1.0.8-Stable-Full_Package.tar.bz2) = 45f3cfe2934f65ea3109fe110b5aad936358d7ff57b4f309234041a195ce2ef7
+SIZE (joomla/Joomla_1.0.8-Stable-Full_Package.tar.bz2) = 1674703
diff -ruN joomla.orig/joomla joomla/joomla
--- joomla.orig/joomla	Mon Apr  3 11:54:09 2006
+++ joomla/joomla	Thu Jan  1 01:00:00 1970
@@ -1,70 +0,0 @@
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-04-03 14:32:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Francisco Cabrita <include> 2006-04-03 15:22:26 UTC
Hello Edwin,, Go for it :)

And thanks for handling this pr

[]'s
Francisco

--
Nucleo Portugues de FreeBSD - Core Member
http://npf.pt.freebsd.org
http://npf.pt.freebsd.org/~include/

On Mon, 3 Apr 2006, Edwin Groothuis wrote:

> Synopsis: [UPDATE] - security update www/joomla 1.0.7 to 1.0.8
>
> State-Changed-From-To: open->feedback
> State-Changed-By: edwin
> State-Changed-When: Mon Apr 3 13:32:10 UTC 2006
> State-Changed-Why:
> Awaiting maintainers feedback
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=95266
>
Comment 3 Mark Linimon freebsd_committer freebsd_triage 2006-04-03 17:58:50 UTC
State Changed
From-To: feedback->open

Maintainer approved. 

Note: the assignment was done by Edwin's automated script, I don't think 
Edwin is necessarily obligated to do the commit :-)
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2006-04-04 18:10:37 UTC
State Changed
From-To: open->closed

Committed, thanks!