[tomcat-native] branch master updated (3260203 -> 6271860)
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sat May 27 23:09:58 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 3260203 Restored native/configure on the master branch
adds 7e38966 Removed the generated configure script from the upstream tarball
adds 04d164a New upstream version 1.2.12
adds be2a5bd Merge tag 'upstream/1.2.12'
adds 110356b Removed 01-disable-maintainer-mode.patch (fixed upstream)
adds 7ddd651 Upload to experimental
new 6271860 Upload to unstable
The 1 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 | 36 +-
NOTICE | 2 +-
build.properties.default | 26 +-
build.xml | 39 +-
debian/changelog | 16 +
debian/copyright | 1 +
debian/patches/01-disable-maintainer-mode.patch | 28 -
debian/patches/series | 1 -
docs/index.html | 26 +-
docs/miscellaneous/changelog.html | 56 +-
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 | 9 +-
examples/org/apache/tomcat/jni/Echo.java | 6 +-
examples/org/apache/tomcat/jni/LocalServer.java | 7 +-
examples/org/apache/tomcat/jni/SSLServer.java | 7 +-
java/org/apache/tomcat/Apr.java | 25 +-
java/org/apache/tomcat/jni/File.java | 8 +-
java/org/apache/tomcat/jni/Registry.java | 2 +-
java/org/apache/tomcat/jni/Status.java | 2 +-
native/BUILDING | 219 +-
native/NMAKEmakefile | 24 +-
native/build/config.guess | 10 +-
native/build/config.sub | 22 +-
native/build/tcnative.m4 | 11 +-
native/configure | 5348 --------------------
native/configure.in | 21 +-
native/include/ssl_private.h | 7 +
native/include/tcn_api.h | 2 +-
native/include/tcn_version.h | 2 +-
native/os/win32/libtcnative.rc | 6 +-
native/os/win32/system.c | 3 +
native/src/file.c | 4 -
native/src/info.c | 10 +-
native/src/network.c | 1 +
native/src/pool.c | 2 +
native/src/ssl.c | 51 +-
native/src/sslcontext.c | 47 +-
native/src/sslnetwork.c | 8 +-
native/src/sslutils.c | 2 +-
native/srclib/VERSIONS | 2 +-
native/tcnative.spec | 2 +-
.../org/apache/tomcat/jni/AbstractJniTest.java | 44 +-
test/org/apache/tomcat/jni/FileTestSuite.java | 41 -
.../apache/tomcat/jni/SocketServerTestBind.java | 130 -
.../apache/tomcat/jni/SocketServerTestSuite.java | 204 -
test/org/apache/tomcat/jni/TestFile.java | 67 +
test/org/apache/tomcat/jni/TestSocketServer.java | 219 +
.../jni/TestSocketServerAnyLocalAddress.java | 204 +
xdocs/index.xml | 26 +-
xdocs/miscellaneous/changelog.xml | 56 +
xdocs/news/2016.xml | 7 +
xdocs/style.xsl | 2 +-
59 files changed, 1102 insertions(+), 6015 deletions(-)
delete mode 100644 debian/patches/01-disable-maintainer-mode.patch
delete mode 100644 debian/patches/series
delete mode 100755 native/configure
copy java/org/apache/tomcat/jni/Sockaddr.java => test/org/apache/tomcat/jni/AbstractJniTest.java (57%)
delete mode 100644 test/org/apache/tomcat/jni/FileTestSuite.java
delete mode 100644 test/org/apache/tomcat/jni/SocketServerTestBind.java
delete mode 100644 test/org/apache/tomcat/jni/SocketServerTestSuite.java
create mode 100644 test/org/apache/tomcat/jni/TestFile.java
create mode 100644 test/org/apache/tomcat/jni/TestSocketServer.java
create mode 100644 test/org/apache/tomcat/jni/TestSocketServerAnyLocalAddress.java
--
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