pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/libffi
Module Name: pkgsrc
Committed By: adam
Date: Mon Jun 30 19:12:12 UTC 2025
Modified Files:
pkgsrc/devel/libffi: Makefile distinfo
Log Message:
libffi: updated to 3.5.1
3.5.1
Downgrade Autoconf requirement to version 2.68
Fix symbol versioning error.
3.5.0
Add FFI_VERSION_STRING and FFI_VERSION_NUMBER macros, as well
as ffi_get_version() and ffi_get_version_number() functions.
Add ffi_get_default_abi() and ffi_get_closure_size() functions.
Fix closures on powerpc64-linux when statically linking.
Mark the PA stack as non-executable.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/devel/libffi/Makefile
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/libffi/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/libffi/Makefile
diff -u pkgsrc/devel/libffi/Makefile:1.55 pkgsrc/devel/libffi/Makefile:1.56
--- pkgsrc/devel/libffi/Makefile:1.55 Thu Apr 10 09:47:49 2025
+++ pkgsrc/devel/libffi/Makefile Mon Jun 30 19:12:12 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2025/04/10 09:47:49 adam Exp $
+# $NetBSD: Makefile,v 1.56 2025/06/30 19:12:12 adam Exp $
-DISTNAME= libffi-3.4.8
+DISTNAME= libffi-3.5.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libffi/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
Index: pkgsrc/devel/libffi/distinfo
diff -u pkgsrc/devel/libffi/distinfo:1.66 pkgsrc/devel/libffi/distinfo:1.67
--- pkgsrc/devel/libffi/distinfo:1.66 Thu Apr 10 09:47:49 2025
+++ pkgsrc/devel/libffi/distinfo Mon Jun 30 19:12:12 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.66 2025/04/10 09:47:49 adam Exp $
+$NetBSD: distinfo,v 1.67 2025/06/30 19:12:12 adam Exp $
-BLAKE2s (libffi-3.4.8.tar.gz) = cbe377174d928a37f8120ac4d9a2d254785e0e182eda595cef019e6059103186
-SHA512 (libffi-3.4.8.tar.gz) = 05344c6c1a1a5b44704f6cf99277098d1ea3ac1dc11c2a691c501786a214f76184ec0637135588630db609ce79e49df3dbd00282dd61e7f21137afba70e24ffe
-Size (libffi-3.4.8.tar.gz) = 1397992 bytes
+BLAKE2s (libffi-3.5.1.tar.gz) = 8a6dc0912d2de85ba81356db00f67c33ac2cf5d3cfc13fb6db3e30b16cb3a50a
+SHA512 (libffi-3.5.1.tar.gz) = 3da9e21fdb920e7962ceb01ee671ef36196df4d5dad62e0cdd8e87cc60e350f241c204350560ae26ea04cc898161b5585c8a5a5125bdbcc84508efbb7ea61eb8
+Size (libffi-3.5.1.tar.gz) = 1419757 bytes
SHA1 (patch-configure) = f5ca2947f3aadf51d59198a5339f81f19dc51cd2
SHA1 (patch-configure_host) = a4c99cd0fbbbe0f2c806d662b85a6e2c56b31168
SHA1 (patch-src_aarch64_ffi.c) = e46083e6e6892524868b88dfbcd292f11db036d9
Home |
Main Index |
Thread Index |
Old Index