Friday, May 27, 2022

[Update] devel/py-esptool 4.0.1 -> 4.1

Hello ports,

Well, this was fast. There is already another update to esptool.py. This
brings us to 4.1.

New Features
ESP32-C2: Added flash encryption support
elf2image: Added argument to disable appending SHA256 digests

Bug Fixes
espsecure.py: Fixed Secure Boot V1 key generation
espefuse.py: Corrected eFuse tables

Tests out fine on amd64.

Ok?

--

Tracey Emery

Index: Makefile
===================================================================
RCS file: /home/cvs/ports/devel/py-esptool/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile 25 May 2022 13:36:23 -0000 1.8
+++ Makefile 27 May 2022 13:39:44 -0000
@@ -1,6 +1,6 @@
COMMENT = esp8266 and esp32 rom bootloader communication tool

-MODPY_EGG_VERSION = 4.0.1
+MODPY_EGG_VERSION = 4.1
DISTNAME = esptool-${MODPY_EGG_VERSION}
PKGNAME = py-${DISTNAME}

Index: distinfo
===================================================================
RCS file: /home/cvs/ports/devel/py-esptool/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo 25 May 2022 13:36:23 -0000 1.4
+++ distinfo 27 May 2022 13:39:52 -0000
@@ -1,2 +1,2 @@
-SHA256 (esptool-4.0.1.tar.gz) = /uqwMP54HkPLvVZB8jdm5S59RmW04iH79hVd09gPC1U=
-SIZE (esptool-4.0.1.tar.gz) = 221557
+SHA256 (esptool-4.1.tar.gz) = UaQWVRh3gMuAKlgn+raKPbDWIGMwVgRZxV/PDiIvJ38=
+SIZE (esptool-4.1.tar.gz) = 222091

No comments:

Post a Comment