Skip to content

Commit 68c8157

Browse files
author
Git for Windows Build Agent
committed
Update 13 packages
curl (8.12.0-1 -> 8.12.1-1) libcurl (8.12.0-1 -> 8.12.1-1) libopenssl (3.2.3-1 -> 3.2.4-1) mingw-w64-i686-curl-openssl-alternate (8.12.0-1 -> 8.12.1-1) mingw-w64-i686-curl-winssl (8.12.0-1 -> 8.12.1-1) mingw-w64-i686-openssl (3.2.3-1 -> 3.2.4-1) mingw-w64-i686-python (3.12.9-1 -> 3.12.9-3) mingw-w64-x86_64-curl-openssl-alternate (8.12.0-1 -> 8.12.1-1) mingw-w64-x86_64-curl-winssl (8.12.0-1 -> 8.12.1-1) mingw-w64-x86_64-openssl (3.2.3-1 -> 3.2.4-1) mingw-w64-x86_64-python (3.12.9-1 -> 3.12.9-3) nano (8.2-1 -> 8.3-1) openssl (3.2.3-1 -> 3.2.4-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 371f251 commit 68c8157

File tree

13,830 files changed

+990
-673
lines changed

Some content is hidden

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

13,830 files changed

+990
-673
lines changed

etc/nanorc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ set functioncolor green
291291
# unbind M-T main
292292
## (Those functions are still accessible through ^T^J and ^T^V.)
293293

294-
## For quickly uppercasing or lowercasing the word under or after the cursor.
294+
## For quickly uppercasing or lowercasing the word that the cursor is on.
295295
## (These effectively select a word and pipe it through a sed command.)
296-
# bind Sh-M-U "{nextword}{mark}{prevword}{execute}|sed 's/.*/\U&/'{enter}" main
297-
# bind Sh-M-L "{nextword}{mark}{prevword}{execute}|sed 's/.*/\L&/'{enter}" main
296+
# bind Sh-M-U "{nextword}{mark}{prevword}{execute}| sed 's/.*/\U&/' {enter}" main
297+
# bind Sh-M-L "{nextword}{mark}{prevword}{execute}| sed 's/.*/\L&/' {enter}" main
298298

299299
## For copying a marked region to the system clipboard:
300-
# bind Sh-M-C "{execute}|xsel -ib{enter}{undo}" main
300+
# bind Sh-M-C "{execute}| xsel -ib {enter}{undo}" main
301301

302302
## For normalizing Unicode to precomposed characters:
303303
# bind Sh-M-N "{execute}| uconv -x nfc {enter}" main

mingw32/bin/c_rehash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env perl
22

33
# WARNING: do not edit!
4-
# Generated by Makefile from ../openssl-3.2.3/tools/c_rehash.in
4+
# Generated by Makefile from ../openssl-3.2.4/tools/c_rehash.in
55
# Copyright 1999-2022 The OpenSSL Project Authors. All Rights Reserved.
66
#
77
# Licensed under the Apache License 2.0 (the "License"). You may not use

mingw32/bin/curl-config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ while test "$#" -gt 0; do
9595
;;
9696

9797
--version)
98-
echo 'libcurl 8.12.0'
98+
echo 'libcurl 8.12.1'
9999
exit 0
100100
;;
101101

@@ -107,11 +107,11 @@ while test "$#" -gt 0; do
107107
# dash as that's used for things like version 1.2.3-pre1
108108
cpatch=`echo "$checkfor" | cut -d. -f3 | cut -d- -f1`
109109

110-
vmajor=`echo '8.12.0' | cut -d. -f1`
111-
vminor=`echo '8.12.0' | cut -d. -f2`
110+
vmajor=`echo '8.12.1' | cut -d. -f1`
111+
vminor=`echo '8.12.1' | cut -d. -f2`
112112
# when extracting the patch part we strip off everything after a
113113
# dash as that's used for things like version 1.2.3-pre1
114-
vpatch=`echo '8.12.0' | cut -d. -f3 | cut -d- -f1`
114+
vpatch=`echo '8.12.1' | cut -d. -f3 | cut -d- -f1`
115115

116116
if test "$vmajor" -gt "$cmajor"; then
117117
exit 0
@@ -127,12 +127,12 @@ while test "$#" -gt 0; do
127127
fi
128128
fi
129129

130-
echo "requested version $checkfor is newer than existing 8.12.0"
130+
echo "requested version $checkfor is newer than existing 8.12.1"
131131
exit 1
132132
;;
133133

134134
--vernum)
135-
echo '080c00'
135+
echo '080c01'
136136
exit 0
137137
;;
138138

mingw32/bin/curl.exe

-2 KB
Binary file not shown.

mingw32/bin/libcrypto-3.dll

1.5 KB
Binary file not shown.

mingw32/bin/libcurl-4.dll

-512 Bytes
Binary file not shown.

mingw32/bin/libcurl-openssl-4.dll

0 Bytes
Binary file not shown.

mingw32/bin/libpython3.12.dll

0 Bytes
Binary file not shown.

mingw32/bin/libpython3.dll

0 Bytes
Binary file not shown.

mingw32/bin/libssl-3.dll

1 KB
Binary file not shown.

0 commit comments

Comments
 (0)