https://docs.python.org/release/3.11.2/whatsnew/changelog.html#python-3-11-2-final

A bunch of fixes here, again none labelled as security

ok?

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.11/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile    25 Dec 2022 13:42:05 -0000      1.6
+++ Makefile    15 Feb 2023 19:06:07 -0000
@@ -3,12 +3,10 @@
 # requirement of the PSF license, if it constitutes a change to
 # Python itself.
 
-FULL_VERSION =         3.11.1
+FULL_VERSION =         3.11.2
 SHARED_LIBS =          python3.11 0.0
 VERSION_SPEC =         >=3.11,<3.12
 PORTROACH =            limit:^3\.11
-
-REVISION-main =                0
 
 CONFIGURE_ENV +=       ac_cv_working_openssl_hashlib=yes \
        TCLTK_CFLAGS="-I${MODTCL_INCDIR} -I${MODTK_INCDIR} 
-I${X11BASE}/include" \
Index: distinfo
===================================================================
RCS file: /cvs/ports/lang/python/3.11/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    20 Dec 2022 23:55:22 -0000      1.2
+++ distinfo    15 Feb 2023 19:06:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.11.1.tgz) = uu1RjiazN9TYEFZ5yvaMXDJjDXAmFPwXTpjLlcRr36Q=
-SIZE (Python-3.11.1.tgz) = 26394378
+SHA256 (Python-3.11.2.tgz) = JBHHS9pbvPzdr0Ux9m0a3HPyR/UprumBsClROu/b+Ek=
+SIZE (Python-3.11.2.tgz) = 26437858
Index: pkg/PLIST-main
===================================================================
RCS file: /cvs/ports/lang/python/3.11/pkg/PLIST-main,v
retrieving revision 1.3
diff -u -p -r1.3 PLIST-main
--- pkg/PLIST-main      20 Dec 2022 23:55:22 -0000      1.3
+++ pkg/PLIST-main      15 Feb 2023 19:06:09 -0000
@@ -2113,6 +2113,7 @@ lib/python3.11/lib-dynload/
 @so lib/python3.11/lib-dynload/_struct.cpython-311.so
 @so lib/python3.11/lib-dynload/_testbuffer.cpython-311.so
 @so lib/python3.11/lib-dynload/_testcapi.cpython-311.so
+@so lib/python3.11/lib-dynload/_testclinic.cpython-311.so
 @so lib/python3.11/lib-dynload/_testimportmultiple.cpython-311.so
 @so lib/python3.11/lib-dynload/_testinternalcapi.cpython-311.so
 @so lib/python3.11/lib-dynload/_testmultiphase.cpython-311.so

Reply via email to