From owner-cvs-all@FreeBSD.ORG Mon Feb 6 19:15:00 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3ACD16A422; Mon, 6 Feb 2006 19:15:00 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DD2943D77; Mon, 6 Feb 2006 19:14:55 +0000 (GMT) (envelope-from anray@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k16JEsJO083279; Mon, 6 Feb 2006 19:14:54 GMT (envelope-from anray@repoman.freebsd.org) Received: (from anray@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k16JEsiP083278; Mon, 6 Feb 2006 19:14:54 GMT (envelope-from anray) Message-Id: <200602061914.k16JEsiP083278@repoman.freebsd.org> From: Andrey Slusar Date: Mon, 6 Feb 2006 19:14:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ftp/IglooFTP Makefile ports/ftp/IglooFTP/files patch-FTP.c patch-FTPcommands.h patch-Makefile patch-aa patch-ab patch-ac patch-dialog.c patch-dir_tree.c patch-main.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2006 19:15:00 -0000 anray 2006-02-06 19:14:54 UTC FreeBSD ports repository Modified files: ftp/IglooFTP Makefile Added files: ftp/IglooFTP/files patch-FTP.c patch-FTPcommands.h patch-Makefile patch-dialog.c patch-dir_tree.c patch-main.c Removed files: ftp/IglooFTP/files patch-aa patch-ab patch-ac Log: - Fix "chunk already allocated" error - Add sanity checking to avoid GTK assertion errors due to missing pixmaps. - Resolve two known vulnerabilities: http://secunia.com/advisories/13536/ - Replace tmpnam with mkstemp - Disallow server-provided absolute filenames Hopefully that's enough to get the port back in action. PR: ports/92787 Submitted by: Shaun Amott Revision Changes Path 1.20 +1 -5 ports/ftp/IglooFTP/Makefile 1.1 +16 -0 ports/ftp/IglooFTP/files/patch-FTP.c (new) 1.1 +272 -0 ports/ftp/IglooFTP/files/patch-FTPcommands.h (new) 1.1 +65 -0 ports/ftp/IglooFTP/files/patch-Makefile (new) 1.4 +0 -16 ports/ftp/IglooFTP/files/patch-aa (dead) 1.6 +0 -65 ports/ftp/IglooFTP/files/patch-ab (dead) 1.4 +0 -23 ports/ftp/IglooFTP/files/patch-ac (dead) 1.1 +70 -0 ports/ftp/IglooFTP/files/patch-dialog.c (new) 1.1 +10 -0 ports/ftp/IglooFTP/files/patch-dir_tree.c (new) 1.1 +23 -0 ports/ftp/IglooFTP/files/patch-main.c (new)