mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-20 07:05:38 +01:00
linenum: bump to 20191028. Add *9999 live ebuild and fix metadata.missing
This commit is contained in:
parent
557c649d36
commit
97a913239c
6 changed files with 34 additions and 27 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST linenum-20190406.tar.gz 13993 BLAKE2B 9b0a3090bf905fb90533e4c6b4b52fe5a672699de52e724ca969c1a227840a292708cf64ebf751fc788f68beaab813698c890bc407ef7a5ac4f40c0b027764d8 SHA512 4fba778b731cbfecb60bae32bfaab1a6cd27217d0ea012330ad2f52b3522d05c8597d3123efbfa695ab9c9d49f37e213600edb40bf9308f8469ed55bdcf64f67
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="Local Linux enumeration and privilege escalation checker."
|
||||
HOMEPAGE="https://github.com/rebootuser/LinEnum"
|
||||
COMMIT="7981dca83a1bec7eb9e0559c87b2100271a7a40c"
|
||||
MY_P="LinEnum-${COMMIT}"
|
||||
SRC_URI="https://github.com/rebootuser/LinEnum/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=""
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/LinEnum
|
||||
doins LinEnum.sh
|
||||
}
|
||||
1
app-exploits/linenum/linenum-20191028.ebuild
Symbolic link
1
app-exploits/linenum/linenum-20191028.ebuild
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
./linenum-99999999.ebuild
|
||||
25
app-exploits/linenum/linenum-99999999.ebuild
Normal file
25
app-exploits/linenum/linenum-99999999.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit git-r3
|
||||
|
||||
DESCRIPTION="Local Linux enumeration and privilege escalation checker"
|
||||
HOMEPAGE="https://github.com/rebootuser/LinEnum"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/rebootuser/LinEnum"
|
||||
if [[ ${PV} != *9999 ]]; then
|
||||
EGIT_COMMIT="54402e94500e7d1f2c9702c3d73cfa40d8578a5b"
|
||||
KEYWORDS="amd64 x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
src_install() {
|
||||
insinto /usr/share/LinEnum
|
||||
doins LinEnum.sh
|
||||
|
||||
dodoc *.md
|
||||
}
|
||||
8
app-exploits/linenum/metadata.xml
Normal file
8
app-exploits/linenum/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
|
|
@ -11,7 +11,6 @@ app-exploits/webshells
|
|||
~app-exploits/unix-privesc-check-20170904
|
||||
~app-exploits/linuxprivchecker-20160302
|
||||
~app-exploits/linux-exploit-suggester-20140519
|
||||
~app-exploits/linenum-20190124
|
||||
|
||||
app-exploits/deathstar
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue