diff options
author | taca <taca@pkgsrc.org> | 2012-07-26 03:06:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-07-26 03:06:05 +0000 |
commit | f6b34c38de09757b1d8785b9cc31eae4e5bb90c7 (patch) | |
tree | 9ab431d0704faaf72e13f74f32b1d745b8342cf0 | |
parent | bd9931d2c2245b344f333981b099aa60a61d1491 (diff) | |
download | pkgsrc-f6b34c38de09757b1d8785b9cc31eae4e5bb90c7.tar.gz |
Update contao211 package to 2.11.5.
It also fixes a little security problem of permission check about undo
processing.
Quote from release announce: http://www.contao.org/en/news/contao-2_11_5.html
The bugfix release fixes a couple of issues, including the SOAP
compression problem in PHP 5.4, the IDNA URL converting issue and
the TinyMCE relative URLs problem.
-rw-r--r-- | www/contao/Makefile.common | 4 | ||||
-rw-r--r-- | www/contao211/Makefile | 3 | ||||
-rw-r--r-- | www/contao211/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index fb36a391dbe..a06da6c1667 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2012/06/16 14:33:02 taca Exp $ +# $NetBSD: Makefile.common,v 1.19 2012/07/26 03:06:05 taca Exp $ # # used by www/contao211/Makefile # used by www/contao211-example/Makefile @@ -6,7 +6,7 @@ # # current release -CT211_VERSION= 2.11.4 +CT211_VERSION= 2.11.5 CT_VERS?= 211 diff --git a/www/contao211/Makefile b/www/contao211/Makefile index 78442527ef2..6b41aab53a9 100644 --- a/www/contao211/Makefile +++ b/www/contao211/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/05/05 12:44:08 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/26 03:06:05 taca Exp $ # DISTNAME= contao-${CT_VERSION} @@ -82,6 +82,7 @@ pre-install: cd ${WRKSRC}; ${RM} -rf music_academy.css \ templates/music_academy.sql tl_files/music_academy ${FIND} ${WRKSRC} -name "*.orig*" -exec ${RM} -f {} \; + ${FIND} ${WRKSRC}/plugins/tinyMCE -type f -exec ${CHMOD} -x {} \; do-install: cd ${WRKSRC}; pax -rw ${WWW_FILES} ${DESTDIR}${PREFIX}/${CT_WEBDIR} diff --git a/www/contao211/distinfo b/www/contao211/distinfo index dea431d03fe..f5a754ddf0c 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2012/06/12 14:52:38 taca Exp $ +$NetBSD: distinfo,v 1.9 2012/07/26 03:06:05 taca Exp $ -SHA1 (contao-2.11.4.tar.gz) = 9cc82777a60ba9dc2f08286e2aa9738f0744bbfb -RMD160 (contao-2.11.4.tar.gz) = c48ad52b21e64621a5404a79f83f7adf570390a0 -Size (contao-2.11.4.tar.gz) = 5325524 bytes +SHA1 (contao-2.11.5.tar.gz) = c90593d99daaff84895f1e14e4cb9f108901d687 +RMD160 (contao-2.11.5.tar.gz) = a6a5c42fa66bc46d1136e1d3e72b7d00f84f4b35 +Size (contao-2.11.5.tar.gz) = 5339105 bytes SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a |