diff options
author | brucec <brucec@FreeBSD.org> | 2012-03-23 19:28:26 +0800 |
---|---|---|
committer | brucec <brucec@FreeBSD.org> | 2012-03-23 19:28:26 +0800 |
commit | 0cca85323ee824535bc6f8bdacc04b7713222945 (patch) | |
tree | 281db0ce1ed2cb71589e8bf4b04c110c0ba11215 /sysutils | |
parent | daef1b25d550e6f0c41bb37aa98fbbfc9d86105a (diff) | |
download | freebsd-ports-gnome-0cca85323ee824535bc6f8bdacc04b7713222945.tar.gz freebsd-ports-gnome-0cca85323ee824535bc6f8bdacc04b7713222945.tar.zst freebsd-ports-gnome-0cca85323ee824535bc6f8bdacc04b7713222945.zip |
Update to version 2.0.6.
o Add buffer_compress_percentage
o server: fixup bug in sending jobs_eta command
o Avoid segfault if verify header appears longer than io_u
o Fix bug that causes early termination of fio with verify_backlog
o Add buffer_compress_chunk option
o Fix failure to verify in mixed read/write workload with backlog
o New offset_increment option
o Fix problem with iodepth_batch_complete=0 and accounting
o time_based: Avoid restarting main I/O loop
o Enable read/write sequential offset to be a non-multiple of the block size
o Added 99.95 and 99.99 default percentiles.
o Fix terse output with description set
Feature safe: yes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fio/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fio/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index dcb790cc5bbd..a7f1b2e26113 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,7 +8,7 @@ # PORTNAME= fio -PORTVERSION= 2.0.5 +PORTVERSION= 2.0.6 CATEGORIES= sysutils benchmarks MASTER_SITES= http://brick.kernel.dk/snaps/ diff --git a/sysutils/fio/distinfo b/sysutils/fio/distinfo index 523c0734ec5b..5d775b982efb 100644 --- a/sysutils/fio/distinfo +++ b/sysutils/fio/distinfo @@ -1,2 +1,2 @@ -SHA256 (fio-2.0.5.tar.bz2) = 0c6d7a01e06fa7e56a375c8e32c33e8795bc50cb53aea2ee6faafe19ed57c5b0 -SIZE (fio-2.0.5.tar.bz2) = 213060 +SHA256 (fio-2.0.6.tar.bz2) = 37c964776fc9c6695714fcd318a0154da5e3ae387f46436fbc7962831a1ad876 +SIZE (fio-2.0.6.tar.bz2) = 215034 |