diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 17:51:01 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2019-08-18 17:51:43 +0200 |
commit | bd80f73f14a31e1ba0331f35b79b1540475f7c43 (patch) | |
tree | 672f3e50704929eb3963efed6cb7474ea598d06c /testing/acmetool | |
parent | 40af46fe46b96baa0c9bb93f39fda3388c2557f6 (diff) | |
download | aports-bd80f73f14a31e1ba0331f35b79b1540475f7c43.tar.bz2 aports-bd80f73f14a31e1ba0331f35b79b1540475f7c43.tar.xz |
testing/[various]: rebuild against go 1.12.8-r0
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
Diffstat (limited to 'testing/acmetool')
-rw-r--r-- | testing/acmetool/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/acmetool/APKBUILD b/testing/acmetool/APKBUILD index 17373b8b14..1599f74678 100644 --- a/testing/acmetool/APKBUILD +++ b/testing/acmetool/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: kpcyrd <git@rxv.cc> pkgname=acmetool pkgver=0.0.67 -pkgrel=0 +pkgrel=1 pkgdesc="An easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt)" url="https://github.com/hlandau/acme" arch="all" |