aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-20 05:47:30 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-20 09:51:27 +0000
commit579415f32b8f2c32bc049fa442f2e2079e00f54e (patch)
treed805a22ba2cb88e865af4df4d46c6146f9ae64a8
parentf84c8adcd1dfaf56c467b05070965c397aca86b7 (diff)
downloadalpine_aports-579415f32b8f2c32bc049fa442f2e2079e00f54e.tar.bz2
alpine_aports-579415f32b8f2c32bc049fa442f2e2079e00f54e.tar.xz
alpine_aports-579415f32b8f2c32bc049fa442f2e2079e00f54e.zip
main/py3-yaml: security upgrade to 5.3.1
-rw-r--r--main/py3-yaml/APKBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/main/py3-yaml/APKBUILD b/main/py3-yaml/APKBUILD
index ccdaeda74b..e392890b1e 100644
--- a/main/py3-yaml/APKBUILD
+++ b/main/py3-yaml/APKBUILD
@@ -3,7 +3,7 @@
3# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> 3# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
4pkgname=py3-yaml 4pkgname=py3-yaml
5_pkgname=PyYAML 5_pkgname=PyYAML
6pkgver=5.2 6pkgver=5.3.1
7pkgrel=0 7pkgrel=0
8pkgdesc="Python3 bindings for YAML" 8pkgdesc="Python3 bindings for YAML"
9url="http://pyyaml.org" 9url="http://pyyaml.org"
@@ -16,6 +16,10 @@ builddir="$srcdir/pyyaml-$pkgver"
16replaces="py-yaml" # Backwards compatibility 16replaces="py-yaml" # Backwards compatibility
17provides="py-yaml=$pkgver-r$pkgrel" # Backwards compatibility 17provides="py-yaml=$pkgver-r$pkgrel" # Backwards compatibility
18 18
19# secfixes:
20# 5.3.1-r0:
21# - CVE-2020-1747
22
19prepare() { 23prepare() {
20 default_prepare 24 default_prepare
21 rm -f ext/_yaml.c 25 rm -f ext/_yaml.c
@@ -33,4 +37,4 @@ package() {
33 python3 setup.py install --prefix=/usr --root="$pkgdir" 37 python3 setup.py install --prefix=/usr --root="$pkgdir"
34} 38}
35 39
36sha512sums="8d8ec87cf5ce7f4299da5a7ffbaee60372bf1606d6e527f0897cde7cea3234100502767c0975027151bc99549d9d8edf243c003ea08948670f367e9778abdc89 PyYAML-5.2.tar.gz" 40sha512sums="27d97e8493c7660c7c0c471e20a8aa46c85431e4559a98bcbdafc2bd89a67fd04c6f2090e54ff6b206c868b33635ef8be68070a4c25d17a25c97fd5ad3549556 PyYAML-5.3.1.tar.gz"