Update contao32 pacakge to 3.2.17.
Version 3.2.17 (2015-01-22) --------------------------- ### Fixed Romanize style sheet names (see #7526). ### Fixed Add the username to the "account has been locked" log entry (see #7551). ### Fixed Consider the suhosin.memory_limit when raising the PHP limits (see #7035). ### Fixed Added two missing `exclude` flags in the `tl_page` data container (see #7522). ### Fixed Send an UTF-8 charset header in the `die_nicely()` function (see #7519). ### Fixed Correctly validate dates in the `Widget` class (see #7498). ### Fixed Back port the fixes from #7475 and #7473. ### Fixed Send the same cache headers for cached and uncached pages (see #7455). ### Fixed Fix the `current() expects parameter 1 to be array` issue (see #6739). ### Fixed Correctly replace the `*_teaser` insert tags (see #7488). ### Fixed Adjust the last and previous login labels (see #7426). ### Fixed Unset the `postUnsafeRaw` cache in `Input::setPost()` (see #7481).
This commit is contained in:
parent
4813a8b78a
commit
88f1d860f7
3 changed files with 7 additions and 12 deletions
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: Makefile.common,v 1.86 2014/11/26 09:26:26 taca Exp $
|
||||
# $NetBSD: Makefile.common,v 1.87 2015/01/23 16:14:35 taca Exp $
|
||||
#
|
||||
# used by www/contao32/Makefile
|
||||
# used by www/contao33/Makefile
|
||||
# used by www/contao34/Makefile
|
||||
|
||||
# current release
|
||||
CT32_VERSION= 3.2.16
|
||||
CT32_VERSION= 3.2.17
|
||||
CT33_VERSION= 3.3.7
|
||||
CT34_VERSION= 3.4.0
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/06/10 03:47:59 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/01/23 16:14:35 taca Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ${CT_VERSION}
|
||||
|
@ -65,11 +65,6 @@ SUBST_SED.conf+= -e 's|@PREFIX@|${PREFIX:Q}|g'
|
|||
SUBST_SED.conf+= -e 's|@CT_WEBDIR@|${CT_WEBDIR:Q}|g'
|
||||
SUBST_STAGE.conf= post-configure
|
||||
|
||||
SUBST_CLASSES+= php
|
||||
SUBST_FILES.php+= ${WRKSRC}/system/bin/transifex
|
||||
SUBST_SED.php+= -e "s|\#!/.*php|\#!${PREFIX}/bin/php|"
|
||||
SUBST_STAGE.php= post-configure
|
||||
|
||||
WWW_FILES= .gitignore .htaccess.default README.md assets contao \
|
||||
index.php share templates
|
||||
WWW_SYSFILES= .htaccess bin config/default.php cron docs helper \
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.17 2014/11/24 13:29:08 taca Exp $
|
||||
$NetBSD: distinfo,v 1.18 2015/01/23 16:14:35 taca Exp $
|
||||
|
||||
SHA1 (contao/3.2.16.tar.gz) = 0ca4af45ba3f287510c0ef7b33e5ca28832d5bb9
|
||||
RMD160 (contao/3.2.16.tar.gz) = 16532482571147bce6456af950897fe1a1e53ae6
|
||||
Size (contao/3.2.16.tar.gz) = 11128999 bytes
|
||||
SHA1 (contao/3.2.17.tar.gz) = d908d98de982a30e41ad8d6d5a35805d0a082663
|
||||
RMD160 (contao/3.2.17.tar.gz) = 111b177e458792b0c3a0a5c245a78de7b194a768
|
||||
Size (contao/3.2.17.tar.gz) = 11125101 bytes
|
||||
SHA1 (patch-system_bin_sqldump) = 920e6e8e579ae2cbeb84ca6ac74f4b9951a66f5c
|
||||
|
|
Loading…
Reference in a new issue