diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-10-07 21:41:45 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-10-07 21:41:45 +0000 |
commit | cec1560daaeb2535ba51fc7ac0092d54a945b5ba (patch) | |
tree | 25225f4fcdaef5c169aa8a6d18681ab1bf95b03d /app-shells/pdmenu | |
parent | Added ~amd64 keyword (diff) | |
download | gentoo-2-cec1560daaeb2535ba51fc7ac0092d54a945b5ba.tar.gz gentoo-2-cec1560daaeb2535ba51fc7ac0092d54a945b5ba.tar.bz2 gentoo-2-cec1560daaeb2535ba51fc7ac0092d54a945b5ba.zip |
Added warning for bug #191295
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-shells/pdmenu')
-rw-r--r-- | app-shells/pdmenu/ChangeLog | 5 | ||||
-rw-r--r-- | app-shells/pdmenu/pdmenu-1.2.89.ebuild | 11 |
2 files changed, 14 insertions, 2 deletions
diff --git a/app-shells/pdmenu/ChangeLog b/app-shells/pdmenu/ChangeLog index e3efbadc7b96..22b344951031 100644 --- a/app-shells/pdmenu/ChangeLog +++ b/app-shells/pdmenu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-shells/pdmenu # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/ChangeLog,v 1.8 2007/06/03 08:40:44 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/ChangeLog,v 1.9 2007/10/07 21:41:45 jokey Exp $ + + 07 Oct 2007; Markus Ullmann <jokey@gentoo.org> pdmenu-1.2.89.ebuild: + Added warning for bug #191295 03 Jun 2007; Markus Ullmann <jokey@gentoo.org> metadata.xml, pdmenu-1.2.89.ebuild: diff --git a/app-shells/pdmenu/pdmenu-1.2.89.ebuild b/app-shells/pdmenu/pdmenu-1.2.89.ebuild index d4c4b6e88988..05e9fba67312 100644 --- a/app-shells/pdmenu/pdmenu-1.2.89.ebuild +++ b/app-shells/pdmenu/pdmenu-1.2.89.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/pdmenu-1.2.89.ebuild,v 1.8 2007/06/03 08:40:44 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/pdmenu/pdmenu-1.2.89.ebuild,v 1.9 2007/10/07 21:41:45 jokey Exp $ DESCRIPTION="A simple console menu program" HOMEPAGE="http://www.kitenet.net/programs/pdmenu/" @@ -43,3 +43,12 @@ src_install() { into / dobin pdmenu } + +pkg_postinst() { + ewarn "Note this part from man page: Security warning! Any exec command" + ewarn "that uses the 'edit' flag will be a security hole. The user need" + ewarn "only to enter text with a ';' in it, and they can run an" + ewarn "arbitrary command after the semicolon!" + ebeep 5 +} + |