aboutsummaryrefslogtreecommitdiffstats
path: root/community/xmlsec
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-11-02 13:52:59 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-11-07 16:46:14 +0000
commit3011be68ebf8a8f308b7851f1720bbb42510956b (patch)
treeb2748ca3694214df6cd2c4d4f9665c8e4e1daa43 /community/xmlsec
parent8f6ea8cfeba0c56fc8a29a8ed25e7415545c6f0c (diff)
community/xmlsec: rebuild against openssl 1.1
Diffstat (limited to 'community/xmlsec')
-rw-r--r--community/xmlsec/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/xmlsec/APKBUILD b/community/xmlsec/APKBUILD
index 0981b050c87..da401158987 100644
--- a/community/xmlsec/APKBUILD
+++ b/community/xmlsec/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Sander Maijers <S.N.Maijers+Alpine@gmail.com>
pkgname='xmlsec'
pkgver=1.2.25
-pkgrel=3
+pkgrel=4
pkgdesc="Provides a C based implementation for XML Signature Syntax and Processing and XML Encryption Syntax and Processing."
url="https://github.com/lsh123/xmlsec/"
arch="all"
license="MIT"
-makedepends="${depends_dev} libxml2-dev libxslt-dev libressl-dev nss-dev
+makedepends="${depends_dev} libxml2-dev libxslt-dev openssl-dev nss-dev
autoconf automake libtool"
install=
options="libtool"