Skip to content

Commit 76fb924

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-ncurses (6.5.20241228-2 -> 6.5.20241228-3) mingw-w64-i686-xxhash (0.8.2-2 -> 0.8.3-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 5f82217 commit 76fb924

File tree

778 files changed

+944
-466
lines changed

Some content is hidden

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

778 files changed

+944
-466
lines changed
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.

mingw32/bin/libformw6.dll

0 Bytes
Binary file not shown.

mingw32/bin/libmenuw6.dll

0 Bytes
Binary file not shown.

mingw32/bin/libncurses++w6.dll

0 Bytes
Binary file not shown.

mingw32/bin/libncursesw6.dll

0 Bytes
Binary file not shown.

mingw32/bin/libpanelw6.dll

0 Bytes
Binary file not shown.

mingw32/bin/libxxhash.dll

-4.99 KB
Binary file not shown.

mingw32/bin/xxhsum.exe

5.47 KB
Binary file not shown.

mingw32/include/xxhash.h

Lines changed: 890 additions & 425 deletions
Large diffs are not rendered by default.

mingw32/lib/cmake/xxHash/xxHashConfigVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version.
88
# The variable CVF_VERSION must be set before calling configure_file().
99

10-
set(PACKAGE_VERSION "0.8.2")
10+
set(PACKAGE_VERSION "0.8.3")
1111

1212
if (PACKAGE_FIND_VERSION_RANGE)
1313
# Package version must be in the requested version range

mingw32/lib/cmake/xxHash/xxHashTargets.cmake

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Generated by CMake
22

33
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4-
message(FATAL_ERROR "CMake >= 2.8.0 required")
4+
message(FATAL_ERROR "CMake >= 2.8.3 required")
55
endif()
66
if(CMAKE_VERSION VERSION_LESS "2.8.3")
77
message(FATAL_ERROR "CMake >= 2.8.3 required")
88
endif()
99
cmake_policy(PUSH)
10-
cmake_policy(VERSION 2.8.3...3.25)
10+
cmake_policy(VERSION 2.8.3...3.29)
1111
#----------------------------------------------------------------
1212
# Generated CMake target import file.
1313
#----------------------------------------------------------------
@@ -79,9 +79,12 @@ set(_IMPORT_PREFIX)
7979

8080
# Loop over all imported files and verify that they actually exist
8181
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
82-
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
83-
if(NOT EXISTS "${_cmake_file}")
84-
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
82+
if(CMAKE_VERSION VERSION_LESS "3.28"
83+
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
84+
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
85+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
86+
if(NOT EXISTS "${_cmake_file}")
87+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
8588
\"${_cmake_file}\"
8689
but this file does not exist. Possible reasons include:
8790
* The file was deleted, renamed, or moved to another location.
@@ -90,8 +93,9 @@ but this file does not exist. Possible reasons include:
9093
\"${CMAKE_CURRENT_LIST_FILE}\"
9194
but not all the files it references.
9295
")
93-
endif()
94-
endforeach()
96+
endif()
97+
endforeach()
98+
endif()
9599
unset(_cmake_file)
96100
unset("_cmake_import_check_files_for_${_cmake_target}")
97101
endforeach()

mingw32/lib/libxxhash.a

-5.5 KB
Binary file not shown.

mingw32/lib/libxxhash.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libxxhash.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ libdir=${prefix}/lib
1010
Name: xxhash
1111
Description: extremely fast hash algorithm
1212
URL: http://www.xxhash.com/
13-
Version: 0.8.2
13+
Version: 0.8.3
1414
Libs: -L${libdir} -lxxhash
1515
Cflags: -I${includedir}
-3.03 KB
Binary file not shown.

mingw32/share/man/man1/clear.1.gz

-2.74 KB
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.

mingw32/share/man/man1/infocmp.1m.gz

-8.36 KB
Binary file not shown.
-1.65 KB
Binary file not shown.

mingw32/share/man/man1/reset.1.gz

-6.6 KB
Binary file not shown.

mingw32/share/man/man1/tabs.1.gz

-4.2 KB
Binary file not shown.

mingw32/share/man/man1/tic.1m.gz

-7.62 KB
Binary file not shown.

mingw32/share/man/man1/toe.1m.gz

-2.81 KB
Binary file not shown.

mingw32/share/man/man1/tput.1.gz

-8.38 KB
Binary file not shown.

mingw32/share/man/man1/tset.1.gz

-6.6 KB
Binary file not shown.

mingw32/share/man/man1/xxhsum.1.gz

-66 Bytes
Binary file not shown.

mingw32/share/man/man3/BC.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/COLORS.3x.gz

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

mingw32/share/man/man3/COLS.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/ERR.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/ESCDELAY.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/FALSE.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/LINES.3x.gz

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

mingw32/share/man/man3/OK.3x.gz

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

mingw32/share/man/man3/PC.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/SCREEN.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/SP.3x.gz

18 Bytes
Binary file not shown.

mingw32/share/man/man3/TABSIZE.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/TRUE.3x.gz

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

mingw32/share/man/man3/UP.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/WINDOW.3x.gz

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

mingw32/share/man/man3/_tracef.3x.gz

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

mingw32/share/man/man3/acs_map.3x.gz

18 Bytes
Binary file not shown.

mingw32/share/man/man3/add_wch.3x.gz

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

mingw32/share/man/man3/addch.3x.gz

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

mingw32/share/man/man3/addchstr.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/addnstr.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/addnwstr.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/addstr.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/addwstr.3x.gz

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

mingw32/share/man/man3/attr_get.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attr_off.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attr_on.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attr_set.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attr_t.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attroff.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attron.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/attrset.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/baudrate.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/beep.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/bkgd.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/bkgdset.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/bkgrnd.3x.gz

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

mingw32/share/man/man3/bool.3x.gz

0 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.
18 Bytes
Binary file not shown.

mingw32/share/man/man3/border.3x.gz

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

mingw32/share/man/man3/box.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/box_set.3x.gz

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

mingw32/share/man/man3/cbreak.3x.gz

15 Bytes
Binary file not shown.

mingw32/share/man/man3/cchar_t.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/chgat.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/chtype.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/clear.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/clearok.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/clrtobot.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/clrtoeol.3x.gz

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

mingw32/share/man/man3/copywin.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/cur_term.3x.gz

18 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
15 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/man/man3/curs_pad.3x.gz

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

mingw32/share/man/man3/curs_set.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/curs_slk.3x.gz

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
14 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/man/man3/curscr.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/curses.3x.gz

25 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
19 Bytes
Binary file not shown.
14 Bytes
Binary file not shown.

mingw32/share/man/man3/delch.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/deleteln.3x.gz

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

mingw32/share/man/man3/delwin.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/derwin.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/doupdate.3x.gz

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

mingw32/share/man/man3/dupwin.3x.gz

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

mingw32/share/man/man3/echo.3x.gz

15 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/man/man3/echochar.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/endwin.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/erase.3x.gz

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

mingw32/share/man/man3/filter.3x.gz

14 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

mingw32/share/man/man3/flash.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/flushinp.3x.gz

14 Bytes
Binary file not shown.

mingw32/share/man/man3/form.3x.gz

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

mingw32/share/man/man3/form_new.3x.gz

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

mingw32/share/man/man3/form_win.3x.gz

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

mingw32/share/man/man3/get_wch.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/get_wstr.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getattrs.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getbegx.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getbegy.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getbegyx.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getbkgd.3x.gz

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

mingw32/share/man/man3/getcchar.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getch.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getcurx.3x.gz

0 Bytes
Binary file not shown.

mingw32/share/man/man3/getcury.3x.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)