diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2020-04-21 02:11:24 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-21 01:56:54 +0000 |
| commit | acf033946815499efc5c8782eade6fd831d79cf6 (patch) | |
| tree | 3579d87415e2ce51f19bf9eb918987aee6e69eb0 /main/python2 | |
| parent | fe118070673d3687d95383834e902a936a6f5b96 (diff) | |
| download | aports-acf033946815499efc5c8782eade6fd831d79cf6.tar.bz2 aports-acf033946815499efc5c8782eade6fd831d79cf6.tar.xz | |
main/python2: security upgrade to 2.7.18
Diffstat (limited to 'main/python2')
| -rw-r--r-- | main/python2/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/python2/APKBUILD b/main/python2/APKBUILD index 7a4afb6d17..ee9c55173a 100644 --- a/main/python2/APKBUILD +++ b/main/python2/APKBUILD @@ -2,9 +2,9 @@ pkgname=python2 # the python2-tkinter's pkgver needs to be synchronized with this. -pkgver=2.7.17 +pkgver=2.7.18 _verbase=${pkgver%.*} -pkgrel=4 +pkgrel=0 pkgdesc="A high-level scripting language" url="https://www.python.org/" arch="all" @@ -20,6 +20,8 @@ source="https://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz builddir="$srcdir/Python-$pkgver" # secfixes: +# 2.7.18-r0: +# - CVE-2019-18348 # 2.7.17-r0: # - CVE-2019-15903 # 2.7.16-r3: @@ -137,6 +139,6 @@ wininst() { "$subpkgdir"/usr/lib/python$_verbase/distutils/command } -sha512sums="2dc19a0b0d818c71429dae94783e58b2aac0fa31f5faa1e840cac06245a59932ecc4658d913515736601bcf70a78c9ec60367aed75f4567d1e41ff3bb104da9a Python-2.7.17.tar.xz +sha512sums="a7bb62b51f48ff0b6df0b18f5b0312a523e3110f49c3237936bfe56ed0e26838c0274ff5401bda6fc21bf24337477ccac49e8026c5d651e4b4cafb5eb5086f6c Python-2.7.18.tar.xz ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch 5a8e013a4132d71c4360771f130d27b37275ae59330cf9a75378dc8a11236017f540eb224f2a148984e82ca3fb6b29129375b1080ba05b81044faa717520ab82 unchecked-ioctl.patch" |
