diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2002-02-03 01:50:59 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2002-02-03 01:50:59 +0800 |
commit | 6632b180cd285c4494337deef0419f2ed9d50077 (patch) | |
tree | 1733aa61cc505a7b1078db0585a792145407124d /net | |
parent | 7d60110ffa092034a1d00dd86bdcf262974ff421 (diff) | |
download | freebsd-ports-gnome-6632b180cd285c4494337deef0419f2ed9d50077.tar.gz freebsd-ports-gnome-6632b180cd285c4494337deef0419f2ed9d50077.tar.zst freebsd-ports-gnome-6632b180cd285c4494337deef0419f2ed9d50077.zip |
- Support for IPv6
- Take maintainership
PR: ports/29030
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: obrien
Diffstat (limited to 'net')
-rw-r--r-- | net/netcat/Makefile | 9 | ||||
-rw-r--r-- | net/netcat/distinfo | 1 | ||||
-rw-r--r-- | net/netcat/files/patch-ab | 2 | ||||
-rw-r--r-- | net/netcat/pkg-descr | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index e499cdd63989..8e35108f123b 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -8,14 +8,19 @@ PORTNAME= netcat PORTVERSION= 1.10 -CATEGORIES= net +PORTREVISION= 1 +CATEGORIES= net ipv6 MASTER_SITES= ftp://coast.cs.purdue.edu/pub/tools/unix/netutils/netcat/ \ ftp://ftp.cuhk.edu.hk/pub/packages/security/purdue/netutils/netcat/ \ http://www.planetmirror.com/pub/lprng/TOOLS/ DISTNAME= nc110 EXTRACT_SUFX= .tgz -MAINTAINER= obrien@FreeBSD.org +PATCH_SITES= ftp://sith.mimuw.edu.pl/pub/users/baggins/IPv6/ +PATCHFILES= nc-v6-20000918.patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= sumikawa@FreeBSD.org NO_WRKSUBDIR= yes ALL_TARGET= freebsd diff --git a/net/netcat/distinfo b/net/netcat/distinfo index 222f400b089f..d0f5c57acdb5 100644 --- a/net/netcat/distinfo +++ b/net/netcat/distinfo @@ -1 +1,2 @@ MD5 (nc110.tgz) = 402632f2fe01c169ff19a0ad6e9d608c +MD5 (nc-v6-20000918.patch.gz) = 84d850745dd860aedce64b518e0e3330 diff --git a/net/netcat/files/patch-ab b/net/netcat/files/patch-ab index 36b9f832b4b6..da96b424bb32 100644 --- a/net/netcat/files/patch-ab +++ b/net/netcat/files/patch-ab @@ -29,7 +29,7 @@ # virtually the same as netbsd/bsd44lite/whatever freebsd: - make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD' STATIC=-static -+ make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD -DGAPING_SECURITY_HOLE -DTELNET' STATIC=-static ++ make -e $(ALL) $(MFLAGS) XFLAGS='-DFREEBSD -DGAPING_SECURITY_HOLE -DTELNET -DINET6' STATIC=-static bsdi: make -e $(ALL) $(MFLAGS) XFLAGS='-DBSDI' STATIC=-Bstatic diff --git a/net/netcat/pkg-descr b/net/netcat/pkg-descr index e4d6375ef43d..800e9783b513 100644 --- a/net/netcat/pkg-descr +++ b/net/netcat/pkg-descr @@ -8,7 +8,8 @@ capabilities. Some of netcat's major features are: - Outbound or inbound connections, TCP or UDP, to or from any ports + Outbound or inbound connections, IPv4 or IPv6, TCP or UDP, + to or from any ports Full DNS forward/reverse checking, with appropriate warnings Ability to use any local source port Ability to use any locally-configured network source address |