X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com [209.85.167.42]) by lists.alpinelinux.org (Postfix) with ESMTP id D18895C6512 for ; Mon, 12 Nov 2018 08:34:21 +0000 (GMT) Received: by mail-lf1-f42.google.com with SMTP id i26so5545078lfc.0 for ; Mon, 12 Nov 2018 00:34:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=I2XDLtjNHdXeQCcxtrBH1NYAHWVN7PMJFpeSRj83A30=; b=KrZVQonG1x+4cSY2cjwfi5soq4GibJcavON30y86PGnhuKQTIlwCugZX5Rtmh3ME3U 9ZEjDDTxZW5RmCb4aaAFB4eXeS8N9cQsNWLQaPNAd9WNkhb/eUfO3DSH6Du+Z+8yCZ6p wPqZMumgLrPWRSiB5vIRojy7cWoP6yC96eWUcC4/yDhX7x6aQvX/l8d1UwtlunLTUtWk 9Vc85T9p0yNHil5tx9uQXPBGVouRfq89zBQuA3k+EMwXc8trgfQ9yOduE/YN2/hCuodg +ag8a7ePucAEtfsPpuHmKCCafSMwdArMHgo/1FweMh50oCCf5X5H48DIMB7C+Zyx4PL8 l0wg== X-Gm-Message-State: AGRZ1gKwrUpQ+D8zaTtbP7JOKah+04TMK/T0i2CVwlbTpubBc54ohJPP W48XB/jvFzxA6sD+TVq3U98= X-Google-Smtp-Source: AJdET5enWwYeXq9p+ReZNRCgcWYkqLuRFI/x95mCQR/ch8ujzgQ7Owi/Ewh3UreSNPQWhq4JGLafCg== X-Received: by 2002:a19:200b:: with SMTP id g11mr42301lfg.58.1542011660624; Mon, 12 Nov 2018 00:34:20 -0800 (PST) Received: from vostro ([83.145.235.201]) by smtp.gmail.com with ESMTPSA id v10-v6sm3182974ljh.72.2018.11.12.00.34.19 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 12 Nov 2018 00:34:20 -0800 (PST) Date: Mon, 12 Nov 2018 10:34:16 +0200 From: Timo Teras To: Marian Buschsieweke Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/py-cryptography: Update 2.3.1 -> 2.4.1 Message-ID: <20181112103416.7278a508@vostro> In-Reply-To: <20181112083040.5605-1-marian.buschsieweke@ovgu.de> References: <20181112083040.5605-1-marian.buschsieweke@ovgu.de> X-Mailer: Claws Mail 3.17.1 (GTK+ 2.24.32; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 12 Nov 2018 09:30:40 +0100 Marian Buschsieweke wrote: > Also replaced dependency "openssl-dev" by "libressl-dev". Why? Edge has been migrated to openssl.1.1. We are trying to get rid of libressl. See the discussion threads: http://lists.alpinelinux.org/alpine-devel/6308.html http://lists.alpinelinux.org/alpine-devel/6334.html Timo > --- > main/py-cryptography/APKBUILD | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/main/py-cryptography/APKBUILD > b/main/py-cryptography/APKBUILD index 6fa72d66b1..3847713f20 100644 > --- a/main/py-cryptography/APKBUILD > +++ b/main/py-cryptography/APKBUILD > @@ -2,14 +2,14 @@ > # Maintainer: August Klein > pkgname=py-cryptography > _pkgname=${pkgname#py-} > -pkgver=2.3.1 > -pkgrel=1 > +pkgver=2.4.1 > +pkgrel=0 > pkgdesc="A package which provides cryptographic recipes and > primitives" url="https://pypi.python.org/pypi/cryptography" > arch="all" > license="Apache-2.0" > depends="py-cffi py-idna py-asn1crypto py-six" > -makedepends="python2-dev python3-dev py-setuptools libffi-dev > openssl-dev" +makedepends="python2-dev python3-dev py-setuptools > libffi-dev libressl-dev" subpackages="py3-$_pkgname:_py3 > py2-$_pkgname:_py2" > source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" > builddir="$srcdir/$_pkgname-$pkgver" @@ -51,4 +51,4 @@ _py3() { > _py python3 > } > > -sha512sums="384581238b5669dbf31fd1b1385ec2ff9c6d76e2b7612efb15f255e17a11a38474f84668e62ceaa39a146260f46cac743575c0a8ffedc1e40c7b2f90d7cb00b1 > cryptography-2.3.1.tar.gz" > +sha512sums="dd018fca4b3dbc2c576f643df0df2a534f9fdd4af464ae6ee77b0702bfd4dfa7e89943a89fe5126094f7f23e349a32774e91bb074735014efa49fe5390cc6b4c > cryptography-2.4.1.tar.gz" --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---