aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-11-23 16:08:07 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2021-11-23 16:08:38 +0100
commit88c59e5f13d2699eab90d24b1c6aaf00d5f7b8b0 (patch)
tree535b7fb0d1936afb90213da7a9997c143af96880
parent114a38f0c08097218da13f86392b581f9a8a808b (diff)
main/libsrtp: bump pkgrel to rebuild against libcrypto.so.1.1
For some reason ppc64le build was linked against libcrypto.so.3. Rebuild against openssl 1.1
-rw-r--r--main/libsrtp/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libsrtp/APKBUILD b/main/libsrtp/APKBUILD
index 7ed64826b94..9a0101850ca 100644
--- a/main/libsrtp/APKBUILD
+++ b/main/libsrtp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libsrtp
pkgver=2.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="implementation of the Secure Real-time Transport Protocol (SRTP)"
url="https://github.com/cisco/libsrtp"
arch="all"