Skip to content

Commit b6f79f4

Browse files
author
Git for Windows Build Agent
committed
Update 4 packages
bash (5.2.002-1 -> 5.2.009-1) git-extra (1.1.600.cbd5e15-1 -> 1.1.609.6752ff0-1) mingw-w64-i686-python (3.10.8-1 -> 3.10.8-2) mingw-w64-x86_64-python (3.10.8-1 -> 3.10.8-2) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 03646f4 commit b6f79f4

File tree

266 files changed

+127
-83
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

266 files changed

+127
-83
lines changed

mingw32/bin/libpython3.10.dll

48.1 KB
Binary file not shown.

mingw32/bin/python-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exec_prefix="${prefix}"
4747
exec_prefix_real=${prefix_real}
4848
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
4949
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
50-
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
50+
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3" | sed "s#$prefix#$prefix_real#")
5151
VERSION="3.10"
5252
LIBM="-lm"
5353
LIBC=""

mingw32/bin/python.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exec_prefix="${prefix}"
4747
exec_prefix_real=${prefix_real}
4848
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
4949
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
50-
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
50+
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3" | sed "s#$prefix#$prefix_real#")
5151
VERSION="3.10"
5252
LIBM="-lm"
5353
LIBC=""

mingw32/bin/python3.10-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ exec_prefix="${prefix}"
4747
exec_prefix_real=${prefix_real}
4848
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
4949
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
50-
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
50+
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3" | sed "s#$prefix#$prefix_real#")
5151
VERSION="3.10"
5252
LIBM="-lm"
5353
LIBC=""

mingw32/bin/python3.10.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3.exe

0 Bytes
Binary file not shown.

mingw32/bin/python3w.exe

0 Bytes
Binary file not shown.

mingw32/bin/pythonw.exe

0 Bytes
Binary file not shown.

mingw32/lib/python3.10/_sysconfigdata__win32_.py

Lines changed: 39 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
'BINLIBDEST': '/mingw32/lib/python3.10',
1818
'BLDLIBRARY': '-L. -lpython3.10',
1919
'BLDSHARED': 'gcc -shared -Wl,--enable-auto-image-base -pipe -Wl,--no-seh '
20-
'-pipe -Wl,--no-seh',
20+
'-Wl,--large-address-aware -pipe -Wl,--no-seh '
21+
'-Wl,--large-address-aware',
2122
'BUILDEXE': '.exe',
2223
'BUILDPYTHON': 'python.exe',
2324
'BUILDPYTHONW': 'pythonw.exe',
@@ -28,13 +29,15 @@
2829
'CC': 'gcc',
2930
'CCSHARED': '',
3031
'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall '
31-
'-march=pentium4 -mtune=generic -O2 -pipe -O3 -march=pentium4 '
32-
'-mtune=generic -O2 -pipe -O3',
32+
'-march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 '
33+
'-fstack-protector-strong -O3 -march=pentium4 -mtune=generic -O2 '
34+
'-pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3',
3335
'CFLAGSFORSHARED': '',
3436
'CFLAGS_ALIASING': '',
3537
'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in '
3638
'Makefile.pre.in',
37-
'CONFIGURE_CFLAGS': '-march=pentium4 -mtune=generic -O2 -pipe -O3',
39+
'CONFIGURE_CFLAGS': '-march=pentium4 -mtune=generic -O2 -pipe '
40+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3',
3841
'CONFIGURE_CFLAGS_NODIST': '-fno-semantic-interposition -std=c99 -Wextra '
3942
'-Wno-unused-result -Wno-unused-parameter '
4043
'-Wno-missing-field-initializers '
@@ -44,7 +47,7 @@
4447
'-DPY3_DLLNAME=\'L"libpython3.10.dll"\' '
4548
'-DMS_DLL_ID=\'"3.10-32"\'',
4649
'CONFIGURE_CPPFLAGS': '-I../Python-3.10.8/PC -D__USE_MINGW_ANSI_STDIO=1 -I.',
47-
'CONFIGURE_LDFLAGS': '-pipe -Wl,--no-seh',
50+
'CONFIGURE_LDFLAGS': '-pipe -Wl,--no-seh -Wl,--large-address-aware',
4851
'CONFIGURE_LDFLAGS_NODIST': '-fno-semantic-interposition',
4952
'CONFIG_ARGS': "'--prefix=/mingw32' '--host=i686-w64-mingw32' "
5053
"'--build=i686-w64-mingw32' '--enable-shared' "
@@ -54,8 +57,9 @@
5457
"'--with-tzpath=/mingw32/share/zoneinfo' "
5558
"'--enable-optimizations' 'build_alias=i686-w64-mingw32' "
5659
"'host_alias=i686-w64-mingw32' 'CC=gcc' "
57-
"'CFLAGS=-march=pentium4 -mtune=generic -O2 -pipe -O3' "
58-
"'LDFLAGS=-pipe -Wl,--no-seh' "
60+
"'CFLAGS=-march=pentium4 -mtune=generic -O2 -pipe "
61+
"-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3' "
62+
"'LDFLAGS=-pipe -Wl,--no-seh -Wl,--large-address-aware' "
5963
"'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' "
6064
"'PKG_CONFIG_PATH=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig'",
6165
'CONFINCLUDEDIR': '/mingw32/include',
@@ -559,16 +563,18 @@
559563
'IO_H': 'Modules/_io/_iomodule.h',
560564
'IO_OBJS': '\\',
561565
'LDCXXSHARED': 'g++ -shared -Wl,--enable-auto-image-base',
562-
'LDFLAGS': '-pipe -Wl,--no-seh -pipe -Wl,--no-seh',
566+
'LDFLAGS': '-pipe -Wl,--no-seh -Wl,--large-address-aware -pipe -Wl,--no-seh '
567+
'-Wl,--large-address-aware',
563568
'LDLIBRARY': 'libpython3.10.dll.a',
564569
'LDLIBRARYDIR': '',
565570
'LDSHARED': 'gcc -shared -Wl,--enable-auto-image-base -pipe -Wl,--no-seh '
566-
'-pipe -Wl,--no-seh',
571+
'-Wl,--large-address-aware -pipe -Wl,--no-seh '
572+
'-Wl,--large-address-aware',
567573
'LDVERSION': '3.10',
568574
'LIBC': '',
569575
'LIBDEST': '/mingw32/lib/python3.10',
570576
'LIBDIR': '/mingw32/lib',
571-
'LIBFFI_INCLUDEDIR': 'D:/a/msys64/mingw32/include',
577+
'LIBFFI_INCLUDEDIR': '',
572578
'LIBM': '-lm',
573579
'LIBOBJDIR': 'Python/',
574580
'LIBOBJS': '',
@@ -627,8 +633,8 @@
627633
'NO_AS_NEEDED': '-Wl,--no-as-needed',
628634
'NT_THREADS': 1,
629635
'OBJECT_OBJS': '\\',
630-
'OPENSSL_INCLUDES': '-ID:/a/msys64/mingw32/include',
631-
'OPENSSL_LDFLAGS': '-LD:/a/msys64/mingw32/lib',
636+
'OPENSSL_INCLUDES': '',
637+
'OPENSSL_LDFLAGS': '',
632638
'OPENSSL_LIBS': '-lssl -lcrypto',
633639
'OPENSSL_RPATH': '',
634640
'OPT': '-DNDEBUG -g -fwrapv -O3 -Wall',
@@ -668,9 +674,12 @@
668674
'PY_BUILTIN_HASHLIB_HASHES': '"md5,sha1,sha256,sha512,sha3,blake2"',
669675
'PY_BUILTIN_MODULE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g '
670676
'-fwrapv -O3 -Wall -march=pentium4 -mtune=generic '
671-
'-O2 -pipe -O3 -march=pentium4 -mtune=generic -O2 '
672-
'-pipe -O3 -fno-semantic-interposition -std=c99 '
673-
'-Wextra -Wno-unused-result -Wno-unused-parameter '
677+
'-O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 '
678+
'-fstack-protector-strong -O3 -march=pentium4 '
679+
'-mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 '
680+
'-fstack-protector-strong -O3 '
681+
'-fno-semantic-interposition -std=c99 -Wextra '
682+
'-Wno-unused-result -Wno-unused-parameter '
674683
'-Wno-missing-field-initializers '
675684
'-Wstrict-prototypes '
676685
'-Werror=implicit-function-declaration '
@@ -685,8 +694,10 @@
685694
'-D__USE_MINGW_ANSI_STDIO=1 '
686695
'-DPy_BUILD_CORE_BUILTIN',
687696
'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall '
688-
'-march=pentium4 -mtune=generic -O2 -pipe -O3 -march=pentium4 '
689-
'-mtune=generic -O2 -pipe -O3',
697+
'-march=pentium4 -mtune=generic -O2 -pipe '
698+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 '
699+
'-march=pentium4 -mtune=generic -O2 -pipe '
700+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3',
690701
'PY_CFLAGS_NODIST': '-fno-semantic-interposition -std=c99 -Wextra '
691702
'-Wno-unused-result -Wno-unused-parameter '
692703
'-Wno-missing-field-initializers -Wstrict-prototypes '
@@ -697,8 +708,10 @@
697708
'-fprofile-correction -I../Python-3.10.8/Include/internal',
698709
'PY_COERCE_C_LOCALE': 0,
699710
'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 '
700-
'-Wall -march=pentium4 -mtune=generic -O2 -pipe -O3 '
701-
'-march=pentium4 -mtune=generic -O2 -pipe -O3 '
711+
'-Wall -march=pentium4 -mtune=generic -O2 -pipe '
712+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 '
713+
'-march=pentium4 -mtune=generic -O2 -pipe '
714+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 '
702715
'-fno-semantic-interposition -std=c99 -Wextra '
703716
'-Wno-unused-result -Wno-unused-parameter '
704717
'-Wno-missing-field-initializers -Wstrict-prototypes '
@@ -711,20 +724,24 @@
711724
'-I../Python-3.10.8/Include -I../Python-3.10.8/PC '
712725
'-D__USE_MINGW_ANSI_STDIO=1 -I. -D__USE_MINGW_ANSI_STDIO=1 '
713726
'-DPy_BUILD_CORE',
714-
'PY_CORE_LDFLAGS': '-pipe -Wl,--no-seh -pipe -Wl,--no-seh '
727+
'PY_CORE_LDFLAGS': '-pipe -Wl,--no-seh -Wl,--large-address-aware -pipe '
728+
'-Wl,--no-seh -Wl,--large-address-aware '
715729
'-fno-semantic-interposition',
716730
'PY_CPPFLAGS': '-IObjects -IInclude -IPython -I. -I../Python-3.10.8/Include '
717731
'-I../Python-3.10.8/PC -D__USE_MINGW_ANSI_STDIO=1 -I. '
718732
'-D__USE_MINGW_ANSI_STDIO=1',
719733
'PY_ENABLE_SHARED': 1,
720734
'PY_FORMAT_SIZE_T': '"z"',
721-
'PY_LDFLAGS': '-pipe -Wl,--no-seh -pipe -Wl,--no-seh',
735+
'PY_LDFLAGS': '-pipe -Wl,--no-seh -Wl,--large-address-aware -pipe '
736+
'-Wl,--no-seh -Wl,--large-address-aware',
722737
'PY_LDFLAGS_NODIST': '-fno-semantic-interposition',
723738
'PY_SSL_DEFAULT_CIPHERS': 1,
724739
'PY_SSL_DEFAULT_CIPHER_STRING': 0,
725740
'PY_STDMODULE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv '
726741
'-O3 -Wall -march=pentium4 -mtune=generic -O2 -pipe '
727-
'-O3 -march=pentium4 -mtune=generic -O2 -pipe -O3 '
742+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 '
743+
'-march=pentium4 -mtune=generic -O2 -pipe '
744+
'-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3 '
728745
'-fno-semantic-interposition -std=c99 -Wextra '
729746
'-Wno-unused-result -Wno-unused-parameter '
730747
'-Wno-missing-field-initializers -Wstrict-prototypes '

0 commit comments

Comments
 (0)