diff options
Diffstat (limited to 'testing/shellinabox/APKBUILD')
-rw-r--r-- | testing/shellinabox/APKBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/testing/shellinabox/APKBUILD b/testing/shellinabox/APKBUILD index ae7a4ed3d3..1d97aee538 100644 --- a/testing/shellinabox/APKBUILD +++ b/testing/shellinabox/APKBUILD @@ -3,19 +3,21 @@ pkgname=shellinabox _daemonname=${pkgname}d pkgver=2.21 -pkgrel=0 +pkgrel=1 pkgdesc="Implementation of a web server that can export arbitrary command line tools to a web based terminal emulator" url="https://github.com/shellinabox/shellinabox" arch="all" -license="GPL-2.0" -makedepends="autoconf automake m4 libtool libressl-dev zlib-dev" +license="GPL-2.0-or-later" +makedepends="autoconf automake m4 libtool openssl-dev zlib-dev" subpackages="$pkgname-doc $pkgname-openrc" pkgusers="$_daemonname" pkggroups="$_daemonname" install="$pkgname.pre-install" source="http://slackware.co.nz/raspbian/raspbian/pool/main/s/$pkgname/${pkgname}_${pkgver}.tar.xz $pkgname.initd - $pkgname.confd" + $pkgname.confd + openssl-1.1.patch + " builddir="$srcdir/$pkgname" prepare() { @@ -50,4 +52,5 @@ package() { sha512sums="284ce2d76daa6a3c57060e380a777befd69870e5fce52311e8dcf4e55ac57fb265662d9194915aeed7c842d2e9f10f9ab5bf4e9ae0afebee6c7650219459cc2b shellinabox_2.21.tar.xz 47206ce991f642e474387c5c00ee4fd8cae0c71da6075e3c62381bb75b46085c35767e817932da64a112b58535516fc620d089434e478c844b4cd7c62bdae654 shellinabox.initd -2e0ef340d88cd62cac4c7c073bdcb79e2e88c77aab7e310daa4ae8b27c297b6138262762dae1f054928f02b38d4a8185dd9b357fd3f59a635c04697fd620cfef shellinabox.confd" +2e0ef340d88cd62cac4c7c073bdcb79e2e88c77aab7e310daa4ae8b27c297b6138262762dae1f054928f02b38d4a8185dd9b357fd3f59a635c04697fd620cfef shellinabox.confd +b3dfc8642408b65f0b271a49500950480fcce6cb173009694882096a352d0db52f7beb4f82f886a5c5ce0c00bac23744939a8965312bfff74b6127e288846e7d openssl-1.1.patch" |