Skip to content

Commit 03194c5

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
file (5.45-3 -> 5.46-1) filesystem (2023.02.07-2 -> 2023.02.07-3) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent fd13f6e commit 03194c5

File tree

37 files changed

+19
-18
lines changed

37 files changed

+19
-18
lines changed

clang32.exe

-80.1 KB
Binary file not shown.

clang64.exe

-80.1 KB
Binary file not shown.

etc/skel/.bash_profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The copy in your home directory (~/.bash_profile) is yours, please
1111
# feel free to customise it to create a shell
1212
# environment to your liking. If you feel a change
13-
# would be benifitial to all, please feel free to send
13+
# would be beneficial to all, please feel free to send
1414
# a patch to the msys2 mailing list.
1515

1616
# User dependent .bash_profile file

etc/skel/.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# History Options
5959
#
6060
# Don't put duplicate lines in the history.
61-
# export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
61+
# export HISTCONTROL=$HISTCONTROL${HISTCONTROL+:}ignoredups
6262
#
6363
# Ignore some controlling instructions
6464
# HISTIGNORE is a colon-delimited list of patterns which should be excluded.

ucrt64.exe

-80.1 KB
Binary file not shown.

usr/bin/file.exe

0 Bytes
Binary file not shown.

usr/bin/msys-magic-1.dll

1.44 KB
Binary file not shown.

usr/include/magic.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ b\13apple\0\
9797
b\14no_check_compress\0\
9898
b\15no_check_tar\0\
9999
b\16no_check_soft\0\
100-
b\17no_check_sapptype\0\
100+
b\17no_check_apptype\0\
101101
b\20no_check_elf\0\
102102
b\21no_check_text\0\
103103
b\22no_check_cdf\0\
@@ -117,7 +117,7 @@ b\31transp_compression\0\
117117
#define MAGIC_NO_CHECK_FORTRAN 0x000000 /* Don't check ascii/fortran */
118118
#define MAGIC_NO_CHECK_TROFF 0x000000 /* Don't check ascii/troff */
119119

120-
#define MAGIC_VERSION 545 /* This implementation */
120+
#define MAGIC_VERSION 546 /* This implementation */
121121

122122

123123
#ifdef __cplusplus
@@ -154,7 +154,8 @@ int magic_errno(magic_t);
154154
#define MAGIC_PARAM_REGEX_MAX 5
155155
#define MAGIC_PARAM_BYTES_MAX 6
156156
#define MAGIC_PARAM_ENCODING_MAX 7
157-
#define MAGIC_PARAM_ELF_SHSIZE_MAX 8
157+
#define MAGIC_PARAM_ELF_SHSIZE_MAX 8
158+
#define MAGIC_PARAM_MAGWARN_MAX 9
158159

159160
int magic_setparam(magic_t, int, const void *);
160161
int magic_getparam(magic_t, int, void *);

usr/lib/libmagic.dll.a

-1.22 KB
Binary file not shown.

usr/lib/pkgconfig/libmagic.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55

66
Name: libmagic
77
Description: Magic number recognition library
8-
Version: 5.45
8+
Version: 5.46
99
Libs: -L${libdir} -lmagic
1010
Libs.private: -lzstd -llzma -lbz2 -lz
1111
Cflags: -I${includedir}

0 commit comments

Comments
 (0)