Skip to content

Commit f3dc9c6

Browse files
author
Git for Windows Build Agent
committed
Update 11 packages
asciidoc (10.2.0-3 -> 10.2.0-4) file (5.45-1 -> 5.45-3) gdb (14.2-3 -> 14.2-5) glib2 (2.78.6-1 -> 2.80.3-1) libgpgme (1.23.2-2 -> 1.23.2-4) libp11-kit (0.25.5-1 -> 0.25.5-2) libxml2 (2.13.2-1 -> 2.13.2-3) mingw-w64-clang-aarch64-libxslt (1.1.41-1 -> 1.1.42-1) mingw-w64-clang-aarch64-p11-kit (0.25.4-1 -> 0.25.5-1) p11-kit (0.25.5-1 -> 0.25.5-2) python (3.11.9-1 -> 3.12.4-4) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 545461e commit f3dc9c6

File tree

3,421 files changed

+245052
-183100
lines changed

Some content is hidden

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

3,421 files changed

+245052
-183100
lines changed

clangarm64/bin/libexslt-0.dll

0 Bytes
Binary file not shown.

clangarm64/bin/libp11-kit-0.dll

0 Bytes
Binary file not shown.

clangarm64/bin/libxslt-1.dll

0 Bytes
Binary file not shown.

clangarm64/bin/p11-kit.exe

0 Bytes
Binary file not shown.

clangarm64/bin/trust.exe

0 Bytes
Binary file not shown.

clangarm64/bin/xslt-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ while test $# -gt 0; do
6060
;;
6161

6262
--version)
63-
echo 1.1.41
63+
echo 1.1.42
6464
exit 0
6565
;;
6666

clangarm64/bin/xsltproc.exe

0 Bytes
Binary file not shown.

clangarm64/include/libexslt/exsltconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ extern "C" {
1818
*
1919
* the version string like "1.2.3"
2020
*/
21-
#define LIBEXSLT_DOTTED_VERSION "0.8.22"
21+
#define LIBEXSLT_DOTTED_VERSION "0.8.23"
2222

2323
/**
2424
* LIBEXSLT_VERSION:
2525
*
2626
* the version number: 1.2.3 value is 10203
2727
*/
28-
#define LIBEXSLT_VERSION 822
28+
#define LIBEXSLT_VERSION 823
2929

3030
/**
3131
* LIBEXSLT_VERSION_STRING:
3232
*
3333
* the version number string, 1.2.3 value is "10203"
3434
*/
35-
#define LIBEXSLT_VERSION_STRING "822"
35+
#define LIBEXSLT_VERSION_STRING "823"
3636

3737
/**
3838
* LIBEXSLT_VERSION_EXTRA:

clangarm64/include/libxslt/xsltconfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@ extern "C" {
2020
*
2121
* the version string like "1.2.3"
2222
*/
23-
#define LIBXSLT_DOTTED_VERSION "1.1.41"
23+
#define LIBXSLT_DOTTED_VERSION "1.1.42"
2424

2525
/**
2626
* LIBXSLT_VERSION:
2727
*
2828
* the version number: 1.2.3 value is 10203
2929
*/
30-
#define LIBXSLT_VERSION 10141
30+
#define LIBXSLT_VERSION 10142
3131

3232
/**
3333
* LIBXSLT_VERSION_STRING:
3434
*
3535
* the version number string, 1.2.3 value is "10203"
3636
*/
37-
#define LIBXSLT_VERSION_STRING "10141"
37+
#define LIBXSLT_VERSION_STRING "10142"
3838

3939
/**
4040
* LIBXSLT_VERSION_EXTRA:

clangarm64/lib/cmake/libxslt/libxslt-config.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
# LibXslt::LibExslt - the libexslt library
3434
# LibXslt::xsltproc - the xsltproc command-line executable
3535

36-
set(LIBXSLT_VERSION "1.1.41")
36+
set(LIBXSLT_VERSION "1.1.42")
3737
set(LIBXSLT_VERSION_MAJOR "1")
3838
set(LIBXSLT_VERSION_MINOR "1")
39-
set(LIBXSLT_VERSION_PATCH "41")
39+
set(LIBXSLT_VERSION_PATCH "42")
4040

41-
set(LIBEXSLT_VERSION "0.8.22")
41+
set(LIBEXSLT_VERSION "0.8.23")
4242
set(LIBEXSLT_VERSION_MAJOR "0")
4343
set(LIBEXSLT_VERSION_MINOR "8")
44-
set(LIBEXSLT_VERSION_PATCH "22")
44+
set(LIBEXSLT_VERSION_PATCH "23")
4545

4646
get_filename_component(PACKAGE_PREFIX_DIR ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSOLUTE)
4747

clangarm64/lib/libexslt.a

0 Bytes
Binary file not shown.

clangarm64/lib/libxslt.a

278 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

clangarm64/lib/pkgconfig/libexslt.pc

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

66

77
Name: libexslt
8-
Version: 0.8.22
8+
Version: 0.8.23
99
Description: EXSLT Extension library
1010
Requires: libxml-2.0, libxslt
1111
Cflags: -I${includedir}

clangarm64/lib/pkgconfig/libxslt.pc

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

66

77
Name: libxslt
8-
Version: 1.1.41
8+
Version: 1.1.42
99
Description: XSLT library version 2.
1010
Requires: libxml-2.0
1111
Cflags: -I${includedir}

clangarm64/lib/pkgconfig/p11-kit-1.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ p11_system_config_modules=${pkgdatadir}/modules
1818

1919
Name: p11-kit
2020
Description: Library and proxy module for properly loading and sharing PKCS#11 modules.
21-
Version: 0.25.4
21+
Version: 0.25.5
2222
Libs: -L${libdir} -lp11-kit
2323
Cflags: -I${includedir}/p11-kit-1

clangarm64/lib/xsltConf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ XSLT_LIBDIR="-L/clangarm64/lib"
55
XSLT_LIBS="-lxslt -L/clangarm64/lib -lxml2 "
66
XSLT_PRIVATE_LIBS="-lm"
77
XSLT_INCLUDEDIR="-I/clangarm64/include"
8-
MODULE_VERSION="xslt-1.1.41"
8+
MODULE_VERSION="xslt-1.1.42"
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

clangarm64/share/doc/libxslt/xsltproc.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xsltproc</title><meta name="generator" content="DocBook XSL Stylesheets V1.79.1"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry"><a name="idm1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xsltproc &#8212; command line XSLT processor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xsltproc</code> [[ <code class="option">-V</code> | <code class="option">--version</code> ] [ <code class="option">-v</code> | <code class="option">--verbose</code> ] [{ <code class="option">-o</code> | <code class="option">--output</code> } { <em class="replaceable"><code>FILE</code></em> | <em class="replaceable"><code>DIRECTORY</code></em> }] | <code class="option">--timing</code> | <code class="option">--repeat</code> | <code class="option">--debug</code> | <code class="option">--novalid</code> | <code class="option">--noout</code> | <code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--maxvars <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--maxparserdepth <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--huge</code> | <code class="option">--seed-rand <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--html</code> | <code class="option">--encoding
1+
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>xsltproc</title><meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry"><a name="idm1"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>xsltproc &#8212; command line XSLT processor</p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><div class="cmdsynopsis"><p><code class="command">xsltproc</code> [[ <code class="option">-V</code> | <code class="option">--version</code> ] [ <code class="option">-v</code> | <code class="option">--verbose</code> ] [{ <code class="option">-o</code> | <code class="option">--output</code> } { <em class="replaceable"><code>FILE</code></em> | <em class="replaceable"><code>DIRECTORY</code></em> }] | <code class="option">--timing</code> | <code class="option">--repeat</code> | <code class="option">--debug</code> | <code class="option">--novalid</code> | <code class="option">--noout</code> | <code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--maxvars <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--huge</code> | <code class="option">--seed-rand <em class="replaceable"><code>VALUE</code></em></code> | <code class="option">--html</code> | <code class="option">--encoding
22
<em class="replaceable"><code>ENCODING</code></em>
33
</code> | <code class="option">--param
44
<em class="replaceable"><code>PARAMNAME</code></em>
@@ -48,7 +48,7 @@
4848
</p></dd><dt><span class="term"><code class="option">--maxdepth <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>
4949
Adjust the maximum depth of the template stack
5050
before <span class="citerefentry"><span class="refentrytitle">libxslt</span>(3)</span> concludes it is in an infinite loop. The default is 3000.
51-
</p></dd><dt><span class="term"><code class="option">--maxvars <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>Maximum number of variables. The default is 15000.</p></dd><dt><span class="term"><code class="option">--maxparserdepth <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>Maximum element nesting level of parsed XML documents. The default is 256.</p></dd><dt><span class="term"><code class="option">--huge</code></span></dt><dd><p>Relax hardcoded limits of the XML parser by setting the XML_PARSE_HUGE parser option.</p></dd><dt><span class="term"><code class="option">--seed-rand <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>Initialize pseudo random number generator with specific seed.</p></dd><dt><span class="term"><code class="option">--nodtdattr</code></span></dt><dd><p>
51+
</p></dd><dt><span class="term"><code class="option">--maxvars <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>Maximum number of variables. The default is 15000.</p></dd><dt><span class="term"><code class="option">--huge</code></span></dt><dd><p>Relax hardcoded limits of the XML parser by setting the XML_PARSE_HUGE parser option.</p></dd><dt><span class="term"><code class="option">--seed-rand <em class="replaceable"><code>VALUE</code></em></code></span></dt><dd><p>Initialize pseudo random number generator with specific seed.</p></dd><dt><span class="term"><code class="option">--nodtdattr</code></span></dt><dd><p>
5252
Do not apply default attributes from the
5353
document's <acronym class="acronym">DTD</acronym>.
5454
</p></dd><dt><span class="term"><code class="option">--nomkdir</code></span></dt><dd><p>Refuses to create directories.</p></dd><dt><span class="term"><code class="option">--nonet</code></span></dt><dd><p>

clangarm64/share/gtk-doc/html/libxslt/libxslt-xsltInternals.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,6 +1088,8 @@ <h2>Details</h2>
10881088
int forwards_compatible
10891089
xmlHashTablePtr namedTemplates : hash table of named templates
10901090
xmlXPathContextPtr xpathCtxt
1091+
unsigned long opLimit
1092+
unsigned long opCount
10911093
} xsltStylesheet;
10921094
</pre><p/>
10931095
</div>
-40 Bytes
Binary file not shown.

usr/bin/2to3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.11
1+
#!/usr/bin/python3.12
22
import sys
33
from lib2to3.main import main
44

usr/bin/2to3-3.11

Lines changed: 0 additions & 5 deletions
This file was deleted.

usr/bin/2to3-3.12

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/python3.12
2+
import sys
3+
from lib2to3.main import main
4+
5+
sys.exit(main("lib2to3.fixes"))

usr/bin/file.exe

0 Bytes
Binary file not shown.

usr/bin/gapplication.exe

0 Bytes
Binary file not shown.

usr/bin/gdb.exe

6.57 KB
Binary file not shown.

usr/bin/gdbserver.exe

0 Bytes
Binary file not shown.

usr/bin/gdbus.exe

0 Bytes
Binary file not shown.

usr/bin/gio-querymodules.exe

0 Bytes
Binary file not shown.

usr/bin/gio.exe

86.1 KB
Binary file not shown.

usr/bin/glib-compile-schemas.exe

0 Bytes
Binary file not shown.

usr/bin/gobject-query.exe

-12.4 KB
Binary file not shown.

usr/bin/gpgme-json.exe

0 Bytes
Binary file not shown.

usr/bin/gpgme-tool.exe

0 Bytes
Binary file not shown.

usr/bin/gresource.exe

17.8 KB
Binary file not shown.

usr/bin/gsettings.exe

0 Bytes
Binary file not shown.

usr/bin/idle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.11
1+
#!/usr/bin/python3.12
22

33
from idlelib.pyshell import main
44
if __name__ == '__main__':

usr/bin/idle3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.11
1+
#!/usr/bin/python3.12
22

33
from idlelib.pyshell import main
44
if __name__ == '__main__':

usr/bin/idle3.11

Lines changed: 0 additions & 5 deletions
This file was deleted.

usr/bin/idle3.12

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/python3.12
2+
3+
from idlelib.pyshell import main
4+
if __name__ == '__main__':
5+
main()

usr/bin/msys-gio-2.0-0.dll

-13.9 KB
Binary file not shown.

usr/bin/msys-girepository-2.0-0.dll

218 KB
Binary file not shown.

usr/bin/msys-glib-2.0-0.dll

10.7 KB
Binary file not shown.

usr/bin/msys-gmodule-2.0-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-gobject-2.0-0.dll

5.72 KB
Binary file not shown.

usr/bin/msys-gpgme-11.dll

0 Bytes
Binary file not shown.

usr/bin/msys-gpgmepp-6.dll

-512 Bytes
Binary file not shown.

usr/bin/msys-gthread-2.0-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-magic-1.dll

-6 KB
Binary file not shown.

usr/bin/msys-p11-kit-0.dll

0 Bytes
Binary file not shown.

usr/bin/msys-python3.11.dll

-4.14 MB
Binary file not shown.

usr/bin/msys-python3.12.dll

5.3 MB
Binary file not shown.

usr/bin/msys-xml2-2.dll

0 Bytes
Binary file not shown.

usr/bin/p11-kit.exe

0 Bytes
Binary file not shown.

usr/bin/pydoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.11
1+
#!/usr/bin/python3.12
22

33
import pydoc
44
if __name__ == '__main__':

usr/bin/pydoc3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3.11
1+
#!/usr/bin/python3.12
22

33
import pydoc
44
if __name__ == '__main__':

usr/bin/pydoc3.11

Lines changed: 0 additions & 5 deletions
This file was deleted.

usr/bin/pydoc3.12

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/python3.12
2+
3+
import pydoc
4+
if __name__ == '__main__':
5+
pydoc.cli()

usr/bin/python-config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ exec_prefix_real=${prefix_real}
3636
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
3737
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
3838
CFLAGS=$(echo "-march=nocona -msahf -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
39-
VERSION="3.11"
39+
VERSION="3.12"
4040
LIBM=""
4141
LIBC=""
4242
SYSLIBS="$LIBM $LIBC"
4343
ABIFLAGS=""
44-
LIBS="-lpython3.11 -lintl -ldl $SYSLIBS"
44+
LIBS="-lpython3.12 -lintl -ldl $SYSLIBS"
4545
LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} -lintl -ldl $SYSLIBS"
46-
BASECFLAGS=""
46+
BASECFLAGS=" -fno-strict-overflow"
4747
LDLIBRARY="libpython${LDVERSION}.dll.a"
48-
OPT="-DNDEBUG -g -fwrapv -O3 -Wall"
48+
OPT="-DNDEBUG -g -O3 -Wall"
4949
PY_ENABLE_SHARED="1"
5050
LDVERSION="${VERSION}${ABIFLAGS}"
5151
LIBDEST=${prefix_real}/lib/python${VERSION}
52-
LIBPL=$(echo "${prefix}/lib/python3.11/config-${VERSION}${ABIFLAGS}-x86_64-msys" | sed "s#$prefix#$prefix_real#")
53-
SO=".cpython-311-x86_64-msys.dll"
52+
LIBPL=$(echo "${prefix}/lib/python3.12/config-${VERSION}${ABIFLAGS}-x86_64-cygwin" | sed "s#$prefix#$prefix_real#")
53+
SO=".cpython-312-x86_64-cygwin.dll"
5454
PYTHONFRAMEWORK=""
5555
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
5656
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"

usr/bin/python.exe

0 Bytes
Binary file not shown.

usr/bin/python3-config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ exec_prefix_real=${prefix_real}
3636
includedir=$(echo "${prefix}/include" | sed "s#$prefix#$prefix_real#")
3737
libdir=$(echo "${exec_prefix}/lib" | sed "s#$prefix#$prefix_real#")
3838
CFLAGS=$(echo "-march=nocona -msahf -mtune=generic -O2 -pipe" | sed "s#$prefix#$prefix_real#")
39-
VERSION="3.11"
39+
VERSION="3.12"
4040
LIBM=""
4141
LIBC=""
4242
SYSLIBS="$LIBM $LIBC"
4343
ABIFLAGS=""
44-
LIBS="-lpython3.11 -lintl -ldl $SYSLIBS"
44+
LIBS="-lpython3.12 -lintl -ldl $SYSLIBS"
4545
LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} -lintl -ldl $SYSLIBS"
46-
BASECFLAGS=""
46+
BASECFLAGS=" -fno-strict-overflow"
4747
LDLIBRARY="libpython${LDVERSION}.dll.a"
48-
OPT="-DNDEBUG -g -fwrapv -O3 -Wall"
48+
OPT="-DNDEBUG -g -O3 -Wall"
4949
PY_ENABLE_SHARED="1"
5050
LDVERSION="${VERSION}${ABIFLAGS}"
5151
LIBDEST=${prefix_real}/lib/python${VERSION}
52-
LIBPL=$(echo "${prefix}/lib/python3.11/config-${VERSION}${ABIFLAGS}-x86_64-msys" | sed "s#$prefix#$prefix_real#")
53-
SO=".cpython-311-x86_64-msys.dll"
52+
LIBPL=$(echo "${prefix}/lib/python3.12/config-${VERSION}${ABIFLAGS}-x86_64-cygwin" | sed "s#$prefix#$prefix_real#")
53+
SO=".cpython-312-x86_64-cygwin.dll"
5454
PYTHONFRAMEWORK=""
5555
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
5656
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"

usr/bin/python3.11-config

Lines changed: 0 additions & 116 deletions
This file was deleted.

usr/bin/python3.11.exe

-9.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)