shirleyian / pentoo

Automatically exported from code.google.com/p/pentoo
1 stars 1 forks source link

app-exploits/exploitdb wrong implamentation #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

app-exploits/exploitdb installs into /usr/share/exploits/exploitsdb/
searchsploit expects an installation of /usr/share/exploitsdb/

Using version 9999 of exploitdb on Gentoo hardened 3.14 with pentoo overlay.

Original issue reported on code.google.com by cyb3r-assassin@cyberpunk.me on 28 Jun 2014 at 1:20

GoogleCodeExporter commented 9 years ago
ozzie exploitdb # svn diff
Index: Manifest
===================================================================
--- Manifest    (revision 5744)
+++ Manifest    (working copy)
@@ -1 +1 @@
-EBUILD exploitdb-9999.ebuild 490 SHA256 
fcabff9bf397ad25108cf830cd4bb60b71d02c10e24c558d9f9207adb2e66c46 SHA512 
c26149e61ea293725526346df0c814379136c9fdb4ae1a2d50edf2320397851b76f34b2949189cd5
5a3b36dd72d3fa3ac6d0d24c6fb8b3beed647838228d5771 WHIRLPOOL 
a5df008a91c8cb0ec00dc6d4863a03fa36511b2db0cc7b7c788e66571d75b5d7eacd309a05670e9f
21f35523930818878d228f24558f48dfe7d03bdae1c011c3
+EBUILD exploitdb-9999.ebuild 483 SHA256 
33f9288cb13cc4f5abd018e61b0114be19f75ec12df4e2452b8036fdac047916 SHA512 
9d47dcb5836920ba49880d60d0fcd52a2abfcfda8684c9c79c6fa654e017d0c5e6314a651e86d367
7b106d2d2850f81d840d4801b59bad8aa8942c7155804b49 WHIRLPOOL 
08d53cd6efd567ec3a0ead0805a9431d28445f3321b7d7352a7262549c4651f3861827fd57aa0b6c
74417d03edacd9110fdd59edf2ea5faeb3d72f9110923303
Index: exploitdb-9999.ebuild
===================================================================
--- exploitdb-9999.ebuild   (revision 5744)
+++ exploitdb-9999.ebuild   (working copy)
@@ -20,7 +20,7 @@
 RDEPEND=""

 src_install() {
-   insinto /usr/share/exploits/$PN
+   insinto /usr/share/${PN}
    doins -r *
    dobin searchsploit
 }
ozzie exploitdb # svn commit -m "install exploitdb where everyone else does, 
closes bug 274"
Sending        Manifest
Sending        exploitdb-9999.ebuild
Transmitting file data ..
Committed revision 5745.

Original comment by sidhayn on 29 Jun 2014 at 2:40