On Wed, Apr 12, 2023 at 10:31:14AM -0400, Kurt Mosiejczuk wrote:
> https://docs.python.org/release/3.11.3/whatsnew/changelog.html#python-3-11-3

> The security fixes don't seem to apply to us, but there are a number of
> other fixes.

> REVISION put at 0 since I plan to commit it to 7.3-stable also.

> ok?

> --Kurt

Now with the _correct_ diff for 3.11

--Kurt

Index: Makefile
===================================================================
RCS file: /cvs/ports/lang/python/3.11/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- Makefile    27 Feb 2023 15:09:46 -0000      1.7
+++ Makefile    10 Apr 2023 19:36:50 -0000
@@ -3,10 +3,12 @@
 # requirement of the PSF license, if it constitutes a change to
 # Python itself.
 
-FULL_VERSION =         3.11.2
+FULL_VERSION =         3.11.3
 SHARED_LIBS =          python3.11 0.0
 VERSION_SPEC =         >=3.11,<3.12
 PORTROACH =            limit:^3\.11
+
+REVISION =             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.3
diff -u -p -r1.3 distinfo
--- distinfo    27 Feb 2023 15:09:46 -0000      1.3
+++ distinfo    10 Apr 2023 19:36:50 -0000
@@ -1,2 +1,2 @@
-SHA256 (Python-3.11.2.tgz) = JBHHS9pbvPzdr0Ux9m0a3HPyR/UprumBsClROu/b+Ek=
-SIZE (Python-3.11.2.tgz) = 26437858
+SHA256 (Python-3.11.3.tgz) = Gnnz3zImXZ5mJfGgsxwo6xWU35EUA9EfMyDuHaGz4Eg=
+SIZE (Python-3.11.3.tgz) = 26455738
Index: patches/patch-Python_fileutils_c
===================================================================
RCS file: /cvs/ports/lang/python/3.11/patches/patch-Python_fileutils_c,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 patch-Python_fileutils_c
--- patches/patch-Python_fileutils_c    31 Oct 2022 22:05:43 -0000      1.1.1.1
+++ patches/patch-Python_fileutils_c    10 Apr 2023 19:36:50 -0000
@@ -1,7 +1,7 @@
 Index: Python/fileutils.c
 --- Python/fileutils.c.orig
 +++ Python/fileutils.c
-@@ -2595,9 +2595,9 @@ done:
+@@ -2599,9 +2599,9 @@ done:
   *    non-opened fd in the middle.
   * 2b. If fdwalk(3) isn't available, just do a plain close(2) loop.
   */

Reply via email to