testing/ntpsec: rebuild against openssl 1.1

This commit is contained in:
Natanael Copa 2018-11-06 16:52:59 +00:00
parent 5759458b12
commit 9d88ce130d

View File

@ -2,13 +2,13 @@
# Maintainer:
pkgname=ntpsec
pkgver=1.1.1
pkgrel=1
pkgrel=2
pkgdesc="NTP reference implementation, refactored for security"
url="https://www.ntpsec.org/"
arch="all"
license="BSD-2-Clause"
depends="bash busybox python3 py3-gpsd"
makedepends="python3-dev bison asciidoc libressl-dev linux-headers"
makedepends="python3-dev bison asciidoc openssl-dev linux-headers"
subpackages="$pkgname-doc"
source="https://ftp.ntpsec.org/pub/releases/$pkgname-$pkgver.tar.gz
python-to-python3.patch"