[pkg-java] r12649 - trunk/tomcat6/debian

Thierry Carrez ttx-guest at alioth.debian.org
Thu Jun 24 13:18:07 UTC 2010


Author: ttx-guest
Date: 2010-06-24 13:17:59 +0000 (Thu, 24 Jun 2010)
New Revision: 12649

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/tomcat6.postinst
Log:
Allow binding to any interface when using authbind, rather than only allow
binding to all (LP: #594989)

Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog	2010-06-23 19:40:04 UTC (rev 12648)
+++ trunk/tomcat6/debian/changelog	2010-06-24 13:17:59 UTC (rev 12649)
@@ -7,11 +7,13 @@
       location for the security.policy file in catalina.sh.
     - Closes: #585379, LP: #591802. Thanks to Jeff Turner for the original
       patches and to Adam Guthrie for the Lucid debdiff.
+  * Allow binding to any interface when using authbind, rather than only allow
+    binding to all (LP: #594989)
 
   [ Torsten Werner ]
   * Remove Paul from Uploaders list.
 
- -- Torsten Werner <twerner at debian.org>  Thu, 17 Jun 2010 19:10:04 +0200
+ -- Thierry Carrez <thierry.carrez at ubuntu.com>  Thu, 24 Jun 2010 15:15:12 +0200
 
 tomcat6 (6.0.26-3) unstable; urgency=low
 

Modified: trunk/tomcat6/debian/tomcat6.postinst
===================================================================
--- trunk/tomcat6/debian/tomcat6.postinst	2010-06-23 19:40:04 UTC (rev 12648)
+++ trunk/tomcat6/debian/tomcat6.postinst	2010-06-24 13:17:59 UTC (rev 12649)
@@ -31,7 +31,7 @@
 			chmod 755 /etc/authbind
 			chmod 755 /etc/authbind/byuid
 		fi
-		echo '0.0.0.0/32:1,1023' >/etc/authbind/byuid/$TOMCAT_UID
+		echo '0.0.0.0/0:1,1023' >/etc/authbind/byuid/$TOMCAT_UID
 		chown $TOMCAT6_USER:$TOMCAT6_GROUP /etc/authbind/byuid/$TOMCAT_UID
 		chmod 700 /etc/authbind/byuid/$TOMCAT_UID
 	fi




More information about the pkg-java-commits mailing list