mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/sqlninja: Fixed dep information.
This commit is contained in:
parent
bd85099310
commit
e485c26255
2 changed files with 1 additions and 4 deletions
|
@ -14,6 +14,3 @@ discontinued since it was released for an old version of sqlninja only. The
|
||||||
patch added two new timers ($client_delay (30 secs) and $server_delay (5
|
patch added two new timers ($client_delay (30 secs) and $server_delay (5
|
||||||
secs)) to use within sqlninja. Since it could be still somehow handy it has
|
secs)) to use within sqlninja. Since it could be still somehow handy it has
|
||||||
been included in the package documentation directory.
|
been included in the package documentation directory.
|
||||||
|
|
||||||
This requires perl-Net-DNS, perl-Net-Pcap, perl-IO-Socket-SSL, Net-SSLeay,
|
|
||||||
perl-NetPacket, and perl-Net-RawIP.
|
|
||||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/sqlninja/sqlninja-0.2.5.tgz"
|
||||||
MD5SUM="95acfd9c5bc2305f239596c613d4ffc7"
|
MD5SUM="95acfd9c5bc2305f239596c613d4ffc7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="Net-SSLeay perl-IO-Socket-SSL perl-Net-Pcap perl-Net-RawIP perl-NetPacket perl-net-dns"
|
REQUIRES="perl-IO-Socket-SSL perl-Net-Pcap perl-Net-RawIP perl-NetPacket perl-net-dns"
|
||||||
MAINTAINER="Marco Bonetti"
|
MAINTAINER="Marco Bonetti"
|
||||||
EMAIL="sid77@slackware.it"
|
EMAIL="sid77@slackware.it"
|
||||||
|
|
Loading…
Reference in a new issue