mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 00:16:22 +01:00
sqlbf: old, unused, remove
This commit is contained in:
parent
2d2e4ff829
commit
50c7c4ac84
4 changed files with 4 additions and 52 deletions
|
|
@ -1 +0,0 @@
|
|||
DIST sqlbf-all-src-1.0.1.zip 74411 SHA256 70225e564e5dad311fc27b7eb5302b9441f8adc52da4eaf2c2d49d79708fe23d SHA512 bb72f67eb6348d06232da0f1438b4bf4ab59caeb0a0a0741cdb447db2aa0b438c885ad843dad83e86885f2d1aab25afd1caceeb5bb4cc44594970180fe84db97 WHIRLPOOL a693fc4a4e8ced46b3639adea1e0da7c5a09714e1066fd1445c58164a3719eb741461958e8fc4fe9427aaa42fd46d56b4aa563d3101ed8065051c067a6f5c0c9
|
||||
|
|
@ -1,14 +0,0 @@
|
|||
diff -urN sqlbf.orig/Makefile sqlbf/Makefile
|
||||
--- sqlbf.orig/Makefile 2002-07-12 23:52:38.000000000 +0800
|
||||
+++ sqlbf/Makefile 2014-05-26 11:59:52.583091399 +0800
|
||||
@@ -2,8 +2,8 @@
|
||||
CC = gcc -O6
|
||||
|
||||
SQLBF_OBJS = bf.o crypto.o sqlbf.o
|
||||
-CFLAGS = -Iinclude
|
||||
-LDFLAGS = -lssl -lm -lpthread
|
||||
+CFLAGS += -Iinclude
|
||||
+LDFLAGS += -lssl -lm -lpthread -lcrypto
|
||||
|
||||
all: SQLBF
|
||||
|
||||
|
|
@ -1,32 +0,0 @@
|
|||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /root/portage/net-analyzer/sqlbf/sqlbf-1.0.1.ebuild,v 1.1.1.1 2006/02/27 20:03:41 grimmlin Exp $
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils
|
||||
|
||||
DESCRIPTION="SQLBF is a tool to audit mssql passwords strength offline"
|
||||
HOMEPAGE="http://www.cqure.net/wp/sqlpat/"
|
||||
SRC_URI="http://www.cqure.net/tools/${PN}-all-src-${PV}.zip"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="app-arch/unzip
|
||||
dev-libs/openssl"
|
||||
|
||||
S=${WORKDIR}/${PN}
|
||||
|
||||
src_prepare() {
|
||||
epatch "${FILESDIR}/${P}"-make.patch
|
||||
}
|
||||
|
||||
src_install () {
|
||||
dobin bin/sqlbf
|
||||
dodoc README.wri
|
||||
docinto sample
|
||||
dodoc default.cm hashes.txt small.dic
|
||||
}
|
||||
|
|
@ -1,10 +1,8 @@
|
|||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="A perl script to enumerate SNMP table dumper"
|
||||
HOMEPAGE="http://packetstormsecurity.org"
|
||||
|
|
@ -21,7 +19,8 @@ RDEPEND="dev-perl/Net-SNMP"
|
|||
S="${WORKDIR}"
|
||||
|
||||
src_configure() {
|
||||
epatch "${FILESDIR}"/${PN}-gentoo.patch
|
||||
eapply "${FILESDIR}"/${PN}-gentoo.patch
|
||||
default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue