Received: by mail.netbsd.org (Postfix, from userid 605) id 76AFE84E83; Mon, 12 Dec 2022 13:46:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A525084E81 for ; Mon, 12 Dec 2022 13:46:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DfrdVEXLmy_p for ; Mon, 12 Dec 2022 13:46:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CD37184CEA for ; Mon, 12 Dec 2022 13:46:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA422FA90; Mon, 12 Dec 2022 13:46:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670852775125180" MIME-Version: 1.0 Date: Mon, 12 Dec 2022 13:46:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms/py-esptool To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221212134615.CA422FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670852775125180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Dec 12 13:46:15 UTC 2022 Modified Files: pkgsrc/comms/py-esptool: Makefile PLIST distinfo Log Message: py-esptool: updated to 4.4 Version 4.4 New Features flasher_stub: Increased read/write speeds over USB-JTAG/Serial or USB-OTG modes, making some operations nearly twice as fast. Added detection for guru meditation errors induced by the flasher stub or ROM bootloader. Added a readable error message for serial-related failures, giving more information about possible HW issues. espsecure.py: Improved AES-XTS encryption speed. Bug Fixes ESP32-S3 v0.0: Fixed chip revision detection. bitstring: Added a workaround for breaking changes of bitstring==4 get_default_connected_device: Fixed to close unused serial ports. flash_freq: Fall back to a chip-specific default flash frequency when no flash_freq arg is specified. ESP32-C6: Fixed chip type detection and SPI flash communication. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/comms/py-esptool/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/comms/py-esptool/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/comms/py-esptool/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670852775125180 Content-Disposition: inline Content-Length: 5430 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/comms/py-esptool/Makefile diff -u pkgsrc/comms/py-esptool/Makefile:1.13 pkgsrc/comms/py-esptool/Makefile:1.14 --- pkgsrc/comms/py-esptool/Makefile:1.13 Fri Jul 8 13:24:51 2022 +++ pkgsrc/comms/py-esptool/Makefile Mon Dec 12 13:46:15 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2022/07/08 13:24:51 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2022/12/12 13:46:15 adam Exp $ -DISTNAME= esptool-4.1 +DISTNAME= esptool-4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= comms python MASTER_SITES= ${MASTER_SITE_PYPI:=e/esptool/} @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 PYTHON_VERSIONS_INCOMPATIBLE= 27 -BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-bitstring>=3.1.6:../../devel/py-bitstring DEPENDS+= ${PYPKGPREFIX}-ecdsa>=0.16.0:../../security/py-ecdsa DEPENDS+= ${PYPKGPREFIX}-reedsolo>=1.5.3:../../converters/py-reedsolo Index: pkgsrc/comms/py-esptool/PLIST diff -u pkgsrc/comms/py-esptool/PLIST:1.6 pkgsrc/comms/py-esptool/PLIST:1.7 --- pkgsrc/comms/py-esptool/PLIST:1.6 Fri Jul 8 13:24:51 2022 +++ pkgsrc/comms/py-esptool/PLIST Mon Dec 12 13:46:15 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/07/08 13:24:51 gdt Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/12/12 13:46:15 adam Exp $ bin/espefuse.py bin/espsecure.py bin/esptool.py @@ -70,6 +70,21 @@ ${PYSITELIB}/espefuse/efuse/esp32c3/mem_ ${PYSITELIB}/espefuse/efuse/esp32c3/operations.py ${PYSITELIB}/espefuse/efuse/esp32c3/operations.pyc ${PYSITELIB}/espefuse/efuse/esp32c3/operations.pyo +${PYSITELIB}/espefuse/efuse/esp32c6/__init__.py +${PYSITELIB}/espefuse/efuse/esp32c6/__init__.pyc +${PYSITELIB}/espefuse/efuse/esp32c6/__init__.pyo +${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.py +${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.pyc +${PYSITELIB}/espefuse/efuse/esp32c6/emulate_efuse_controller.pyo +${PYSITELIB}/espefuse/efuse/esp32c6/fields.py +${PYSITELIB}/espefuse/efuse/esp32c6/fields.pyc +${PYSITELIB}/espefuse/efuse/esp32c6/fields.pyo +${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.py +${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.pyc +${PYSITELIB}/espefuse/efuse/esp32c6/mem_definition.pyo +${PYSITELIB}/espefuse/efuse/esp32c6/operations.py +${PYSITELIB}/espefuse/efuse/esp32c6/operations.pyc +${PYSITELIB}/espefuse/efuse/esp32c6/operations.pyo ${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.py ${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.pyc ${PYSITELIB}/espefuse/efuse/esp32h2beta1/__init__.pyo @@ -157,9 +172,6 @@ ${PYSITELIB}/esptool/cmds.pyo ${PYSITELIB}/esptool/loader.py ${PYSITELIB}/esptool/loader.pyc ${PYSITELIB}/esptool/loader.pyo -${PYSITELIB}/esptool/stub_flasher.py -${PYSITELIB}/esptool/stub_flasher.pyc -${PYSITELIB}/esptool/stub_flasher.pyo ${PYSITELIB}/esptool/targets/__init__.py ${PYSITELIB}/esptool/targets/__init__.pyc ${PYSITELIB}/esptool/targets/__init__.pyo @@ -172,6 +184,9 @@ ${PYSITELIB}/esptool/targets/esp32c2.pyo ${PYSITELIB}/esptool/targets/esp32c3.py ${PYSITELIB}/esptool/targets/esp32c3.pyc ${PYSITELIB}/esptool/targets/esp32c3.pyo +${PYSITELIB}/esptool/targets/esp32c6.py +${PYSITELIB}/esptool/targets/esp32c6.pyc +${PYSITELIB}/esptool/targets/esp32c6.pyo ${PYSITELIB}/esptool/targets/esp32c6beta.py ${PYSITELIB}/esptool/targets/esp32c6beta.pyc ${PYSITELIB}/esptool/targets/esp32c6beta.pyo @@ -193,6 +208,17 @@ ${PYSITELIB}/esptool/targets/esp32s3beta ${PYSITELIB}/esptool/targets/esp8266.py ${PYSITELIB}/esptool/targets/esp8266.pyc ${PYSITELIB}/esptool/targets/esp8266.pyo +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c2.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c3.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c6.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32c6beta.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32h2beta1.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32h2beta2.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s2.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s3.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_32s3beta2.json +${PYSITELIB}/esptool/targets/stub_flasher/stub_flasher_8266.json ${PYSITELIB}/esptool/util.py ${PYSITELIB}/esptool/util.pyc ${PYSITELIB}/esptool/util.pyo Index: pkgsrc/comms/py-esptool/distinfo diff -u pkgsrc/comms/py-esptool/distinfo:1.9 pkgsrc/comms/py-esptool/distinfo:1.10 --- pkgsrc/comms/py-esptool/distinfo:1.9 Fri Jul 8 13:24:51 2022 +++ pkgsrc/comms/py-esptool/distinfo Mon Dec 12 13:46:15 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2022/07/08 13:24:51 gdt Exp $ +$NetBSD: distinfo,v 1.10 2022/12/12 13:46:15 adam Exp $ -BLAKE2s (esptool-4.1.tar.gz) = ef732a65b8e9479261909bd8b453144b5870c952490ff16b0d188fc8b0739137 -SHA512 (esptool-4.1.tar.gz) = efd96e2e90eab4617e1947b3daa7a3fdc2829ac46e9d9a81792fc515b52afb193044bb8138facb258574f4ed35b85e42effe339749ed8ac6621bd1f568b02090 -Size (esptool-4.1.tar.gz) = 222091 bytes +BLAKE2s (esptool-4.4.tar.gz) = d5f18c824d7a2024513bde968770bb88ae947770185b139f9330d25372051632 +SHA512 (esptool-4.4.tar.gz) = 117b6bbb184956ef1cb3303abd34d019595829219dc7de5f08f308af01731b795b8ae96fd69b117ebe959a606bf7269f77b9afa3de7521845952dcfca8ce35ea +Size (esptool-4.4.tar.gz) = 223572 bytes --_----------=_1670852775125180--