]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libaio: Update to 0.3.112
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 26 Apr 2021 20:47:16 +0000 (22:47 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 27 Apr 2021 08:02:00 +0000 (08:02 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/libaio

index f71c58909b5a5e2cd5854396ab2ed247f7f95714..1fb4c0b1ddd345b6667554bffca1d5e0a2998726 100644 (file)
@@ -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)