<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/libffi, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-02-20T17:12:02Z</updated>
<entry>
<title>libffi: drop autoreconf</title>
<updated>2025-02-20T17:12:02Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2025-02-20T10:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c8949c84a25c0cfa8a6c77b9fe2725de0b8480cd'/>
<id>urn:sha1:c8949c84a25c0cfa8a6c77b9fe2725de0b8480cd</id>
<content type='text'>
Trying to compile libffi now that automake has been updated to 1.17 will
fail, however there is no reason for us to be calling autoreconf as libffi
release tarballs already contain the generated configure script.

So, drop the unnecessary autoreconf that seems to be leftover from the
previous 3.4.2 bump as we dont have any patches targeting configure.ac nor
libffi in general.

Fixes: openwrt/openwrt#18041
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>libffi: update to 3.4.7</title>
<updated>2025-02-20T08:49:18Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2025-02-19T19:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=00f28b82816bdabdaf194cbdb5b2d8a012ad9fa0'/>
<id>urn:sha1:00f28b82816bdabdaf194cbdb5b2d8a012ad9fa0</id>
<content type='text'>
  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.

Signed-off-by: John Audia &lt;therealgraysky@proton.me&gt;
</content>
</entry>
<entry>
<title>libffi: update to 3.4.6</title>
<updated>2024-02-22T05:56:07Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-21T12:15:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7770e65c5771ef2bbc600aee25dd7176df37271b'/>
<id>urn:sha1:7770e65c5771ef2bbc600aee25dd7176df37271b</id>
<content type='text'>
Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>libffi: update to 3.4.4</title>
<updated>2024-02-07T21:56:52Z</updated>
<author>
<name>krant</name>
</author>
<published>2024-02-07T10:59:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=f26df428f234f4bae6734a1a009b0b6dcfba23bc'/>
<id>urn:sha1:f26df428f234f4bae6734a1a009b0b6dcfba23bc</id>
<content type='text'>
- Use proper tarball URL
- Use HTTPS for package URL
- Don't set default configure option

Signed-off-by: krant &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: assign PKG_CPE_ID</title>
<updated>2024-02-05T00:16:10Z</updated>
<author>
<name>Fabrice Fontaine</name>
</author>
<published>2024-02-02T17:37:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5afe5c9031190844f267357c68efe3c9c3cbe51d'/>
<id>urn:sha1:5afe5c9031190844f267357c68efe3c9c3cbe51d</id>
<content type='text'>
Signed-off-by: Fabrice Fontaine &lt;fontaine.fabrice@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16</title>
<updated>2023-04-08T06:38:54Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-03-23T07:39:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=565866a47210c9711c29173052063779b6d3bcfc'/>
<id>urn:sha1:565866a47210c9711c29173052063779b6d3bcfc</id>
<content type='text'>
See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with
PKG_BUILD_FLAGS:=no-mips16" on the main repository.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>libffi: don't build host shared libs</title>
<updated>2021-10-23T01:07:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-18T08:00:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=aba4a294ba35341c2253ff5c0f151613215878c2'/>
<id>urn:sha1:aba4a294ba35341c2253ff5c0f151613215878c2</id>
<content type='text'>
Avoids rpath hacks.

Add --with-pic. Needed for static library.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>libffi: bump to 3.4.2</title>
<updated>2021-08-07T10:43:55Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2021-08-07T10:08:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3e9d7d2afe548eefd37e787f061fd8fe883beef0'/>
<id>urn:sha1:3e9d7d2afe548eefd37e787f061fd8fe883beef0</id>
<content type='text'>
Remove both patches as they have been upstreamed.
This new release is only available on Github and does not ship configure
or Makefile, so autoreconf is needed.

Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>treewide: Run refresh on all packages</title>
<updated>2021-02-21T00:02:15Z</updated>
<author>
<name>Ilya Lipnitskiy</name>
</author>
<published>2021-02-21T00:02:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=5d8d4fbbcb5c5de9370711c19bb3510210989a98'/>
<id>urn:sha1:5d8d4fbbcb5c5de9370711c19bb3510210989a98</id>
<content type='text'>
The crude loop I wrote to come up with this changeset:

  find -L package/feeds/packages/ -name patches | \
  sed 's/patches$/refresh/' | sort | xargs make

Signed-off-by: Ilya Lipnitskiy &lt;ilya.lipnitskiy@gmail.com&gt;
</content>
</entry>
<entry>
<title>libffi: fix build failure on powerpc platforms</title>
<updated>2020-04-24T20:57:16Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-04-24T20:57:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0dcde0115e0a93535bae98ef4f5926e1551396bf'/>
<id>urn:sha1:0dcde0115e0a93535bae98ef4f5926e1551396bf</id>
<content type='text'>
This is an upstream backport.

Currently on the buildbots, having libffi unavailable leads to long
range build failures.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
</feed>
