[tomcat-native] branch master updated (6271860 -> 6d01c3b)

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 change to branch master
in repository tomcat-native.

      from  6271860   Upload to unstable
       new  259c465   Standards-Version updated to 4.1.0
       new  70daa21   Wrap and sort
      adds  29d5890   New upstream version 1.2.14
       new  449acb7   Updated version 1.2.14 from 'upstream/1.2.14'
       new  0c50072   New upstream release (1.2.14)
       new  2b976b7   Build with OpenSSL 1.1 (Closes: #859742)
       new  0780ee1   Updated debian/README.Debian
       new  6d01c3b   Upload to unstable

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.txt                              |   32 +
 CMakeLists.txt                             |    1 +
 build.properties.default                   |    2 +-
 build.xml                                  |   20 +-
 debian/README.Debian                       |   22 +-
 debian/changelog                           |   10 +
 debian/control                             |   13 +-
 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/{2011.xml => 2017.xml}          |   21 +-
 xdocs/news/project.xml                     |   37 +-
 xdocs/project.xml                          |   38 +-
 47 files changed, 6659 insertions(+), 256 deletions(-)
 copy docs/news/{2009.html => 2017.html} (52%)
 create mode 100644 java/org/apache/tomcat/jni/SSLConf.java
 create mode 100755 native/configure
 create mode 100644 native/src/sslconf.c
 copy xdocs/news/{2011.xml => 2017.xml} (67%)

-- 
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