Received: by mail.netbsd.org (Postfix, from userid 605) id 3D50584D37; Mon, 22 Jan 2018 16:11:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9091E84D32 for ; Mon, 22 Jan 2018 16:11:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VCyaKmEMgczt for ; Mon, 22 Jan 2018 16:11:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DB0FE84C8D for ; Mon, 22 Jan 2018 16:11:29 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1751FBDE; Mon, 22 Jan 2018 16:11:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151663748912010" MIME-Version: 1.0 Date: Mon, 22 Jan 2018 16:11:29 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www/contao35 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180122161129.D1751FBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_151663748912010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Mon Jan 22 16:11:29 UTC 2018 Modified Files: pkgsrc/www/contao35: Makefile PLIST distinfo Log Message: www/contao35: update to 3.5.33 Contao 3.5.33 is available 2018/01/22 10:08 by Leo Feyer Contao version 3.5.33 is available. The bugfix release restores the PHP 5.4 compatibility and fixes problems with MariaDB 10.2.4+ and MySQL 8. PHP 5.4 Even if Contao 3.5 still supports PHP 5.4, we strongly advise against using outdated PHP versions. Contao 3.5 is compatible with the latest PHP versions, therefore – if the installed extensions allow it – you should run it with PHP 7 or at least PHP 5.6. Identifier Quoting We have revised identifier quoting, which we had added to Contao 4.4.10, and ported it to Contao 3, so Contao 3.5 should be compatible with MariaDB 10.2.4+ and MySQL 8 now. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/contao35/PLIST cvs rdiff -u -r1.28 -r1.29 pkgsrc/www/contao35/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151663748912010 Content-Disposition: inline Content-Length: 2961 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/contao35/Makefile diff -u pkgsrc/www/contao35/Makefile:1.36 pkgsrc/www/contao35/Makefile:1.37 --- pkgsrc/www/contao35/Makefile:1.36 Thu Jan 18 16:13:31 2018 +++ pkgsrc/www/contao35/Makefile Mon Jan 22 16:11:29 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2018/01/18 16:13:31 taca Exp $ +# $NetBSD: Makefile,v 1.37 2018/01/22 16:11:29 taca Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -20,7 +20,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-soap>=5.4.0: DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0:../../www/php-curl DEPENDS+= ${PHP_PKG_PREFIX}-zlib>=5.4.0:../../archivers/php-zlib -CT_VERSION= 3.5.32 +CT_VERSION= 3.5.33 USE_TOOLS= bash:run pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files Index: pkgsrc/www/contao35/PLIST diff -u pkgsrc/www/contao35/PLIST:1.18 pkgsrc/www/contao35/PLIST:1.19 --- pkgsrc/www/contao35/PLIST:1.18 Thu Jan 18 16:13:31 2018 +++ pkgsrc/www/contao35/PLIST Mon Jan 22 16:11:29 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.18 2018/01/18 16:13:31 taca Exp $ +@comment $NetBSD: PLIST,v 1.19 2018/01/22 16:11:29 taca Exp $ ${CT_WEBDIR}/.htaccess.default ${CT_WEBDIR}/README.md ${CT_WEBDIR}/assets/ace/1.1.9/ace.js @@ -3275,6 +3275,10 @@ ${CT_WEBDIR}/vendor/contao-components/co ${CT_WEBDIR}/vendor/contao-components/compass/css/compass/utilities/text/_ellipsis.scss ${CT_WEBDIR}/vendor/contao-components/compass/css/compass/utilities/text/_nowrap.scss ${CT_WEBDIR}/vendor/contao-components/compass/css/compass/utilities/text/_replacement.scss +${CT_WEBDIR}/vendor/ircmaxell/password-compat/LICENSE.md +${CT_WEBDIR}/vendor/ircmaxell/password-compat/composer.json +${CT_WEBDIR}/vendor/ircmaxell/password-compat/lib/password.php +${CT_WEBDIR}/vendor/ircmaxell/password-compat/version-test.php ${CT_WEBDIR}/vendor/leafo/scssphp/LICENSE.md ${CT_WEBDIR}/vendor/leafo/scssphp/README.md ${CT_WEBDIR}/vendor/leafo/scssphp/bin/pscss Index: pkgsrc/www/contao35/distinfo diff -u pkgsrc/www/contao35/distinfo:1.28 pkgsrc/www/contao35/distinfo:1.29 --- pkgsrc/www/contao35/distinfo:1.28 Thu Jan 18 16:13:31 2018 +++ pkgsrc/www/contao35/distinfo Mon Jan 22 16:11:29 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2018/01/18 16:13:31 taca Exp $ +$NetBSD: distinfo,v 1.29 2018/01/22 16:11:29 taca Exp $ -SHA1 (contao-3.5.32.tar.gz) = a6a6545e2b00694142456c9e8186aa364034aa09 -RMD160 (contao-3.5.32.tar.gz) = a3be11d82ccad03e57e056a70217d36306ac6a74 -SHA512 (contao-3.5.32.tar.gz) = 4db785761b50acd46b049e045aa1ff8f9d88ac5068e5616c33f7de17d4ea37d70ac7b10e37e08a9629e7e2d29ce07ad1254c648576bee10980449e0ca94c8f21 -Size (contao-3.5.32.tar.gz) = 11233051 bytes +SHA1 (contao-3.5.33.tar.gz) = 3397a6b7795a987c222e68f1f89b10c39137e16c +RMD160 (contao-3.5.33.tar.gz) = 8e00d0280c575d86357b2a84205d74f30e2abf9d +SHA512 (contao-3.5.33.tar.gz) = f9c519616904efc74f5db744754f71700990c861890d50f91d9e0efb9bcba085549d1bc9cb8e1ddab1c07c8f33c20449162b891a6b205a7911b8df98c42bb4e3 +Size (contao-3.5.33.tar.gz) = 11230776 bytes --_----------=_151663748912010--