diff options
author | taca <taca@pkgsrc.org> | 2017-07-12 14:42:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-07-12 14:42:55 +0000 |
commit | 02bbd3d16f6b3f2ff54d5f749e84d361b3c64b43 (patch) | |
tree | 23fa586e93d8120e760a78e4ea330c183bb117d2 | |
parent | 538c49eb8d261f4b7b30724fa67ea928c5fca4ed (diff) | |
download | pkgsrc-02bbd3d16f6b3f2ff54d5f749e84d361b3c64b43.tar.gz |
Update contao35 to 3.5.28.
Version 3.5.28 (2017-07-12)
---------------------------
### Fixed
Prevent arbitrary PHP file inclusions in the back end (see CVE-2017-10993).
### Fixed
Improve the accessibility of the CAPTCHA widget (see #8709).
### Fixed
Fixed the iOS scrolling bug in the simple modal script (see #8708).
### Fixed
Correctly cache the unique keys in the SQL cache (see #8712).
-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 f045a887b8a..b88654f3033 100644 --- a/www/contao35/Makefile +++ b/www/contao35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/04/25 15:50:41 taca Exp $ +# $NetBSD: Makefile,v 1.31 2017/07/12 14:42:55 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -21,7 +21,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib DEPENDS+= bash>=4.0:../../shells/bash -CT_VERSION= 3.5.27 +CT_VERSION= 3.5.28 USE_TOOLS= bash pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files diff --git a/www/contao35/distinfo b/www/contao35/distinfo index a40092a2bc6..39473d9b209 100644 --- a/www/contao35/distinfo +++ b/www/contao35/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/04/25 15:50:41 taca Exp $ +$NetBSD: distinfo,v 1.24 2017/07/12 14:42:55 taca Exp $ -SHA1 (contao-3.5.27.tar.gz) = 2422a55b73bb551690b704133b9faaafd5a5e961 -RMD160 (contao-3.5.27.tar.gz) = b7d481f817d57e169feb38f59cb4f17fff7eb9cc -SHA512 (contao-3.5.27.tar.gz) = 93475354aaf68c7b09c5833df608b41e57f73f305813ab24ac1d59e84d7e8a12e7fe79ff84771d54833363cdb9b959ceae30dedad176a70ddedb279077366397 -Size (contao-3.5.27.tar.gz) = 11178701 bytes +SHA1 (contao-3.5.28.tar.gz) = aa0686b67cce429e830621cdcc80f41f07ddb221 +RMD160 (contao-3.5.28.tar.gz) = 0489e34930db87aec5a7c9083758e106d38f724e +SHA512 (contao-3.5.28.tar.gz) = fb891cfe949e805d2b082622bc640267898d70b70dd2533161df69c4acc05c2efa8b2357b1da53d9200e441eb03fce3634b4394f57fb59ecdd3e57b690856110 +Size (contao-3.5.28.tar.gz) = 11180306 bytes |