From patchwork Fri Apr 22 20:10:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5532 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KlQWL56qLz3xfS for ; Fri, 22 Apr 2022 20:10:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KlQWH6HV6z1gG; Fri, 22 Apr 2022 20:10:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KlQWH53g3z2yRn; Fri, 22 Apr 2022 20:10:19 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KlQWG170Bz2xHF for ; Fri, 22 Apr 2022 20:10:18 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KlQWF5MyVzh4; Fri, 22 Apr 2022 20:10:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1650658217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zPDYQ39HIMyVPa+okvPSMzlkzfH2COSQDRsX0V0BHdk=; b=6EMzrKowX8xFKpB7/rAU8rkw7gNADZ13tJrstiw6FG4GMm4yuhBfP9/l8bw3B6wJ7QjV0G 1rYYI1P1mCxvAYBg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1650658217; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zPDYQ39HIMyVPa+okvPSMzlkzfH2COSQDRsX0V0BHdk=; b=Wp5G54NYUxOBhufCfpc9LdZMqnILPyfXtQ9/Yz0yDA4j8k3UJr+HQO0ra5FNLQiJH5OOKU jWfmFXU/0rh/jYQNCEGygUraMKVyhDyfCuMVN4qc79VMqRwwTYZ03jI1etGK7+rY5hdnMh QMBmurs5W7Ey6vsCGOLdn8aJafUVqnmnHgbOu2qygV5EdrW21swxzD3ShYKaVtI7dohZyp mKQ6JzeP7twcm7D8ZDX1isXC9zV/qfOI4VVQYhBOngSKlP+zS2B1+sNo5TUJBRdI4r+7/s fuwvq5eCY+hBebNFBynHwM/XCmJDQZTkKQzfvKSSlLjmh+ef8kGXeWmBzZzScQ== 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 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - 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 Reviewed-by: Peter Müller --- 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 @@ include Config -VER = 0.3.112 +VER = 0.3.113 THISAPP = libaio-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 088f3b195a65bdc97ae2318e47af17c65259ed3208dca7bfef93c81a800602085e5b2078dbd436c740be316d0ebd923a1b3b7c0808257e2e7c7fb0f7ae1e0dba +$(DL_FILE)_BLAKE2 = 2379c88670310b36942563d10f29dfcba0f49391952ffe7fe18b0c917f33ef610405fe13297d1dbb34b7ad1d3066d4a32587a7fb20babba2f264cfc2ab289e57 install : $(TARGET)