summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lutgens <blutgens@gentoo.org>2001-07-12 19:43:49 +0000
committerBen Lutgens <blutgens@gentoo.org>2001-07-12 19:43:49 +0000
commit1a00eb7a4ed9a30126a96eefbcdd5103d4f43881 (patch)
tree07cc97618af70259d3a243d1a4688d2264f77618 /net-misc/x11-ssh-askpass
parentfixed doc installs. (diff)
downloadhistorical-1a00eb7a4ed9a30126a96eefbcdd5103d4f43881.tar.gz
historical-1a00eb7a4ed9a30126a96eefbcdd5103d4f43881.tar.bz2
historical-1a00eb7a4ed9a30126a96eefbcdd5103d4f43881.zip
Some security fixes and some touch ups. tar and unzip are both prone to
undesirable directory traversal (nothing like leaving .. unlinked *shudder*) I package.masked unzip-5.42 since thier server is busted and I can't test it yet. http://www.security.nnov.ru/advisories <-- is the advisories. rar is also suceptible. Remeber you should run archivers under a privleged UID.
Diffstat (limited to 'net-misc/x11-ssh-askpass')
-rw-r--r--net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
index e44bc4627e84..b4b1c826e51a 100644
--- a/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
+++ b/net-misc/x11-ssh-askpass/x11-ssh-askpass-1.2.2.ebuild
@@ -15,8 +15,8 @@ RDEPEND=">=net-misc/openssh-2.3.0 virtual/x11"
src_compile() {
try ./configure --prefix=/usr --libexecdir=/usr/lib/misc
try xmkmf
- try make includes
- try make
+ try make $MAKEOPTS includes
+ try make
}