Skip to content

Commit bfd2a37

Browse files
author
Git for Windows Build Agent
committed
Update 3 packages
mingw-w64-clang-aarch64-libidn2 (2.3.7-2 -> 2.3.8-1) mpfr (4.2.1-1 -> 4.2.2-1) tzcode (2025a-1 -> 2025b-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 253e901 commit bfd2a37

File tree

62 files changed

+114
-77
lines changed

Some content is hidden

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

62 files changed

+114
-77
lines changed

clangarm64/bin/idn2.exe

-2 KB
Binary file not shown.

clangarm64/bin/libidn2-0.dll

-3 KB
Binary file not shown.

clangarm64/include/idn2.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* idn2.h - header file for idn2
2-
Copyright (C) 2011-2024 Simon Josefsson
2+
Copyright (C) 2011-2025 Simon Josefsson
33
44
Libidn2 is free software: you can redistribute it and/or modify it
55
under the terms of either:
@@ -116,7 +116,7 @@ extern "C"
116116
* version number. Used together with idn2_check_version() to verify
117117
* header file and run-time library consistency.
118118
*/
119-
# define IDN2_VERSION "2.3.7"
119+
# define IDN2_VERSION "2.3.8"
120120

121121
/**
122122
* IDN2_VERSION_NUMBER
@@ -127,7 +127,7 @@ extern "C"
127127
* digits are used to enumerate development snapshots, but for all
128128
* public releases they will be 0000.
129129
*/
130-
# define IDN2_VERSION_NUMBER 0x02030007
130+
# define IDN2_VERSION_NUMBER 0x02030008
131131

132132
/**
133133
* IDN2_VERSION_MAJOR
@@ -151,7 +151,7 @@ extern "C"
151151
* Pre-processor symbol for the patch level number (decimal).
152152
* The version scheme is major.minor.patchlevel.
153153
*/
154-
# define IDN2_VERSION_PATCH 7
154+
# define IDN2_VERSION_PATCH 8
155155

156156
/**
157157
* IDN2_LABEL_MAX_LENGTH

clangarm64/lib/libidn2.a

1.93 KB
Binary file not shown.

clangarm64/lib/libidn2.dll.a

1.3 KB
Binary file not shown.

clangarm64/lib/pkgconfig/libidn2.pc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libdir=${exec_prefix}/lib
55

66
Name: libidn2
77
Description: Library implementing IDNA2008 and TR46
8-
Version: 2.3.7
8+
Version: 2.3.8
99
Cflags: -I${includedir}
1010
Libs: -L${libdir} -lidn2
1111
Libs.private: -L/clangarm64/lib -liconv -L/clangarm64/lib -lunistring
Binary file not shown.
Binary file not shown.

usr/bin/msys-mpfr-6.dll

2.44 KB
Binary file not shown.

usr/bin/tzselect

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Interact with the user via stderr and stdin.
44

55
PKGVERSION='(tzcode) '
6-
TZVERSION='2025a-dirty'
6+
TZVERSION='2025b-dirty'
77
REPORT_BUGS_TO='[email protected]'
88

99
# Contributed by Paul Eggert. This file is in the public domain.

usr/bin/zdump.exe

-543 Bytes
Binary file not shown.

usr/bin/zic.exe

512 Bytes
Binary file not shown.

usr/lib/libtz.a

290 Bytes
Binary file not shown.

usr/share/doc/mpfr/BUGS

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright 1999, 2001-2023 Free Software Foundation, Inc.
2-
Contributed by the AriC and Caramba projects, INRIA.
1+
Copyright 1999, 2001-2025 Free Software Foundation, Inc.
2+
Contributed by the Pascaline and Caramba projects, INRIA.
33

44
This file is part of the GNU MPFR Library.
55

@@ -14,9 +14,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1414
License for more details.
1515

1616
You should have received a copy of the GNU Lesser General Public License
17-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
18-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
19-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17+
along with the GNU MPFR Library; see the file COPYING.LESSER.
18+
If not, see <https://www.gnu.org/licenses/>.
2019

2120
##############################################################################
2221

usr/share/doc/mpfr/FAQ.html

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33

44
<!--
5-
Copyright 2000-2023 Free Software Foundation, Inc.
6-
Contributed by the AriC and Caramba projects, INRIA.
5+
Copyright 2000-2025 Free Software Foundation, Inc.
6+
Contributed by the Pascaline and Caramba projects, INRIA.
77
88
This file is part of the GNU MPFR Library.
99
@@ -18,9 +18,8 @@
1818
License for more details.
1919
2020
You should have received a copy of the GNU Lesser General Public License
21-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
22-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
23-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
21+
along with the GNU MPFR Library; see the file COPYING.LESSER.
22+
If not, see <https://www.gnu.org/licenses/>.
2423
-->
2524

2625
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

usr/share/doc/mpfr/NEWS

+23-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright 2000-2023 Free Software Foundation, Inc.
2-
Contributed by the AriC and Caramba projects, INRIA.
1+
Copyright 2000-2025 Free Software Foundation, Inc.
2+
Contributed by the Pascaline and Caramba projects, INRIA.
33

44
This file is part of the GNU MPFR Library.
55

@@ -14,12 +14,30 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1414
License for more details.
1515

1616
You should have received a copy of the GNU Lesser General Public License
17-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
18-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
19-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17+
along with the GNU MPFR Library; see the file COPYING.LESSER.
18+
If not, see <https://www.gnu.org/licenses/>.
2019

2120
##############################################################################
2221

22+
Changes from version 4.2.1 to version 4.2.2:
23+
- In order to resolve a portability issue with the _Float128 fallback to
24+
__float128 for binary128 support (e.g. with Clang and glibc 2.41), the
25+
prototypes of the corresponding conversion functions had to be changed,
26+
with _Float128 replaced by mpfr_float128, where mpfr_float128 is a macro
27+
defined as _Float128 by default. This changes neither the ABI nor the API
28+
(except that the end user of MPFR would need to define mpfr_float128 as
29+
the actual type for the binary128 format if this is not the standard
30+
_Float128 type).
31+
- Other bug fixes (see <https://www.mpfr.org/mpfr-4.2.1/#fixed> and/or the
32+
ChangeLog file). In particular, the formatted output functions behaved
33+
incorrectly with %c on the value 0; such a use is uncommon, but this bug
34+
may have security implications.
35+
- Improved MPFR manual.
36+
- Detect the use of GMP's buggy vsnprintf replacement at configure time.
37+
With it, the tests of "%a" will be disabled to avoid an assertion failure
38+
in the MPFR testsuite. A warning will be displayed in the configure output
39+
in such a case.
40+
2341
Changes from version 4.2.0 to version 4.2.1:
2442
- Bug fixes (see <https://www.mpfr.org/mpfr-4.2.0/#fixed> and/or the
2543
ChangeLog file).

usr/share/doc/mpfr/TODO

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Copyright 1999-2023 Free Software Foundation, Inc.
2-
Contributed by the AriC and Caramba projects, INRIA.
1+
Copyright 1999-2025 Free Software Foundation, Inc.
2+
Contributed by the Pascaline and Caramba projects, INRIA.
33

44
This file is part of the GNU MPFR Library.
55

@@ -14,9 +14,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1414
License for more details.
1515

1616
You should have received a copy of the GNU Lesser General Public License
17-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
18-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
19-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
17+
along with the GNU MPFR Library; see the file COPYING.LESSER.
18+
If not, see <https://www.gnu.org/licenses/>.
2019

2120
Table of contents:
2221
1. Documentation

usr/share/doc/mpfr/examples/can_round.c

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/* Example illustrating how to use mpfr_can_round. */
22

33
/*
4-
Copyright 2016-2023 Free Software Foundation, Inc.
5-
Contributed by the AriC and Caramba projects, INRIA.
4+
Copyright 2016-2025 Free Software Foundation, Inc.
5+
Contributed by the Pascaline and Caramba projects, INRIA.
66
77
This file is part of the GNU MPFR Library.
88
@@ -17,9 +17,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1717
License for more details.
1818
1919
You should have received a copy of the GNU Lesser General Public License
20-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
21-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
22-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
20+
along with the GNU MPFR Library; see the file COPYING.LESSER.
21+
If not, see <https://www.gnu.org/licenses/>.
2322
*/
2423

2524
#include <stdio.h>

usr/share/doc/mpfr/examples/divworst.c

+4-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
*/
1414

1515
/*
16-
Copyright 2009-2023 Free Software Foundation, Inc.
17-
Contributed by the AriC and Caramba projects, INRIA.
16+
Copyright 2009-2025 Free Software Foundation, Inc.
17+
Contributed by the Pascaline and Caramba projects, INRIA.
1818
1919
This file is part of the GNU MPFR Library.
2020
@@ -29,9 +29,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
2929
License for more details.
3030
3131
You should have received a copy of the GNU Lesser General Public License
32-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
33-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
34-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
32+
along with the GNU MPFR Library; see the file COPYING.LESSER.
33+
If not, see <https://www.gnu.org/licenses/>.
3534
*/
3635

3736
#include <stdio.h>

usr/share/doc/mpfr/examples/rndo-add.c

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
*/
99

1010
/*
11-
Copyright 2009-2023 Free Software Foundation, Inc.
12-
Contributed by the AriC and Caramba projects, INRIA.
11+
Copyright 2009-2025 Free Software Foundation, Inc.
12+
Contributed by the Pascaline and Caramba projects, INRIA.
1313
1414
This file is part of the GNU MPFR Library.
1515
@@ -24,9 +24,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
2424
License for more details.
2525
2626
You should have received a copy of the GNU Lesser General Public License
27-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
28-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
29-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
27+
along with the GNU MPFR Library; see the file COPYING.LESSER.
28+
If not, see <https://www.gnu.org/licenses/>.
3029
*/
3130

3231
#include <stdio.h>

usr/share/doc/mpfr/examples/sample.c

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*/
44

55
/*
6-
Copyright 1999-2004, 2006-2023 Free Software Foundation, Inc.
7-
Contributed by the AriC and Caramba projects, INRIA.
6+
Copyright 1999-2004, 2006-2025 Free Software Foundation, Inc.
7+
Contributed by the Pascaline and Caramba projects, INRIA.
88
99
This file is part of the GNU MPFR Library.
1010
@@ -19,9 +19,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1919
License for more details.
2020
2121
You should have received a copy of the GNU Lesser General Public License
22-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
23-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
24-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
22+
along with the GNU MPFR Library; see the file COPYING.LESSER.
23+
If not, see <https://www.gnu.org/licenses/>.
2524
*/
2625

2726
#include <stdio.h>

usr/share/doc/mpfr/examples/threads.c

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Example:
1010
gcc threads.c -lmpfr -lgmp -lpthread -DF=mpfr_sin -DPREC=200 -DV=100
1111
12-
Copyright 2018-2023 Free Software Foundation, Inc.
13-
Contributed by the AriC and Caramba projects, INRIA.
12+
Copyright 2018-2025 Free Software Foundation, Inc.
13+
Contributed by the Pascaline and Caramba projects, INRIA.
1414
1515
This file is part of the GNU MPFR Library.
1616
@@ -25,9 +25,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
2525
License for more details.
2626
2727
You should have received a copy of the GNU Lesser General Public License
28-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
29-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
30-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
28+
along with the GNU MPFR Library; see the file COPYING.LESSER.
29+
If not, see <https://www.gnu.org/licenses/>.
3130
*/
3231

3332
#include <stdio.h>

usr/share/doc/mpfr/examples/version.c

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
*/
44

55
/*
6-
Copyright 2010-2023 Free Software Foundation, Inc.
7-
Contributed by the AriC and Caramba projects, INRIA.
6+
Copyright 2010-2025 Free Software Foundation, Inc.
7+
Contributed by the Pascaline and Caramba projects, INRIA.
88
99
This file is part of the GNU MPFR Library.
1010
@@ -19,9 +19,8 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
1919
License for more details.
2020
2121
You should have received a copy of the GNU Lesser General Public License
22-
along with the GNU MPFR Library; see the file COPYING.LESSER. If not, see
23-
https://www.gnu.org/licenses/ or write to the Free Software Foundation, Inc.,
24-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
22+
along with the GNU MPFR Library; see the file COPYING.LESSER.
23+
If not, see <https://www.gnu.org/licenses/>.
2524
*/
2625

2726
#include <stdio.h>

usr/share/info/mpfr.info.gz

1.57 KB
Binary file not shown.

usr/share/zoneinfo/America/Coyhaique

1.33 KB
Binary file not shown.

usr/share/zoneinfo/Asia/Tehran

0 Bytes
Binary file not shown.

usr/share/zoneinfo/Iran

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

usr/share/zoneinfo/posix/Asia/Tehran

0 Bytes
Binary file not shown.

usr/share/zoneinfo/posix/Iran

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

usr/share/zoneinfo/right/Asia/Tehran

0 Bytes
Binary file not shown.

usr/share/zoneinfo/right/Iran

0 Bytes
Binary file not shown.

usr/share/zoneinfo/tzdata.zi

+16-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# version 2025a-dirty
1+
# version 2025b-dirty
22
# This zic input file is in the public domain.
33
R d 1916 o - Jun 14 23s 1 S
44
R d 1916 1919 - O Su>=1 23s 0 -
@@ -2432,6 +2432,20 @@ Z America/Ciudad_Juarez -7:5:56 - LMT 1922 Ja 1 7u
24322432
Z America/Costa_Rica -5:36:13 - LMT 1890
24332433
-5:36:13 - SJMT 1921 Ja 15
24342434
-6 CR C%sT
2435+
Z America/Coyhaique -4:48:16 - LMT 1890
2436+
-4:42:45 - SMT 1910 Ja 10
2437+
-5 - %z 1916 Jul
2438+
-4:42:45 - SMT 1918 S 10
2439+
-4 - %z 1919 Jul
2440+
-4:42:45 - SMT 1927 S
2441+
-5 x %z 1932 S
2442+
-4 - %z 1942 Jun
2443+
-5 - %z 1942 Au
2444+
-4 - %z 1946 Au 28 24
2445+
-5 1 %z 1947 Mar 31 24
2446+
-5 - %z 1947 May 21 23
2447+
-4 x %z 2025 Mar 20
2448+
-3 - %z
24352449
Z America/Cuiaba -3:44:20 - LMT 1914
24362450
-4 B %z 2003 S 24
24372451
-4 - %z 2004 O
@@ -3420,7 +3434,7 @@ Z Asia/Tbilisi 2:59:11 - LMT 1880
34203434
Z Asia/Tehran 3:25:44 - LMT 1916
34213435
3:25:44 - TMT 1935 Jun 13
34223436
3:30 i %z 1977 O 20 24
3423-
4 i %z 1979
3437+
4 i %z 1978 N 10 24
34243438
3:30 i %z
34253439
Z Asia/Thimphu 5:58:36 - LMT 1947 Au 15
34263440
5:30 - %z 1987 O

usr/share/zoneinfo/zone.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ CH +4723+00832 Europe/Zurich
139139
CI +0519-00402 Africa/Abidjan
140140
CK -2114-15946 Pacific/Rarotonga
141141
CL -3327-07040 America/Santiago most of Chile
142-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
142+
CL -4534-07204 America/Coyhaique Aysen Region
143+
CL -5309-07055 America/Punta_Arenas Magallanes Region
143144
CL -2709-10926 Pacific/Easter Easter Island
144145
CM +0403+00942 Africa/Douala
145146
CN +3114+12128 Asia/Shanghai Beijing Time

usr/share/zoneinfo/zone1970.tab

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ CH,DE,LI +4723+00832 Europe/Zurich Büsingen
124124
CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan
125125
CK -2114-15946 Pacific/Rarotonga
126126
CL -3327-07040 America/Santiago most of Chile
127-
CL -5309-07055 America/Punta_Arenas Region of Magallanes
127+
CL -4534-07204 America/Coyhaique Aysén Region
128+
CL -5309-07055 America/Punta_Arenas Magallanes Region
128129
CL -2709-10926 Pacific/Easter Easter Island
129130
CN +3114+12128 Asia/Shanghai Beijing Time
130131
CN +4348+08735 Asia/Urumqi Xinjiang Time

usr/share/zoneinfo/zonenow.tab

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ XX +4439-06336 America/Halifax Atlantic ("AST/ADT") - Canada; Bermuda
104104
XX +4734-05243 America/St_Johns Newfoundland ("NST/NDT")
105105
#
106106
# -03
107-
XX -2332-04637 America/Sao_Paulo eastern South America
107+
XX -2332-04637 America/Sao_Paulo eastern and southern South America
108108
#
109109
# -03/-02 (North America DST)
110110
XX +4703-05620 America/Miquelon St Pierre & Miquelon

var/lib/pacman/local/mingw-w64-clang-aarch64-git-extra-1.1.653.48e2403b3-1/desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1741196023
2121

2222
%INSTALLDATE%
23-
1742873872
23+
1742960043
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

0 commit comments

Comments
 (0)