Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-ca-certificates (20240203-1 -> 20241223-1)
mingw-w64-i686-ncurses (6.5.20240831-1 -> 6.5.20241228-2)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jan 5, 2025
1 parent 2746269 commit a814d67
Show file tree
Hide file tree
Showing 1,043 changed files with 2,881 additions and 713 deletions.
Binary file modified etc/rebase.db.i386
Binary file not shown.
Binary file added mingw32/bin/captoinfo.exe
Binary file not shown.
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-captoinfo.exe
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-infocmp.exe
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-infotocap.exe
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-reset.exe
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-tic.exe
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-tput.exe
Binary file not shown.
Binary file removed mingw32/bin/i686-w64-mingw32-tset.exe
Binary file not shown.
Binary file added mingw32/bin/infocmp.exe
Binary file not shown.
Binary file added mingw32/bin/infotocap.exe
Binary file not shown.
Binary file modified mingw32/bin/libformw6.dll
Binary file not shown.
Binary file modified mingw32/bin/libmenuw6.dll
Binary file not shown.
Binary file modified mingw32/bin/libncurses++w6.dll
Binary file not shown.
Binary file modified mingw32/bin/libncursesw6.dll
Binary file not shown.
Binary file modified mingw32/bin/libpanelw6.dll
Binary file not shown.
45 changes: 18 additions & 27 deletions mingw32/bin/ncursesw6-config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# $Id: ncurses-config.in,v 1.54 2024/07/13 20:00:52 tom Exp $
# $Id: ncurses-config.in,v 1.57 2024/09/28 20:18:19 tom Exp $
##############################################################################
# Copyright 2018-2022,2024 Thomas E. Dickey #
# Copyright 2006-2015,2017 Free Software Foundation, Inc. #
Expand Down Expand Up @@ -50,8 +50,6 @@ THIS="ncursesw"
TINFO_LIB="ncursesw"
RPATH_LIST="${libdir}"

includesubdir="${prefix}/include/${THIS}"

# Ensure that RPATH_LIST contains only absolute pathnames, if it is nonempty.
# We cannot filter it out within the build-process since the variable is used
# in some special cases of installation using a relative path.
Expand All @@ -65,9 +63,6 @@ then
case "$item" in
./*|../*|*/..|*/../*)
;;
$libdir) # skip standard libdir
continue
;;
*)
[ -n "$filtered" ] && filtered="${filtered}:"
filtered="${filtered}${item}"
Expand All @@ -83,11 +78,14 @@ fi
# the headers to include like this:
# <ncursesw/curses.h>
if [ xno = xno ]; then
includesubdir="${prefix}/include/${THIS}"
case $includedir in
$prefix/include/ncursesw)
includedir=`echo "$includedir" | sed -e 's,/[^/]*$,,'`
;;
esac
else
includesubdir="${prefix}/include"
fi

LIBS="-lsystre -ltre -lintl -liconv "
Expand All @@ -98,20 +96,10 @@ else
fi

CFLAGS=" -DNCURSES_WIDECHAR"
if [ "$includedir" != "/usr/include" ]; then
if [ "xno" = xno ]
then
[ -n "$CFLAGS" ] && CFLAGS="$CFLAGS "
CFLAGS="$CFLAGS -I${includesubdir}"
fi
[ -n "$CFLAGS" ] && CFLAGS="$CFLAGS "
CFLAGS="$CFLAGS-I${includedir}"
includetop=`echo "$includedir" | sed -e 's,/include/[^/]*$,/include,'`
[ "$includetop" = "/usr/include" ] && includetop="$includedir"
if [ "x$includetop" != "x$includedir" ]
then
[ -n "$CFLAGS" ] && CFLAGS="$CFLAGS "
CFLAGS="$CFLAGS-I$includetop"
if [ "$includesubdir" != "/usr/include" ]; then
CFLAGS="$CFLAGS -I${includesubdir}"
if [ "$includedir" != "/usr/include" ]; then
[ xno = xno ] && CFLAGS="$CFLAGS -I${includedir}"
fi
fi

Expand Down Expand Up @@ -144,19 +132,19 @@ do
/mingw32/i686-w64-mingw32/lib|/mingw32/lib|/usr/lib) # skip standard libdir
if [ "$lib_check" = "$libdir" ]
then
lib_first=yes
lib_first=no
IFS_save="$IFS"
IFS='|'
LIBDIRS="/mingw32/i686-w64-mingw32/lib|/mingw32/lib|/usr/lib"
for lib_check in $LIBDIRS
do
if [ -d "$lib_check" ]
then
if [ "$lib_check" != "$libdir" ]
if [ "$lib_check" = "$libdir" ]
then
lib_first=no
lib_first=yes
break
fi
break
fi
done
IFS="$IFS_save"
Expand All @@ -176,6 +164,9 @@ do
continue
fi
;;
$libdir) # skip standard libdir
continue
;;
*)
found=no
for check in $lib_flags
Expand Down Expand Up @@ -211,7 +202,7 @@ while [ $# -gt 0 ]; do
for opt in $CFLAGS
do
case "x$opt" in
x-[OW]*)
x-[fgOW]*)
opt=
;;
esac
Expand Down Expand Up @@ -247,7 +238,7 @@ while [ $# -gt 0 ]; do
for opt in $CFLAGS
do
case "x$opt" in
x-[I]*|x-[OW]*)
x-[I]*|x-[fgOW]*)
opt=
;;
esac
Expand Down Expand Up @@ -311,7 +302,7 @@ while [ $# -gt 0 ]; do
;;
# identification
--version)
echo "6.5.20240831"
echo "6.5.20241228"
;;
--abi-version)
echo "6"
Expand Down
Binary file added mingw32/bin/reset.exe
Binary file not shown.
Binary file not shown.
Binary file added mingw32/bin/tic.exe
Binary file not shown.
Binary file not shown.
Binary file added mingw32/bin/tput.exe
Binary file not shown.
Binary file added mingw32/bin/tset.exe
Binary file not shown.
Binary file modified mingw32/etc/pki/ca-trust/extracted/java/cacerts
Binary file not shown.
Loading

0 comments on commit a814d67

Please sign in to comment.