mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
apache-tomcat: update to 9.0.106.
This commit is contained in:
parent
08dfdbf1b2
commit
6f525b9d10
1 changed files with 4 additions and 12 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'apache-tomcat'
|
# Template file for 'apache-tomcat'
|
||||||
pkgname=apache-tomcat
|
pkgname=apache-tomcat
|
||||||
version=9.0.38
|
version=9.0.106
|
||||||
revision=2
|
revision=1
|
||||||
hostmakedepends="openjdk8 apache-ant"
|
hostmakedepends="openjdk17 apache-ant"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="Open source implementation of the Java Servlet"
|
short_desc="Open source implementation of the Java Servlet"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://tomcat.apache.org"
|
homepage="https://tomcat.apache.org"
|
||||||
distfiles="https://archive.apache.org/dist/tomcat/tomcat-${version%%.*}/v${version}/src/apache-tomcat-${version}-src.tar.gz"
|
distfiles="https://archive.apache.org/dist/tomcat/tomcat-${version%%.*}/v${version}/src/apache-tomcat-${version}-src.tar.gz"
|
||||||
checksum=72de3de15d6ddced50c6c78958e6369c393c8500dfa819207d64662c26e0c9c2
|
checksum=0a79155d3a9aee2f3e9f397c32b675fa4a931fab0df6f34875d661f73cb82bb7
|
||||||
|
|
||||||
system_accounts="tomcat"
|
system_accounts="tomcat"
|
||||||
make_dirs="/usr/share/${pkgname}/webapps 0755 tomcat tomcat
|
make_dirs="/usr/share/${pkgname}/webapps 0755 tomcat tomcat
|
||||||
|
@ -18,14 +18,6 @@ make_dirs="/usr/share/${pkgname}/webapps 0755 tomcat tomcat
|
||||||
/usr/share/${pkgname}/temp 0755 tomcat tomcat"
|
/usr/share/${pkgname}/temp 0755 tomcat tomcat"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# Meanwhile commons-daemon was updated to 1.2.3
|
|
||||||
local _cd_version="1.2.3"
|
|
||||||
local _cd_mirror="http://mirrors.ocf.berkeley.edu/apache/commons/daemon/binaries/"
|
|
||||||
local _cd_sha512="0d7ced8f5d6fd3e8781146ee47c37046c6ccd2f364138f89d137eea5f0255e1b2afae5faf7005164c077087cb08203fd44478d5c14c57c7df449feb324443447"
|
|
||||||
vsed -i build.properties.default \
|
|
||||||
-e "s;\(commons-daemon.version\)=1.2.2;\1=${_cd_version};" \
|
|
||||||
-e "s;\(base-apache.loc.1\)=.*;\1=${_cd_mirror};" \
|
|
||||||
-e "s;\(commons-daemon.bin.checksum.value\)=.*;\1=${_cd_sha512};"
|
|
||||||
ant
|
ant
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue