[tomcat-native] branch master updated (43e3c87 -> 1cd657b)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon May 11 11:45:51 UTC 2015
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 43e3c87 Fixed the patch disabling the deprecated SSL protocols (Closes: #780447)
adds 097bc57 Imported Upstream version 1.1.33
adds c518820 Merge tag 'upstream/1.1.33'
adds fd8a9fd Removed the patch drop_sslv2_support.diff (Closes: #737969)
adds 1cd657b Upload to unstable
No new revisions were added by this update.
Summary of changes:
CHANGELOG.txt | 17 +-
NOTICE | 2 +-
debian/changelog | 8 +
debian/patches/drop_sslv2_support.diff | 56 ----
debian/patches/series | 1 -
jni/build.properties.default | 2 +-
jni/build.xml | 4 +-
jni/docs/index.html | 6 +-
jni/docs/miscellaneous/changelog.html | 27 +-
jni/docs/news/2008.html | 2 +-
jni/docs/news/2009.html | 2 +-
jni/docs/news/2010.html | 2 +-
jni/docs/news/2011.html | 2 +-
jni/docs/news/2012.html | 2 +-
jni/docs/news/2013.html | 2 +-
jni/docs/news/2014.html | 8 +-
jni/java/org/apache/tomcat/jni/Library.java | 43 ++-
.../apache/tomcat/jni/LibraryNotFoundError.java} | 43 ++-
jni/java/org/apache/tomcat/jni/SSL.java | 4 +-
jni/jnirelease.sh | 18 +-
jni/native/build/apr_common.m4 | 7 +-
jni/native/build/config.guess | 306 ++++++---------------
jni/native/build/config.sub | 21 +-
jni/native/include/ssl_private.h | 8 +-
jni/native/include/tcn_version.h | 4 +-
jni/native/os/win32/libtcnative.rc | 6 +-
jni/native/src/jnilib.c | 9 +-
jni/native/src/multicast.c | 12 +-
jni/native/src/poll.c | 22 +-
jni/native/src/ssl.c | 10 +-
jni/native/src/sslcontext.c | 4 +-
jni/native/src/sslinfo.c | 12 +-
jni/native/src/sslnetwork.c | 6 +-
jni/native/src/sslutils.c | 15 +-
jni/native/srclib/VERSIONS | 2 +-
jni/native/srclib/apr/apr-enable-ipv6.patch | 4 +-
jni/native/tcnative.spec | 2 +-
jni/xdocs/index.xml | 4 +-
jni/xdocs/miscellaneous/changelog.xml | 26 ++
jni/xdocs/news/2014.xml | 6 +
jni/xdocs/style.xsl | 2 +-
41 files changed, 333 insertions(+), 406 deletions(-)
delete mode 100644 debian/patches/drop_sslv2_support.diff
delete mode 100644 debian/patches/series
copy jni/{test/org/apache/tomcat/jni/FileTestSuite.java => java/org/apache/tomcat/jni/LibraryNotFoundError.java} (57%)
--
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