[tomcat-native] 03/07: Updated version 1.2.14 from 'upstream/1.2.14'

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Sep 14 12:32:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat-native.

commit 449acb795d28821ec1573ca5d59c84a0adcc5a00
Merge: 70daa21 29d5890
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Sep 14 13:21:05 2017 +0200

    Updated version 1.2.14 from 'upstream/1.2.14'
    
    with Debian dir a9be31b705051fda718103570d5e19e2273e0606

 CHANGELOG.txt                              |   32 +
 CMakeLists.txt                             |    1 +
 build.properties.default                   |    2 +-
 build.xml                                  |   20 +-
 docs/index.html                            |   20 +-
 docs/miscellaneous/changelog.html          |   59 +
 docs/news/2008.html                        |    2 +-
 docs/news/2009.html                        |    2 +-
 docs/news/2010.html                        |    2 +-
 docs/news/2011.html                        |    2 +-
 docs/news/2012.html                        |    2 +-
 docs/news/2013.html                        |    2 +-
 docs/news/2014.html                        |    2 +-
 docs/news/2015.html                        |    2 +-
 docs/news/2016.html                        |    2 +-
 docs/news/{2009.html => 2017.html}         |   16 +-
 java/org/apache/tomcat/jni/SSL.java        |   14 +-
 java/org/apache/tomcat/jni/SSLConf.java    |  113 +
 java/org/apache/tomcat/jni/SSLContext.java |   18 +
 native/Makefile.in                         |   10 +
 native/NMAKEmakefile                       |    1 +
 native/build-outputs.mk                    |    3 +-
 native/build/config.guess                  |  184 +-
 native/build/config.sub                    |   83 +-
 native/configure                           | 5363 ++++++++++++++++++++++++++++
 native/configure.in                        |    8 +-
 native/include/ssl_private.h               |   17 +-
 native/include/tcn_version.h               |    2 +-
 native/libtcnative.dsp                     |   12 +
 native/os/win32/libtcnative.rc             |    6 +-
 native/src/ssl.c                           |   39 +-
 native/src/sslconf.c                       |  414 +++
 native/src/sslcontext.c                    |  138 +-
 native/src/sslinfo.c                       |   12 +
 native/src/sslnetwork.c                    |   71 +-
 native/srclib/VERSIONS                     |    4 +-
 native/srclib/apr/NMAKEmakefile            |    1 +
 native/tcnative.dsp                        |   12 +
 native/tcnative.spec                       |    2 +-
 xdocs/index.xml                            |   18 +-
 xdocs/miscellaneous/changelog.xml          |   61 +
 xdocs/news/2017.xml                        |   41 +
 xdocs/news/project.xml                     |   37 +-
 xdocs/project.xml                          |   38 +-
 44 files changed, 6662 insertions(+), 228 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/tomcat-native.git



More information about the pkg-java-commits mailing list