diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-03-26 20:04:59 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-03-26 20:04:59 +0000 |
commit | bf7fb78370d2021a15702bda4a851c3e6397f409 (patch) | |
tree | b3671e65f32a0cd9352bfb74f939b2ca5e28954f /app-benchmarks/tiobench | |
parent | Added ~sparc keyword due to it being dropped in improper version bumping. (diff) | |
download | gentoo-2-bf7fb78370d2021a15702bda4a851c3e6397f409.tar.gz gentoo-2-bf7fb78370d2021a15702bda4a851c3e6397f409.tar.bz2 gentoo-2-bf7fb78370d2021a15702bda4a851c3e6397f409.zip |
Fixed patch to not cause sandbox violations, bug #86791.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-benchmarks/tiobench')
-rw-r--r-- | app-benchmarks/tiobench/ChangeLog | 6 | ||||
-rw-r--r-- | app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-benchmarks/tiobench/ChangeLog b/app-benchmarks/tiobench/ChangeLog index a0066777f513..3a033cb37d87 100644 --- a/app-benchmarks/tiobench/ChangeLog +++ b/app-benchmarks/tiobench/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-benchmarks/tiobench # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.11 2005/03/22 12:51:46 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-benchmarks/tiobench/ChangeLog,v 1.12 2005/03/26 20:04:59 swegener Exp $ + + 26 Mar 2005; Sven Wegener <swegener@gentoo.org> + files/0.3.3-column-description-fix.patch: + Fixed patch to not cause sandbox violations, bug #86791. *tiobench-0.3.3-r2 (22 Mar 2005) diff --git a/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch b/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch index 52b6cf8f7358..b3ebb90b33e1 100644 --- a/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch +++ b/app-benchmarks/tiobench/files/0.3.3-column-description-fix.patch @@ -1,5 +1,5 @@ ---- /usr/sbin/tiobench.pl 2005-02-23 00:21:33.000000000 +0100 -+++ /home/evil/trash/tiobench_debian 2005-03-15 18:11:19.000000000 +0100 +--- tiobench.pl 2005-02-23 00:21:33.000000000 +0100 ++++ tiobench.pl 2005-03-15 18:11:19.000000000 +0100 @@ -168,6 +168,8 @@ $stat_data{$identifier}{$thread}{$size}{$block}{$field}{'stime'} ) / $stat_data{$identifier}{$thread}{$size}{$block}{$field}{'time'}; |