apache-tomcat: patch to use commons-daemon-1.2.3
The binary commons-daemon-1.2.2-bin.tar.gz is no longer available. A mirror ad berkely.edu has commons-daemon-1.2.3-bin.tar.gz so use that for bootstrapping.
This commit is contained in:
parent
2094655b6c
commit
272ea8c68c
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'apache-tomcat'
|
||||
pkgname=apache-tomcat
|
||||
version=9.0.37
|
||||
version=9.0.38
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${version}-src"
|
||||
hostmakedepends="openjdk8 apache-ant"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://tomcat.apache.org"
|
||||
distfiles="http://mirrors.gigenet.com/apache/tomcat/tomcat-9/v${version}/src/${pkgname}-${version}-src.tar.gz"
|
||||
checksum=1148357b8d38f571d2c69cc03341b6dabb3f70aad86e4dcd6c61deee751a936c
|
||||
checksum=72de3de15d6ddced50c6c78958e6369c393c8500dfa819207d64662c26e0c9c2
|
||||
|
||||
system_accounts="tomcat"
|
||||
make_dirs="/usr/share/${pkgname}/webapps 0755 tomcat tomcat
|
||||
|
@ -19,6 +19,14 @@ make_dirs="/usr/share/${pkgname}/webapps 0755 tomcat tomcat
|
|||
/usr/share/${pkgname}/temp 0755 tomcat tomcat"
|
||||
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue