pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libffcall



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 25 21:08:53 UTC 2018

Modified Files:
        pkgsrc/devel/libffcall: Makefile distinfo

Log Message:
libffcall: update to 2.1.

New in 2.1:

* Added support for the following platforms:
  (Previously, a build on these platforms failed.)
  - x86_64: Solaris 11.3.
  - OpenBSD 6.1.
  - HardenedBSD 10 and 11.

* Fixed a bug regarding passing of pointers on the following platforms:
  - x86_64: Linux with x32 ABI: CC="gcc -mx32".

* Fixed a crash in trampoline on the following platforms:
  - mips: Linux with CC="gcc -mabi=64", little endian.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libffcall/Makefile \
    pkgsrc/devel/libffcall/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/libffcall/Makefile
diff -u pkgsrc/devel/libffcall/Makefile:1.1 pkgsrc/devel/libffcall/Makefile:1.2
--- pkgsrc/devel/libffcall/Makefile:1.1 Sun Sep 10 20:00:49 2017
+++ pkgsrc/devel/libffcall/Makefile     Sun Feb 25 21:08:53 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/09/10 20:00:49 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2018/02/25 21:08:53 wiz Exp $
 
-DISTNAME=      libffcall-2.0
+DISTNAME=      libffcall-2.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNU:=libffcall/}
 
Index: pkgsrc/devel/libffcall/distinfo
diff -u pkgsrc/devel/libffcall/distinfo:1.1 pkgsrc/devel/libffcall/distinfo:1.2
--- pkgsrc/devel/libffcall/distinfo:1.1 Sun Sep 10 20:00:49 2017
+++ pkgsrc/devel/libffcall/distinfo     Sun Feb 25 21:08:53 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/09/10 20:00:49 wiz Exp $
+$NetBSD: distinfo,v 1.2 2018/02/25 21:08:53 wiz Exp $
 
-SHA1 (libffcall-2.0.tar.gz) = 9ac4d0027052ea5d4fa74dace264296d2ded7950
-RMD160 (libffcall-2.0.tar.gz) = 5a139a5101a99963a46209522f8cb4f16be4853f
-SHA512 (libffcall-2.0.tar.gz) = d75aa1df97b14692a9137745bae5b24c4d8f739cb1c7f854e7ed47e4a77a49759122abd6b0e445efa56381f47932c13cd21a154b2783649afb9c7a39e73fea04
-Size (libffcall-2.0.tar.gz) = 938605 bytes
+SHA1 (libffcall-2.1.tar.gz) = aa2bf00587dec333704cbda19fb6786370bd7762
+RMD160 (libffcall-2.1.tar.gz) = 3241840c8a2884b4b74e1486ac12ae265c4322d9
+SHA512 (libffcall-2.1.tar.gz) = da73375fb45b7d764c06437a517c2a90abf7d5de6afe0a8ca19e6dfafd2a8c7107e39d230ecbc8edfdd5926b16a0c13b7bb9319287047c47de1241b2f6ae805e
+Size (libffcall-2.1.tar.gz) = 943235 bytes



Home | Main Index | Thread Index | Old Index