diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 07:13:20 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-20 07:13:20 +0000 |
commit | 0465fb66070de7b1674224ad80d6ce10d66ee8f3 (patch) | |
tree | f571af37d8d8a404072dba3ba69a56f681fb2fa2 /security | |
parent | c01499cf502581fa79e252ec598218d075087527 (diff) | |
download | ports-0465fb66070de7b1674224ad80d6ce10d66ee8f3.tar.gz ports-0465fb66070de7b1674224ad80d6ce10d66ee8f3.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/fakeident/Makefile | 32 | ||||
-rw-r--r-- | security/fakeident/distinfo | 1 | ||||
-rw-r--r-- | security/fakeident/pkg-comment | 1 | ||||
-rw-r--r-- | security/fakeident/pkg-descr | 8 | ||||
-rw-r--r-- | security/fakeident/pkg-plist | 2 |
6 files changed, 45 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 257cd7b63e49..97550171faee 100644 --- a/security/Makefile +++ b/security/Makefile @@ -51,6 +51,7 @@ SUBDIR += drwebd SUBDIR += dsniff SUBDIR += fakebo + SUBDIR += fakeident SUBDIR += find-zlib SUBDIR += find_ddos SUBDIR += firewalk diff --git a/security/fakeident/Makefile b/security/fakeident/Makefile new file mode 100644 index 000000000000..24b280844da1 --- /dev/null +++ b/security/fakeident/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: security/fakeident +# Date created: Sun 08 Dec 12:30:00 WST 2002 +# Whom: Dean Hollister <dean@odyssey.apana.org.au> +# +# $FreeBSD$ +# + +PORTNAME= fakeident +PORTVERSION= 1.7 +CATEGORIES= security +MASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \ + ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ + +MAINTAINER= dean@odyssey.apana.org.au + +do-build: + @cd $(WRKSRC); \ + $(CC) $(CFLAGS) -o identd identd.c + @echo "" + @echo "*** CAUTION:" + @echo "" + @echo "This port may overwrite any other identd daemon" + @echo "you have installed. It is recommended that any" + @echo "other identd ports be deinstalled prior to" + @echo "running make install for this port." + @echo "" + +do-install: + $(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/identd $(PREFIX)/sbin + $(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/fakeident.sh $(PREFIX)/etc/rc.d + +.include <bsd.port.mk> diff --git a/security/fakeident/distinfo b/security/fakeident/distinfo new file mode 100644 index 000000000000..83b6da1afd70 --- /dev/null +++ b/security/fakeident/distinfo @@ -0,0 +1 @@ +MD5 (fakeident-1.7.tar.gz) = 3209e0e3ef271a82f1915f6ebec5fcdd diff --git a/security/fakeident/pkg-comment b/security/fakeident/pkg-comment new file mode 100644 index 000000000000..0262c2d335ec --- /dev/null +++ b/security/fakeident/pkg-comment @@ -0,0 +1 @@ +Tool that replies with a standard answer to incoming identd requests diff --git a/security/fakeident/pkg-descr b/security/fakeident/pkg-descr new file mode 100644 index 000000000000..fa027544ec00 --- /dev/null +++ b/security/fakeident/pkg-descr @@ -0,0 +1,8 @@ +Fake Identd is a tool that replies with a standard answer to all incoming +identd requests on a host, making it nearly perfect for a masquerading +router. + +WWW: http://hangout.de/fakeidentd/index.html + +- Dean +dean@odyssey.apana.org.au diff --git a/security/fakeident/pkg-plist b/security/fakeident/pkg-plist new file mode 100644 index 000000000000..88fc475a569b --- /dev/null +++ b/security/fakeident/pkg-plist @@ -0,0 +1,2 @@ +etc/rc.d/fakeident.sh +sbin/identd |