diff options
author | taca <taca> | 2009-02-10 09:35:40 +0000 |
---|---|---|
committer | taca <taca> | 2009-02-10 09:35:40 +0000 |
commit | 353315e9a5f2f8e19e968db4e11057f03b356792 (patch) | |
tree | a3827c4c42a6e9c654b59eda120600b5d067332e /www/typo3/Makefile | |
parent | 5c23ffee3e51327e83c184e4947a60e0899fa4e5 (diff) | |
download | pkgsrc-353315e9a5f2f8e19e968db4e11057f03b356792.tar.gz |
Update www/typo3 package to 4.2.6.
Quote from release announce is here and see ChangeLog for detail.
All versions are maintenance releases and contain bugfixes
and security fixes.
IMPORTANT: These versions include an important security fix
to the TYPO3 core. A security announcement has just been
released:
http://typo3.org/teams/security/security-bulletins/typo3-sa-2009-002/
Diffstat (limited to 'www/typo3/Makefile')
-rw-r--r-- | www/typo3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index e6272709bf3..e33848bef26 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/01/25 05:00:14 taca Exp $ +# $NetBSD: Makefile,v 1.12 2009/02/10 09:35:40 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -16,7 +16,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ PKG_DESTDIR_SUPPORT= destdir -VER= 4.2.5 +VER= 4.2.6 NO_BUILD= yes USE_TOOLS= pax |