aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2018-10-10 22:09:39 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2018-10-14 13:42:08 +0200
commit671e132c84f480777075ac92cf97c80a8ed6f00a (patch)
tree7e86aadb1e7bec98c49bdc01e2c3669600da1e67 /community
parent94dae47b787b95188708420ea5c8056ec7da73f7 (diff)
downloadaports-671e132c84f480777075ac92cf97c80a8ed6f00a.tar.bz2
aports-671e132c84f480777075ac92cf97c80a8ed6f00a.tar.xz
community/tomcat-native: rebuild with libressl support
Upstream added support for libressl in release 1.2.13 [0]. Before that libressl was not supported. [0]: https://tomcat.apache.org/native-doc/miscellaneous/changelog.html#Changes_in_1.2.13
Diffstat (limited to 'community')
-rw-r--r--community/tomcat-native/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/tomcat-native/APKBUILD b/community/tomcat-native/APKBUILD
index 8eb09d38fd..72bc4031db 100644
--- a/community/tomcat-native/APKBUILD
+++ b/community/tomcat-native/APKBUILD
@@ -1,15 +1,14 @@
# Contributor: Sean Summers <seansummers@gmail.com>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
-# TODO: Patch for LibreSSL.
pkgname=tomcat-native
pkgver=1.2.17
-pkgrel=0
+pkgrel=1
pkgdesc="Native resources optional component for Apache Tomcat"
-url="http://tomcat.apache.org/native-doc/"
+url="https://tomcat.apache.org/native-doc/"
arch="all"
license="Apache-2.0"
depends="openjdk8-jre-base"
-makedepends="apr-dev chrpath openjdk8 openssl1.0-dev"
+makedepends="apr-dev chrpath openjdk8 libressl-dev"
subpackages="$pkgname-dev"
source="https://www-eu.apache.org/dist/tomcat/tomcat-connectors/native/$pkgver/source/$pkgname-$pkgver-src.tar.gz"
builddir="$srcdir/$pkgname-$pkgver-src/native"