Skip to content

Commit 22f4966

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-libffi (3.4.8-1 -> 3.5.0-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 5bccd8b commit 22f4966

File tree

22 files changed

+28
-10
lines changed

22 files changed

+28
-10
lines changed

mingw32/bin/libffi-8.dll

0 Bytes
Binary file not shown.

mingw32/include/ffi.h

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* -----------------------------------------------------------------*-C-*-
2-
libffi 3.4.8
3-
- Copyright (c) 2011, 2014, 2019, 2021, 2022, 2024 Anthony Green
2+
libffi 3.5.0
3+
- Copyright (c) 2011, 2014, 2019, 2021, 2022, 2024, 2025 Anthony Green
44
- Copyright (c) 1996-2003, 2007, 2008 Red Hat, Inc.
55
66
Permission is hereby granted, free of charge, to any person
@@ -314,6 +314,24 @@ void ffi_java_raw_to_ptrarray (ffi_cif *cif, ffi_java_raw *raw, void **args) __a
314314
FFI_API
315315
size_t ffi_java_raw_size (ffi_cif *cif) __attribute__((deprecated));
316316

317+
/* ---- Version API ------------------------------------------------------ */
318+
319+
#define FFI_VERSION_STRING "3.5.0"
320+
#define FFI_VERSION_NUMBER 30500
321+
322+
#ifndef LIBFFI_ASM
323+
/* Return a version string. */
324+
FFI_API const char *ffi_get_version (void);
325+
326+
/* Return the version as an unsigned long value: (x * 10000 + y * 100 + z) */
327+
FFI_API unsigned long ffi_get_version_number (void);
328+
#endif
329+
330+
/* ---- Internals API ---------------------------------------------------- */
331+
332+
FFI_API unsigned int ffi_get_default_abi (void);
333+
FFI_API size_t ffi_get_closure_size (void);
334+
317335
/* ---- Definitions for closures ----------------------------------------- */
318336

319337
#if FFI_CLOSURES

mingw32/lib/libffi.a

398 Bytes
Binary file not shown.

mingw32/lib/libffi.dll.a

2.65 KB
Binary file not shown.

mingw32/lib/pkgconfig/libffi.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ includedir=${prefix}/include
66

77
Name: libffi
88
Description: Library supporting Foreign Function Interfaces
9-
Version: 3.4.8
9+
Version: 3.5.0
1010
Libs: -L${toolexeclibdir} -lffi
1111
Cflags: -I${includedir}

mingw32/share/info/libffi.info.gz

270 Bytes
Binary file not shown.

mingw32/share/licenses/libffi/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libffi - Copyright (c) 1996-2024 Anthony Green, Red Hat, Inc and others.
1+
libffi - Copyright (c) 1996-2025 Anthony Green, Red Hat, Inc and others.
22
See source files for details.
33

44
Permission is hereby granted, free of charge, to any person obtaining

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.659.e3eddae38-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1749453176
2121

2222
%INSTALLDATE%
23-
1749700003
23+
1749786454
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-libffi-3.4.8-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-libffi-3.5.0-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-libffi
33

44
%VERSION%
5-
3.4.8-1
5+
3.5.0-1
66

77
%BASE%
88
mingw-w64-libffi
@@ -17,16 +17,16 @@ https://sourceware.org/libffi
1717
any
1818

1919
%BUILDDATE%
20-
1744448896
20+
1749471183
2121

2222
%INSTALLDATE%
23-
1744518286
23+
1749786450
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0d471ea5/14418149272)
26+
CI (msys2/msys2-autobuild/5f5d7aaf/15534165179)
2727

2828
%SIZE%
29-
145038
29+
148979
3030

3131
%REASON%
3232
1

0 commit comments

Comments
 (0)