unix-privesc-check: minor qa fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-02-01 09:50:01 -05:00
parent 48ebd20df3
commit 27bd7f00dc
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
4 changed files with 13 additions and 7 deletions

View file

@ -0,0 +1 @@
DIST unix-privesc-check-20210207.tar.gz 38259 BLAKE2B 160e32c17e040ec5ad74b79dc80b691f1185757824baf44fd07e92b7e23320cdd8370e4e6bd3ffb1761108ab660ad0b454eeb83dced6a69ef8c50bab633496ae SHA512 22db83cd7cd6fd13c031daea5a0b5771cce99abfac17d2462a997d19af74480b2ead9f20dbd6d2b672e61a1a8801134e021d1fa91a6b8cefa41ba06e1608a10e

View file

@ -5,4 +5,7 @@
<email>unknown@pentoo.ch</email>
<name>Author Unknown</name>
</maintainer>
<upstream>
<remote-id type="github">pentestmonkey/unix-privesc-check</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,20 +1,22 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit git-r3
EAPI=8
DESCRIPTION="Shell script to check for simple privilege escalation vectors"
HOMEPAGE="https://github.com/pentestmonkey/unix-privesc-check"
EGIT_REPO_URI="https://github.com/pentestmonkey/unix-privesc-check"
if [[ ${PV} != *9999 ]]; then
EGIT_COMMIT="de8223a7b2ff3ed8fa6344cf4a358ec624e42270"
inherit vcs-snapshot
EGIT_COMMIT="c7d27e8a2d2d54540778c6d7c1c5bcc290dbba1a"
SRC_URI="https://github.com/pentestmonkey/unix-privesc-check/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
else
EGIT_REPO_URI="https://github.com/pentestmonkey/unix-privesc-check"
inherit git-r3
fi
LICENSE="Unlicense"
LICENSE="GPL-2+"
SLOT="0"
src_install() {