Received: by mail.netbsd.org (Postfix, from userid 605) id 020A1855AE; Tue, 31 Oct 2017 14:33:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71236855AD for ; Tue, 31 Oct 2017 14:33:24 +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 9A2ZKj3ndFnP for ; Tue, 31 Oct 2017 14:33:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E8501855AC for ; Tue, 31 Oct 2017 14:33:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E2F1CFBDE; Tue, 31 Oct 2017 14:33:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1509460403157130" MIME-Version: 1.0 Date: Tue, 31 Oct 2017 14:33:23 +0000 From: "Filip Hajny" Subject: CVS commit: pkgsrc/www/apache-tomcat8 To: pkgsrc-changes@NetBSD.org Reply-To: fhajny@netbsd.org X-Mailer: log_accum Message-Id: <20171031143323.E2F1CFBDE@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. --_----------=_1509460403157130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fhajny Date: Tue Oct 31 14:33:23 UTC 2017 Modified Files: pkgsrc/www/apache-tomcat8: Makefile distinfo Log Message: Update www/apache-tomcat8 to 8.0.47. Notable changes: - A fix for CVE-2017-12617. - Add ExtractingRoot, a new WebResourceRoot implementation that extracts JARs to the work directory for improved performance when deploying packed WAR files. - Update the packaged version of the Tomcat Native Library to 1.2.14 Full changelog: https://tomcat.apache.org/tomcat-8.0-doc/changelog.html To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/apache-tomcat8/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/apache-tomcat8/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1509460403157130 Content-Disposition: inline Content-Length: 1855 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/apache-tomcat8/Makefile diff -u pkgsrc/www/apache-tomcat8/Makefile:1.14 pkgsrc/www/apache-tomcat8/Makefile:1.15 --- pkgsrc/www/apache-tomcat8/Makefile:1.14 Mon Sep 4 13:53:49 2017 +++ pkgsrc/www/apache-tomcat8/Makefile Tue Oct 31 14:33:23 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2017/09/04 13:53:49 ryoon Exp $ +# $NetBSD: Makefile,v 1.15 2017/10/31 14:33:23 fhajny Exp $ # DISTNAME= apache-tomcat-${TOMCAT_VER} @@ -21,7 +21,7 @@ USE_TOOLS+= pax .include "../../mk/bsd.prefs.mk" -TOMCAT_VER= 8.0.46 +TOMCAT_VER= 8.0.47 TOMCAT_HOME= ${PREFIX}/share/tomcat EGDIR= ${PREFIX}/share/examples/tomcat DOCDIR= ${PREFIX}/share/doc/tomcat Index: pkgsrc/www/apache-tomcat8/distinfo diff -u pkgsrc/www/apache-tomcat8/distinfo:1.15 pkgsrc/www/apache-tomcat8/distinfo:1.16 --- pkgsrc/www/apache-tomcat8/distinfo:1.15 Mon Sep 4 13:53:49 2017 +++ pkgsrc/www/apache-tomcat8/distinfo Tue Oct 31 14:33:23 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/09/04 13:53:49 ryoon Exp $ +$NetBSD: distinfo,v 1.16 2017/10/31 14:33:23 fhajny Exp $ -SHA1 (apache-tomcat-8.0.46.tar.gz) = 4729d071ef413cad70ffaeae7a64e52c13f88d42 -RMD160 (apache-tomcat-8.0.46.tar.gz) = 362c9db33fb806ff8a1aa663bd5fbe950597d5ab -SHA512 (apache-tomcat-8.0.46.tar.gz) = b940abddffe1d5d6661470426ae0d5e45dcc2c34895e7f520f8321cb191debf7c32d8dd66c72fa857713e816fd835b9ef79a62a05f612442f2194023aac60165 -Size (apache-tomcat-8.0.46.tar.gz) = 9352747 bytes +SHA1 (apache-tomcat-8.0.47.tar.gz) = 2b5a0d173040f9a576e372cae5d85b05599fd0eb +RMD160 (apache-tomcat-8.0.47.tar.gz) = dcdf582661feec7d197a7dbee75e5272c56c510f +SHA512 (apache-tomcat-8.0.47.tar.gz) = 7d543deaa552c8ed10b90e2e8f304a9f85eb7a35646838f2e6946da8f908242e0935b02a949a3878f55316a02f458f52070b384fe3b8ff47861a55f7c13cf94a +Size (apache-tomcat-8.0.47.tar.gz) = 9368661 bytes --_----------=_1509460403157130--