diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-06-18 15:11:11 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-06-19 14:50:09 -0300 |
| commit | 5c85af3cef6c74b97a7d177d14aa349c44672f6d (patch) | |
| tree | d35939d3563e259f2ca944299d77f4e00cdcbf7b /testing | |
| parent | 4411ccd72b2fcf99d5d96ae2c3ea136f80054fd4 (diff) | |
| download | aports-5c85af3cef6c74b97a7d177d14aa349c44672f6d.tar.bz2 aports-5c85af3cef6c74b97a7d177d14aa349c44672f6d.tar.xz | |
testing/burp: depend on openssl, not libressl
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/burp/APKBUILD | 5 |
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" |
