Security release from a week back. While the world keeps on turning,
it is somewhat nasty and should therefore be backported to stable.
The other branches are also affected. No diff because I had some PLIST
issues.

https://github.com/python/cpython/issues/108310

Some other minor issues are alos addressed:

https://docs.python.org/release/3.10.13/whatsnew/changelog.html#python-3-10-13-final

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.10/Makefile,v
retrieving revision 1.35
diff -u -p -r1.35 Makefile
--- Makefile    19 Jun 2023 19:46:28 -0000      1.35
+++ Makefile    26 Aug 2023 14:04:00 -0000
@@ -3,7 +3,7 @@
 # requirement of the PSF license, if it constitutes a change to
 # Python itself.
 
-FULL_VERSION =         3.10.12
+FULL_VERSION =         3.10.13
 SHARED_LIBS =          python3.10 0.0
 VERSION_SPEC =         >=3.10,<3.11
 PORTROACH =            limit:^3\.10
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.10/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    19 Jun 2023 19:46:28 -0000      1.11
+++ distinfo    26 Aug 2023 14:04:03 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.10.12.tgz) = pDzTg/OZmm9KfbIGKy/JWU/vpz4XWzrtr6KVpRp7tlw=
-SIZE (Python-3.10.12.tgz) = 26103005
+SHA256 (Python-3.10.13.tgz) = aY7FUjTBNjvYE7Rg7VOw8QiHfHoTPUi96aUKHrV7fmU=
+SIZE (Python-3.10.13.tgz) = 26111363

Reply via email to