diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-14 11:24:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-14 11:24:01 +0800 |
commit | 657b4faad7c78ab0d5189e1711d216f0aadf99df (patch) | |
tree | 20f9d9b71fe6c92c8530de2fc269576b420209bf /security/slurpie | |
parent | a02e19e85f434571c79fa340fe24540548b8b927 (diff) | |
download | freebsd-ports-gnome-657b4faad7c78ab0d5189e1711d216f0aadf99df.tar.gz freebsd-ports-gnome-657b4faad7c78ab0d5189e1711d216f0aadf99df.tar.zst freebsd-ports-gnome-657b4faad7c78ab0d5189e1711d216f0aadf99df.zip |
Slurpie is a passwd file cracker similar to CrackerJack and John the Ripper
except that it can be run in a distributed environment (multiple computers
aka nodes).
Diffstat (limited to 'security/slurpie')
-rw-r--r-- | security/slurpie/Makefile | 28 | ||||
-rw-r--r-- | security/slurpie/distinfo | 1 | ||||
-rw-r--r-- | security/slurpie/files/patch-Makefile | 12 | ||||
-rw-r--r-- | security/slurpie/files/patch-mn.h | 18 | ||||
-rw-r--r-- | security/slurpie/pkg-comment | 1 | ||||
-rw-r--r-- | security/slurpie/pkg-descr | 5 | ||||
-rw-r--r-- | security/slurpie/pkg-plist | 3 |
7 files changed, 68 insertions, 0 deletions
diff --git a/security/slurpie/Makefile b/security/slurpie/Makefile new file mode 100644 index 000000000000..2629e748c56f --- /dev/null +++ b/security/slurpie/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: slurpie +# Version required: 2.0b +# Date created: Sun Feb 12, 2000 +# Whom: David O'Brien (obrien@NUXI.com) +# +# $FreeBSD$ +# + +DISTNAME= slurpie +PKGNAME= slurpie-2.0b +CATEGORIES= security +MASTER_SITES= http://www.jps.net/coati/archives/ +EXTRACT_SUFX= .tgz + +MAINTAINER= obrien@FreeBSD.org + +NO_PACKAGE= "links against crypt() [thus is crypto in package form]" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/slurp ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/slurpie ${PREFIX}/sbin +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/share/doc/slurpie + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/slurpie/README +.endif + +.include <bsd.port.mk> diff --git a/security/slurpie/distinfo b/security/slurpie/distinfo new file mode 100644 index 000000000000..34cd2979ce51 --- /dev/null +++ b/security/slurpie/distinfo @@ -0,0 +1 @@ +MD5 (slurpie.tgz) = 4826e8f6a12a559c6aec597745db396e diff --git a/security/slurpie/files/patch-Makefile b/security/slurpie/files/patch-Makefile new file mode 100644 index 000000000000..450926dfc99c --- /dev/null +++ b/security/slurpie/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig Sat Jan 30 13:14:03 1999 ++++ Makefile Sun Feb 13 19:11:27 2000 +@@ -1,7 +1,6 @@ +-CC = gcc + all: slurpie slurp + slurpie: src/slurpie.c src/shared.c src/master.c src/shared.h src/mn.h +- $(CC) -O3 src/slurpie.c src/shared.c src/master.c -o slurpie ++ $(CC) ${CFLAGS} src/slurpie.c src/shared.c src/master.c -o slurpie + slurp: src/slurp.c src/shared.c src/node.c src/shared.h src/mn.h +- $(CC) -O3 -lcrypt src/slurp.c src/shared.c src/node.c -o slurp ++ $(CC) ${CFLAGS} -lcrypt src/slurp.c src/shared.c src/node.c -o slurp + diff --git a/security/slurpie/files/patch-mn.h b/security/slurpie/files/patch-mn.h new file mode 100644 index 000000000000..41c8a0b7f4a0 --- /dev/null +++ b/security/slurpie/files/patch-mn.h @@ -0,0 +1,18 @@ +--- src/mn.h.orig Sat Jan 30 13:09:01 1999 ++++ src/mn.h Sun Feb 13 19:13:32 2000 +@@ -2,11 +2,12 @@ + #define _MN_H_ + + ///////////////////////////////// +-#include <stdio.h> +-#include <stdarg.h> +-#include <netinet/in.h> + #include <sys/types.h> + #include <sys/time.h> ++#include <sys/socket.h> ++#include <netinet/in.h> ++#include <stdio.h> ++#include <stdarg.h> + + + ///////////////////////////////// diff --git a/security/slurpie/pkg-comment b/security/slurpie/pkg-comment new file mode 100644 index 000000000000..2924298f6212 --- /dev/null +++ b/security/slurpie/pkg-comment @@ -0,0 +1 @@ +passwd file cracker (supports distributed nodes) diff --git a/security/slurpie/pkg-descr b/security/slurpie/pkg-descr new file mode 100644 index 000000000000..7ca1998adbb3 --- /dev/null +++ b/security/slurpie/pkg-descr @@ -0,0 +1,5 @@ +Slurpie is a passwd file cracker similar to CrackerJack and John the Ripper +except that it can be run in a distributed environment (multiple computers +aka nodes). + +WWW: http://www.jps.net/coati/archives/slurpie.html diff --git a/security/slurpie/pkg-plist b/security/slurpie/pkg-plist new file mode 100644 index 000000000000..e114a77910ec --- /dev/null +++ b/security/slurpie/pkg-plist @@ -0,0 +1,3 @@ +sbin/slurp +sbin/slurpie +share/doc/slurpie/README |