diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-18 18:54:42 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-03-18 18:54:42 +0000 |
commit | 32c38901a3117b823697bdcd7adafec4607912d6 (patch) | |
tree | 23f9d3ffcaf5505c086cd4f0ca026f58b08fec38 /user/certbot/APKBUILD | |
parent | 40254b068b9389c30608184e33ffce42ee3fc74c (diff) | |
parent | 86bc7fce4c621370283feab618a2911c365d5deb (diff) | |
download | packages-32c38901a3117b823697bdcd7adafec4607912d6.tar.gz packages-32c38901a3117b823697bdcd7adafec4607912d6.tar.bz2 packages-32c38901a3117b823697bdcd7adafec4607912d6.tar.xz packages-32c38901a3117b823697bdcd7adafec4607912d6.zip |
Merge branch 'zlg.2019-03' into 'master'
zlg's package bumps for March 2019
This is a routine package upgrade. There is one thing to note, however:
* `py3-pyyaml` has a minor issue building due to a missing `ext/_yaml.c` file. It
appears that a tool is used to generate the `.c` file it needs to compile the
module. It falls back to pure-Python mode and passes all tests, however.
I hand-tested `py3-pyyaml` by using vgstash to export a game collection to yaml (everything worked fine) and received a test cert from
`certbot` to confirm the bumps didn't break anything affected on my system, since they're the two largest consumers of what was bumped.
This should be the last version bump from me until post-1.0-BETA3, barring security bumps.
See merge request !202
Diffstat (limited to 'user/certbot/APKBUILD')
-rw-r--r-- | user/certbot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/user/certbot/APKBUILD b/user/certbot/APKBUILD index cbe6853f5..1ff38841e 100644 --- a/user/certbot/APKBUILD +++ b/user/certbot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: zlg <zlg+adelie@zlg.space> # Maintainer: zlg <zlg+adelie@zlg.space> pkgname=certbot -pkgver=0.30.2 +pkgver=0.32.0 pkgrel=0 pkgdesc="The EFF's reference ACME client" url="https://certbot.eff.org/" @@ -41,4 +41,4 @@ acme() { python3 setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="94c26be7c04de74acf650b4d243675e92c6807eb6bb82fcffd867b22aa5b5527e6f637155fafcb121dfeff77e8a236301c080ad42284b3bf777d2cfc7f4d0de6 certbot-0.30.2.tar.gz" +sha512sums="fa61e975d2ce09efa3570118f220cd9f9d2fc8d5ab408feb4c4e50bfa795cb28be6c7a78497fb10bc91e577e908126988197ae5d016be4823c5c4ddb68cbf5a4 certbot-0.32.0.tar.gz" |