- 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 adolf.belka@ipfire.org --- 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)