mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 13:20:57 +02:00
metasploit: stolen minor fixes from gentoo
This commit is contained in:
parent
435ad10b79
commit
f98ae18ebc
2 changed files with 12 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
AUX msfrpcd3.confd 440 RMD160 67e569204d77592e8b0e19d34d87c0c75a722687 SHA1 ff1eea41295270d0b5117ee233b5f5fe44a84834 SHA256 f1148f3f4fe24b2689d6a8f3d8510031f493100a5b48823c0a5bc2085a6439b4
|
||||
AUX msfrpcd3.initd 561 RMD160 e9811489784131c4c1e68279d43b4f2ba4c093b1 SHA1 38240c3bba090011c25fffe90d9c898e540ba463 SHA256 89a897977b53a471334caa47eeadcb5595fa783bfafd99c7ae1d5c8f9e7041bc
|
||||
EBUILD metasploit-9999.ebuild 3837 RMD160 0a435942bf7a8c0d0a61bd4a51273111d3ab01f2 SHA1 22cc79cf458834966a09d1ea552af98e6b69bb3b SHA256 be1c831ad12d25f0a0dc6df3334c2a0274ac4e11a7235faa625d131841400e1b
|
||||
EBUILD metasploit-9999.ebuild 4170 RMD160 3ef8366a94ecb0d3b6a4fe2e0b00b4c0d726a4a5 SHA1 73e3e139c0067da660a643a91b3920a1fa3dfbb5 SHA256 6a6d521c50320d281fcd813c695a932794725f2e90ef867c1a7422b1ad608654
|
||||
|
|
|
|||
|
|
@ -42,6 +42,17 @@ RDEPEND="dev-lang/ruby
|
|||
# dev-ruby/ruby-postgres
|
||||
DEPEND=""
|
||||
|
||||
QA_PRESTRIPPED="
|
||||
usr/lib/${PN}${SLOT}/data/msflinker_linux_x86.bin
|
||||
usr/lib/${PN}${SLOT}/data/templates/template_armle_linux.bin
|
||||
usr/lib/${PN}${SLOT}/data/templates/template_x86_linux.bin"
|
||||
|
||||
QA_EXECSTACK="
|
||||
usr/lib/${PN}${SLOT}/data/msflinker_linux_x86.bin"
|
||||
|
||||
QA_WX_LOAD="
|
||||
usr/lib/${PN}${SLOT}/data/templates/template_*_linux.bin"
|
||||
|
||||
S=${WORKDIR}/${MY_P}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue