ports/173472: [MAINTAINER] www/typo345: update to 4.5.21
Helmut Ritter
freebsd-ports at charlieroot.de
Thu Nov 8 14:00:01 UTC 2012
>Number: 173472
>Category: ports
>Synopsis: [MAINTAINER] www/typo345: update to 4.5.21
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 08 14:00:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Helmut Ritter
>Release: FreeBSD 9.0-RELEASE-p4 amd64
>Organization:
>Environment:
System: FreeBSD BSDHelmut964.charlieroot.de 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #3: Tue Aug 7 20:55:23 CEST
>Description:
- Update to 4.5.21
- Security fix: http://typo3.org/news/article/typo3-cms-4521-4614-and-476-released/
Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
>How-To-Repeat:
>Fix:
--- typo3-4.5.21.patch begins here ---
diff -ruN --exclude=CVS ../typo345.org/Makefile ./Makefile
--- ../typo345.org/Makefile 2012-10-17 21:24:20.000000000 +0200
+++ ./Makefile 2012-11-08 14:47:19.000000000 +0100
@@ -2,7 +2,7 @@
# $FreeBSD: head/www/typo345/Makefile 306021 2012-10-17 16:28:04Z culot $
PORTNAME= typo3
-PORTVERSION= 4.5.20
+PORTVERSION= 4.5.21
CATEGORIES= www
MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION}
diff -ruN --exclude=CVS ../typo345.org/distinfo ./distinfo
--- ../typo345.org/distinfo 2012-10-16 19:39:37.000000000 +0200
+++ ./distinfo 2012-11-08 14:47:37.000000000 +0100
@@ -1,4 +1,4 @@
-SHA256 (typo3_src-4.5.20.tar.gz) = 38469a0f9ca13135d98999be988e5e642ef5ee2064cdf3846cd7b232abe04601
-SIZE (typo3_src-4.5.20.tar.gz) = 20634629
-SHA256 (dummy-4.5.20.tar.gz) = 5990d4e1323db42b0d8ffe18fce4d0cea5a45ca482ad07a731af19424613dd96
-SIZE (dummy-4.5.20.tar.gz) = 9857
+SHA256 (typo3_src-4.5.21.tar.gz) = 70a9c7ee289d3486725b90ac3eb279455ccdb9845012ca670b9099e93a057ee1
+SIZE (typo3_src-4.5.21.tar.gz) = 20634923
+SHA256 (dummy-4.5.21.tar.gz) = 6565d1cae48f291cbdfaacbc36c069e82cd2b9a608745410f0d68a4b308e1349
+SIZE (dummy-4.5.21.tar.gz) = 9857
diff -ruN --exclude=CVS ../typo345.org/pkg-plist ./pkg-plist
--- ../typo345.org/pkg-plist 2012-09-21 21:43:37.000000000 +0200
+++ ./pkg-plist 2012-11-08 14:52:23.000000000 +0100
@@ -4564,6 +4564,7 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2/class.tx_rtehtmlarea_pi2.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2/locallang.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.php
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi4/class.tx_rtehtmlarea_pi4.php
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/download.gif
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link.gif
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/external_link_new_window.gif
@@ -4572,6 +4573,7 @@
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img/mail.gif
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/locallang.xml
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/pageTSConfig.txt
+%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/setup.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/advanced/pageTSConfig.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/advanced/userTSConfig.txt
%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/contentcss/default.css
@@ -7650,6 +7652,7 @@
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons/img
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res/accessibilityicons
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/res
+ at dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi4
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi3
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi2
@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/rtehtmlarea/pi1
--- typo3-4.5.21.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list