[arch-commits] Commit in tomcat/trunk (PKGBUILD)

Guillaume Alaux guillaume at archlinux.org
Sun Feb 6 21:19:55 UTC 2011


    Date: Sunday, February 6, 2011 @ 16:19:55
  Author: guillaume
Revision: 109160

upgpkg: tomcat 5.5.32-1
Upstream release - fixes security issue

Modified:
  tomcat/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-06 21:06:14 UTC (rev 109159)
+++ PKGBUILD	2011-02-06 21:19:55 UTC (rev 109160)
@@ -2,8 +2,8 @@
 # Maintainer: Guillaume ALAUX <guillaume at archlinux dot org>
 # Contributor: Hugo Doria <hugo at archlinux.org>
 pkgname=tomcat
-pkgver=5.5.31
-pkgrel=2
+pkgver=5.5.32
+pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc="Servlet container for Java Servlet and JavaServer Pages"
 url="http://tomcat.apache.org/"
@@ -15,7 +15,7 @@
 source=(http://archive.apache.org/dist/tomcat/tomcat-5/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz
 	'tomcat'
 	'tomcat.conf.d')
-md5sums=('9ab07386e23f4c3dfc3b0a5e29b5f854'
+md5sums=('ce7a455da223977133577ffd9cafe233'
          '20e6a8e89a148e2b0ac81ca03ceea6b1'
          '368322d8a51ce20cc5dbdb505706a16a')
 
@@ -24,7 +24,7 @@
   # build jsvc
   cd ${srcdir}/apache-${pkgname}-${pkgver}/bin
   tar xzf commons-daemon-native.tar.gz
-  cd commons-daemon-1.0.2-native-src/unix
+  cd commons-daemon-1.0.5-native-src/unix
   sh configure --with-java=/usr/lib/jvm/java-6-openjdk
   make clean
   make




More information about the arch-commits mailing list