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-fps/quake3
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-fps/quake3')
-rw-r--r--games-fps/quake3/ChangeLog6
-rw-r--r--games-fps/quake3/quake3-1.31.ebuild8
-rw-r--r--games-fps/quake3/quake3-1.32b-r3.ebuild21
3 files changed, 25 insertions, 10 deletions
diff --git a/games-fps/quake3/ChangeLog b/games-fps/quake3/ChangeLog
index 0e34aae92405..2f0799d8298c 100644
--- a/games-fps/quake3/ChangeLog
+++ b/games-fps/quake3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-fps/quake3
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.17 2005/01/23 19:50:19 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/ChangeLog,v 1.18 2005/04/20 14:07:14 wolf31o2 Exp $
+
+ 20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.31.ebuild,
+ quake3-1.32b-r3.ebuild:
+ Added warning about bug #82149.
23 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> quake3-1.31.ebuild:
Removing whitespace.
diff --git a/games-fps/quake3/quake3-1.31.ebuild b/games-fps/quake3/quake3-1.31.ebuild
index 09fc5a2e730e..534d829478c2 100644
--- a/games-fps/quake3/quake3-1.31.ebuild
+++ b/games-fps/quake3/quake3-1.31.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-fps/quake3/quake3-1.31.ebuild,v 1.16 2005/01/23 19:50:19 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.31.ebuild,v 1.17 2005/04/20 14:07:14 wolf31o2 Exp $
inherit games
@@ -66,7 +66,11 @@ 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 "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."
einfo "Or if you have got a Window installation of Q3 make a symlink to save space."
echo
diff --git a/games-fps/quake3/quake3-1.32b-r3.ebuild b/games-fps/quake3/quake3-1.32b-r3.ebuild
index 68f1b940cd9b..68e9deff36d8 100644
--- a/games-fps/quake3/quake3-1.32b-r3.ebuild
+++ b/games-fps/quake3/quake3-1.32b-r3.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-fps/quake3/quake3-1.32b-r3.ebuild,v 1.17 2005/01/23 19:49:33 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3/quake3-1.32b-r3.ebuild,v 1.18 2005/04/20 14:07:14 wolf31o2 Exp $
inherit games
@@ -68,14 +68,21 @@ src_install() {
pkg_postinst() {
games_pkg_postinst
-
- einfo "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."
- einfo "Or if you have got a Window installation of Q3 make a symlink to save space."
echo
- einfo "To start a dedicated server, run"
- einfo "\t/etc/init.d/q3ded start"
+ 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 "The dedicated server is started under the ${GAMES_USER_DED} user account."
+ einfo "You need to copy pak0.pk3 from your Quake3 CD into ${dir}/baseq3."
+ einfo "Or if you have got a Window installation of Q3 make a symlink to save space."
+ if use dedicated
+ then
+ echo
+ einfo "To start a dedicated server, run"
+ einfo " /etc/init.d/q3ded start"
+ echo
+ einfo "The dedicated server is started under the ${GAMES_USER_DED} user account."
+ fi
# IA32 Emulation required for amd64
if use amd64 ; then