summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2005-04-20 14:09:46 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2005-04-20 14:09:46 +0000
commit874317d0ee36867ef3e7d69b69a04a7571820913 (patch)
tree12f33a83840bba0f8eac18b4c5bc37d65e7735c5 /games-action/fakk2
parentAdded warning about bug #82149. (diff)
downloadgentoo-2-874317d0ee36867ef3e7d69b69a04a7571820913.tar.gz
gentoo-2-874317d0ee36867ef3e7d69b69a04a7571820913.tar.bz2
gentoo-2-874317d0ee36867ef3e7d69b69a04a7571820913.zip
Added warning about bug #82149.
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-action/fakk2')
-rw-r--r--games-action/fakk2/ChangeLog5
-rw-r--r--games-action/fakk2/fakk2-1.02.ebuild10
2 files changed, 11 insertions, 4 deletions
diff --git a/games-action/fakk2/ChangeLog b/games-action/fakk2/ChangeLog
index b00836413b1e..73b267cc61ec 100644
--- a/games-action/fakk2/ChangeLog
+++ b/games-action/fakk2/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/fakk2
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.6 2005/03/07 14:07:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/ChangeLog,v 1.7 2005/04/20 14:09:46 wolf31o2 Exp $
+
+ 20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild:
+ Added warning about bug #82149.
07 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> fakk2-1.02.ebuild:
Changed hardcoded /opt/fakk2 to dir variable and closing bug #84363.
diff --git a/games-action/fakk2/fakk2-1.02.ebuild b/games-action/fakk2/fakk2-1.02.ebuild
index d89a7997b1e6..c7bbd16ff310 100644
--- a/games-action/fakk2/fakk2-1.02.ebuild
+++ b/games-action/fakk2/fakk2-1.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.6 2005/03/07 14:07:51 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/fakk2/fakk2-1.02.ebuild,v 1.7 2005/04/20 14:09:46 wolf31o2 Exp $
inherit games
@@ -63,8 +63,12 @@ src_install() {
}
pkg_postinst() {
+ games_pkg_postinst
+ echo
+ ewarn "There are two possible security bugs in this package, both causing a denial of"
+ ewarn "service. One affects the game when running a server, the other when running as"
+ ewarn "a client. For more information, see bug #82149."
+ echo
einfo "To play the game run:"
einfo " fakk2"
-
- games_pkg_postinst
}