diff options
| author | J0WI <J0WI@users.noreply.github.com> | 2019-01-23 15:42:31 +0100 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-24 16:29:57 +0000 |
| commit | a22bed04e6d6950b727d73d46a56ac32beaa305b (patch) | |
| tree | 11f4ebe23ac4e4141c1d0372b4a983b1aab33599 /community/python2-tkinter/APKBUILD | |
| parent | d96309a215754135a99d10a0a43b14ca0bd4d434 (diff) | |
| download | aports-a22bed04e6d6950b727d73d46a56ac32beaa305b.tar.bz2 aports-a22bed04e6d6950b727d73d46a56ac32beaa305b.tar.xz | |
community/python2-tkinter: synchronize with main/python2
Diffstat (limited to 'community/python2-tkinter/APKBUILD')
| -rw-r--r-- | community/python2-tkinter/APKBUILD | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/community/python2-tkinter/APKBUILD b/community/python2-tkinter/APKBUILD index 0cb63c76f8..fd4a23a221 100644 --- a/community/python2-tkinter/APKBUILD +++ b/community/python2-tkinter/APKBUILD @@ -6,7 +6,7 @@ pkgname=python2-tkinter pkgver=2.7.15 _verbase=${pkgver%.*} -pkgrel=0 +pkgrel=3 pkgdesc="A graphical user interface for the Python" url="https://wiki.python.org/moin/TkInter" arch="all" @@ -18,9 +18,20 @@ makedepends="expat-dev openssl-dev zlib-dev ncurses-dev bzip2-dev tk tk-dev python2" replaces="python2" replaces_priority=1 -source="https://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz" +source="https://www.python.org/ftp/python/$pkgver/Python-$pkgver.tar.xz + CVE-2019-5010.patch + musl-find_library.patch + unchecked-ioctl.patch + " builddir="$srcdir/Python-$pkgver" +# secfixes: +# 2.7.15-r3: +# - CVE-2019-5010 +# 2.7.15-r0: +# - CVE-2018-1060 +# - CVE-2018-1061 + prepare() { local _pyapkbuild="$startdir"/../main/python2/APKBUILD if [ -e "$_pyapkbuild" ]; then @@ -97,4 +108,7 @@ _idle() { _mv_files usr/bin } -sha512sums="27ea43eb45fc68f3d2469d5f07636e10801dee11635a430ec8ec922ed790bb426b072da94df885e4dfa1ea8b7a24f2f56dd92f9b0f51e162330f161216bd6de6 Python-2.7.15.tar.xz" +sha512sums="27ea43eb45fc68f3d2469d5f07636e10801dee11635a430ec8ec922ed790bb426b072da94df885e4dfa1ea8b7a24f2f56dd92f9b0f51e162330f161216bd6de6 Python-2.7.15.tar.xz +fccc9878c0e7cdc2c91f24ab2849bc21362bf7559f0800841f282aebe11fb0d0436fb1057f59edea16c039d156e900569c616798526f42d3d190ce4631d456ab CVE-2019-5010.patch +ab8eaa2858d5109049b1f9f553198d40e0ef8d78211ad6455f7b491af525bffb16738fed60fc84e960c4889568d25753b9e4a1494834fea48291b33f07000ec2 musl-find_library.patch +5a8e013a4132d71c4360771f130d27b37275ae59330cf9a75378dc8a11236017f540eb224f2a148984e82ca3fb6b29129375b1080ba05b81044faa717520ab82 unchecked-ioctl.patch" |
