pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2009Q4]: pkgsrc/www/typo3 Pullup ticket #3019 - requested by taca
details: https://anonhg.NetBSD.org/pkgsrc/rev/22650dcaed66
branches: pkgsrc-2009Q4
changeset: 569272:22650dcaed66
user: tron <tron%pkgsrc.org@localhost>
date: Wed Feb 24 14:45:38 2010 +0000
description:
Pullup ticket #3019 - requested by taca
typo3: security update
Revisions pulled up:
- www/typo3/Makefile 1.19
- www/typo3/PLIST 1.11
- www/typo3/distinfo 1.13
---
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 23 14:12:22 UTC 2010
Modified Files:
pkgsrc/www/typo3: Makefile PLIST distinfo
Log Message:
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/
diffstat:
www/typo3/Makefile | 11 ++++++-----
www/typo3/PLIST | 7 ++++++-
www/typo3/distinfo | 14 +++++++-------
3 files changed, 19 insertions(+), 13 deletions(-)
diffs (83 lines):
diff -r 04d0b87c50ce -r 22650dcaed66 www/typo3/Makefile
--- a/www/typo3/Makefile Wed Feb 24 14:23:22 2010 +0000
+++ b/www/typo3/Makefile Wed Feb 24 14:45:38 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2010/01/14 14:59:26 taca Exp $
+# $NetBSD: Makefile,v 1.18.2.1 2010/02/24 14:45:38 tron Exp $
#
DISTNAME= ${TYPO3NAME}
@@ -15,9 +15,9 @@
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 @@
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 -r 04d0b87c50ce -r 22650dcaed66 www/typo3/PLIST
--- a/www/typo3/PLIST Wed Feb 24 14:23:22 2010 +0000
+++ b/www/typo3/PLIST Wed Feb 24 14:45:38 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2010/01/14 14:59:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.10.2.1 2010/02/24 14:45:38 tron Exp $
${EGDIR}/localconf.php
${TYPO3DIR}/${TYPO3NAME}/ChangeLog
${TYPO3DIR}/${TYPO3NAME}/GPL.txt
@@ -2354,6 +2354,10 @@
${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_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 -r 04d0b87c50ce -r 22650dcaed66 www/typo3/distinfo
--- a/www/typo3/distinfo Wed Feb 24 14:23:22 2010 +0000
+++ b/www/typo3/distinfo Wed Feb 24 14:45:38 2010 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.12 2010/01/14 14:59:26 taca Exp $
+$NetBSD: distinfo,v 1.12.2.1 2010/02/24 14:45:38 tron 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
Home |
Main Index |
Thread Index |
Old Index