diff options
author | taca <taca@pkgsrc.org> | 2017-01-17 16:23:08 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-01-17 16:23:08 +0000 |
commit | 875fa47748b8f67648e81efb5143679e11bb6efe (patch) | |
tree | e903578977387bbd63cd61fe9829ed90443ab39e /www | |
parent | 5f7a4b761335d3e31cd1a24c4d8294848f8e2317 (diff) | |
download | pkgsrc-875fa47748b8f67648e81efb5143679e11bb6efe.tar.gz |
Update contao35 to 3.5.23.
Version 3.5.23 (2017-01-17)
---------------------------
### Fixed
Handle non-numeric values when calculating the image margin (see #8617).
### Fixed
Correctly generate the download elements in the back end (see #8620).
Version 3.5.22 (2017-01-16)
---------------------------
### Fixed
Prevent an endless redirect loop if the page alias is "/" (see #8560).
### Fixed
Correctly parse German dates with two digit years in MooTools (see #8593).
### Fixed
Correctly add new resources to the user/group permissions (see #8583).
### Fixed
Trigger the auto-submit function in the date picker (see #8603).
### Fixed
Call the load callback when loading page/file picker nodes (see #7702).
Diffstat (limited to 'www')
-rw-r--r-- | www/contao35/Makefile | 4 | ||||
-rw-r--r-- | www/contao35/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/contao35/Makefile b/www/contao35/Makefile index 11e30bbcb91..4f7ed3b7d05 100644 --- a/www/contao35/Makefile +++ b/www/contao35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2016/12/30 04:46:19 taca Exp $ +# $NetBSD: Makefile,v 1.23 2017/01/17 16:23:08 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -26,7 +26,7 @@ DEPENDS+= bash>=4.0:../../shells/bash # mcrypt is deprecated and removed in PHP 7.1.x PHP_VERSIONS_ACCEPTED= 56 70 -CT_VERSION= 3.5.21 +CT_VERSION= 3.5.23 USE_TOOLS= bash pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files diff --git a/www/contao35/distinfo b/www/contao35/distinfo index 82127aeb591..446c56f465a 100644 --- a/www/contao35/distinfo +++ b/www/contao35/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2016/12/30 04:46:19 taca Exp $ +$NetBSD: distinfo,v 1.19 2017/01/17 16:23:08 taca Exp $ -SHA1 (contao-3.5.21.tar.gz) = 79ca175a1fcbc58b745f67acdec657bfa07b60d6 -RMD160 (contao-3.5.21.tar.gz) = 5e95aa3d950ddeb00ff3c415ee17da8bd3fd6daa -SHA512 (contao-3.5.21.tar.gz) = 1888374e329be0e7f2fa9aaa4339725b7cddd0c0aabd49a03992b939c74f461ae220e748700cfa37578476b2a2b3c7c97809a3885e3fe70ac92b1b859bd5b689 -Size (contao-3.5.21.tar.gz) = 11048013 bytes +SHA1 (contao-3.5.23.tar.gz) = 40ff6f794cfaf41245e35a4c0e66f93da7001639 +RMD160 (contao-3.5.23.tar.gz) = 84c8aea8cfed9804b1a5ae0bafd3956c84206de4 +SHA512 (contao-3.5.23.tar.gz) = 907082412d003799db6bcf3c3712058ad6a62da53c52a75f12bfcb95b131cd8329b93528197b8d9574bd552abe89bc2a11b56702649761b0f92891bf46cabf70 +Size (contao-3.5.23.tar.gz) = 11049649 bytes |