deps: update libffi to 3.8.0 · nodejs/node@631d3aa · GitHub
Skip to content

Commit 631d3aa

Browse files
nodejs-github-botaduh95
authored andcommitted
deps: update libffi to 3.8.0
PR-URL: #65154 Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent b1aa78a commit 631d3aa

50 files changed

Lines changed: 2565 additions & 159 deletions

Some content is hidden

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

deps/libffi/ChangeLog

Lines changed: 607 additions & 0 deletions
Large diffs are not rendered by default.

deps/libffi/README.md

Lines changed: 22 additions & 0 deletions

deps/libffi/configure

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.71 for libffi 3.7.1.
3+
# Generated by GNU Autoconf 2.71 for libffi 3.8.0.
44
#
55
# Report bugs to <http://github.com/libffi/libffi/issues>.
66
#
@@ -621,8 +621,8 @@ MAKEFLAGS=
621621
# Identity of this package.
622622
PACKAGE_NAME='libffi'
623623
PACKAGE_TARNAME='libffi'
624-
PACKAGE_VERSION='3.7.1'
625-
PACKAGE_STRING='libffi 3.7.1'
624+
PACKAGE_VERSION='3.8.0'
625+
PACKAGE_STRING='libffi 3.8.0'
626626
PACKAGE_BUGREPORT='http://github.com/libffi/libffi/issues'
627627
PACKAGE_URL=''
628628

@@ -1417,7 +1417,7 @@ if test "$ac_init_help" = "long"; then
14171417
# Omit some internal or obsolete options to make the list less imposing.
14181418
# This message is too long to be a string in the A/UX 3.1 sh.
14191419
cat <<_ACEOF
1420-
\`configure' configures libffi 3.7.1 to adapt to many kinds of systems.
1420+
\`configure' configures libffi 3.8.0 to adapt to many kinds of systems.
14211421

14221422
Usage: $0 [OPTION]... [VAR=VALUE]...
14231423

@@ -1489,7 +1489,7 @@ fi
14891489

14901490
if test -n "$ac_init_help"; then
14911491
case $ac_init_help in
1492-
short | recursive ) echo "Configuration of libffi 3.7.1:";;
1492+
short | recursive ) echo "Configuration of libffi 3.8.0:";;
14931493
esac
14941494
cat <<\_ACEOF
14951495

@@ -1628,7 +1628,7 @@ fi
16281628
test -n "$ac_init_help" && exit $ac_status
16291629
if $ac_init_version; then
16301630
cat <<\_ACEOF
1631-
libffi configure 3.7.1
1631+
libffi configure 3.8.0
16321632
generated by GNU Autoconf 2.71
16331633

16341634
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -2259,7 +2259,7 @@ cat >config.log <<_ACEOF
22592259
This file contains any messages produced by compilers while
22602260
running configure, to aid debugging if configure makes a mistake.
22612261

2262-
It was created by libffi $as_me 3.7.1, which was
2262+
It was created by libffi $as_me 3.8.0, which was
22632263
generated by GNU Autoconf 2.71. Invocation command line was
22642264

22652265
$ $0$ac_configure_args_raw
@@ -3233,10 +3233,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
32333233
ac_config_headers="$ac_config_headers fficonfig.h"
32343234

32353235

3236-
FFI_VERSION_STRING="3.7.1"
3237-
ffi_version_major=`echo "3.7.1" | cut -d. -f1`
3238-
ffi_version_minor=`echo "3.7.1" | cut -d. -f2 | sed 's/[^0-9].*//'`
3239-
ffi_version_micro=`echo "3.7.1" | cut -d. -f3 | sed 's/[^0-9].*//'`
3236+
FFI_VERSION_STRING="3.8.0"
3237+
ffi_version_major=`echo "3.8.0" | cut -d. -f1`
3238+
ffi_version_minor=`echo "3.8.0" | cut -d. -f2 | sed 's/[^0-9].*//'`
3239+
ffi_version_micro=`echo "3.8.0" | cut -d. -f3 | sed 's/[^0-9].*//'`
32403240
FFI_VERSION_NUMBER=`expr ${ffi_version_major:-0} \* 10000 + ${ffi_version_minor:-0} \* 100 + ${ffi_version_micro:-0}`
32413241

32423242

@@ -3986,7 +3986,7 @@ fi
39863986

39873987
# Define the identity of the package.
39883988
PACKAGE='libffi'
3989-
VERSION='3.7.1'
3989+
VERSION='3.8.0'
39903990

39913991

39923992
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@@ -20661,7 +20661,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
2066120661
# report actual input values of CONFIG_FILES etc. instead of their
2066220662
# values after options handling.
2066320663
ac_log="
20664-
This file was extended by libffi $as_me 3.7.1, which was
20664+
This file was extended by libffi $as_me 3.8.0, which was
2066520665
generated by GNU Autoconf 2.71. Invocation command line was
2066620666

2066720667
CONFIG_FILES = $CONFIG_FILES
@@ -20729,7 +20729,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
2072920729
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2073020730
ac_cs_config='$ac_cs_config_escaped'
2073120731
ac_cs_version="\\
20732-
libffi config.status 3.7.1
20732+
libffi config.status 3.8.0
2073320733
configured by $0, generated by GNU Autoconf 2.71,
2073420734
with options \\"\$ac_cs_config\\"
2073520735

deps/libffi/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ dnl Process this with autoconf to create configure
22

33
AC_PREREQ([2.68])
44

5-
AC_INIT([libffi],[3.7.1],[http://github.com/libffi/libffi/issues])
5+
AC_INIT([libffi],[3.8.0],[http://github.com/libffi/libffi/issues])
66
AC_CONFIG_HEADERS([fficonfig.h])
77

88
dnl Derive the version macros from AC_INIT so they cannot drift when the

deps/libffi/doc/libffi.info

Lines changed: 116 additions & 16 deletions

deps/libffi/doc/libffi.pdf

32 KB
Binary file not shown.

0 commit comments

Comments
 (0)