diff options
author | Ben Lutgens <lamer@gentoo.org> | 2001-07-12 19:43:49 +0000 |
---|---|---|
committer | Ben Lutgens <lamer@gentoo.org> | 2001-07-12 19:43:49 +0000 |
commit | ecdb58b09896ef22fd4ffe45b6a2a51a9b60c837 (patch) | |
tree | 903bbed15c508f003253726c818d51f22cfa5bed /net-misc/x11-ssh-askpass | |
parent | fixed doc installs. (diff) | |
download | gentoo-2-ecdb58b09896ef22fd4ffe45b6a2a51a9b60c837.tar.gz gentoo-2-ecdb58b09896ef22fd4ffe45b6a2a51a9b60c837.tar.bz2 gentoo-2-ecdb58b09896ef22fd4ffe45b6a2a51a9b60c837.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.ebuild | 4 |
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 } |