X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx2.cde.us.jw.org (unknown [50.56.176.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 1D7BA5C44C1 for ; Thu, 1 Dec 2016 07:36:18 +0000 (GMT) Received: from mx2.cde.us.jw.org (localhost [127.0.0.1]) by mx2.cde.us.jw.org (Postfix) with ESMTP id 4A234DFB1E for ; Thu, 1 Dec 2016 07:36:18 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cde.us.jw.org; h=to:from :subject:message-id:date:mime-version:content-type; s=selector1; bh=F+VTWSGURRCJDdAkafSHX7SyFiM=; b=X3ENVCZUE/fX54G6s+c+sFud8Rgo NUInoGhNuJZMUyqb16CprKpWZjDaDV8PA6KXRj7od+jvgcPpbqdqZ6DEWnkVxwxb DavjJKSCDiucKaWilJp3yIgxO1SRszKhBPcUILKy0GfMeRoHIvQqR1HlyM3VQeWi Xtv7n+MEtxSYTC8= Received: from [10.252.5.142] (unknown [83.145.235.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: slukins) by mx2.cde.us.jw.org (Postfix) with ESMTPSA id EAF3CDFB1C for ; Thu, 1 Dec 2016 07:36:17 +0000 (GMT) To: alpine-aports@lists.alpinelinux.org From: Sergey Lukin Subject: [alpine-aports] edge main/py-cryptography: security upgrade to 1.5.3 - fixes: #6514 (CVE-2016-9243) Message-ID: Date: Thu, 1 Dec 2016 09:36:15 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------AB7C435FCA562E8DC3CA614D" This is a multi-part message in MIME format. --------------AB7C435FCA562E8DC3CA614D Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit --------------AB7C435FCA562E8DC3CA614D Content-Type: text/x-patch; name="AL_edge-py-cryptography-security-upgr-to-1.5.3-fix-6514.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename*0="AL_edge-py-cryptography-security-upgr-to-1.5.3-fix-6514.patc"; filename*1="h" >From adb174264270352630fb22cfc10f17fa4b646374 Mon Sep 17 00:00:00 2001 From: Sergey Lukin Date: Thu, 1 Dec 2016 07:29:38 +0000 Subject: [PATCH] edge main/py-cryptography: security upgrade to 1.5.3 - fixes: #6514 (CVE-2016-9243) --- main/py-cryptography/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/py-cryptography/APKBUILD b/main/py-cryptography/APKBUILD index b63e02a..3dd4b2d 100644 --- a/main/py-cryptography/APKBUILD +++ b/main/py-cryptography/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: August Klein pkgname=py-cryptography _pkgname=${pkgname#py-} -pkgver=1.5.2 -pkgrel=1 +pkgver=1.5.3 +pkgrel=0 pkgdesc="A package which provides cryptographic recipes and primitives" url="http://pypi.python.org/pypi/cryptography" arch="all" @@ -45,6 +45,6 @@ _py3() { _py python3 } -md5sums="f977a6ddb38b071213c0157fc77c62ab cryptography-1.5.2.tar.gz" -sha256sums="eb8875736734e8e870b09be43b17f40472dc189b1c422a952fa8580768204832 cryptography-1.5.2.tar.gz" -sha512sums="7f50edfe7a7270a7acef52b7c55a32eca1845c5e410f078c42690a2e18fce001ed5dfd268fb18a2219011eff073914f1e2271d8e957c58b5200615a815a4b4c0 cryptography-1.5.2.tar.gz" +md5sums="9db24923f48f6c223e9d64b517838846 cryptography-1.5.3.tar.gz" +sha256sums="cf82ddac919b587f5e44247579b433224cc2e03332d2ea4d89aa70d7e6b64ae5 cryptography-1.5.3.tar.gz" +sha512sums="0985d22a77821c2b3e78887e17d4046873bf19ff167561e228cfea4cabc02e6ac894b2c72638b7c3414ae5aeb51d1b8bbd67e255ef3dc2043cfcc8ee67bb412f cryptography-1.5.3.tar.gz" -- 2.10.2 --------------AB7C435FCA562E8DC3CA614D-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---