mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-07 17:03:31 +01:00
* Added sqlninja 0.2.3
This commit is contained in:
parent
c1f7e82900
commit
20eace5962
3 changed files with 38 additions and 0 deletions
3
dev-db/sqlninja/Manifest
Normal file
3
dev-db/sqlninja/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
AUX sqlninja 47 RMD160 41a5952ec8c91e74d5e2f6cc50c553bf04f0716e SHA1 8ee13f4d6e64a40c7b8840794fc7aed3fe07c7e4 SHA256 67593808c0f076b9155ea0e0cd93d378642808835dd495f9f07d72502c8f6f82
|
||||||
|
DIST sqlninja-0.2.3.tgz 124338 RMD160 1149672a8e02c0a26808d203eaaf70b30b82b922 SHA1 8a6cbc99c6205f5ee9f5204e142cd1c491b3e60a SHA256 48b7d75f816a3c6179dc709399e74dcd9a38412988214346216298cd265d1f0c
|
||||||
|
EBUILD sqlninja-0.2.3.ebuild 836 RMD160 e6ec3e018a9a6e39b40bb4b385df454b420a2b37 SHA1 154f2d5fd08f8db538b18ae2a887b36e0f52753a SHA256 63da55112d6cbec1aa1ed30a9e86edd574f303b94582cd5b879a20c6a353212e
|
||||||
4
dev-db/sqlninja/files/sqlninja
Normal file
4
dev-db/sqlninja/files/sqlninja
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd /usr/lib/sqlninja/
|
||||||
|
./sqlninja $@
|
||||||
31
dev-db/sqlninja/sqlninja-0.2.3.ebuild
Normal file
31
dev-db/sqlninja/sqlninja-0.2.3.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
# Copyright 1999-2004 Gentoo Foundation
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
# $Header: /root/portage/net-analyzer/sqlinject/sqlinject-1.1.ebuild,v 1.1.1.1 2006/03/21 14:30:26 grimmlin Exp $
|
||||||
|
|
||||||
|
DESCRIPTION="A SQL Server injection & takeover tool"
|
||||||
|
HOMEPAGE="http://sqlninja.sourceforge.net/"
|
||||||
|
SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
|
||||||
|
LICENSE="GPL-2"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="x86"
|
||||||
|
IUSE=""
|
||||||
|
|
||||||
|
DEPEND="dev-lang/perl
|
||||||
|
dev-perl/NetPacket
|
||||||
|
dev-perl/Net-Pcap
|
||||||
|
dev-perl/Net-DNS
|
||||||
|
dev-perl/Net-RawIP
|
||||||
|
dev-perl/IO-Socket-SSL"
|
||||||
|
|
||||||
|
src_compile () {
|
||||||
|
einfo "Nothing to compile"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install () {
|
||||||
|
dodoc sqlninja-howto.html ChangeLog
|
||||||
|
rm sqlninja-howto.html ChangeLog README LICENSE
|
||||||
|
dodir /usr/lib/"${PN}"/
|
||||||
|
cp -R * "${D}"/usr/lib/"${PN}"/
|
||||||
|
dosbin "${FILESDIR}"/"${PN}"
|
||||||
|
dosym /usr/lib/"${PN}"/makescr.pl /usr/sbin/makescr.pl
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue