[netty-tcnative] branch master updated (d58ddfb -> 97ab84b)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat Jul 16 22:02:33 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 d58ddfb New upstream release (1.1.33.Fork15)
new 0043cde Standards-Version updated to 3.9.8
adds 20ab257 Imported Upstream version 1.1.33.Fork16
new 51a4a3a Merge tag 'upstream/1.1.33.Fork16'
adds a9feb62 Imported Upstream version 1.1.33.Fork17
new 7e799a8 Merge tag 'upstream/1.1.33.Fork17'
adds 43ae34c Imported Upstream version 1.1.33.Fork19
new 87e5210 Merge tag 'upstream/1.1.33.Fork19'
new 97ab84b New upstream release (1.1.33.Fork19)
The 5 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 | 56 ++-
debian/changelog | 8 +
debian/control | 2 +-
libressl-static/pom.xml | 3 +-
openssl-dynamic/pom.xml | 2 +-
openssl-dynamic/src/main/c/jnilib.c | 31 +-
openssl-dynamic/src/main/c/ssl.c | 139 ++++++-
openssl-dynamic/src/main/c/ssl_private.h | 35 +-
openssl-dynamic/src/main/c/sslcontext.c | 463 +++++++++++++--------
openssl-dynamic/src/main/c/sslutils.c | 195 ++++++++-
.../tomcat/jni/CertificateRequestedCallback.java | 36 ++
.../org/apache/tomcat/jni/CertificateVerifier.java | 5 +
.../src/main/java/org/apache/tomcat/jni/SSL.java | 48 +++
.../java/org/apache/tomcat/jni/SSLContext.java | 42 +-
.../src/main/native-package/m4/tcnative.m4 | 2 +-
.../src/main/native-package/vs2010.vcxproj | 10 +-
openssl-static/pom.xml | 3 +-
pom.xml | 60 ++-
vs2010.vcxproj.static.template | 26 +-
19 files changed, 933 insertions(+), 233 deletions(-)
create mode 100644 openssl-dynamic/src/main/java/org/apache/tomcat/jni/CertificateRequestedCallback.java
--
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