Author: tmancill Date: 2012-08-25 04:04:08 +0000 (Sat, 25 Aug 2012) New Revision: 16284
Added: tags/tomcat-native/1.1.24-1/ tags/tomcat-native/1.1.24-1/debian/README.Debian tags/tomcat-native/1.1.24-1/debian/changelog Removed: tags/tomcat-native/1.1.24-1/debian/README.Debian tags/tomcat-native/1.1.24-1/debian/changelog Log: [svn-buildpackage] Tagging tomcat-native 1.1.24-1 Deleted: tags/tomcat-native/1.1.24-1/debian/README.Debian =================================================================== --- trunk/tomcat-native/debian/README.Debian 2012-08-18 11:23:38 UTC (rev 16282) +++ tags/tomcat-native/1.1.24-1/debian/README.Debian 2012-08-25 04:04:08 UTC (rev 16284) @@ -1,18 +0,0 @@ -Debian usage of Tomcat Native Library -===================================== - -Enable Tomcat Native Library in Tomcat 6.x: -- edit /etc/tomcat6/server.xml to check if AprLifecycleListener is activated - [you should remove XML comments if present] -- start or restart Tomcat by using /etc/init.d/tomcat6 restart - -Check library loading at Tomcat 6.x startup: -- when starting, Tomcat will output the following log message - to a file named like /var/log/tomcat6/catalina.*.log ---- -org.apache.catalina.core.AprLifecycleListener init -INFO: Loaded APR based Apache Tomcat Native library 1.1.19. -org.apache.catalina.core.AprLifecycleListener init -INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. ---- - Copied: tags/tomcat-native/1.1.24-1/debian/README.Debian (from rev 16283, trunk/tomcat-native/debian/README.Debian) =================================================================== --- tags/tomcat-native/1.1.24-1/debian/README.Debian (rev 0) +++ tags/tomcat-native/1.1.24-1/debian/README.Debian 2012-08-25 04:04:08 UTC (rev 16284) @@ -0,0 +1,20 @@ +Debian usage of Tomcat Native Library +===================================== + +Enable Tomcat Native Library in Tomcat 6.x: +- edit /etc/tomcat6/server.xml to check if AprLifecycleListener is activated + [you should remove XML comments if present] +- start or restart Tomcat by using /etc/init.d/tomcat6 restart + +Check library loading at Tomcat 6.x startup: +- when starting, Tomcat will output the following log message + to a file named like /var/log/tomcat6/catalina.*.log +--- +org.apache.catalina.core.AprLifecycleListener init +INFO: Loaded APR based Apache Tomcat Native library 1.1.24. +org.apache.catalina.core.AprLifecycleListener init +INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true]. +--- + +If you are using Tomcat 7.x, follow the instructions above, replacing +tomcat6 with tomcat7. Deleted: tags/tomcat-native/1.1.24-1/debian/changelog =================================================================== --- trunk/tomcat-native/debian/changelog 2012-08-18 11:23:38 UTC (rev 16282) +++ tags/tomcat-native/1.1.24-1/debian/changelog 2012-08-25 04:04:08 UTC (rev 16284) @@ -1,107 +0,0 @@ -tomcat-native (1.1.23-1) unstable; urgency=low - - [ tony mancill ] - * Team upload. - * Remove Michael Koch from Uploaders (Closes: #654135) - - [ Damien Raude-Morvan ] - * New upstream release. - * d/control: Build-Depends on dpkg-dev (>= 1.16.1~) for hardening - flags - * d/rules: Enable hardening build. - * d/copyright: Use copyright-format 1.0. - * d/control: Bump Standards-Version to 3.9.3: no changes needed. - - -- Damien Raude-Morvan <[email protected]> Fri, 02 Mar 2012 19:51:58 +0100 - -tomcat-native (1.1.22-1) unstable; urgency=low - - * New upstream release: - - Update d/patches/drop_sslv2_support.diff patch. - - -- Damien Raude-Morvan <[email protected]> Fri, 12 Aug 2011 20:02:57 +0200 - -tomcat-native (1.1.20-3) unstable; urgency=low - - * Switch to 3.0 quilt source format. - * d/patches/drop_sslv2_support.diff: Drop support for SSLv2 - (Closes: #622141). - * d/copyright: Update to DEP-5 format. - - -- Damien Raude-Morvan <[email protected]> Sun, 10 Jul 2011 23:42:01 +0200 - -tomcat-native (1.1.20-2) unstable; urgency=low - - * Team upload. - * Remove *.la (Closes: #621279) - * Bump Standards-Version to 3.9.2 (no changes needed) - - -- tony mancill <[email protected]> Sat, 09 Apr 2011 10:57:15 -0700 - -tomcat-native (1.1.20-1) unstable; urgency=low - - * New upstream release: - - Prevent crashing JVM on shutdown. - * Bump Standards-Version to 3.8.4 (no changes needed) - - -- Damien Raude-Morvan <[email protected]> Sat, 20 Feb 2010 22:50:34 +0100 - -tomcat-native (1.1.19-1) unstable; urgency=low - - * New upstream release. - - minor versioning fix - - allows building against OpenSSL 1.0 - * Add a README.Debian to help users to setup Tomcat 6.x - with Tomcat Native Library - - -- Damien Raude-Morvan <[email protected]> Sun, 17 Jan 2010 01:27:46 +0100 - -tomcat-native (1.1.18-1) unstable; urgency=high - - * New upstream release. - - Fix CVE-2009-3555 SSL-Man-In-The-Middle attack - - set urgency=high to get security fix in testing - - -- Damien Raude-Morvan <[email protected]> Tue, 24 Nov 2009 01:46:20 +0100 - -tomcat-native (1.1.17-1) unstable; urgency=low - - * New upstream release. - * debian/control: - - Update my email address - - Bump Standards-Version to 3.8.3 (no changes needed) - - Bump debhelper version to >= 7 - - Update upstream Homepage field - - Use default-jdk instead of default-jdk-builddep as there is no - native (-gcj) package build. - * debian/copyright: - - Update upstream copyright years - - Add myself as debian/* copyright holder - * debian/libtcnative-1.lintian-overrides: - - Change to be version agnostic - - -- Damien Raude-Morvan <[email protected]> Sat, 07 Nov 2009 21:41:36 +0100 - -tomcat-native (1.1.16-1) unstable; urgency=low - - * New upstream release (Closes: #514500) - - Fix IPv6 issues (Closes: #517163, #521306) - * debian/control: - - Move libtcnative-1 to "java" section - - Add myself to Uploaders - - Bump Standards-Version to 3.8.1 (no changes needed) - * debian/watch: Update to new upstream location - * debian/rules: Provide a "get-orig-source" target using uscan - * debian/control: Build-Depends on default-jdk-builddep - * debian/rules: use JAVA_HOME=/usr/lib/jvm/default-java - * Remove debian/libtcnative-1.install and use dh_lintian - to install debian/libtcnative-1.lintian-overrides - - -- Damien Raude-Morvan <[email protected]> Sun, 29 Mar 2009 15:40:58 +0200 - -tomcat-native (1.1.13-1) unstable; urgency=low - - * Initial release. Closes: #485037. - - -- Michael Koch <[email protected]> Sat, 07 Jun 2008 15:16:14 +0200 - Copied: tags/tomcat-native/1.1.24-1/debian/changelog (from rev 16283, trunk/tomcat-native/debian/changelog) =================================================================== --- tags/tomcat-native/1.1.24-1/debian/changelog (rev 0) +++ tags/tomcat-native/1.1.24-1/debian/changelog 2012-08-25 04:04:08 UTC (rev 16284) @@ -0,0 +1,115 @@ +tomcat-native (1.1.24-1) unstable; urgency=low + + * Team upload. + * New upstream release (closes: #685516) + * Update README.Debian to include reference to tomcat7. + + -- tony mancill <[email protected]> Sat, 25 Aug 2012 03:55:06 +0000 + +tomcat-native (1.1.23-1) unstable; urgency=low + + [ tony mancill ] + * Team upload. + * Remove Michael Koch from Uploaders (Closes: #654135) + + [ Damien Raude-Morvan ] + * New upstream release. + * d/control: Build-Depends on dpkg-dev (>= 1.16.1~) for hardening + flags + * d/rules: Enable hardening build. + * d/copyright: Use copyright-format 1.0. + * d/control: Bump Standards-Version to 3.9.3: no changes needed. + + -- Damien Raude-Morvan <[email protected]> Fri, 02 Mar 2012 19:51:58 +0100 + +tomcat-native (1.1.22-1) unstable; urgency=low + + * New upstream release: + - Update d/patches/drop_sslv2_support.diff patch. + + -- Damien Raude-Morvan <[email protected]> Fri, 12 Aug 2011 20:02:57 +0200 + +tomcat-native (1.1.20-3) unstable; urgency=low + + * Switch to 3.0 quilt source format. + * d/patches/drop_sslv2_support.diff: Drop support for SSLv2 + (Closes: #622141). + * d/copyright: Update to DEP-5 format. + + -- Damien Raude-Morvan <[email protected]> Sun, 10 Jul 2011 23:42:01 +0200 + +tomcat-native (1.1.20-2) unstable; urgency=low + + * Team upload. + * Remove *.la (Closes: #621279) + * Bump Standards-Version to 3.9.2 (no changes needed) + + -- tony mancill <[email protected]> Sat, 09 Apr 2011 10:57:15 -0700 + +tomcat-native (1.1.20-1) unstable; urgency=low + + * New upstream release: + - Prevent crashing JVM on shutdown. + * Bump Standards-Version to 3.8.4 (no changes needed) + + -- Damien Raude-Morvan <[email protected]> Sat, 20 Feb 2010 22:50:34 +0100 + +tomcat-native (1.1.19-1) unstable; urgency=low + + * New upstream release. + - minor versioning fix + - allows building against OpenSSL 1.0 + * Add a README.Debian to help users to setup Tomcat 6.x + with Tomcat Native Library + + -- Damien Raude-Morvan <[email protected]> Sun, 17 Jan 2010 01:27:46 +0100 + +tomcat-native (1.1.18-1) unstable; urgency=high + + * New upstream release. + - Fix CVE-2009-3555 SSL-Man-In-The-Middle attack + - set urgency=high to get security fix in testing + + -- Damien Raude-Morvan <[email protected]> Tue, 24 Nov 2009 01:46:20 +0100 + +tomcat-native (1.1.17-1) unstable; urgency=low + + * New upstream release. + * debian/control: + - Update my email address + - Bump Standards-Version to 3.8.3 (no changes needed) + - Bump debhelper version to >= 7 + - Update upstream Homepage field + - Use default-jdk instead of default-jdk-builddep as there is no + native (-gcj) package build. + * debian/copyright: + - Update upstream copyright years + - Add myself as debian/* copyright holder + * debian/libtcnative-1.lintian-overrides: + - Change to be version agnostic + + -- Damien Raude-Morvan <[email protected]> Sat, 07 Nov 2009 21:41:36 +0100 + +tomcat-native (1.1.16-1) unstable; urgency=low + + * New upstream release (Closes: #514500) + - Fix IPv6 issues (Closes: #517163, #521306) + * debian/control: + - Move libtcnative-1 to "java" section + - Add myself to Uploaders + - Bump Standards-Version to 3.8.1 (no changes needed) + * debian/watch: Update to new upstream location + * debian/rules: Provide a "get-orig-source" target using uscan + * debian/control: Build-Depends on default-jdk-builddep + * debian/rules: use JAVA_HOME=/usr/lib/jvm/default-java + * Remove debian/libtcnative-1.install and use dh_lintian + to install debian/libtcnative-1.lintian-overrides + + -- Damien Raude-Morvan <[email protected]> Sun, 29 Mar 2009 15:40:58 +0200 + +tomcat-native (1.1.13-1) unstable; urgency=low + + * Initial release. Closes: #485037. + + -- Michael Koch <[email protected]> Sat, 07 Jun 2008 15:16:14 +0200 + _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

