diff options
author | taca <taca> | 2010-02-23 14:12:22 +0000 |
---|---|---|
committer | taca <taca> | 2010-02-23 14:12:22 +0000 |
commit | 912b4722c2dd2ac94ff9032f3360ce1e527bd099 (patch) | |
tree | d9c908635263b11aa1954445d51763f4e71c502b /www/typo3 | |
parent | ad6f112e59b677ca355a65ae06f0c59c1a4fc186 (diff) | |
download | pkgsrc-912b4722c2dd2ac94ff9032f3360ce1e527bd099.tar.gz |
Update typo3 package to 4.3.2. For complete changes, please refer
ChangeLog file.
Also switch DESTDIR support to user-destdir.
the TYPO3 core team has just released the TYPO3 versions 4.3.2 and
4.2.12, which are now ready for you to download. All versions are
maintenance releases and contain bugfixes and security fixes.
IMPORTANT:
These versions include important security fixes to the TYPO3 core. A
security announcement has just been released:
https://typo3.org/teams/security/security-bulletins/typo3-sa-2010-004/
For details about the release, see:
http://wiki.typo3.org/index.php/TYPO3_4.3.2
http://wiki.typo3.org/index.php/TYPO3_4.2.12
Diffstat (limited to 'www/typo3')
-rw-r--r-- | www/typo3/Makefile | 11 | ||||
-rw-r--r-- | www/typo3/PLIST | 7 | ||||
-rw-r--r-- | www/typo3/distinfo | 14 |
3 files changed, 19 insertions, 13 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile index e475c62b645..85c665aca13 100644 --- a/www/typo3/Makefile +++ b/www/typo3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2010/01/14 14:59:26 taca Exp $ +# $NetBSD: Makefile,v 1.19 2010/02/23 14:12:22 taca Exp $ # DISTNAME= ${TYPO3NAME} @@ -15,9 +15,9 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PHP_PKG_PREFIX}-{mysql,pgsql}>=5.1.0:../../databases/php-mysql DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.2.0:../../archivers/php-zlib/ -PKG_DESTDIR_SUPPORT= destdir +PKG_DESTDIR_SUPPORT= user-destdir -VER= 4.3.1 +VER= 4.3.2 NO_BUILD= yes USE_TOOLS= pax @@ -50,10 +50,11 @@ INSTALLATION_DIRS+= ${EGDIR} ${TYPO3DIR}/${SITEDIR} ${TYPO3DIR}/${TYPO3NAME} CONF_FILES_PERMS+= ${EGDIR}/localconf.php \ ${TYPO3DIR}/${SITEDIR}/typo3conf/localconf.php \ - ${BINOWN} ${APACHE_GROUP} 0660 + ${REAL_ROOT_USER} ${APACHE_GROUP} 0660 .for d in ${TYPO3DATADIR} -OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${BINOWN} ${APACHE_GROUP} 0770 +OWN_DIRS_PERMS+= ${TYPO3DIR}/${SITEDIR}/${d} ${REAL_ROOT_USER} \ + ${APACHE_GROUP} 0770 CHECK_PERMS_SKIP+= ${TYPO3DIR}/${SITEDIR}/${d} .endfor diff --git a/www/typo3/PLIST b/www/typo3/PLIST index d5fadc697bd..2213f6e88ee 100644 --- a/www/typo3/PLIST +++ b/www/typo3/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2010/01/14 14:59:26 taca Exp $ +@comment $NetBSD: PLIST,v 1.11 2010/02/23 14:12:22 taca Exp $ ${EGDIR}/localconf.php ${TYPO3DIR}/${TYPO3NAME}/ChangeLog ${TYPO3DIR}/${TYPO3NAME}/GPL.txt @@ -2354,6 +2354,10 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang.xml ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/locallang_mod.xml ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/mod1/moduleicon.gif ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/README +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/indexed_search.diff +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/realurl.diff +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/scheduler.diff +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/oracle/templavoila.diff ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/dbal/res/postgresql/postgresql-compatibility.sql ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/AbstractConfigurationManager.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/extbase/Classes/Configuration/BackendConfigurationManager.php @@ -3826,6 +3830,7 @@ ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_sal ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_md5.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/class.tx_saltedpasswords_salts_phpass.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/classes/salts/interfaces/interface.tx_saltedpasswords_salts.php +${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/doc/manual.sxw ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_autoload.php ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_conf_template.txt ${TYPO3DIR}/${TYPO3NAME}/typo3/sysext/saltedpasswords/ext_emconf.php diff --git a/www/typo3/distinfo b/www/typo3/distinfo index c2d5e2248df..c353e35be85 100644 --- a/www/typo3/distinfo +++ b/www/typo3/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2010/01/14 14:59:26 taca Exp $ +$NetBSD: distinfo,v 1.13 2010/02/23 14:12:22 taca Exp $ -SHA1 (dummy-4.3.1.tar.gz) = 30d680ca1b1c3c78034f25bfe2283242d081d60e -RMD160 (dummy-4.3.1.tar.gz) = d753fcb61d2dd429f9376530e9e9012d32875f56 -Size (dummy-4.3.1.tar.gz) = 9557 bytes -SHA1 (typo3_src-4.3.1.tar.gz) = 5b6973fa00071cc9dd4e1e85166bd715ef6bd07b -RMD160 (typo3_src-4.3.1.tar.gz) = ffdc7376fb8bf16fc3cea3d0f8ec839440dfce9c -Size (typo3_src-4.3.1.tar.gz) = 11433669 bytes +SHA1 (dummy-4.3.2.tar.gz) = 6f4d137f963b02160527f4d8b68e52e850564c58 +RMD160 (dummy-4.3.2.tar.gz) = c9681b17ee05364d822c5052d919660a40b6b69d +Size (dummy-4.3.2.tar.gz) = 9562 bytes +SHA1 (typo3_src-4.3.2.tar.gz) = 1a74ae2a3dd68c039402a697617916c1f07cc867 +RMD160 (typo3_src-4.3.2.tar.gz) = 638feb76949b40be7d297e17a4e36a998b013cd7 +Size (typo3_src-4.3.2.tar.gz) = 11479925 bytes SHA1 (patch-aa) = d875821f094902b7afd1553d39524ed1656a8605 |