Update to 1.4beta3 (requested by author).
This commit is contained in:
parent
b0e260d78c
commit
2f3bc1a2a5
@ -1,26 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2003/05/12 08:23:47 jolan Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2003/09/26 06:01:13 jolan Exp $
|
||||
|
||||
COMMENT= "Command line arbitrary packet builder"
|
||||
COMMENT= "command line arbitrary packet builder"
|
||||
|
||||
DISTNAME= nemesis-1.32
|
||||
DISTNAME= nemesis-1.4beta3
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= http://jeff.wwti.com/nemesis/ \
|
||||
http://www.packetfactory.net/projects/nemesis/
|
||||
MASTER_SITES= http://www.packetfactory.net/projects/nemesis/
|
||||
|
||||
HOMEPAGE= http://cerberus.sourcefire.com/~jeff/nemesis/
|
||||
|
||||
LIB_DEPENDS= net::net/libnet
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
NO_REGRESS= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (nemesis-1.32.tar.gz) = 19e3e8eb6ff86c35580adf630e6df398
|
||||
RMD160 (nemesis-1.32.tar.gz) = 6f513b615635aa4bc86809ff5703f160a33d4d02
|
||||
SHA1 (nemesis-1.32.tar.gz) = 48ca109bf7a7bff01a00b56c00158120cb49d87a
|
||||
MD5 (nemesis-1.4beta3.tar.gz) = 6409bddf2d54cc9400028f491d342aea
|
||||
RMD160 (nemesis-1.4beta3.tar.gz) = 8350e0f968b7050dad388041630e66f0e6925400
|
||||
SHA1 (nemesis-1.4beta3.tar.gz) = e3ad4cc9af4a26b5b21b12e64c74cd60621b2db0
|
||||
|
11
net/nemesis/patches/patch-configure
Normal file
11
net/nemesis/patches/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2003/09/26 06:01:13 jolan Exp $
|
||||
--- configure.orig 2003-05-28 21:44:55.000000000 -0500
|
||||
+++ configure 2003-09-26 00:41:54.000000000 -0500
|
||||
@@ -2702,7 +2702,6 @@ echo "$as_me: WARNING: Nemesis may not w
|
||||
esac
|
||||
|
||||
CPPFLAGS="${CPPFLAGS} `libnet-config --defines`"
|
||||
-CFLAGS="${CFLAGS} -funroll-loops -fomit-frame-pointer -pipe"
|
||||
|
||||
if test `libnet-config --cflags | wc -c` = "1"; then
|
||||
CPPFLAGS="${CPPFLAGS} -I/usr/local/include -I/sw/include"
|
14
net/nemesis/patches/patch-src_Makefile_in
Normal file
14
net/nemesis/patches/patch-src_Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1 2003/09/26 06:01:13 jolan Exp $
|
||||
--- src/Makefile.in.orig 2003-05-28 21:44:52.000000000 -0500
|
||||
+++ src/Makefile.in 2003-09-26 00:46:40.000000000 -0500
|
||||
@@ -131,8 +131,8 @@ install-binPROGRAMS: $(bin_PROGRAMS)
|
||||
$(mkinstalldirs) $(DESTDIR)$(bindir)
|
||||
@list='$(bin_PROGRAMS)'; for p in $$list; do \
|
||||
if test -f $$p; then \
|
||||
- echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||
- $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
+ echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
|
||||
+ $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
|
||||
else :; fi; \
|
||||
done
|
||||
|
@ -1,7 +1,4 @@
|
||||
Nemesis is a command line, portable "human IP stack". It can be
|
||||
useful for easy injection of packet streams from simple shell
|
||||
scripts. It supports 8 protocols (ARP/RARP, DNS, ICMP, IGMP, OSPF,
|
||||
RIP, TCP, UDP), and packets can be injected on either Layer 2 or
|
||||
Layer 3.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
Nemesis is a command line, portable "human IP stack". It can be useful
|
||||
for easy injection of packet streams from simple shell scripts. It
|
||||
supports 8 protocols (ARP/RARP, DNS, ICMP, IGMP, OSPF, RIP, TCP, UDP),
|
||||
and packets can be injected on either Layer 2 or Layer 3.
|
||||
|
@ -1,17 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2000/06/25 00:50:39 brad Exp $
|
||||
sbin/nemesis-arp
|
||||
sbin/nemesis-dns
|
||||
sbin/nemesis-icmp
|
||||
sbin/nemesis-igmp
|
||||
sbin/nemesis-ospf
|
||||
sbin/nemesis-rip
|
||||
sbin/nemesis-tcp
|
||||
sbin/nemesis-udp
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/09/26 06:01:13 jolan Exp $
|
||||
man/man1/nemesis-arp.1
|
||||
man/man1/nemesis-dns.1
|
||||
man/man1/nemesis-ethernet.1
|
||||
man/man1/nemesis-icmp.1
|
||||
man/man1/nemesis-igmp.1
|
||||
man/man1/nemesis-ip.1
|
||||
man/man1/nemesis-ospf.1
|
||||
man/man1/nemesis-rip.1
|
||||
man/man1/nemesis-tcp.1
|
||||
man/man1/nemesis-udp.1
|
||||
man/man1/nemesis.1
|
||||
sbin/nemesis
|
||||
|
Loading…
Reference in New Issue
Block a user