Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libffi-3.0.13-19.el7 RPM for x86_64

From CentOS 7.9.2009 for x86_64 / Packages

Name: libffi Distribution: Unknown
Version: 3.0.13 Vendor: CentOS
Release: 19.el7 Build date: Wed Apr 1 05:08:42 2020
Group: System Environment/Libraries Build host: x86-02.bsys.centos.org
Size: 47790 Source RPM: libffi-3.0.13-19.el7.src.rpm
Packager: CentOS BuildSystem <http://bugs.centos.org>
Url: http://sourceware.org/libffi
Summary: A portable foreign function interface library
Compilers for high level languages generate code that follow certain
conventions.  These conventions are necessary, in part, for separate
compilation to work.  One such convention is the "calling convention".
The calling convention is a set of assumptions made by the compiler
about where function arguments will be found on entry to a function.  A
calling convention also specifies where the return value for a function
is found.

Some programs may not know at the time of compilation what arguments
are to be passed to a function.  For instance, an interpreter may be
told at run-time about the number and types of arguments used to call a
given function.  `Libffi' can be used in such programs to provide a
bridge from the interpreter program to compiled code.

The `libffi' library provides a portable, high level programming
interface to various calling conventions.  This allows a programmer to
call any function specified by a call interface description at run time.

FFI stands for Foreign Function Interface.  A foreign function
interface is the popular name for the interface that allows code
written in one language to call code written in another language.  The
`libffi' library really only provides the lowest, machine dependent
layer of a fully featured foreign function interface.  A layer must
exist above `libffi' that handles type conversions for values passed
between the two languages.

Provides

Requires

License

MIT and Public Domain

Changelog

* Tue Jul 23 2019 DJ Delorie <dj@redhat.com> - 3.0.13-19
  - Allow libffi-devel uninstall even when docs are not installed (#1609331)
* Tue Apr 05 2016 Andrew Haley <aph@redhat.com> - 3.0.13-18
  - closures: Create temporary file with O_TMPFILE and O_CLOEXEC
  - Resolves: RHBZ1151568
* Tue Apr 05 2016 Andrew Haley <aph@redhat.com> - 3.0.13-17
  - libffi needs fix for structures not passed in registers
  - Resolves: RHBZ1287815
* Tue Sep 02 2014 Dan Horák <dhorak@redhat.com> - 3.0.13-16
  - Drop ppc64le from the multilib list
  - Use additional BR: only in ppc64le build
  - Resolves: RHBZ1116945
* Tue Aug 26 2014 Andrew Haley <aph@redhat.com> - 3.0.13-15
  - Add requires for libtool and texinfo
  - Resolves: RHBZ1116945
* Tue Aug 26 2014 Andrew Haley <aph@redhat.com> - 3.0.13-14
  - Add requires for automake
  - Resolves: RHBZ1116945
* Tue Aug 26 2014 Andrew Haley <aph@redhat.com> - 3.0.13-13
  - Add requires for autoconf
  - Resolves: RHBZ1116945
* Tue Aug 26 2014 Andrew Haley <aph@redhat.com> - 3.0.13-12
  - Merge from private-rhel-7.0-ppc64le branch
  - Resolves: RHBZ1116945
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.0.13-11
  - Mass rebuild 2014-01-24
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.0.13-10
  - Mass rebuild 2013-12-27
* Wed Dec 18 2013 Deepak Bhole <dbhole@redhat.com> - 3.0.13-9
  - Added -fno-strict-aliasing (pointed out by rpmdiff)
  - Fixes RHBZ 1006261
* Fri Nov 15 2013 Jon VanAlten <jon.vanalten@redhat.com> - 3.0.13-8
  - Patch test suite to fix errors on ppc64
  - Fixes RHBZ 1006261
* Thu Aug 22 2013 Deepak Bhole <dbhole@redhat.com> - 3.0.13-7
  - Removed temporarily introduced compat package for OpenJDk6 bootstrap
* Wed Aug 21 2013 Deepak Bhole <dbhole@redhat.com> - 3.0.13-6
  - Temporarily build with a .so.5 compat package to allow OpenJDK6 bootstrap
* Mon Jul 15 2013 Jon VanAlten <jon.vanalten@redhat.com> - 3.0.13-5
  - Correct spec license
* Tue May 28 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-4
  - fix typos in wrapper headers
* Mon May 27 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-3
  - make header files multilib safe
* Sat May 25 2013 Tom Callaway <spot@fedoraproject.org> - 3.0.13-2
  - fix incorrect header pathing (and .pc file)
* Wed Mar 20 2013 Anthony Green <green@redhat.com> - 3.0.13-1
  - update to 3.0.13
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.11-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Mon Jan 14 2013 Dennis Gilmore <dennis@ausil.us> - 3.0.11-1
  - update to 3.0.11
* Fri Nov 02 2012 Deepak Bhole <dbhole@redhat.com> - 3.0.10-4
  - Fixed source location
* Fri Aug 10 2012 Dennis Gilmore <dennis@ausil.us> - 3.0.10-3
  - drop back to 3.0.10, 3.0.11 was never pushed anywhere as the soname bump broke buildroots
  - as 3.0.11 never went out no epoch needed.
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.11-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Apr 13 2012 Anthony Green <green@redhat.com> - 3.0.11-1
  - Upgrade to 3.0.11.
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.10-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Aug 23 2011 Anthony Green <green@redhat.com> - 3.0.10-1
  - Upgrade to 3.0.10.
* Fri Mar 18 2011 Dan Horák <dan[at]danny.cz> - 3.0.9-3
  - added patch for being careful when defining relatively generic symbols
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.9-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Tue Dec 29 2009 Anthony Green <green@redhat.com> - 3.0.9-1
  - Upgrade
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Tue Jul 08 2008 Anthony Green <green@redhat.com> 3.0.5-1
  - Upgrade to 3.0.5
* Fri Feb 15 2008 Anthony Green <green@redhat.com> 3.0.1-1
  - Upgrade to 3.0.1
* Fri Feb 15 2008 Anthony Green <green@redhat.com> 2.99.9-1
  - Upgrade to 2.99.9
  - Require pkgconfig for the devel package.
  - Update summary.
* Fri Feb 15 2008 Anthony Green <green@redhat.com> 2.99.8-1
  - Upgrade to 2.99.8
* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.7-1
  - Upgrade to 2.99.7
* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.6-1
  - Upgrade to 2.99.6
* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.4-1
  - Upgrade to 2.99.4
* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.3-1
  - Upgrade to 2.99.3
* Thu Feb 14 2008 Anthony Green <green@redhat.com> 2.99.2-1
  - Created.

Files

/usr/lib64/libffi.so.6
/usr/lib64/libffi.so.6.0.1
/usr/share/doc/libffi-3.0.13
/usr/share/doc/libffi-3.0.13/LICENSE
/usr/share/doc/libffi-3.0.13/README


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 14:28:53 2024