aboutsummaryrefslogtreecommitdiffstats
path: root/main/abuild/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-08 12:35:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-08 12:35:12 +0000
commit49eccf14305f76456e897e400bdd1c0baf36cf89 (patch)
treec1bb1f810db5f98903c7569d59621ea895dcefec /main/abuild/APKBUILD
parent3255d98c5bb75c050ec3568a99f45f0b92a9c2a7 (diff)
downloadaports-49eccf14305f76456e897e400bdd1c0baf36cf89.tar.bz2
aports-49eccf14305f76456e897e400bdd1c0baf36cf89.tar.xz
main/abuild: backport libressl fallback for abuild-sign
then /usr/bin/openssl binary may be deleted while replacing libressl with openssl. Make sure we can sign the index by falling mback to libressl if openssl is missing.
Diffstat (limited to 'main/abuild/APKBUILD')
-rw-r--r--main/abuild/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/abuild/APKBUILD b/main/abuild/APKBUILD
index e8cd1ba0f0..ca4a3e9635 100644
--- a/main/abuild/APKBUILD
+++ b/main/abuild/APKBUILD
@@ -2,7 +2,7 @@
pkgname=abuild
pkgver=3.3.0_pre1
_ver=${pkgver%_git*}
-pkgrel=2
+pkgrel=3
pkgdesc="Script to build Alpine Packages"
url="https://git.alpinelinux.org/cgit/abuild/"
arch="all"
@@ -23,6 +23,7 @@ pkggroups="abuild"
source="https://dev.alpinelinux.org/archive/abuild/abuild-$_ver.tar.xz
0001-abuild-rmtemp-Do-not-follow-symbolic-links.patch
add-multithreaded-compression.patch
+ 0001-abuild-sign-fall-back-to-libressl-if-openssl-is-miss.patch
"
builddir="$srcdir/$pkgname-$_ver"
@@ -72,4 +73,5 @@ _rootbld() {
sha512sums="5d3c2c04a7d6ede2c08b524423f9594ced42d4d67f10327996a38e0782fc2de1f8086187aa9a9072df5c1aced540bdcf1b8002b832df4cf2c6a56f6f89657aa7 abuild-3.3.0_pre1.tar.xz
e2cefff3b9d460132a7ef90c5f8ddb309b748e2ef40157c31d3dc047b0516838d8c5a0fe51952e004252ad15a76c5758d61f8deb35a970a0841fec188f8d521d 0001-abuild-rmtemp-Do-not-follow-symbolic-links.patch
-933430cfa7f1e37eb3a1867fbf99581e6ae67be4d0a31c84d1a392ccf3ce95862a9b5a0a8cafd8b65edad46ef900bb6ca6a10666993c972b65fdd92b7c07f2d3 add-multithreaded-compression.patch"
+933430cfa7f1e37eb3a1867fbf99581e6ae67be4d0a31c84d1a392ccf3ce95862a9b5a0a8cafd8b65edad46ef900bb6ca6a10666993c972b65fdd92b7c07f2d3 add-multithreaded-compression.patch
+9b4a13667897ca953f46367f01253781fba1134b2c28f82d0e85ed89bb907c61db1eb9dce875d9c164ac9bd540ebe1d8e9120bc3f75d55a47612e50b24a89d5c 0001-abuild-sign-fall-back-to-libressl-if-openssl-is-miss.patch"