diff options
author | taca <taca@pkgsrc.org> | 2013-11-19 14:19:58 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-11-19 14:19:58 +0000 |
commit | bf25f00939c035b217b8af84c499cc6577f73bf8 (patch) | |
tree | 4c4fed098d673a0080487efb8c5456aedf180ddd | |
parent | dd57ac4e1a803e72f5e9683ed7abeae716d8876d (diff) | |
download | pkgsrc-bf25f00939c035b217b8af84c499cc6577f73bf8.tar.gz |
Update contao211 to 2.11.13.
Version 2.11.13 (2013-11-19)
----------------------------
### Fixed
Sort the list of available modules (see #6391).
### Fixed
Decode entities in passwords (see #6252).
### Fixed
Replace insert tags in the details view of the listing module (see #6120).
-rw-r--r-- | www/contao/Makefile.common | 7 | ||||
-rw-r--r-- | www/contao211/Makefile | 3 | ||||
-rw-r--r-- | www/contao211/distinfo | 10 | ||||
-rw-r--r-- | www/contao211/patches/patch-system_initialize.php | 6 |
4 files changed, 12 insertions, 14 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index a1426331eba..43b55ab3a6b 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.46 2013/11/08 22:16:27 taca Exp $ +# $NetBSD: Makefile.common,v 1.47 2013/11/19 14:19:58 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -7,11 +7,10 @@ # # Contao master site (on GitHub). -CT_MASTER_SITE= https://download.contao.org/ \ - https://github.com/contao/core/archive/ \ +CT_MASTER_SITE= https://github.com/contao/core/archive/ # current release -CT211_VERSION= 2.11.12 +CT211_VERSION= 2.11.13 CT31_VERSION= 3.1.5 CT_VERS?= 211 diff --git a/www/contao211/Makefile b/www/contao211/Makefile index 9e487e76da4..0f28b25b35c 100644 --- a/www/contao211/Makefile +++ b/www/contao211/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2013/10/25 11:14:10 taca Exp $ +# $NetBSD: Makefile,v 1.13 2013/11/19 14:19:58 taca Exp $ # DISTNAME= ${CT_VERSION} PKGNAME= contao${CT_VER}-${CT_PKGVER} -PKGREVISION= 1 CATEGORIES= www MASTER_SITES= ${CT_MASTER_SITE} diff --git a/www/contao211/distinfo b/www/contao211/distinfo index 3a9edf4b6dd..cb67dd25c0f 100644 --- a/www/contao211/distinfo +++ b/www/contao211/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.17 2013/08/30 15:46:25 taca Exp $ +$NetBSD: distinfo,v 1.18 2013/11/19 14:19:58 taca Exp $ -SHA1 (contao/2.11.12.tar.gz) = 2a9d50a3a545ef1a1788680ed3002ce81829b5ab -RMD160 (contao/2.11.12.tar.gz) = 15fac9aa8f82455edcf5d0e863af6d96a6f79638 -Size (contao/2.11.12.tar.gz) = 5354849 bytes -SHA1 (patch-system_initialize.php) = 109f381bef4bae32617549709601eb2a30bbb01a +SHA1 (contao/2.11.13.tar.gz) = b644bc539971a0d7b4ff6fd0b280c76232522baf +RMD160 (contao/2.11.13.tar.gz) = d8e3d66ac8fd0c69e40b6a17e5be4184cd4cb85c +Size (contao/2.11.13.tar.gz) = 5354898 bytes +SHA1 (patch-system_initialize.php) = 49ae936bc70d0448fb73185b1dd02e607609fa19 diff --git a/www/contao211/patches/patch-system_initialize.php b/www/contao211/patches/patch-system_initialize.php index b0bca37c3a9..5a960156f25 100644 --- a/www/contao211/patches/patch-system_initialize.php +++ b/www/contao211/patches/patch-system_initialize.php @@ -1,10 +1,10 @@ -$NetBSD: patch-system_initialize.php,v 1.1 2012/03/28 15:14:43 taca Exp $ +$NetBSD: patch-system_initialize.php,v 1.2 2013/11/19 14:19:58 taca Exp $ * Unofficial fix for CVE-2012-1297 by checking Referer as days of Contao 2.9. ---- system/initialize.php.orig 2012-03-14 15:13:14.000000000 +0000 +--- system/initialize.php.orig 2013-11-19 10:53:04.000000000 +0000 +++ system/initialize.php -@@ -168,10 +168,28 @@ if (file_exists(TL_ROOT . '/system/confi +@@ -185,10 +185,28 @@ if (file_exists(TL_ROOT . '/system/confi /** * Check the request token upon POST requests */ |