diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/tcpdump398/Makefile | 27 | ||||
-rw-r--r-- | net/tcpdump398/distinfo | 2 | ||||
-rw-r--r-- | net/tcpdump398/files/patch-Makefile | 28 | ||||
-rw-r--r-- | net/tcpdump398/pkg-descr | 6 |
6 files changed, 1 insertions, 64 deletions
@@ -9123,3 +9123,4 @@ devel/py-turbocheetah||2017-03-03|Has expired: Development of this branch ceased devel/py-tgMochiKit||2017-03-03|Has expired: Development of this branch ceased www/py-Lightbox||2017-03-03|Has expired: Development of this branch ceased devel/py-ll-core||2017-03-04|Has expired: Long unmaintained, abandoned upstream +net/tcpdump398|net/tcpdump|2017-03-05|Has expired: multiple security vulnerabilities; not updated since 2009 diff --git a/net/Makefile b/net/Makefile index a64575eeb15a..763441bd037f 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1315,7 +1315,6 @@ SUBDIR += tcpcat SUBDIR += tcpdstat SUBDIR += tcpdump - SUBDIR += tcpdump398 SUBDIR += tcpflow SUBDIR += tcpick SUBDIR += tcpillust diff --git a/net/tcpdump398/Makefile b/net/tcpdump398/Makefile deleted file mode 100644 index 3932413979b3..000000000000 --- a/net/tcpdump398/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Edwin Groothuis <edwin@mavetju.org> -# $FreeBSD$ - -PORTNAME= tcpdump398 -PORTVERSION= 1.0 -CATEGORIES= net ipv6 -MASTER_SITES= http://www.mavetju.org/download/adopted/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8 - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/contrib/LICENSE - -FORBIDDEN= multiple security vulnerabilities -DEPRECATED= multiple security vulnerabilities; not updated since 2009 -EXPIRATION_DATE=2017-03-05 - -USES= ssl tar:bzip2 - -PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398 - ${INSTALL_MAN} ${WRKSRC}/tcpdump.1.gz ${STAGEDIR}${MAN1PREFIX}/man/man1/tcpdump398.1.gz - -.include <bsd.port.mk> diff --git a/net/tcpdump398/distinfo b/net/tcpdump398/distinfo deleted file mode 100644 index 4176dbca1fc8..000000000000 --- a/net/tcpdump398/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tcpdump398-1.0.tar.bz2) = d863b13a05b9153b556368c754839eb032fe778f5caedc3b47aeb012a657e57c -SIZE (tcpdump398-1.0.tar.bz2) = 583024 diff --git a/net/tcpdump398/files/patch-Makefile b/net/tcpdump398/files/patch-Makefile deleted file mode 100644 index cc161e2eb266..000000000000 --- a/net/tcpdump398/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig 2009-10-01 11:35:40 UTC -+++ Makefile -@@ -38,7 +38,7 @@ CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDI - CFLAGS+= -DHAVE_CONFIG_H - CFLAGS+= -D_U_="__attribute__((unused))" - --.if ${MK_INET6_SUPPORT} != "no" -+.if empty(MK_INET6_SUPPORT:Mno) - SRCS+= print-ip6.c print-ip6opts.c print-mobility.c print-ripng.c \ - print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c - CFLAGS+= -DINET6 -@@ -49,14 +49,14 @@ CFLAGS+= -DLBL_ALIGN - - DPADD= ${LIBL} ${LIBPCAP} - LDADD= -ll -lpcap --.if ${MK_OPENSSL} != "no" && !defined(RELEASE_CRUNCH) -+.if empty(MK_OPENSSL:Mno) && !defined(RELEASE_CRUNCH) - DPADD+= ${LIBCRYPTO} - LDADD+= -lcrypto - CFLAGS+= -I${DESTDIR}/usr/include/openssl - CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_RC5_H -DHAVE_CAST_H -DHAVE_OPENSSL_EVP_H - .endif - --.if ${MK_PF} != "no" -+.if empty(MK_PF:Mno) - SRCS+= print-pflog.c - CFLAGS+= -DHAVE_NET_PFVAR_H - .endif diff --git a/net/tcpdump398/pkg-descr b/net/tcpdump398/pkg-descr deleted file mode 100644 index 1a8a03d86b9c..000000000000 --- a/net/tcpdump398/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -tcpdump is a ubiquitous network traffic capture tool available in a wide -variety of BSD, Linux and UN*X distributions. - -This is the version 3.9.8 which is currently shipped with FreeBSD -7. FreeBSD 8.0 is shipping with version 4.0.0 which gives a different -output with some items missing. |