package/fio: bump to version 3.28
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 12 Sep 2021 16:48:19 +0000 (18:48 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 18 Sep 2021 20:32:29 +0000 (22:32 +0200)
This will fix the following build failure with kernel >= 5.14 thanks to
https://github.com/axboe/fio/commit/382975557e632efb506836bc1709789e615c9094:

In file included from crc/../os/os.h:39,
                 from crc/crc32c-arm64.c:2:
crc/../os/os-linux.h:17:10: fatal error: linux/raw.h: No such file or directory
   17 | #include <linux/raw.h>
      |          ^~~~~~~~~~~~~

Fixes:
 - http://autobuild.buildroot.org/results/d85c044263c76ff7ef0fe47921d893a472954da9

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/fio/fio.hash
package/fio/fio.mk

index 88319e4cc0cd163d7234509b5b9bf97ec50e8f30..891ca4e40e9352dbf9828d4769a78623f00df707 100644 (file)
@@ -1,4 +1,4 @@
 # Locally computed
-sha256  da9826f07a003656ea070d359c90f752db8c3216ced9ff865242eed1a1db93bc  fio-3.27.tar.gz
+sha256  859dca5241e5494d86c4aa1531a984cc556789c78e56b30d6070acfbdd193a8c  fio-3.28.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
 sha256  8a240c1ad13d1fe3e58588643d81d0695899be4a669fe6d8fafa76ca6a89db2c  MORAL-LICENSE
index 12e2b2ab7c244504fb2082b888f0dbf9624494e0..13818b60fd74af616ea8485b555cbc1710e3cee3 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FIO_VERSION = 3.27
+FIO_VERSION = 3.28
 FIO_SITE = http://brick.kernel.dk/snaps
 FIO_LICENSE = GPL-2.0
 FIO_LICENSE_FILES = COPYING MORAL-LICENSE