Skip to content

Commit

Permalink
Update 25 packages
Browse files Browse the repository at this point in the history
libedit (20240517_3.1-1 -> 20240808_3.1-1)
libhogweed (3.10-1 -> 3.10.1-1)
libnettle (3.10-1 -> 3.10.1-1)
libssh2 (1.11.0-1 -> 1.11.1-1)
libxcrypt (4.4.36-1 -> 4.4.37-1)
mingw-w64-i686-ca-certificates (20240203-1 -> 20241223-1)
mingw-w64-i686-gettext-libtextstyle (new: 0.23.1-1)
mingw-w64-i686-gettext-runtime (0.22.5-2 -> 0.23.1-1)
mingw-w64-i686-gettext-tools (0.22.5-2 -> 0.23.1-1)
mingw-w64-i686-headers-git (12.0.0.r459.g63f3f2846-1 -> 12.0.0.r459.g63f3f2846-3)
mingw-w64-i686-libunistring (1.2-1 -> 1.3-1)
mingw-w64-i686-ncurses (6.5.20240831-1 -> 6.5.20241228-2)
mingw-w64-i686-nettle (3.10-1 -> 3.10.1-1)
mingw-w64-x86_64-ca-certificates (20240203-1 -> 20241223-1)
mingw-w64-x86_64-gettext-libtextstyle (new: 0.23.1-1)
mingw-w64-x86_64-gettext-runtime (0.22.5-2 -> 0.23.1-1)
mingw-w64-x86_64-gettext-tools (0.22.5-2 -> 0.23.1-1)
mingw-w64-x86_64-git (2.48.0.rc0.windows.1-1 -> 2.48.0.rc1.windows.1-1)
mingw-w64-x86_64-git-doc-html (2.48.0.rc0.windows.1-1 -> 2.48.0.rc1.windows.1-1)
mingw-w64-x86_64-headers-git (12.0.0.r459.g63f3f2846-1 -> 12.0.0.r459.g63f3f2846-3)
mingw-w64-x86_64-libdeflate (1.22-1 -> 1.23-1)
mingw-w64-x86_64-libunistring (1.2-1 -> 1.3-1)
mingw-w64-x86_64-ncurses (6.5.20240831-1 -> 6.5.20241228-2)
mingw-w64-x86_64-nettle (3.10-1 -> 3.10.1-1)
nettle (3.10-1 -> 3.10.1-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jan 7, 2025
1 parent 0dad151 commit e4a7900
Show file tree
Hide file tree
Showing 4,267 changed files with 39,067 additions and 17,710 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified cmd/git-gui.exe
Binary file not shown.
Binary file modified cmd/git-receive-pack.exe
Binary file not shown.
Binary file modified cmd/git-upload-pack.exe
Binary file not shown.
Binary file modified cmd/git.exe
Binary file not shown.
Binary file modified cmd/gitk.exe
Binary file not shown.
Binary file modified cmd/scalar.exe
Binary file not shown.
Binary file modified cmd/tig.exe
Binary file not shown.
Binary file modified git-bash.exe
Binary file not shown.
Binary file modified git-cmd.exe
Binary file not shown.
9 changes: 5 additions & 4 deletions mingw32/bin/autopoint
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

progname=$0
package=gettext-tools
version=0.22.5
archive_version=0.22.5
version=0.23.1
archive_version=0.23.1

# Set variables
# - gettext_datadir directory where the data files are stored.
Expand Down Expand Up @@ -212,7 +212,7 @@ func_version ()
echo "This binary is configured to use a versions archive in dirxz format."
echo
fi
echo "Copyright (C) 2002-2023 Free Software Foundation, Inc.
echo "Copyright (C) 2002-2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
Expand Down Expand Up @@ -391,7 +391,8 @@ case "$ver" in
0.19 | 0.19.1 | 0.19.2 | 0.19.3 | 0.19.4 | 0.19.5 | 0.19.6 | 0.19.7 | 0.19.8 | \
0.20 | 0.20.2 | \
0.21 | 0.21.1 | \
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 )
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \
0.23 | 0.23.1 )
;;
*)
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in
Expand Down
Binary file added mingw32/bin/captoinfo.exe
Binary file not shown.
Binary file not shown.
Binary file modified mingw32/bin/envsubst.exe
Binary file not shown.
Binary file modified mingw32/bin/gettext.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions mingw32/bin/gettext.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (C) 2003, 2005-2007, 2011, 2018-2023 Free Software Foundation, Inc.
# Copyright (C) 2003-2024 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
Expand Down Expand Up @@ -48,7 +48,7 @@ if test -z "${ZSH_VERSION+set}"; then
gettext.sh | */gettext.sh | *\\gettext.sh)
progname=$0
package=gettext-runtime
version=0.22.5
version=0.23.1
# func_usage
# outputs to stdout the --help usage message.
func_usage ()
Expand All @@ -61,7 +61,7 @@ if test -z "${ZSH_VERSION+set}"; then
func_version ()
{
echo "$progname (GNU $package) $version"
echo "Copyright (C) 2003-2023 Free Software Foundation, Inc.
echo "Copyright (C) 2003-2024 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
Expand Down
8 changes: 4 additions & 4 deletions mingw32/bin/gettextize
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (C) 1995-1998, 2000-2023 Free Software Foundation, Inc.
# Copyright (C) 1995-2024 Free Software Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -22,8 +22,8 @@

progname=$0
package=gettext-tools
version=0.22.5
archive_version=0.22.5
version=0.23.1
archive_version=0.23.1

# Set variables
# - gettext_datadir directory where the data files are stored.
Expand Down Expand Up @@ -206,7 +206,7 @@ or by email to <[email protected]>."
func_version ()
{
echo "$progname (GNU $package) $version"
echo "Copyright (C) 1995-2023 Free Software Foundation, Inc.
echo "Copyright (C) 1995-2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law."
Expand Down
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/libasprintf-0.dll
Binary file not shown.
Binary file modified mingw32/bin/libformw6.dll
Binary file not shown.
Binary file removed mingw32/bin/libgettextlib-0-22-5.dll
Binary file not shown.
Binary file added mingw32/bin/libgettextlib-0-23-1.dll
Binary file not shown.
Binary file modified mingw32/bin/libgettextpo-0.dll
Binary file not shown.
Binary file removed mingw32/bin/libgettextsrc-0-22-5.dll
Binary file not shown.
Binary file added mingw32/bin/libgettextsrc-0-23-1.dll
Binary file not shown.
Binary file modified mingw32/bin/libhogweed-6.dll
Binary file not shown.
Binary file modified mingw32/bin/libintl-8.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/libnettle-8.dll
Binary file not shown.
Binary file modified mingw32/bin/libpanelw6.dll
Binary file not shown.
Binary file added mingw32/bin/libtextstyle-0.dll
Binary file not shown.
Binary file modified mingw32/bin/libunistring-5.dll
Binary file not shown.
Binary file modified mingw32/bin/msgattrib.exe
Binary file not shown.
Binary file modified mingw32/bin/msgcat.exe
Binary file not shown.
Binary file modified mingw32/bin/msgcmp.exe
Binary file not shown.
Binary file modified mingw32/bin/msgcomm.exe
Binary file not shown.
Binary file modified mingw32/bin/msgconv.exe
Binary file not shown.
Binary file modified mingw32/bin/msgen.exe
Binary file not shown.
Binary file modified mingw32/bin/msgexec.exe
Binary file not shown.
Binary file modified mingw32/bin/msgfilter.exe
Binary file not shown.
Binary file modified mingw32/bin/msgfmt.exe
Binary file not shown.
Binary file modified mingw32/bin/msggrep.exe
Binary file not shown.
Binary file modified mingw32/bin/msginit.exe
Binary file not shown.
Binary file modified mingw32/bin/msgmerge.exe
Binary file not shown.
Binary file modified mingw32/bin/msgunfmt.exe
Binary file not shown.
Binary file modified mingw32/bin/msguniq.exe
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 modified mingw32/bin/nettle-hash.exe
Binary file not shown.
Binary file modified mingw32/bin/nettle-lfib-stream.exe
Binary file not shown.
Binary file modified mingw32/bin/nettle-pbkdf2.exe
Binary file not shown.
Binary file modified mingw32/bin/ngettext.exe
Binary file not shown.
Binary file modified mingw32/bin/pkcs1-conv.exe
Binary file not shown.
Binary file modified mingw32/bin/recode-sr-latin.exe
Binary file not shown.
Binary file added mingw32/bin/reset.exe
Binary file not shown.
Binary file modified mingw32/bin/sexp-conv.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/bin/xgettext.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 e4a7900

Please sign in to comment.