From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libaio: Update to version 0.3.113 Date: Fri, 22 Apr 2022 22:10:12 +0200 Message-ID: <20220422201012.3494649-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3871162154152543436==" List-Id: --===============3871162154152543436== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable - Update from version 0.3.112 to 0.3.113 - Update of rootfile - Changelog 0.3.113 harness: add test for aio poll missed events Verify structure padding is correct at build time Fix struct io_iocb_sockaddr padding for 32bit architectures Fix struct io_iocb_vector padding for 32bit architectures Use generic syscall number schema for loongarch Add endian detection and bit width detection for loongarch Add loongarch to supported architectures in libaio.spec cases/16.t: loongarch only supports eventfd2 Fix test issue with gcc-11 harness: Skip the test if io_pgetevents() is not implemented harness: Print better error messages on error conditions in 22.t harness: Fix PROT_WRITE mmap check harness: fix read into PROT_WRITE mmap test harness: skip 22.p if async_poll isn't supported harness: Handle -ENOTSUP from io_submit() with RWF_NOWAIT harness: Add fallback code for filesystems not supporting O_DIRECT harness: add support for skipping tests harness: Make the test exit with a code matching the pass/fail state harness: Make RISC-V use SYS_eventfd2 instead of unavailable SYS_eventfd harness: Use run-time _SC_PAGE_SIZE instead of build-time PAGESIZE harness: Use destination strncpy() expression for sizeof() argument Use ctx consistently for io_context_t instead of ctx_id man: Escape verbatim \n in order to make it through roff man: Fold short lines man: Fix markup man: Fix title header man: Fix typos man: Add "None" to empty sections man: Remove spurious text man: Remove spurious spaces man: Fix period formatting man: Fix casing man: End sentences with a period man: Refer to libaio.h instead of libio.h man: Use the correct troff macro for comments man: Add missing space in man page references harness: allow running tests against the installed library Signed-off-by: Adolf Belka --- config/rootfiles/common/libaio | 2 +- lfs/libaio | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libaio b/config/rootfiles/common/libaio index bc4ddf0de..336409932 100644 --- a/config/rootfiles/common/libaio +++ b/config/rootfiles/common/libaio @@ -2,4 +2,4 @@ #usr/lib/libaio.a #usr/lib/libaio.so usr/lib/libaio.so.1 -usr/lib/libaio.so.1.0.1 +usr/lib/libaio.so.1.0.2 diff --git a/lfs/libaio b/lfs/libaio index 3584a4cdb..e74f7e6f2 100644 --- a/lfs/libaio +++ b/lfs/libaio @@ -24,7 +24,7 @@ =20 include Config =20 -VER =3D 0.3.112 +VER =3D 0.3.113 =20 THISAPP =3D libaio-$(VER) DL_FILE =3D $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_BLAKE2 =3D 088f3b195a65bdc97ae2318e47af17c65259ed3208dca7bfef93c8= 1a800602085e5b2078dbd436c740be316d0ebd923a1b3b7c0808257e2e7c7fb0f7ae1e0dba +$(DL_FILE)_BLAKE2 =3D 2379c88670310b36942563d10f29dfcba0f49391952ffe7fe18b0c= 917f33ef610405fe13297d1dbb34b7ad1d3066d4a32587a7fb20babba2f264cfc2ab289e57 =20 install : $(TARGET) =20 --=20 2.36.0 --===============3871162154152543436==--