X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail.ovgu.de (mail.ovgu.de [141.44.1.66]) by lists.alpinelinux.org (Postfix) with ESMTP id D01135C4D74 for ; Tue, 24 Oct 2017 15:13:40 +0000 (GMT) Received: from mail.ovgu.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 24B6540063 for ; Tue, 24 Oct 2017 17:13:39 +0200 (CEST) Received: from localhost.localdomain (euk-gateway.cs.uni-magdeburg.de [141.44.25.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.ovgu.de (Postfix) with ESMTPSA id BB4134005F; Tue, 24 Oct 2017 17:13:38 +0200 (CEST) From: Marian Buschsieweke To: alpine-aports@lists.alpinelinux.org Cc: Marian Buschsieweke Subject: [alpine-aports] [PATCH] testing/micropython: Update 1.9.1 --> 1.9.2 Date: Tue, 24 Oct 2017 17:13:37 +0200 Message-Id: <20171024151337.3821-1-marian.buschsieweke@ovgu.de> X-Mailer: git-send-email 2.14.2 X-PMX-Version: 6.4.0.2713434, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2017.10.24.150316, AntiVirus-Engine: 5.43.0, AntiVirus-Data: 2017.10.24.5430002 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_2000_2999 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, LEGITIMATE_SIGNS 0, MULTIPLE_REAL_RCPTS 0, NO_URI_HTTPS 0, SINGLE_URI_IN_BODY 0, __ANY_URI 0, __CC_NAME 0, __CC_NAME_DIFF_FROM_ACC 0, __CC_REAL_NAMES 0, __CP_URI_IN_BODY 0, __FRAUD_MONEY_CURRENCY 0, __FRAUD_MONEY_CURRENCY_DOLLAR 0, __FROM_DOMAIN_IN_ANY_CC1 0, __FROM_DOMAIN_IN_RCPT 0, __HAS_CC_HDR 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __NO_HTML_TAG_RAW 0, __PHISH_SPEAR_REASONS 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NOT_IMG 0, __URI_NO_PATH 0, __URI_NS , __URI_WITHOUT_PATH 0' X-Spam-Score: Gauge=IIIIIIII X-PMX-consideredAsSpam: no X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/micropython/0000-unix-mpconfigport.patch | 19 +++++++++++-------- testing/micropython/APKBUILD | 8 ++++---- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/testing/micropython/0000-unix-mpconfigport.patch b/testing/micropython/0000-unix-mpconfigport.patch index 067402341d..bd9afa52f8 100644 --- a/testing/micropython/0000-unix-mpconfigport.patch +++ b/testing/micropython/0000-unix-mpconfigport.patch @@ -1,5 +1,5 @@ ---- micropython-1.9.1/unix/mpconfigport.mk -+++ micropython-1.9.1/unix/mpconfigport.mk +--- micropython-1.9.2-old/unix/mpconfigport.mk ++++ micropython-1.9.2/unix/mpconfigport.mk @@ -9,7 +9,7 @@ MICROPY_USE_READLINE = 1 @@ -9,14 +9,17 @@ # _thread module using pthreads MICROPY_PY_THREAD = 1 -@@ -24,8 +24,8 @@ +@@ -24,11 +24,11 @@ MICROPY_PY_FFI = 1 - # ussl module requires axtls + # ussl module requires one of the TLS libraries below -MICROPY_PY_USSL = 1 --MICROPY_SSL_AXTLS = 1 +MICROPY_PY_USSL = 0 + # axTLS has minimal size and fully integrated with MicroPython, but + # implements only a subset of modern TLS functionality, so may have + # problems with some servers. +-MICROPY_SSL_AXTLS = 1 +MICROPY_SSL_AXTLS = 0 - MICROPY_SSL_MBEDTLS = 0 - - # jni module requires JVM/JNI + # mbedTLS is more up to date and complete implementation, but also + # more bloated. Configuring and building of mbedTLS should be done + # outside of MicroPython, it can just link with mbedTLS library. diff --git a/testing/micropython/APKBUILD b/testing/micropython/APKBUILD index dd8e7aaa89..34a7da644c 100644 --- a/testing/micropython/APKBUILD +++ b/testing/micropython/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Marian # Maintainer: Marian pkgname=micropython -pkgver=1.9.1 -pkgrel=2 +pkgver=1.9.2 +pkgrel=0 pkgdesc="A lean and efficient Python implementation for MCUs and constrained systems" url="http://www.micropython.org/" @@ -46,6 +46,6 @@ cross() { install -m755 mpy-cross/mpy-cross "${subpkgdir}/usr/bin/mpy-cross" } -sha512sums="bc0eeb1e6d821034b7157613f2d421df304f2959e9fd62d2886641eba8d74575787861c9ff46fc3bcb9c14c6ad1f698043231801207f946af9b5d302bb253c63 micropython-1.9.1.tar.gz -a9f922627db7cb59f56798f850c024382adffa1d1b5ccc27597ae34a9be53983a573e6dab64db4376ab24733624ad2005e67d96265517fb303d5b56f1b2654ea 0000-unix-mpconfigport.patch +sha512sums="f9caa268766e1e312d845d2338f15d9e362cec75d8c2d99d2c32b42aef6e8db018dc58631781fb3da61914d850151d36070ef5f005f432029fedd5ac96cae4a6 micropython-1.9.2.tar.gz +636914a6347b57390de6fb45ff389f751c312b2959f30748c7ce08a4ea95b1eac804812255677aceb24dd5e9f1c9e5f4db9fa4c50f945f4da2623217b45ee360 0000-unix-mpconfigport.patch 66ca172a6e9f4866e733e6c9303882dbb5f5729ffc685e0ba200010bacb8d5014527efd82da4c2ab62266e0816917758ae8e6089fb575ec31c3dc4441909343f python3.patch" -- 2.14.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---