[netty-tcnative] branch master updated (97ab84b -> b42c53c)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Aug 29 23:06:02 UTC 2016


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

ebourg-guest pushed a change to branch master
in repository netty-tcnative.

      from  97ab84b   New upstream release (1.1.33.Fork19)
      adds  a15655e   New upstream version 1.1.33.Fork20
       new  06cc59e   Merge tag 'upstream/1.1.33.Fork20'
       new  ec3ce0b   Refreshed debian/watch
      adds  b16f830   New upstream version 1.1.33.Fork21
       new  0f33f6d   Merge tag 'upstream/1.1.33.Fork21'
       new  b42c53c   New upstream release (1.1.33.Fork21)

The 4 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:
 boringssl-static/pom.xml                           |   2 +-
 debian/changelog                                   |   8 +
 debian/watch                                       |   2 +-
 libressl-static/pom.xml                            |  64 +++-----
 openssl-dynamic/pom.xml                            |   2 +-
 openssl-dynamic/src/main/c/jnilib.c                |  32 +++-
 openssl-dynamic/src/main/c/ssl.c                   | 166 ++++++++++++++++++---
 openssl-dynamic/src/main/c/ssl_private.h           |  10 +-
 openssl-dynamic/src/main/c/sslcontext.c            | 150 ++++++++++---------
 openssl-dynamic/src/main/c/sslutils.c              |  45 ++++--
 openssl-dynamic/src/main/c/tcn.h                   |   8 +
 openssl-dynamic/src/main/c/tcn_api.h               |   4 +
 .../tomcat/jni/CertificateRequestedCallback.java   |  37 ++++-
 .../main/java/org/apache/tomcat/jni/Library.java   |   6 +-
 .../src/main/java/org/apache/tomcat/jni/SSL.java   |  38 +++++
 .../java/org/apache/tomcat/jni/SSLContext.java     |  75 ++++++++--
 .../apache/tomcat/jni/socket/AprSocketContext.java |  26 ++--
 openssl-static/pom.xml                             |   2 +-
 pom.xml                                            |  16 +-
 19 files changed, 493 insertions(+), 200 deletions(-)

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



More information about the pkg-java-commits mailing list