From patchwork Mon Apr 26 20:47:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4228 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 4FTcQg5NWrz44Qk for ; Mon, 26 Apr 2021 20:47:23 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4FTcQf4hYrz19; Mon, 26 Apr 2021 20:47:22 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FTcQf3CXmz2xpb; Mon, 26 Apr 2021 20:47:22 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4FTcQd0MlDz2xcn for ; Mon, 26 Apr 2021 20:47:21 +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 4FTcQc06xXz19; Mon, 26 Apr 2021 20:47:19 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619470040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=F9aioRPR9q7Pj9FkzZa1/z7gVJ3lBi3SPEWD/1LWTJk=; b=dEGDClVwW0DdLpe9eqhmjuGlb1ivGjyF50Z538TPJkB2Bg/93KoP7YBu0Ss1R0kH4ikj43 I+ruAb7KLROoW7CQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619470040; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=F9aioRPR9q7Pj9FkzZa1/z7gVJ3lBi3SPEWD/1LWTJk=; b=Z/8fajyWe+NGKHKKIo3cFOumWplq+sXOOrrmLrfwwDySkkipDe6CvSkREGpE0vy+dNFmOE BriIQxOUU4GnVqgbFv2KswcY961R3pcpNceTB0Lu+AaBDIM1ysngAnbyD+FAX8yjsuWOTY py0X+lgiWGbDGtz5PEYgh2VXkwvwj+/WwzEnc7DyDMFCWjQNNocEidi3tsXfPvNdEqX9vi l4GhiLOzBpU4dlmRk2aMb5mwhAZ4zol7YVhxKPndh98ybvagIBpWwDdWGsqNmPXra3OnZ2 KoF/J3muYNj88pRM0WJzHW2oSs8MI5MezAq+LjvI4pcGpYBuVjyNJkodgCJfVg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] libaio: Update to 0.3.112 Date: Mon, 26 Apr 2021 22:47:16 +0200 Message-Id: <20210426204716.2330779-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 0.3.111 to 0.3.112 - Update of rootfile not required - Changelog The ChangeLog file in the source tarball has the last entry for version 0.3.107 The AIO website has no change history The following commits were found on the Fedora git repository for libaio Makefile: add missing DESTDIR variable use Thomas Petazzoni • 2 years ago src/Makefile: add ENABLE_SHARED boolean to allow static-only build Thomas Petazzoni • 2 years ago Add README.md Jeff Moyer • 2 years ago Merge #7 `Link against libgcc to avoid unresolved symbols` Jeffrey E. Moyer • 2 years ago harness: fix POLLIN test case Jeff Moyer • 2 years ago Merge branch 'aio-poll' Jeff Moyer • 2 years ago Link against libgcc to avoid unresolved symbols Guillem Jover • 2 years ago Signed-off-by: Adolf Belka --- lfs/libaio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/libaio b/lfs/libaio index f71c58909..1fb4c0b1d 100644 --- a/lfs/libaio +++ b/lfs/libaio @@ -24,7 +24,7 @@ include Config -VER = 0.3.111 +VER = 0.3.112 THISAPP = libaio-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = abb8f46d64b9bd3d0c6097e3a36639be +$(DL_FILE)_MD5 = 1ba264947d05bd8e0f9dc9a9ed80cf3e install : $(TARGET)