Path to this page:
./
www/apache-tomcat85,
Implementation of Java Servlet and JavaServer Pages technologies
Branch: pkgsrc-2017Q3,
Version: 8.5.23,
Package name: apache-tomcat-8.5.23,
Maintainer: ryoonApache Tomcat is an implementation of the Java Servlet and JavaServer Pages
technologies. The Java Servlet and JavaServer Pages specifications are
developed under the Java Community Process.
Apache Tomcat is developed in an open and participatory environment and
released under the Apache Software License. Apache Tomcat is intended to
be a collaboration of the best-of-breed developers from around the world.
We invite you to participate in this open development project.
Apache Tomcat powers numerous large-scale, mission-critical web applications
across a diverse range of industries and organizations.
This package tracks 8.5.x release branch.
Required to run:[
lang/openjdk8]
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
SHA1: 1ba27c1bb86ab9c8404e98068800f90bd662523c
RMD160: 9a1bf8477fb430a7c76af8c1da7a197ca0f079f2
Filesize: 9250.48 KB
Version history: (Expand)
- (2017-11-04) Updated to version: apache-tomcat-8.5.23
- (2017-09-28) Package added to pkgsrc.se, version apache-tomcat-8.5.20 (created)
CVS history: (Expand)
2017-11-04 20:33:29 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5597 - requested by sevan
www/apache-tomcat85: security fix
Revisions pulled up:
- www/apache-tomcat85/Makefile 1.4
- www/apache-tomcat85/distinfo 1.4
---
Module Name: pkgsrc
Committed By: ryoon
Date: Wed Oct 25 14:18:47 UTC 2017
Modified Files:
pkgsrc/www/apache-tomcat85: Makefile distinfo
Log message:
Update to 8.5.23
Changelog:
A fix for CVE-2017-12617.
Stricter validation of the HTTP Host header.
Add ExtractingRoot, a new WebResourceRoot implementation that
extracts JARs to the work directory for improved performance when
deploying packed WAR files.
Added support for the OpenSSL SSL_CONF API. To support this the
minimum required Tomcat Native version is 1.2.14.
|