Remove the gnut port, which is no longer being developed, and which

contained an unfixed security vulnerability.
This commit is contained in:
Kris Kennaway 2003-07-12 10:34:15 +00:00
parent 1d55183f6c
commit 14bbbb3c71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84764
8 changed files with 0 additions and 137 deletions

View file

@ -193,7 +193,6 @@
SUBDIR += gnu-radius
SUBDIR += gnugadu
SUBDIR += gnunet
SUBDIR += gnut
SUBDIR += gofish
SUBDIR += googolplex
SUBDIR += gopher

View file

@ -1,32 +0,0 @@
# New ports collection makefile for: gnut
# Date created: 19 April 2000
# Whom: kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gnut
PORTVERSION= 0.4.28
CATEGORIES= net audio
MASTER_SITES= http://www.gnutelliums.com/linux_unix/gnut/tars/
MAINTAINER= kris@FreeBSD.org
COMMENT= Text-mode client for connecting to the Gnutella distributed network
FORBIDDEN= "The distfile appears to have been withdrawn due to a vulnerability allowing injection of HTML code into the web front-end: http://www.der-keiler.de/Mailing-Lists/Securiteam/2001-09/0021.html"
USE_AUTOCONF= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/gnut ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/gnut
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnut
.for file in TUTORIAL gnut-1.html gnut-2.html gnut-3.html gnut-4.html gnut-5.html gnut-6.html gnut.html
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/gnut
.endfor
.endif
${MKDIR} ${PREFIX}/share/gnut
${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${PREFIX}/share/gnut
.include <bsd.port.mk>

View file

@ -1 +0,0 @@
MD5 (gnut-0.4.28.tar.gz) = bade24c9838d390de41f5ea0c80dc22f

View file

@ -1,9 +0,0 @@
--- src/blacklist.c.orig Mon Feb 12 00:26:06 2001
+++ src/blacklist.c Mon Feb 12 00:26:19 2001
@@ -1,5 +1,6 @@
/* blacklist.c */
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View file

@ -1,52 +0,0 @@
--- configure.in.orig Thu Nov 29 20:28:19 2001
+++ configure.in Thu Nov 29 20:28:35 2001
@@ -2,49 +2,6 @@
AC_INIT(src/gnut.c)
-cat << 'cat_eof'
- gnut -- Command-line oriented Gnutella client for POSIX
-
-gnut is free software; you can redistribute it and/or modify it under
-the terms of the GNU General Public License as published by the Free
-Software Foundation; either version 2 of the License, or (at your
-option) any later version.
-
-gnut is distributed in the hope that it will be useful, but WITHOUT
-ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
-FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
-for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-To contact one of the authors, send electronic mail to: gnut@mrob.com
-or paper mail to: Gnut, c/o Robert Munafo, P.O. Box 0513, Scituate, MA
-02066-0513, USA.
-
-Hit return:
-cat_eof
-read GPL_OK_TMP
-
-cat << 'cat_eof'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Read this only if you're interested in submitting patches or
-suggestions for improvements:
-
- Many people have been submitting patches and suggestions for
- modifying the auto-generated files, something which cannot be
- done in the distribution versions.
-
- Therefore, the file HACKING, located in the same directory as
- this 'configure' script, has been provided to explain how to
- change files and rebuild. Please read that file before
- submitting patches to the makefiles or scripts.
-
-Hit return:
-cat_eof
-read GPL_OK_TMP
-
AM_INIT_AUTOMAKE(gnut,0.4.28)
AM_MAINTAINER_MODE
AM_ACLOCAL_INCLUDE(macros)

View file

@ -1,11 +0,0 @@
--- src/td.h.orig Mon Sep 10 16:36:30 2001
+++ src/td.h Thu Nov 29 20:31:12 2001
@@ -30,6 +30,8 @@
*/
/* level-1 system headers */
+#include <sys/types.h>
+#include <sys/socket.h>
#include <netinet/in.h>
#include <pthread.h>

View file

@ -1,18 +0,0 @@
Gnut is a text-mode client for the Gnutella distributed network. Gnutella
is a global file-sharing network similar in many ways to Napster, except
it has a truly distributed design which does not rely on centralized
servers. Additionally, all types of file may be shared via gnutella, not
just MP3 audio files as with Napster.
When you connect to the Gnutella network, your local machine becomes
a server as well as a client on the network and will start receiving
queries and traffic from other hosts. This imposes a moderate bandwidth
penalty on usage, but the impact can be configured.
Users should be aware that Gnutella does not attempt to provide
anonymity or confidentiality of search requests or transfers, so use for
illegal purposes is not recommended.
Gnutella homepage: http://gnutella.wego.com/
WWW: http://www.gnutelliums.com/linux_unix/gnut/

View file

@ -1,13 +0,0 @@
bin/gnut
share/doc/gnut/README
share/doc/gnut/TUTORIAL
share/doc/gnut/gnut.html
share/doc/gnut/gnut-1.html
share/doc/gnut/gnut-2.html
share/doc/gnut/gnut-3.html
share/doc/gnut/gnut-4.html
share/doc/gnut/gnut-5.html
share/doc/gnut/gnut-6.html
share/gnut/gnutrc.sample
@dirrm share/doc/gnut/
@dirrm share/gnut/