aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2018-08-22 14:19:10 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2018-08-22 14:27:40 +0000
commitdb71a585824c36d9d4b001a722ac9681b0f7809a (patch)
treed650909825b5b7491fdcdb04a9b252ab6bd0719b
parentf0dc3a075c84dd1ab8b01e45fbc4e8f66f8952b8 (diff)
downloadalpine_aports-db71a585824c36d9d4b001a722ac9681b0f7809a.tar.bz2
alpine_aports-db71a585824c36d9d4b001a722ac9681b0f7809a.tar.xz
alpine_aports-db71a585824c36d9d4b001a722ac9681b0f7809a.zip
main/python3: security upgrade to 3.6.5 (CVE-2018-1060, CVE-2018-1061)
Fixes #9270
-rw-r--r--main/python3/APKBUILD12
1 files changed, 9 insertions, 3 deletions
diff --git a/main/python3/APKBUILD b/main/python3/APKBUILD
index 2f50988d5c..d2cc4bb1ab 100644
--- a/main/python3/APKBUILD
+++ b/main/python3/APKBUILD
@@ -2,9 +2,10 @@
2# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com> 2# Contributor: Kiyoshi Aman <kiyoshi.aman@gmail.com>
3 3
4pkgname=python3 4pkgname=python3
5pkgver=3.6.1 5# the python2-tkinter's pkgver needs to be synchronized with this.
6pkgver=3.6.5
6_basever="${pkgver%.*}" 7_basever="${pkgver%.*}"
7pkgrel=3 8pkgrel=0
8pkgdesc="A high-level scripting language" 9pkgdesc="A high-level scripting language"
9url="http://www.python.org" 10url="http://www.python.org"
10arch="all" 11arch="all"
@@ -22,6 +23,11 @@ source="http://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz
22 " 23 "
23builddir="$srcdir/Python-$pkgver" 24builddir="$srcdir/Python-$pkgver"
24 25
26# secfixes
27# 3.6.5-r0:
28# - CVE-2018-1060
29# - CVE-2018-1061
30
25prepare() { 31prepare() {
26 default_prepare || return 1 32 default_prepare || return 1
27 33
@@ -100,6 +106,6 @@ wininst() {
100 "$subpkgdir"/usr/lib/python$_basever/distutils/command 106 "$subpkgdir"/usr/lib/python$_basever/distutils/command
101} 107}
102 108
103sha512sums="8605fb7019386fec227d4b06d06f00ae500a8a89df289bfe6141bb56196c75483a60cc0ee553930742b31cefce68add5ccf226e0f27b7b915f5026d597e1ac29 Python-3.6.1.tar.xz 109sha512sums="6b26fcd296b9bd8e67861eff10d14db7507711ddba947288d16d6def53135c39326b7f969c04bb2b2993f924d9e7ad3f5c5282a3915760bc0885cf0a8ea5eb51 Python-3.6.5.tar.xz
104ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch 110ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch
10537b6ee5d0d5de43799316aa111423ba5a666c17dc7f81b04c330f59c1d1565540eac4c585abe2199bbed52ebe7426001edb1c53bd0a17486a2a8e052d0f494ad fix-xattrs-glibc.patch" 11137b6ee5d0d5de43799316aa111423ba5a666c17dc7f81b04c330f59c1d1565540eac4c585abe2199bbed52ebe7426001edb1c53bd0a17486a2a8e052d0f494ad fix-xattrs-glibc.patch"