aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hitch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-08 21:28:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:49 +0000
commit3ef9ae3376291f520b1bd6215a1f43588e130340 (patch)
treec7380b491e006a0aaad79ec2a4ec5afc17584336 /testing/hitch
parent30aae749a173b210cd6683d5eb2dae653057884f (diff)
downloadaports-3ef9ae3376291f520b1bd6215a1f43588e130340.tar.bz2
aports-3ef9ae3376291f520b1bd6215a1f43588e130340.tar.xz
testing/hitch: rebuild against libressl
Diffstat (limited to 'testing/hitch')
-rw-r--r--testing/hitch/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hitch/APKBUILD b/testing/hitch/APKBUILD
index ca7380f947..699cb4d9de 100644
--- a/testing/hitch/APKBUILD
+++ b/testing/hitch/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Raphael Cohn <raphael.cohn@stormmq.com>
pkgname=hitch
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="hitch is a TLS / SSL endpoint like stunnel"
url="https://hitch-tls.org/"
arch="all"
license="BSD"
depends="libev"
depends_dev=""
-makedepends="libev-dev openssl-dev automake autoconf py-docutils bison flex"
+makedepends="libev-dev libressl-dev automake autoconf py-docutils bison flex"
install=""
subpackages="$pkgname-doc"
source="https://github.com/varnish/hitch/archive/hitch-1.2.0.tar.gz"