diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 17:56:09 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 20:27:45 +0100 |
commit | 1c74725ed0e72d12baa15dd2a775401366188af5 (patch) | |
tree | 699c9358e56c63fc915825479198ed52b59c6628 | |
parent | 58bcf53bb845e2cea059a7bb3a8e2f234282d93b (diff) | |
download | aports-1c74725ed0e72d12baa15dd2a775401366188af5.tar.bz2 aports-1c74725ed0e72d12baa15dd2a775401366188af5.tar.xz |
community/ntpsec: upgrade to 1.1.8
-rw-r--r-- | community/ntpsec/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/ntpsec/APKBUILD b/community/ntpsec/APKBUILD index 3f4c26bb98..1c1ad01cb8 100644 --- a/community/ntpsec/APKBUILD +++ b/community/ntpsec/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: _pkgname="ntpsec" pkgname="${_pkgname}" -pkgver="1.1.7" -pkgrel=2 +pkgver="1.1.8" +pkgrel=0 pkgdesc="NTP reference implementation, refactored for security" url="https://www.ntpsec.org/" arch="all" @@ -12,8 +12,7 @@ depends="bash busybox python3 py3-gpsd" 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" -builddir="${srcdir}/${_pkgname}-${pkgver}" + python-to-python3.patch" # secfixes: # 1.1.3-r0: @@ -44,5 +43,5 @@ package() { gpg_signature_extensions="asc" gpgfingerprints="good:B482 3776 1A26 9022 2C99 5F44 5A22 E330 161C 3978" -sha512sums="734b12820539e655e504dd5071a58b9d1f80c0b0c3c7458c797ba7ada23d8e446751fbcbddd9832d9151a3ba9464749878db9e77e23cdd5f6215ab9e1d908ae9 ntpsec-1.1.7.tar.gz +sha512sums="0920f25adf68f1b8ccd1734c5d61ba1c858cd86b342db7b5155dd9b58e538aa96aad3fd4058597f079ec3df63cb51d2900ac8e6d9c84d6f2bd4a3a22cc0c967c ntpsec-1.1.8.tar.gz 86287e90f0eac4b9d0aaa912f8ca70a7b8a10f135143d388a013af41d61af820bb27355c0117911b611f2d9d778be4ffdf67d34f8e4f007e43d63d866c92bef4 python-to-python3.patch" |