Received: by mail.netbsd.org (Postfix, from userid 605) id 652FA84D63; Sun, 16 Jul 2017 08:16:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id EB7EE84D39 for ; Sun, 16 Jul 2017 08:16:42 +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 5T9Y9XTBNV6l for ; Sun, 16 Jul 2017 08:16:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 759AA84C86 for ; Sun, 16 Jul 2017 08:16:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 70FC1FACC; Sun, 16 Jul 2017 08:16:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1500193002141460" MIME-Version: 1.0 Date: Sun, 16 Jul 2017 08:16:42 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q2] pkgsrc/www/contao35 To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20170716081642.70FC1FACC@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. --_----------=_1500193002141460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Jul 16 08:16:42 UTC 2017 Modified Files: pkgsrc/www/contao35 [pkgsrc-2017Q2]: Makefile distinfo Log Message: Pullup ticket #5513 - requested by taca www/contao35: security fix Revisions pulled up: - www/contao35/Makefile 1.31 - www/contao35/distinfo 1.24 --- Module Name: pkgsrc Committed By: taca Date: Wed Jul 12 14:42:55 UTC 2017 Modified Files: pkgsrc/www/contao35: Makefile distinfo Log Message: 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). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.30.2.1 pkgsrc/www/contao35/Makefile cvs rdiff -u -r1.23 -r1.23.2.1 pkgsrc/www/contao35/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1500193002141460 Content-Disposition: inline Content-Length: 1790 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.30 pkgsrc/www/contao35/Makefile:1.30.2.1 --- pkgsrc/www/contao35/Makefile:1.30 Tue Apr 25 15:50:41 2017 +++ pkgsrc/www/contao35/Makefile Sun Jul 16 08:16:42 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2017/04/25 15:50:41 taca Exp $ +# $NetBSD: Makefile,v 1.30.2.1 2017/07/16 08:16:42 bsiegert Exp $ # DISTNAME= contao-${CT_PKGVER} @@ -21,7 +21,7 @@ DEPENDS+= ${PHP_PKG_PREFIX}-curl>=5.4.0: 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 Index: pkgsrc/www/contao35/distinfo diff -u pkgsrc/www/contao35/distinfo:1.23 pkgsrc/www/contao35/distinfo:1.23.2.1 --- pkgsrc/www/contao35/distinfo:1.23 Tue Apr 25 15:50:41 2017 +++ pkgsrc/www/contao35/distinfo Sun Jul 16 08:16:42 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2017/04/25 15:50:41 taca Exp $ +$NetBSD: distinfo,v 1.23.2.1 2017/07/16 08:16:42 bsiegert 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 --_----------=_1500193002141460--