Skip to content
Commits on Source (10)
......@@ -2,6 +2,16 @@
This is the Changelog for Tomcat Native 1.2.
Changes in 1.2.17
* Fix: 62094: Certificate verification using CRL with Tomcat APR
connector does not work. (jfclere)
* Fix: 62122: undefined symbol: SSL_COMP_free_compression_methods.
(jfclere)
* Fix: 62221: OCSP response processing uses always the first entry in
the response. (jfclere)
* Fix: Further clean-up in the OCSP extension logic. (jfclere)
Changes in 1.2.16
* Fix: Further clean-up in the parsing of the OCSP extension. (markt)
......@@ -189,4 +199,4 @@
Please see the 1.1.x changelog.
Copyright © 2008-2017, The Apache Software Foundation
Copyright © 2008-2018, The Apache Software Foundation
Apache Tomcat Native Library
Copyright 2002-2017 The Apache Software Foundation
Copyright 2002-2018 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
......
......@@ -18,7 +18,7 @@
# ----- Version Control Flags -----
version.major=1
version.minor=2
version.build=16
version.build=17
version.patch=0
version.suffix=
......
......@@ -30,7 +30,7 @@
<property name="project" value="tomcat-native" />
<property name="name" value="Tomcat Native" />
<property name="title" value="Tomcat Native Library"/>
<property name="year" value="2017" />
<property name="year" value="2018" />
<property name="test.runner" value="junit.textui.TestRunner"/>
......@@ -174,7 +174,7 @@
packagenames="org.apache.tomcat.*"
windowtitle="${title} (Version ${version})"
doctitle="&lt;h1&gt;${title} (Version ${version})&lt;/h1&gt;"
bottom="Copyright 2002-2017 The Apache Software Foundation.&lt;!--
bottom="Copyright 2002-2018 The Apache Software Foundation.&lt;!--
Licensed under the Apache License, Version 2.0 (the 'License');
you may not use this file except in compliance with the License.
......
tomcat-native (1.2.17-1) unstable; urgency=medium
* Team upload.
* New upstream release
* Changed the priority from extra to optional
* Standards-Version updated to 4.1.4
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
-- Emmanuel Bourg <ebourg@apache.org> Tue, 12 Jun 2018 15:22:46 +0200
tomcat-native (1.2.16-1) unstable; urgency=medium
* Team upload.
......@@ -247,4 +258,3 @@ tomcat-native (1.1.13-1) unstable; urgency=low
* Initial release. Closes: #485037.
-- Michael Koch <konqueror@gmx.de> Sat, 07 Jun 2008 15:16:14 +0200
Source: tomcat-native
Section: java
Priority: extra
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Damien Raude-Morvan <drazzib@debian.org>
Build-Depends:
debhelper (>= 10),
debhelper (>= 11~),
default-jdk,
dpkg-dev (>= 1.16.1~),
libapr1-dev,
libssl-dev
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/tomcat-native.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/tomcat-native.git
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/tomcat-native.git
Vcs-Browser: https://salsa.debian.org/java-team/tomcat-native
Homepage: http://tomcat.apache.org/native-doc/
Package: libtcnative-1
......
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Tomcat Native Library
Upstream-Contact: <http://tomcat.apache.org/native-doc/>
Source: http://www.apache.org/dist/tomcat/tomcat-connectors/native/
Files-Exluded: native/configure
Files: *
Copyright: 2004-2016, The Apache Software Foundation.
Copyright: 2004-2018, The Apache Software Foundation.
License: Apache-2.0
Files: debian/*
Copyright: 2008-2009, Michael Koch <konqueror@gmx.de>,
2010-2013, Damien Raude-Morvan <drazzib@debian.org>
2014-2018, Emmanuel Bourg <ebourg@apache.org>
License: Apache-2.0
License: Apache-2.0
......
version=3
http://www.apache.org/dist/tomcat/tomcat-connectors/native/([\d\.]+)/source/tomcat-native-([\d\.]+)-src\.tar\.gz debian uupdate
https://www.apache.org/dist/tomcat/tomcat-connectors/native/([\d\.]+)/source/tomcat-native-([\d\.]+)-src\.tar\.gz debian uupdate
......@@ -27,10 +27,10 @@
</div><h3 id="Headlines">Headlines</h3><div class="text">
<ul>
<li><a href="news/2017.html#20170904">4 September 2017 - <b>TC-Native-1.2.14
<li><a href="news/2017.html#20171120">20 November 2017 - <b>TC-Native-1.2.16
released</b></a>
<p>The Apache Tomcat team is proud to announce the immediate availability of
Tomcat Native 1.2.14 Stable.</p>
Tomcat Native 1.2.16 Stable.</p>
<p>
The sources and the binaries for selected platforms are available from the
<a href="../download-native.cgi">Download page</a>.
......@@ -79,18 +79,18 @@ list of changes.
Where:<br>
<code>$HOME/APR</code> is something like /usr/bin/apr-1-config or the path where apr is
installed.<br>
<code>$JAVA_HOME</code> is something /home/jfclere/JAVA/jdk1.5.0_09 path to a JDK
<code>$JAVA_HOME</code> is something /home/jfclere/JAVA/jdk1.7.0_80 path to a JDK
installation. Any JDK should work but it is advisable to use the same
JVM version the JVM you use with Tomcat.<br>
<code>$HOME/OPENSSL</code> is the path where OpenSSL is installed.<br>
<code>$CATALINA_HOME</code> is the path where the produced libraries will be
installed. Something like $HOME/apache-tomcat-6.0.16/<br>
installed. Something like $HOME/apache-tomcat-8.0.47/<br>
<br>
The configure is able to guess most of OpenSSL standard installations.
So most of the time the following will be enough:
</p>
<div class="codeBox"><pre><code>./configure --with-apr=/usr/bin/apr-1-config \
--with-java-home=/home/jfclere/JAVA/jdk1.5.0_09/ \
--with-java-home=/home/jfclere/JAVA/jdk1.7.0_80/ \
--with-ssl=yes \
--prefix=$CATALINA_HOME</code></pre></div>
<p>
......@@ -180,5 +180,5 @@ INFO: Initializing Coyote HTTP/1.1 on http-8080</code></pre></div>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -3,6 +3,23 @@
<p>
This is the Changelog for Tomcat Native 1.2.
</p>
</div><h3 id="Changes_in_1.2.17">Changes in 1.2.17</h3><div class="text">
<ul class="changelog">
<li><img alt="Fix: " class="icon" src="../images/fix.gif">
<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62094">62094</a>: Certificate verification using CRL with
Tomcat APR connector does not work. (jfclere)
</li>
<li><img alt="Fix: " class="icon" src="../images/fix.gif">
<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62122">62122</a>: undefined symbol: SSL_COMP_free_compression_methods. (jfclere)
</li>
<li><img alt="Fix: " class="icon" src="../images/fix.gif">
<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=62221">62221</a>: OCSP response processing uses always the first
entry in the response. (jfclere)
</li>
<li><img alt="Fix: " class="icon" src="../images/fix.gif">
Further clean-up in the OCSP extension logic. (jfclere)
</li>
</ul>
</div><h3 id="Changes_in_1.2.16">Changes in 1.2.16</h3><div class="text">
<ul class="changelog">
<li><img alt="Fix: " class="icon" src="../images/fix.gif">
......@@ -326,5 +343,5 @@
<p>Please see the <a href="../../native-1.1-doc/miscellaneous/changelog.html">1.1.x
changelog</a>.</p>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -24,5 +24,5 @@ and some bug fixes.
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -8,5 +8,5 @@ of Tomcat Native 1.1.18. This is a stable release adding some bug fixes.
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -13,5 +13,5 @@ of Tomcat Native 1.1.19. This is a stable release adding some bug fixes.
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -9,5 +9,5 @@ of Tomcat Native 1.1.22. This is a stable release adding some bug fixes.
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -19,5 +19,5 @@ experimental support for OCSP and PKCS12 certificates.
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -22,5 +22,5 @@ of Tomcat Native 1.1.27. This is a bug fixing release.
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -19,5 +19,5 @@
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -26,5 +26,5 @@
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file
......@@ -39,5 +39,5 @@
</p>
</div></div>
</div></div></div></div></div><footer><div id="footer">
Copyright &copy; 2008-2017, The Apache Software Foundation
Copyright &copy; 2008-2018, The Apache Software Foundation
</div></footer></div></body></html>
\ No newline at end of file