Skip to content

Commit 62fbed1

Browse files
author
Git for Windows Build Agent
committed
Update 3 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) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 7db8ef0 commit 62fbed1

File tree

181 files changed

+83
-53
lines changed

Some content is hidden

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

181 files changed

+83
-53
lines changed

mingw32/bin/WhoUses.exe

-397 Bytes
Binary file not shown.

mingw32/bin/blocked-file-util.exe

1.21 KB
Binary file not shown.

mingw32/bin/create-shortcut.exe

2.21 KB
Binary file not shown.

mingw32/bin/git-askpass.exe

0 Bytes
Binary file not shown.

mingw32/bin/git-askyesno.exe

0 Bytes
Binary file not shown.
2.16 KB
Binary file not shown.

mingw32/bin/libpython3.10.dll

48.1 KB
Binary file not shown.

mingw32/bin/proxy-lookup.exe

0 Bytes
Binary file not shown.

mingw32/bin/python-config

+1-1
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

+1-1
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

+1-1
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

+39-22
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 '

mingw32/lib/python3.10/config-3.10/Makefile

+6-6
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ MAKESETUP= $(srcdir)/Modules/makesetup
8282
OPT= -DNDEBUG -g -fwrapv -O3 -Wall
8383
BASECFLAGS= -Wno-unused-result -Wsign-compare
8484
BASECPPFLAGS= -IObjects -IInclude -IPython
85-
CONFIGURE_CFLAGS= -march=pentium4 -mtune=generic -O2 -pipe -O3
85+
CONFIGURE_CFLAGS= -march=pentium4 -mtune=generic -O2 -pipe -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3
8686
# CFLAGS_NODIST is used for building the interpreter and stdlib C extensions.
8787
# Use it when a compiler flag should _not_ be part of the distutils CFLAGS
8888
# once Python is installed (Issue #21121).
@@ -92,7 +92,7 @@ CONFIGURE_CFLAGS_NODIST= -fno-semantic-interposition -std=c99 -Wextra -Wno-unuse
9292
# once Python is installed (bpo-35257)
9393
CONFIGURE_LDFLAGS_NODIST= -fno-semantic-interposition
9494
CONFIGURE_CPPFLAGS= -I$(srcdir)/PC -D__USE_MINGW_ANSI_STDIO=1 -I.
95-
CONFIGURE_LDFLAGS= -pipe -Wl,--no-seh
95+
CONFIGURE_LDFLAGS= -pipe -Wl,--no-seh -Wl,--large-address-aware
9696
# Avoid assigning CFLAGS, LDFLAGS, etc. so users can use them on the
9797
# command line to append to these values without stomping the pre-set
9898
# values.
@@ -213,9 +213,9 @@ RUNSHARED=
213213
ENSUREPIP= no
214214

215215
# OpenSSL options for setup.py so sysconfig can pick up AC_SUBST() vars.
216-
OPENSSL_INCLUDES=-ID:/a/msys64/mingw32/include
216+
OPENSSL_INCLUDES=
217217
OPENSSL_LIBS=-lssl -lcrypto
218-
OPENSSL_LDFLAGS=-LD:/a/msys64/mingw32/lib
218+
OPENSSL_LDFLAGS=
219219
OPENSSL_RPATH=
220220

221221
# Default zoneinfo.TZPATH. Added here to expose it in sysconfig.get_config_var
@@ -228,7 +228,7 @@ EXEMODE= 755
228228
FILEMODE= 644
229229

230230
# configure script arguments
231-
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'
231+
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 -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong -O3' 'LDFLAGS=-pipe -Wl,--no-seh -Wl,--large-address-aware' 'CPPFLAGS=-D__USE_MINGW_ANSI_STDIO=1' 'PKG_CONFIG_PATH=/mingw32/lib/pkgconfig:/mingw32/share/pkgconfig'
232232

233233

234234
# Subdirectories with code
@@ -332,7 +332,7 @@ IO_OBJS= \
332332

333333
##########################################################################
334334

335-
LIBFFI_INCLUDEDIR= D:/a/msys64/mingw32/include
335+
LIBFFI_INCLUDEDIR=
336336
NCURSESW_INCLUDEDIR= D:/a/msys64/mingw32/include/ncursesw
337337

338338
##########################################################################
48 Bytes
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 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 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 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 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 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 not shown.
Binary file not shown.

update-via-pacman.bat

+12-4
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@
2727
@REM Set to MSYS mode
2828
@SET MSYSTEM=MSYS
2929

30-
@ECHO Run Pacman
30+
@ECHO Run Pacman (First Pass)
3131
@pacman -Syyu --noconfirm
32+
@ECHO End of Pacman (First Pass)
33+
@ECHO ==
3234
@IF ERRORLEVEL 1 GOTO DIE
3335

3436
@REM If Pacman updated "core" packages, e.g. the MSYS2 runtime, it stops
@@ -65,22 +67,28 @@
6567
@REM error level is 0 *or higher*, i.e. it would always jump. Not what we want.
6668
@REM So we *must* make it an "error" when everything is upgraded already.
6769

70+
@ECHO Find last Upgrade in Pacman.log
6871
@git-cmd.exe --command=usr\bin\bash.exe -lc ^" ^
6972
needle=\^"$(tail -c 16384 /var/log/pacman.log ^| ^
7073
grep '\[PACMAN\] starting .* system upgrade' ^| ^
7174
tail -n 1)\^" ^&^& ^
7275
test -n \^"$needle\^" ^&^& ^
7376
test \^"a$needle\^" = \^"a${needle#*full system upgrade}\^"^"
74-
77+
@ECHO End of search for full/partial Upgrade indicator in Pacman.log
78+
@ECHO ==
7579
@IF ERRORLEVEL 1 GOTO FINISH
7680

77-
@ECHO "Run Pacman again to upgrade the remaining (non-core) packages"
81+
@ECHO "Run Pacman again (Second Pass) to upgrade the remaining (non-core) packages"
7882
@pacman -Su --noconfirm
83+
@ECHO "End of Pacman (Second Pass) for (non-core) packages"
84+
@ECHO ==
7985
@IF ERRORLEVEL 1 GOTO DIE
8086

8187
:FINISH
82-
@REM Wrapping up: re-install git-extra
88+
@ECHO Wrapping up: re-install git-extra
8389
@pacman -S --noconfirm git-extra
90+
@ECHO End of re-install of git-extra
91+
@ECHO ==
8492
@IF ERRORLEVEL 1 GOTO DIE
8593

8694
@ECHO All done!

usr/bin/astextplain

+8-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,14 @@ case "$1" in
1212
odt2txt "$1" || cat "$1"
1313
;;
1414
*.doc | *.DOC | *.dot | *.DOT)
15-
out=$(antiword -m UTF-8 "$1") && sed "s/\^M$//" <<<$out || cat "$1"
15+
case "$(file --brief --mime-type "$1")" in
16+
application/msword)
17+
out=$(antiword -m UTF-8 "$1") && sed "s/\^M$//" <<<$out || cat "$1"
18+
;;
19+
*)
20+
cat "$1"
21+
;;
22+
esac
1623
;;
1724
*.docx | *.DOCX | *.dotx | *.DOTX | *.docm | *.DOCM | *.dotm | *.DOTM)
1825
docx2txt.pl "$1" - || cat "$1"

usr/bin/bash.exe

512 Bytes
Binary file not shown.

usr/bin/bashbug

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ OS="msys"
3131
CC="gcc"
3232
CFLAGS="-march=i686 -mtune=generic -O2 -pipe -D_STATIC_BUILD"
3333
RELEASE="5.2"
34-
PATCHLEVEL="2"
34+
PATCHLEVEL="9"
3535
RELSTATUS="release"
3636
MACHTYPE="i686-pc-msys"
3737

usr/bin/sh.exe

512 Bytes
Binary file not shown.

usr/share/man/man1/[.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/alias.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/bg.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/bind.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/break.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/builtin.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/caller.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/case.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/cd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/command.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/compgen.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/complete.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/continue.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/declare.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/dirs.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/disown.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/do.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/done.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/elif.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/else.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/enable.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/esac.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/eval.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/exec.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/exit.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/export.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/fc.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/fg.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/fi.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/for.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/function.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/getopts.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/hash.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/help.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/history.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/if.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/in.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/jobs.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/let.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/local.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/logout.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/popd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/pushd.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/read.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/readonly.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/return.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/select.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/set.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/shift.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/shopt.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/source.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/suspend.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/then.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/time.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/times.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/trap.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/type.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/typeset.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/ulimit.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/umask.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/unalias.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/unset.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/until.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/wait.1.gz

0 Bytes
Binary file not shown.

usr/share/man/man1/while.1.gz

0 Bytes
Binary file not shown.
-2.42 KB
Binary file not shown.

var/lib/pacman/local/bash-5.2.002-1/desc var/lib/pacman/local/bash-5.2.009-1/desc

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
bash
33

44
%VERSION%
5-
5.2.002-1
5+
5.2.009-1
66

77
%BASE%
88
bash
@@ -17,16 +17,16 @@ https://www.gnu.org/software/bash/bash.html
1717
i686
1818

1919
%BUILDDATE%
20-
1667495324
20+
1667853645
2121

2222
%INSTALLDATE%
23-
1667503088
23+
1667879997
2424

2525
%PACKAGER%
2626
Git for Windows Build Agent <[email protected]>
2727

2828
%SIZE%
29-
10442670
29+
10443694
3030

3131
%LICENSE%
3232
GPL
2.42 KB
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/git-extra-1.1.600.cbd5e15-1/desc var/lib/pacman/local/git-extra-1.1.609.6752ff0-1/desc

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
git-extra
33

44
%VERSION%
5-
1.1.600.cbd5e15-1
5+
1.1.609.6752ff0-1
66

77
%BASE%
88
git-extra
@@ -17,16 +17,16 @@ https://github.com/git-for-windows/build-extra
1717
i686
1818

1919
%BUILDDATE%
20-
1658917789
20+
1667846182
2121

2222
%INSTALLDATE%
23-
1667706573
23+
1667880022
2424

2525
%PACKAGER%
2626
Git for Windows Build Agent <[email protected]>
2727

2828
%SIZE%
29-
519866
29+
525601
3030

3131
%GROUPS%
3232
VCS

var/lib/pacman/local/git-extra-1.1.600.cbd5e15-1/install var/lib/pacman/local/git-extra-1.1.609.6752ff0-1/install

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ post_install () {
88
symlinks = false
99
autocrlf = true
1010
[color]
11-
diff = auto
12-
status = auto
13-
branch = auto
11+
ui = auto
1412
interactive = true
1513
[pack]
1614
packSizeLimit = 2g
Binary file not shown.
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-python-3.10.8-1/desc var/lib/pacman/local/mingw-w64-i686-python-3.10.8-2/desc

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-python
33

44
%VERSION%
5-
3.10.8-1
5+
3.10.8-2
66

77
%BASE%
88
mingw-w64-python
@@ -17,16 +17,16 @@ https://www.python.org/
1717
any
1818

1919
%BUILDDATE%
20-
1665860503
20+
1667777196
2121

2222
%INSTALLDATE%
23-
1665982812
23+
1667880019
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/9d582e19/3256715755)
26+
CI (msys2/msys2-autobuild/59e8e1af/3406443007)
2727

2828
%SIZE%
29-
123597404
29+
123771712
3030

3131
%REASON%
3232
1
Binary file not shown.

var/lib/pacman/sync/clang64.db

2.15 KB
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
Binary file not shown.
-24 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db

2.11 KB
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

1.5 KB
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

1.09 KB
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)