aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-18 15:11:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-19 14:50:09 -0300
commit5c85af3cef6c74b97a7d177d14aa349c44672f6d (patch)
treed35939d3563e259f2ca944299d77f4e00cdcbf7b /testing
parent4411ccd72b2fcf99d5d96ae2c3ea136f80054fd4 (diff)
downloadaports-5c85af3cef6c74b97a7d177d14aa349c44672f6d.tar.bz2
aports-5c85af3cef6c74b97a7d177d14aa349c44672f6d.tar.xz
testing/burp: depend on openssl, not libressl
Diffstat (limited to 'testing')
-rw-r--r--testing/burp/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/burp/APKBUILD b/testing/burp/APKBUILD
index 0f5e36cc84..88878fe4a0 100644
--- a/testing/burp/APKBUILD
+++ b/testing/burp/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bernhard J. M. Gruen <bernhard.gruen@googlemail.com>
pkgname=burp
pkgver=2.3.4
-pkgrel=0
+pkgrel=1
pkgdesc="A network backup and restore program"
url="https://burp.grke.org"
arch="all"
@@ -23,7 +23,6 @@ subpackages="
source="https://github.com/grke/$pkgname/archive/$pkgver.zip
burp.init
"
-builddir="$srcdir/$pkgname-$pkgver"
# Check is deactivated as it needs --enable-forks in check/check-dev
options="!check"
@@ -62,7 +61,7 @@ server() {
pkgdesc="$pkgdesc (server configuration and helper scripts)"
# bash is needed on the server to run burp_ca, timer and notify scripts
# I am working on a version that does not need bash anymore
- depends="bash libressl"
+ depends="bash openssl"
cd "$builddir"