diff options
author | taca <taca@pkgsrc.org> | 2011-12-16 11:26:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-12-16 11:26:29 +0000 |
commit | f010bd4413043cbc8fefdf13019d22bd2539d365 (patch) | |
tree | 206cf9641bad8f036302fc8512508678f3d21551 /www/typo3_45/Makefile | |
parent | 21efb31f9f7863f288f8c4130515da56bed45943 (diff) | |
download | pkgsrc-f010bd4413043cbc8fefdf13019d22bd2539d365.tar.gz |
Update typo3_45 pacakge to 4.5.9 (TYPO3 4.5.9).
This release fixed remote code execution problem,
http://typo3.org/teams/security/security-bulletins/typo3-core/typo3-core-sa-2011-004/.
2011-12-16 dd85342
[RELEASE] Release of TYPO3 4.5.9 (TYPO3 v4 Release Team)
2011-12-16 7f71d9d
[TASK] Raise submodule pointer (TYPO3 v4 Release Team)
2011-12-16 a5546eb #29899
[BUGFIX] RTE not loading in IE when content css file does not
exist (Stanislas Rolland)
2011-12-14 03f137b #25398
[BUGFIX] TCEforms draws huge empty icon row which on
select-fields (Benjamin Mack)
2011-12-11 98c2451 #23355,#23860,
[BUGFIX] Restructure the random byte generator (Helmut Hummel)
2011-12-11 92c7bb5 #19278
[BUGFIX] Install Tool shows internal MySQL databases
(Mario Rimann)
2011-12-08 cbc0793 #29597
[BUGFIX] Wrong char for explodes of links (Georg Ringer)
2011-12-07 58024ca #32075
[TASK] Integrate system extension linkvalidator as submodule
(Oliver Hader)
2011-12-07 5455f86 #22231
[BUGFIX] Add possibility to use Wizards->Suggest in FlexForms
(Tolleiv Nietsch)
2011-12-07 2d95a76 #27634
[BUGFIX] Gap between module menu items causes collapse on click
(Kay Strobach)
2011-12-07 44dc505 #28012
[BUGFIX] Localization: Editing in TCEforms shows unstyled
original value (Benjamin Mack)
2011-12-07 a3bfd01 #28916
[BUGFIX] Use trimExplode() for pageOverlayFields (Georg Ringer)
2011-12-07 a65381a #30369
[BUGFIX] EM: Available extension list misses icons
(Steffen Gebert)
2011-12-05 8477462 #27272,#17020,
[BUGFIX] Remove hardcoded limits in T3D export (Georg Ringer)
2011-11-29 d1eeb92 #30695
[TASK] Implement check for saltedpasswords in reports module
(Steffen Ritter)
2011-11-29 c1a0c9c #32040
[BUGFIX][SECURITY] XSS vulnerability in BE-User Admin module
(Marco Bresch)
2011-11-22 b4ff1bf #31450
[BUGFIX] Log date picker broken (Francois Suter)
2011-11-22 4b60371
[TASK] Set TYPO3 version to 4.5.9-dev (TYPO3 v4 Release Team)
Diffstat (limited to 'www/typo3_45/Makefile')
-rw-r--r-- | www/typo3_45/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/typo3_45/Makefile b/www/typo3_45/Makefile index 9ddc52f15d2..1d974708f9e 100644 --- a/www/typo3_45/Makefile +++ b/www/typo3_45/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2011/12/15 12:45:49 taca Exp $ +# $NetBSD: Makefile,v 1.3 2011/12/16 11:26:29 taca Exp $ # DISTNAME= ${TYPO3NAME} PKGNAME= typo3-${VER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=typo3/} DISTFILES= ${TYPO3NAME}${EXTRACT_SUFX} ${SITESRC}${EXTRACT_SUFX} @@ -19,7 +18,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-json>=5.2.0:../../textproc/php-json PKG_DESTDIR_SUPPORT= user-destdir -VER= 4.5.8 +VER= 4.5.9 NO_BUILD= yes USE_TOOLS= pax |