aboutsummaryrefslogtreecommitdiffstats
path: root/community/duo_unix
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2016-10-07 13:03:00 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2016-10-10 12:04:37 +0000
commit5b14413b185b5666227577a7fb9696aa7a8676bc (patch)
treefc86063afd336526720eb7b331d7e675a86c8783 /community/duo_unix
parentf3131a3f6984ab88ada5e1a2bb04a104cf44ced3 (diff)
downloadaports-5b14413b185b5666227577a7fb9696aa7a8676bc.tar.bz2
aports-5b14413b185b5666227577a7fb9696aa7a8676bc.tar.xz
community/duo_unix: rebuild against libressl
Diffstat (limited to 'community/duo_unix')
-rw-r--r--community/duo_unix/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/duo_unix/APKBUILD b/community/duo_unix/APKBUILD
index f2feb40bdb..a671179f1a 100644
--- a/community/duo_unix/APKBUILD
+++ b/community/duo_unix/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Paul Morgan <jumanjiman@gmail.com>
pkgname=duo_unix
pkgver=1.9.19
-pkgrel=1
+pkgrel=2
pkgdesc="duosecurity.com two-factor authentication"
url="https://duo.com/support/documentation/duounix"
arch="all"
license="GPL2"
depends=""
-depends_dev="openssl-dev zlib-dev"
+depends_dev="libressl-dev zlib-dev"
makedepends="$depends_dev"
install=""
options="suid"