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 Oct 24 09:46:57 UTC 2022

Modified Files:
        pkgsrc/devel/libffi: Makefile distinfo

Log Message:
libffi: updated to 3.4.4

3.4.4 Oct-23-2022

Important aarch64 fixes, including support for linux builds
  with Link Time Optimization (-flto).
Fix x86 stdcall stack alignment.
Fix x86 Windows msvc assembler compatibility.
Fix moxie and or1k small structure args.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/libffi/Makefile
cvs rdiff -u -r1.62 -r1.63 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.51 pkgsrc/devel/libffi/Makefile:1.52
--- pkgsrc/devel/libffi/Makefile:1.51   Mon Sep 26 18:43:48 2022
+++ pkgsrc/devel/libffi/Makefile        Mon Oct 24 09:46:57 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2022/09/26 18:43:48 adam Exp $
+# $NetBSD: Makefile,v 1.52 2022/10/24 09:46:57 adam Exp $
 
-DISTNAME=      libffi-3.4.3
+DISTNAME=      libffi-3.4.4
 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.62 pkgsrc/devel/libffi/distinfo:1.63
--- pkgsrc/devel/libffi/distinfo:1.62   Mon Sep 26 18:43:48 2022
+++ pkgsrc/devel/libffi/distinfo        Mon Oct 24 09:46:57 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.62 2022/09/26 18:43:48 adam Exp $
+$NetBSD: distinfo,v 1.63 2022/10/24 09:46:57 adam Exp $
 
-BLAKE2s (libffi-3.4.3.tar.gz) = 329813f5e9ace34bb55820d98e1dc0f8d1a2232280e8321322f90f393811a825
-SHA512 (libffi-3.4.3.tar.gz) = 6e3620d3842ae0f983c47c3268364be32b6eeb2fc708b23d141531730e9149abb035c618b295be834999eadef64fabfa39df21c955c40473f3bbc9fd3170bad8
-Size (libffi-3.4.3.tar.gz) = 1358634 bytes
+BLAKE2s (libffi-3.4.4.tar.gz) = 59b18534be8708e52e1d47f0874192178f370635168bb8101415a296e73d6e2f
+SHA512 (libffi-3.4.4.tar.gz) = 88680aeb0fa0dc0319e5cd2ba45b4b5a340bc9b4bcf20b1e0613b39cd898f177a3863aa94034d8e23a7f6f44d858a53dcd36d1bb8dee13b751ef814224061889
+Size (libffi-3.4.4.tar.gz) = 1362394 bytes
 SHA1 (patch-configure) = f5ca2947f3aadf51d59198a5339f81f19dc51cd2
 SHA1 (patch-configure_host) = a4c99cd0fbbbe0f2c806d662b85a6e2c56b31168
 SHA1 (patch-src_aarch64_ffi.c) = e46083e6e6892524868b88dfbcd292f11db036d9



Home | Main Index | Thread Index | Old Index