From owner-cvs-ports@FreeBSD.ORG Mon Nov 8 11:50:30 2010 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6118A106564A; Mon, 8 Nov 2010 11:50:30 +0000 (UTC) (envelope-from alexkozlov0@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id BD3828FC1B; Mon, 8 Nov 2010 11:50:29 +0000 (UTC) Received: by fxm17 with SMTP id 17so4165880fxm.13 for ; Mon, 08 Nov 2010 03:50:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:from:to:subject :message-id:mime-version:content-type:content-disposition; bh=zo3X5Z5Lpsw3TH4k0Y4zGfDiig2Ujq1P2VprLi8B/PE=; b=vR7okEwNi1D/0KR5MbQTfH+yTdBF8mFpea+O0ejvB9m1L+iYjVQG0j1Jeq3n9IVZ52 UKiwBsU9bXSxBtCz0w3rA6zopzM1vTiOMDzZD2VPCEBQlc5ooP3iH8pwkQGyFFPRb7B2 1kT3mUDYht8bahnRbcUDFo7vQ+iI51p7Pyi2k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:from:to:subject:message-id:mime-version:content-type :content-disposition; b=VOC9FWcEOU2yC04xvJ5sBdfXXNU4CQ4vX0DKkUAqCkxgbQyewQZy2GsnAyFbjYZsGV 2tRlO+6wa6JdIJBoRq/rPfJFp7CAZqLtUtlRKfRkyxwUmkyeYlQjUH3jtdvtb+4GADK9 LN82clynhmxCuN+rD98sS0LHzy7L4GAfCvXaI= Received: by 10.223.87.65 with SMTP id v1mr3609974fal.81.1289217028756; Mon, 08 Nov 2010 03:50:28 -0800 (PST) Received: from ravenloft.kiev.ua (ravenloft.kiev.ua [94.244.131.95]) by mx.google.com with ESMTPS id o7sm2074603fal.3.2010.11.08.03.50.26 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Nov 2010 03:50:27 -0800 (PST) Sender: Alex Kozlov Date: Mon, 8 Nov 2010 13:49:55 +0200 From: Alex Kozlov To: Renato Botelho , cvs-ports@FreeBSD.org, spam@rm-rf.kiev.ua Message-ID: <20101108114955.GA43317@ravenloft.kiev.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Cc: Subject: Re: cvs commit: ports LEGAL MOVED ports/devel Makefile ports/devel/libisc Makefile distinfo X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Nov 2010 11:50:30 -0000 On Mon, Nov 08, 2010 at 09:16:42AM -0200, Renato Botelho wrote: > On Mon, Nov 08, 2010 at 12:34:38PM +0200, Alex Kozlov wrote: > > On Mon, Nov 08, 2010 at 10:08:47AM +0000, Renato Botelho wrote: > > > garga 2010-11-08 10:08:47 UTC > > > > > > FreeBSD ports repository > > > > > > Modified files: > > > . LEGAL MOVED > > > devel Makefile > > > emulators Makefile > > > misc Makefile > > > security Makefile > > > www Makefile > > > Removed files: > > > devel/libisc Makefile distinfo pkg-descr pkg-plist > > > devel/libisc/files patch-Makefile > > > emulators/vmware-guestd3 Makefile pkg-descr pkg-plist > > > emulators/vmware-guestd3/files vmware-guestd.sh > > > emulators/vmware-tools3 Makefile pkg-descr pkg-plist > > > misc/bidwatcher Makefile distinfo pkg-descr > > > misc/bidwatcher/files patch-Makefile.in patch-bidwatcher.cpp > > > patch-bidwatcher.h patch-helpers.cpp > > > misc/compat3x Makefile distinfo pkg-descr pkg-plist > > Please revert misc/compat3x part. > > This package is a convenient method to install compatibility libraries > > for old binary applications for 3.x. With it removal users will have > > to manually download 3.x distribution, manually extract the needed > > libraries and install them. > > I think users who want to use compat3x will need to do it by themselves. > This port was marked as FORBIDDEN for over 6 years because of multiple > CVEs, version 3.x is not supported for long time now. I don't see how these CVEs will be fixed if the port is removed. As You say, this port marked as FORBIDDEN for a long time so users who install it know, what they're doing. 3.x may be not supported in the ports, but freebsd still supports binary compatibility down to 2.x. Also by your logic You need to remove misc/compat4, misc/compat5 and misc/compat6(soon). Do You plan to do this? -- Adios