Received: by mail.netbsd.org (Postfix, from userid 605) id 19FBA84D76; Tue, 6 Mar 2018 16:25:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C09984D66 for ; Tue, 6 Mar 2018 16:25:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id fUtWs-qh1GaF for ; Tue, 6 Mar 2018 16:25:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2E38084CFC for ; Tue, 6 Mar 2018 16:25:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2071DFB40; Tue, 6 Mar 2018 16:25:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_15203535398310" MIME-Version: 1.0 Date: Tue, 6 Mar 2018 16:25:39 +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: <20180306162539.2071DFB40@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. --_----------=_15203535398310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Mar 6 16:25:39 UTC 2018 Modified Files: pkgsrc/www/contao35: Makefile PLIST distinfo Log Message: www/contao35: update to 3.5.34 Version 3.5.34 (2018-03-06) --------------------------- ### Fixed Check the registry for table prefixed queries (see contao/core-bundle#1161). ### Fixed Improve the folder hashing performance (see #8856). ### Fixed Reset the autologin hash if the username or password changes (see #8843). ### Fixed Correctly encode the sitemap URLs (see #8849). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/www/contao35/PLIST cvs rdiff -u -r1.29 -r1.30 pkgsrc/www/contao35/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_15203535398310 Content-Disposition: inline Content-Length: 3205 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.37 pkgsrc/www/contao35/Makefile:1.38 --- pkgsrc/www/contao35/Makefile:1.37 Mon Jan 22 16:11:29 2018 +++ pkgsrc/www/contao35/Makefile Tue Mar 6 16:25:38 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2018/01/22 16:11:29 taca Exp $ +# $NetBSD: Makefile,v 1.38 2018/03/06 16:25:38 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.33 +CT_VERSION= 3.5.34 USE_TOOLS= bash:run pax NO_BUILD= yes FILESDIR?= ${.CURDIR}/files Index: pkgsrc/www/contao35/PLIST diff -u pkgsrc/www/contao35/PLIST:1.19 pkgsrc/www/contao35/PLIST:1.20 --- pkgsrc/www/contao35/PLIST:1.19 Mon Jan 22 16:11:29 2018 +++ pkgsrc/www/contao35/PLIST Tue Mar 6 16:25:38 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2018/01/22 16:11:29 taca Exp $ +@comment $NetBSD: PLIST,v 1.20 2018/03/06 16:25:38 taca Exp $ ${CT_WEBDIR}/.htaccess.default ${CT_WEBDIR}/README.md ${CT_WEBDIR}/assets/ace/1.1.9/ace.js @@ -412,8 +412,6 @@ ${CT_WEBDIR}/system/config/default.php ${CT_WEBDIR}/system/cron/.htaccess ${CT_WEBDIR}/system/cron/cron.php ${CT_WEBDIR}/system/docs/CHANGELOG.md -${CT_WEBDIR}/system/docs/GPL.txt -${CT_WEBDIR}/system/docs/LGPL.txt ${CT_WEBDIR}/system/docs/LIMITATIONS.md ${CT_WEBDIR}/system/docs/UPGRADE.md ${CT_WEBDIR}/system/helper/exception.php @@ -3474,6 +3472,8 @@ ${CT_WEBDIR}/vendor/simplepie/simplepie/ ${CT_WEBDIR}/vendor/simplepie/simplepie/library/SimplePie/XML/Declaration/Parser.php ${CT_WEBDIR}/vendor/simplepie/simplepie/library/SimplePie/gzdecode.php ${CT_WEBDIR}/vendor/swiftmailer/swiftmailer/.gitattributes +${CT_WEBDIR}/vendor/swiftmailer/swiftmailer/.github/ISSUE_TEMPLATE.md +${CT_WEBDIR}/vendor/swiftmailer/swiftmailer/.github/PULL_REQUEST_TEMPLATE.md ${CT_WEBDIR}/vendor/swiftmailer/swiftmailer/.gitignore ${CT_WEBDIR}/vendor/swiftmailer/swiftmailer/.php_cs.dist ${CT_WEBDIR}/vendor/swiftmailer/swiftmailer/.travis.yml Index: pkgsrc/www/contao35/distinfo diff -u pkgsrc/www/contao35/distinfo:1.29 pkgsrc/www/contao35/distinfo:1.30 --- pkgsrc/www/contao35/distinfo:1.29 Mon Jan 22 16:11:29 2018 +++ pkgsrc/www/contao35/distinfo Tue Mar 6 16:25:38 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.29 2018/01/22 16:11:29 taca Exp $ +$NetBSD: distinfo,v 1.30 2018/03/06 16:25:38 taca Exp $ -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 +SHA1 (contao-3.5.34.tar.gz) = 3f44d54b499b2e3539f2a41ca8cbfd01e1de1ef9 +RMD160 (contao-3.5.34.tar.gz) = f59840bdbf74f2eb1e6a1682375a85ea95371962 +SHA512 (contao-3.5.34.tar.gz) = c31f207157ae4db9d4a202584450989980afa20011a3779dff89004122e59d294ed11c664fc1a7b8701d6d22b5b1714a49f255220c525d5f4b40e4bad76c5b48 +Size (contao-3.5.34.tar.gz) = 11203406 bytes --_----------=_15203535398310--