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:   wiz
Date:           Sun Feb  9 14:19:04 UTC 2025

Modified Files:
        pkgsrc/devel/libffi: Makefile distinfo

Log Message:
libffi: update to 3.4.7.

3.4.7 Feb-8-2024
      Add static trampoline support for Linux on s390x.
      Fix BTI support for ARM64.
      Support pointer authentication for ARM64.
      Fix ASAN compatibility.
      Fix x86-64 calls with 6 GP registers and some SSE registers.
      Miscellaneous fixes for ARC and Darwin ARM64.
      Fix OpenRISC or1k and Solaris 10 builds.
      Remove nios2 port.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/libffi/Makefile
cvs rdiff -u -r1.64 -r1.65 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.53 pkgsrc/devel/libffi/Makefile:1.54
--- pkgsrc/devel/libffi/Makefile:1.53   Sun Feb 18 20:55:51 2024
+++ pkgsrc/devel/libffi/Makefile        Sun Feb  9 14:19:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2024/02/18 20:55:51 adam Exp $
+# $NetBSD: Makefile,v 1.54 2025/02/09 14:19:04 wiz Exp $
 
-DISTNAME=      libffi-3.4.6
+DISTNAME=      libffi-3.4.7
 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.64 pkgsrc/devel/libffi/distinfo:1.65
--- pkgsrc/devel/libffi/distinfo:1.64   Sun Feb 18 20:55:51 2024
+++ pkgsrc/devel/libffi/distinfo        Sun Feb  9 14:19:04 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.64 2024/02/18 20:55:51 adam Exp $
+$NetBSD: distinfo,v 1.65 2025/02/09 14:19:04 wiz Exp $
 
-BLAKE2s (libffi-3.4.6.tar.gz) = d92dc00d30ca8ef61996cc3c28b5932a6b6769461081460d632403541e17c623
-SHA512 (libffi-3.4.6.tar.gz) = 033d2600e879b83c6bce0eb80f69c5f32aa775bf2e962c9d39fbd21226fa19d1e79173d8eaa0d0157014d54509ea73315ad86842356fc3a303c0831c94c6ab39
-Size (libffi-3.4.6.tar.gz) = 1391684 bytes
+BLAKE2s (libffi-3.4.7.tar.gz) = 1d2cffd163355b69844855aa5aac765aaeb70d835f13408c0d6852547335947a
+SHA512 (libffi-3.4.7.tar.gz) = d19f59a5b5d61bd7d9e8a7a74b8bf2e697201a19c247c410c789e93ca8678a4eb9f13c9bee19f129be80ade8514f6b1acb38d66f44d86edd32644ed7bbe31dd6
+Size (libffi-3.4.7.tar.gz) = 1393979 bytes
 SHA1 (patch-configure) = f5ca2947f3aadf51d59198a5339f81f19dc51cd2
 SHA1 (patch-configure_host) = a4c99cd0fbbbe0f2c806d662b85a6e2c56b31168
 SHA1 (patch-src_aarch64_ffi.c) = e46083e6e6892524868b88dfbcd292f11db036d9



Home | Main Index | Thread Index | Old Index