libaio: bump to 0.3.111
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 14 Aug 2018 21:37:55 +0000 (23:37 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 21 Aug 2018 09:47:50 +0000 (11:47 +0200)
commit5a3f78c9191595f7ea9fab49360dfc18a743d28b
treefd2d30166fdf9faa19caa007b9ed2dd2a3ad43ce
parent1575512ad41e2118448daf566a6012714592aca7
libaio: bump to 0.3.111

Until now, libaio contained some architecture specific code to do the
syscalls. In fact, it contained a generic variant of the code called
syscall-generic.h, but it was showing a warning when it was used, as
if it was "not safe". Consequently, in Buildroot, we had chosen to
support libaio only on a the subset of architectures that were
explicitly handled by libaio.

However, between 0.3.110 and 0.3.111, libaio upstream entirely dropped
the architecture-specific code:

  https://pagure.io/libaio/c/97fd3fc0195500e616e34047cba4846164c411d9?branch=master

Consequently, in this patch, we:

 - Bump libaio to 0.3.111.

 - Switch to the new upstream at https://pagure.io/libaio/.

 - Drop the 0001-arches.patch patch, which was adding support for
   MIPS, since we no longer need architecture-specific code.

 - Update the remaining patches, and Git-format one of them which
   wasn't Git-formatted.

 - Drop the BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option and all its uses.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 files changed:
package/blktrace/Config.in
package/cryptsetup/Config.in
package/dmraid/Config.in
package/docker-engine/Config.in
package/gadgetfs-test/Config.in
package/libaio/0001-arches.patch [deleted file]
package/libaio/0001-src-Makefile-add-ENABLE_SHARED-boolean-to-allow-stat.patch [new file with mode: 0644]
package/libaio/0002-Makefile-add-missing-DESTDIR-variable-use.patch [new file with mode: 0644]
package/libaio/0002-src-Makefile-add-ENABLE_SHARED-boolean-to-allow-stat.patch [deleted file]
package/libaio/0003-destdir.patch [deleted file]
package/libaio/Config.in
package/libaio/libaio.hash
package/libaio/libaio.mk
package/libiio/Config.in
package/luksmeta/Config.in
package/mysql/Config.in
package/udisks/Config.in
package/xen/Config.in