Skip to content

Commit

Permalink
Update 6 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-python (3.10.5-1 -> 3.10.5-2)
mingw-w64-x86_64-git (2.37.0.rc0.windows.1-1 -> 2.37.0.rc1.windows.1-1)
mingw-w64-x86_64-git-doc-html (2.37.0.rc0.windows.1-1 -> 2.37.0.rc1.windows.1-1)
mingw-w64-x86_64-libdeflate (1.10-1 -> 1.12-1)
mingw-w64-x86_64-python (3.10.5-1 -> 3.10.5-2)
vim (8.2.3582-1 -> 8.2.5117-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jun 19, 2022
1 parent 2dd42e5 commit 1550a67
Show file tree
Hide file tree
Showing 1,120 changed files with 64,678 additions and 32,610 deletions.
Binary file modified cmd/git-gui.exe
Binary file not shown.
Binary file modified cmd/git.exe
Binary file not shown.
Binary file modified cmd/gitk.exe
Binary file not shown.
Binary file modified git-bash.exe
Binary file not shown.
Binary file modified git-cmd.exe
Binary file not shown.
Binary file modified mingw32/bin/libpython3.10.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/bin/python-config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exec_prefix="${prefix}"
exec_prefix_real=${prefix_real}
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
VERSION="3.10"
LIBM="-lm"
LIBC=""
Expand Down
2 changes: 1 addition & 1 deletion mingw32/bin/python3-config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exec_prefix="${prefix}"
exec_prefix_real=${prefix_real}
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
VERSION="3.10"
LIBM="-lm"
LIBC=""
Expand Down
2 changes: 1 addition & 1 deletion mingw32/bin/python3.10-config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exec_prefix="${prefix}"
exec_prefix_real=${prefix_real}
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=pentium4 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
VERSION="3.10"
LIBM="-lm"
LIBC=""
Expand Down
22 changes: 11 additions & 11 deletions mingw32/lib/python3.10/_sysconfigdata__win32_.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
'CC': 'gcc',
'CCSHARED': '',
'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall '
'-march=pentium4 -mtune=generic -O2 -pipe -march=pentium4 '
'-mtune=generic -O2 -pipe',
'-march=pentium4 -mtune=generic -O2 -pipe -O3 -march=pentium4 '
'-mtune=generic -O2 -pipe -O3',
'CFLAGSFORSHARED': '',
'CFLAGS_ALIASING': '',
'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in '
'Makefile.pre.in',
'CONFIGURE_CFLAGS': '-march=pentium4 -mtune=generic -O2 -pipe',
'CONFIGURE_CFLAGS': '-march=pentium4 -mtune=generic -O2 -pipe -O3',
'CONFIGURE_CFLAGS_NODIST': '-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers '
Expand All @@ -54,7 +54,7 @@
"'--with-tzpath=/mingw32/share/zoneinfo' "
"'--enable-optimizations' 'build_alias=i686-w64-mingw32' "
"'host_alias=i686-w64-mingw32' 'CC=gcc' "
"'CFLAGS=-march=pentium4 -mtune=generic -O2 -pipe' "
"'CFLAGS=-march=pentium4 -mtune=generic -O2 -pipe -O3' "
"'LDFLAGS=-pipe -Wl,--no-seh' "
"'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' "
"'PKG_CONFIG_PATH=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig'",
Expand Down Expand Up @@ -669,8 +669,8 @@
'PY_BUILTIN_HASHLIB_HASHES': '"md5,sha1,sha256,sha512,sha3,blake2"',
'PY_BUILTIN_MODULE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g '
'-fwrapv -O3 -Wall -march=pentium4 -mtune=generic '
'-O2 -pipe -march=pentium4 -mtune=generic -O2 '
'-pipe -fno-semantic-interposition -std=c99 '
'-O2 -pipe -O3 -march=pentium4 -mtune=generic -O2 '
'-pipe -O3 -fno-semantic-interposition -std=c99 '
'-Wextra -Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers '
'-Wstrict-prototypes '
Expand All @@ -686,8 +686,8 @@
'-D__USE_MINGW_ANSI_STDIO=1 '
'-DPy_BUILD_CORE_BUILTIN',
'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall '
'-march=pentium4 -mtune=generic -O2 -pipe -march=pentium4 '
'-mtune=generic -O2 -pipe',
'-march=pentium4 -mtune=generic -O2 -pipe -O3 -march=pentium4 '
'-mtune=generic -O2 -pipe -O3',
'PY_CFLAGS_NODIST': '-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers -Wstrict-prototypes '
Expand All @@ -698,8 +698,8 @@
'-fprofile-correction -I../Python-3.10.5/Include/internal',
'PY_COERCE_C_LOCALE': 0,
'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 '
'-Wall -march=pentium4 -mtune=generic -O2 -pipe '
'-march=pentium4 -mtune=generic -O2 -pipe '
'-Wall -march=pentium4 -mtune=generic -O2 -pipe -O3 '
'-march=pentium4 -mtune=generic -O2 -pipe -O3 '
'-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers -Wstrict-prototypes '
Expand All @@ -725,7 +725,7 @@
'PY_SSL_DEFAULT_CIPHER_STRING': 0,
'PY_STDMODULE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv '
'-O3 -Wall -march=pentium4 -mtune=generic -O2 -pipe '
'-march=pentium4 -mtune=generic -O2 -pipe '
'-O3 -march=pentium4 -mtune=generic -O2 -pipe -O3 '
'-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers -Wstrict-prototypes '
Expand Down
4 changes: 2 additions & 2 deletions mingw32/lib/python3.10/config-3.10/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MAKESETUP= $(srcdir)/Modules/makesetup
OPT= -DNDEBUG -g -fwrapv -O3 -Wall
BASECFLAGS= -Wno-unused-result -Wsign-compare
BASECPPFLAGS= -IObjects -IInclude -IPython
CONFIGURE_CFLAGS= -march=pentium4 -mtune=generic -O2 -pipe
CONFIGURE_CFLAGS= -march=pentium4 -mtune=generic -O2 -pipe -O3
# CFLAGS_NODIST is used for building the interpreter and stdlib C extensions.
# Use it when a compiler flag should _not_ be part of the distutils CFLAGS
# once Python is installed (Issue #21121).
Expand Down Expand Up @@ -228,7 +228,7 @@ EXEMODE= 755
FILEMODE= 644

# configure script arguments
CONFIG_ARGS= '--prefix=/mingw32' '--host=i686-w64-mingw32' '--build=i686-w64-mingw32' '--enable-shared' '--with-system-expat' '--with-system-ffi' '--with-system-libmpdec' '--without-ensurepip' '--enable-loadable-sqlite-extensions' '--with-tzpath=/mingw32/share/zoneinfo' '--enable-optimizations' 'build_alias=i686-w64-mingw32' 'host_alias=i686-w64-mingw32' 'CC=gcc' 'CFLAGS=-march=pentium4 -mtune=generic -O2 -pipe' 'LDFLAGS=-pipe -Wl,--no-seh' 'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' 'PKG_CONFIG_PATH=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig'
CONFIG_ARGS= '--prefix=/mingw32' '--host=i686-w64-mingw32' '--build=i686-w64-mingw32' '--enable-shared' '--with-system-expat' '--with-system-ffi' '--with-system-libmpdec' '--without-ensurepip' '--enable-loadable-sqlite-extensions' '--with-tzpath=/mingw32/share/zoneinfo' '--enable-optimizations' 'build_alias=i686-w64-mingw32' 'host_alias=i686-w64-mingw32' 'CC=gcc' 'CFLAGS=-march=pentium4 -mtune=generic -O2 -pipe -O3' 'LDFLAGS=-pipe -Wl,--no-seh' 'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' 'PKG_CONFIG_PATH=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig'


# Subdirectories with code
Expand Down
Binary file modified mingw32/lib/python3.10/config-3.10/python.o
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_bisect.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_bz2.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_codecs_jp.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_csv.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_curses.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_hashlib.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_heapq.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_lsprof.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_md5.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_msi.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_opcode.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_pickle.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_queue.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_random.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_sha256.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_sha512.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_socket.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_ssl.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_struct.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/_tkinter.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/array.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/audioop.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/cmath.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/math.cp310-mingw_i686.pyd
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/mmap.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/select.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/winsound.cp310-mingw_i686.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/lib/python3.10/lib-dynload/zlib.cp310-mingw_i686.pyd
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/bin/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.37.0.rc0.windows.1';
my $VERSION = '2.37.0.rc1.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw64/bin/git-receive-pack.exe
Binary file not shown.
Binary file modified mingw64/bin/git-shell.exe
Binary file not shown.
Binary file modified mingw64/bin/git-upload-archive.exe
Binary file not shown.
Binary file modified mingw64/bin/git-upload-pack.exe
Binary file not shown.
Binary file modified mingw64/bin/git.exe
Binary file not shown.
Binary file modified mingw64/bin/libdeflate-gunzip.exe
Binary file not shown.
Binary file modified mingw64/bin/libdeflate-gzip.exe
Binary file not shown.
Binary file modified mingw64/bin/libdeflate.dll
Binary file not shown.
Binary file modified mingw64/bin/libpython3.10.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/bin/python-config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exec_prefix="${prefix}"
exec_prefix_real=${prefix_real}
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=x86-64 -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=x86-64 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
VERSION="3.10"
LIBM="-lm"
LIBC=""
Expand Down
2 changes: 1 addition & 1 deletion mingw64/bin/python3-config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exec_prefix="${prefix}"
exec_prefix_real=${prefix_real}
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=x86-64 -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=x86-64 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
VERSION="3.10"
LIBM="-lm"
LIBC=""
Expand Down
2 changes: 1 addition & 1 deletion mingw64/bin/python3.10-config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ exec_prefix="${prefix}"
exec_prefix_real=${prefix_real}
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=x86-64 -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo "-march=x86-64 -mtune=generic -O2 -pipe -O3" | sed "s#$prefix#$prefix_real#")
VERSION="3.10"
LIBM="-lm"
LIBC=""
Expand Down
6 changes: 3 additions & 3 deletions mingw64/include/libdeflate.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ extern "C" {
#endif

#define LIBDEFLATE_VERSION_MAJOR 1
#define LIBDEFLATE_VERSION_MINOR 10
#define LIBDEFLATE_VERSION_STRING "1.10"
#define LIBDEFLATE_VERSION_MINOR 12
#define LIBDEFLATE_VERSION_STRING "1.12"

#include <stddef.h>
#include <stdint.h>
Expand All @@ -31,7 +31,7 @@ extern "C" {
# define LIBDEFLATEEXPORT
#endif

#if defined(_WIN32) && !defined(_WIN64)
#if defined(_WIN32) && !defined(_WIN64) && defined(LIBDEFLATE_DLL)
# define LIBDEFLATEAPI_ABI __stdcall
#else
# define LIBDEFLATEAPI_ABI
Expand Down
Binary file modified mingw64/lib/libdeflate.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/lib/pkgconfig/libdeflate.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ libdir=/mingw64/lib

Name: libdeflate
Description: Fast implementation of DEFLATE, zlib, and gzip
Version: 1.10
Version: 1.12
Libs: -L${libdir} -ldeflate
Cflags: -I${includedir}
29 changes: 15 additions & 14 deletions mingw64/lib/python3.10/_sysconfigdata__win32_.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
'CC': 'gcc',
'CCSHARED': '',
'CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall '
'-march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 '
'-mtune=generic -O2 -pipe',
'-march=x86-64 -mtune=generic -O2 -pipe -O3 -march=x86-64 '
'-mtune=generic -O2 -pipe -O3',
'CFLAGSFORSHARED': '',
'CFLAGS_ALIASING': '',
'CONFIGFILES': 'configure configure.ac acconfig.h pyconfig.h.in '
'Makefile.pre.in',
'CONFIGURE_CFLAGS': '-march=x86-64 -mtune=generic -O2 -pipe',
'CONFIGURE_CFLAGS': '-march=x86-64 -mtune=generic -O2 -pipe -O3',
'CONFIGURE_CFLAGS_NODIST': '-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers '
Expand All @@ -53,7 +53,7 @@
"'--with-tzpath=/mingw64/share/zoneinfo' "
"'--enable-optimizations' 'build_alias=x86_64-w64-mingw32' "
"'host_alias=x86_64-w64-mingw32' 'CC=gcc' "
"'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe' "
"'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -O3' "
"'LDFLAGS=-pipe' 'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' "
"'PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'",
'CONFINCLUDEDIR': '/mingw64/include',
Expand Down Expand Up @@ -666,9 +666,9 @@
'PY_BUILTIN_HASHLIB_HASHES': '"md5,sha1,sha256,sha512,sha3,blake2"',
'PY_BUILTIN_MODULE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g '
'-fwrapv -O3 -Wall -march=x86-64 -mtune=generic '
'-O2 -pipe -march=x86-64 -mtune=generic -O2 -pipe '
'-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-O2 -pipe -O3 -march=x86-64 -mtune=generic -O2 '
'-pipe -O3 -fno-semantic-interposition -std=c99 '
'-Wextra -Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers '
'-Wstrict-prototypes '
'-Werror=implicit-function-declaration '
Expand All @@ -683,8 +683,8 @@
'-D__USE_MINGW_ANSI_STDIO=1 '
'-DPy_BUILD_CORE_BUILTIN',
'PY_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall '
'-march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 '
'-mtune=generic -O2 -pipe',
'-march=x86-64 -mtune=generic -O2 -pipe -O3 -march=x86-64 '
'-mtune=generic -O2 -pipe -O3',
'PY_CFLAGS_NODIST': '-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers -Wstrict-prototypes '
Expand All @@ -695,9 +695,10 @@
'-fprofile-correction -I../Python-3.10.5/Include/internal',
'PY_COERCE_C_LOCALE': 0,
'PY_CORE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 '
'-Wall -march=x86-64 -mtune=generic -O2 -pipe -march=x86-64 '
'-mtune=generic -O2 -pipe -fno-semantic-interposition '
'-std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter '
'-Wall -march=x86-64 -mtune=generic -O2 -pipe -O3 '
'-march=x86-64 -mtune=generic -O2 -pipe -O3 '
'-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers -Wstrict-prototypes '
'-Werror=implicit-function-declaration -fvisibility=hidden '
'-D_WIN32_WINNT=0x0601 '
Expand All @@ -718,8 +719,8 @@
'PY_SSL_DEFAULT_CIPHERS': 1,
'PY_SSL_DEFAULT_CIPHER_STRING': 0,
'PY_STDMODULE_CFLAGS': '-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv '
'-O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe '
'-march=x86-64 -mtune=generic -O2 -pipe '
'-O3 -Wall -march=x86-64 -mtune=generic -O2 -pipe -O3 '
'-march=x86-64 -mtune=generic -O2 -pipe -O3 '
'-fno-semantic-interposition -std=c99 -Wextra '
'-Wno-unused-result -Wno-unused-parameter '
'-Wno-missing-field-initializers -Wstrict-prototypes '
Expand Down
4 changes: 2 additions & 2 deletions mingw64/lib/python3.10/config-3.10/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ MAKESETUP= $(srcdir)/Modules/makesetup
OPT= -DNDEBUG -g -fwrapv -O3 -Wall
BASECFLAGS= -Wno-unused-result -Wsign-compare
BASECPPFLAGS= -IObjects -IInclude -IPython
CONFIGURE_CFLAGS= -march=x86-64 -mtune=generic -O2 -pipe
CONFIGURE_CFLAGS= -march=x86-64 -mtune=generic -O2 -pipe -O3
# CFLAGS_NODIST is used for building the interpreter and stdlib C extensions.
# Use it when a compiler flag should _not_ be part of the distutils CFLAGS
# once Python is installed (Issue #21121).
Expand Down Expand Up @@ -228,7 +228,7 @@ EXEMODE= 755
FILEMODE= 644

# configure script arguments
CONFIG_ARGS= '--prefix=/mingw64' '--host=x86_64-w64-mingw32' '--build=x86_64-w64-mingw32' '--enable-shared' '--with-system-expat' '--with-system-ffi' '--with-system-libmpdec' '--without-ensurepip' '--enable-loadable-sqlite-extensions' '--with-tzpath=/mingw64/share/zoneinfo' '--enable-optimizations' 'build_alias=x86_64-w64-mingw32' 'host_alias=x86_64-w64-mingw32' 'CC=gcc' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe' 'LDFLAGS=-pipe' 'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' 'PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'
CONFIG_ARGS= '--prefix=/mingw64' '--host=x86_64-w64-mingw32' '--build=x86_64-w64-mingw32' '--enable-shared' '--with-system-expat' '--with-system-ffi' '--with-system-libmpdec' '--without-ensurepip' '--enable-loadable-sqlite-extensions' '--with-tzpath=/mingw64/share/zoneinfo' '--enable-optimizations' 'build_alias=x86_64-w64-mingw32' 'host_alias=x86_64-w64-mingw32' 'CC=gcc' 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -O3' 'LDFLAGS=-pipe' 'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' 'PKG_CONFIG_PATH=/mingw64/lib/pkgconfig:/mingw64/share/pkgconfig'


# Subdirectories with code
Expand Down
Binary file modified mingw64/lib/python3.10/config-3.10/python.o
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_bisect.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_bz2.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_csv.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_hashlib.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_msi.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_queue.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_sha1.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_sha256.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_sha512.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_socket.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_tkinter.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/_zoneinfo.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/array.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/audioop.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/mmap.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/select.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified mingw64/lib/python3.10/lib-dynload/zlib.cp310-mingw_x86_64.pyd
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-add.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-am.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-annotate.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-apply.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-archive.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-bisect--helper.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-blame.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-branch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-bugreport.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-bundle.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-cat-file.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-check-attr.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-check-ignore.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-check-mailmap.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-check-ref-format.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-checkout--worker.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-checkout-index.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-checkout.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-cherry-pick.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-cherry.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-clean.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-clone.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-column.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-commit-graph.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-commit-tree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-commit.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-config.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-count-objects.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential-cache--daemon.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential-cache.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential-store.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential-wincred.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-credential.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-cvsserver
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ use File::Path qw/rmtree/;
use File::Basename;
use Getopt::Long qw(:config require_order no_ignore_case);

my $VERSION = '2.37.0.rc0.windows.1';
my $VERSION = '2.37.0.rc1.windows.1';

my $log = GITCVS::log->new();
my $cfg;
Expand Down
Binary file modified mingw64/libexec/git-core/git-daemon.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-describe.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-diff-files.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-diff-index.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-diff-tree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-diff.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-difftool.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-env--helper.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fast-export.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fast-import.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fetch-pack.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fetch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fmt-merge-msg.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-for-each-ref.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-for-each-repo.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-format-patch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fsck-objects.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fsck.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-fsmonitor--daemon.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-gc.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-get-tar-commit-id.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-grep.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-hash-object.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-help.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-hook.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-backend.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-fetch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-http-push.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-imap-send.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-index-pack.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-init-db.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-init.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-interpret-trailers.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-log.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-ls-files.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-ls-remote.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-ls-tree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-mailinfo.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-mailsplit.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-maintenance.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-base.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-file.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-index.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-ours.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-recursive.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-subtree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge-tree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-merge.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-mktag.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-mktree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-multi-pack-index.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-mv.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-name-rev.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-notes.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-pack-objects.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-pack-redundant.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-pack-refs.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-patch-id.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-prune-packed.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-prune.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-pull.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-push.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-range-diff.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-read-tree.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-rebase.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-receive-pack.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-reflog.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ext.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-fd.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ftp.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-ftps.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-http.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote-https.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-remote.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-repack.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-replace.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-rerere.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-reset.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-restore.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-rev-list.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-rev-parse.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-revert.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-rm.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-send-email
Original file line number Diff line number Diff line change
Expand Up @@ -1557,7 +1557,7 @@ sub send_message {
@recipients = unique_email_list(@recipients,@cc,@initial_bcc);
@recipients = (map { extract_valid_address_or_die($_) } @recipients);
my $date = format_2822_time($time++);
my $gitversion = '2.37.0.rc0.windows.1';
my $gitversion = '2.37.0.rc1.windows.1';
if ($gitversion =~ m/..GIT_VERSION../) {
$gitversion = Git::version();
}
Expand Down
Binary file modified mingw64/libexec/git-core/git-send-pack.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-sh-i18n--envsubst.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-shell.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-shortlog.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-show-branch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-show-index.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-show-ref.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-show.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-sparse-checkout.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-stage.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-stash.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-status.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-stripspace.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-submodule--helper.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/libexec/git-core/git-svn
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ use vars qw/ $AUTHOR $VERSION
$_revision $_repository
$_q $_authors $_authors_prog %users/;
$AUTHOR = 'Eric Wong <normalperson@yhbt.net>';
$VERSION = '2.37.0.rc0.windows.1';
$VERSION = '2.37.0.rc1.windows.1';

use Carp qw/croak/;
use File::Basename qw/dirname basename/;
Expand Down
Binary file modified mingw64/libexec/git-core/git-switch.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-symbolic-ref.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-tag.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-unpack-file.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-unpack-objects.exe
Binary file not shown.
Binary file modified mingw64/libexec/git-core/git-update-index.exe
Binary file not shown.
Loading

0 comments on commit 1550a67

Please sign in to comment.