libraries/tomcat-native: Updated for version 1.2.23.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2019-12-29 10:51:32 +07:00 committed by Willy Sudiarto Raharjo
parent 1dac96abcb
commit 9739403aa9
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 7 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=tomcat-native
VERSION=${VERSION:-1.2.21}
VERSION=${VERSION:-1.2.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -89,6 +89,9 @@ find -L . \
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
# Don't ship .la files:
rm -f $PKG/{,usr/}lib${LIBDIRSUFFIX}/*.la
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CHANGELOG.txt CMakeLists.txt LICENSE NOTICE README.txt TODO.txt docs/ \

View file

@ -1,8 +1,8 @@
PRGNAM="tomcat-native"
VERSION="1.2.21"
VERSION="1.2.23"
HOMEPAGE="https://tomcat.apache.org/native-doc/"
DOWNLOAD="https://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.21/source/tomcat-native-1.2.21-src.tar.gz"
MD5SUM="6ca4e4c15e38bda426656cda5f3308c7"
DOWNLOAD="https://archive.apache.org/dist/tomcat/tomcat-connectors/native/1.2.23/source/tomcat-native-1.2.23-src.tar.gz"
MD5SUM="feb49fa49373423afae28c36b62d82df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="adoptopenjdk"