[Midnightbsd-cvs] mports: mports/ftp: This contains a security vulnerability that has not

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 11 20:23:11 EDT 2008


Log Message:
-----------
This contains a security vulnerability that has not been patched for some time.  The software is no longer maintained.

Modified Files:
--------------
    mports/ftp:
        Makefile (r1.18 -> r1.19)

Removed Files:
-------------
    mports/ftp/greed:
        Makefile
        distinfo
        pkg-descr
    mports/ftp/greed/files:
        patch-aa

-------------- next part --------------
--- ftp/greed/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Get and Resume Elite EDition.  A utility to download files from http and
-ftp from the console with the ability to resume downloads.
-
-Author:	Anoakie Turner <Anoakie.Turner at asu.edu>
--- ftp/greed/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: 	greed
-# Date created:		13 April 1999
-# Whom:			Chris Piazza <cpiazza at FreeBSD.org>
-#
-# $MidnightBSD: mports/ftp/greed/Makefile,v 1.1 2007/04/02 01:41:44 laffer1 Exp $
-# $FreeBSD: ports/ftp/greed/Makefile,v 1.23 2006/05/07 11:09:18 edwin Exp $
-#
-
-PORTNAME=	greed
-PORTVERSION=	0.81p
-CATEGORIES=	ftp www
-MASTER_SITES=	http://sheepkiller.nerim.net/ports/$(PORTNAME)/
-DISTNAME=	greed.81p
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	A utility for downloading files with resume capabilities
-
-ALL_TARGET=	freebsd
-WRKSRC=		${WRKDIR}/greed.81p
-
-MANCOMPRESSED=	yes
-MAN1=		greed.1
-PLIST_FILES=	bin/greed
-
-post-patch:
-	${REINPLACE_CMD} -e "s,-funroll-all-loops -ffast-math,${CFLAGS}," \
-		${WRKSRC}/Makefile
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1
-
-.include <bsd.port.mk>
--- ftp/greed/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (greed.81p.tar.gz) = 3f36eed137230c6d69c86a7118827228
-SHA256 (greed.81p.tar.gz) = 9df09aaebe05afbba10eeef2d44eb5635652dde90fa888a116ae7705b7eee6bb
-SIZE (greed.81p.tar.gz) = 26126
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/ftp/Makefile,v
retrieving revision 1.18
retrieving revision 1.19
diff -L ftp/Makefile -L ftp/Makefile -u -r1.18 -r1.19
--- ftp/Makefile
+++ ftp/Makefile
@@ -6,7 +6,6 @@
     SUBDIR += curl
     SUBDIR += ftpcopy
     SUBDIR += gnustep-ftp
-    SUBDIR += greed
     SUBDIR += kwebget
     SUBDIR += linux-curl 
     SUBDIR += lukemftp
--- ftp/greed/files/patch-aa
+++ /dev/null
@@ -1,42 +0,0 @@
---- Makefile.orig	Thu Jan 20 10:31:46 2000
-+++ Makefile	Tue Mar  7 16:31:40 2000
-@@ -4,10 +4,10 @@
- 
- # Where to install binary and manpage on "make install":
- 
--PREFIX=/usr
- BINDIR=$(PREFIX)/bin
- MANDIR=$(PREFIX)/man
- SECTION=1
-+FLAGS=${CFLAGS}
- 
- ###################################################
- ######                                       ######
-@@ -57,11 +57,10 @@
- #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2'
- 
- freebsd:
--	$(MAKE) CC=cc LDFLAGS= \
-+	$(MAKE) LDFLAGS= \
- 		OBJECTS= \
--		CFLAGS='-Wall -ansi -pedantic -O4 -m486 \
--			-funroll-all-loops -ffast-math -DROT_I386 \
--			-DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \
-+		CFLAGS='-funroll-all-loops -ffast-math \
-+			-DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
- 		greed
- 
- openbsd:
-@@ -139,12 +138,6 @@
- 	$(CC) $(CFLAGS) $(LDFLAGS) main.o connect.o download.o \
- 		ftpheader.o httpheader.o parse.o util.o proxy.o $(OBJECTS) \
- 		-o greed
--	@echo ""
--	@echo "Done!  Now just type in 'make install' to install it!"
--	@echo "Greed will install in /usr, if you want it in another directory,"
--	@echo "just edit the Makefile and change PREFIX"
--	@echo ""
--
- 
- greed.exe: main.o connect.o $(OBJECTS) ftpheader.o httpheader.o \
- 		parse.o util.o download.o Makefile


More information about the Midnightbsd-cvs mailing list