From owner-freebsd-ports@FreeBSD.ORG Wed Nov 15 19:35:16 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76D6F16A492 for ; Wed, 15 Nov 2006 19:35:16 +0000 (UTC) (envelope-from jdc@koitsu.dyndns.org) Received: from sccrmhc11.comcast.net (sccrmhc11.comcast.net [204.127.200.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67AB043D76 for ; Wed, 15 Nov 2006 19:33:58 +0000 (GMT) (envelope-from jdc@koitsu.dyndns.org) Received: from icarus.home.lan (c-67-174-220-97.hsd1.ca.comcast.net[67.174.220.97]) by comcast.net (sccrmhc11) with ESMTP id <2006111519335601100ria6fe>; Wed, 15 Nov 2006 19:33:57 +0000 Received: by icarus.home.lan (Postfix, from userid 1000) id 339631FA01D; Wed, 15 Nov 2006 11:33:56 -0800 (PST) Date: Wed, 15 Nov 2006 11:33:56 -0800 From: Jeremy Chadwick To: Beech Rintoul Message-ID: <20061115193356.GA60286@icarus.home.lan> Mail-Followup-To: Beech Rintoul , freebsd-ports@freebsd.org, Alex Samorukov References: <200611151012.51248.beech@alaskaparadise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200611151012.51248.beech@alaskaparadise.com> X-PGP-Key: http://jdc.parodius.com/pubkey.asc User-Agent: Mutt/1.5.13 (2006-08-11) Cc: Alex Samorukov , freebsd-ports@freebsd.org Subject: Re: ftp/proftpd - Need some advice X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2006 19:35:16 -0000 On Wed, Nov 15, 2006 at 10:12:49AM -0900, Beech Rintoul wrote: > Yesterday, I approved a patch rolled by "Alex Samorukov" > which fixes a buffer overflow vulnerability (ports/105510). I tested the > patch in 5.4, 6-STABLE and -CURRENT and didn't see any problems. > > This morning I had a couple of emails from people telling me that after > upgrade they can't connect and the port is exiting with signal 11. > > How should I proceed with this? as I said I can't duplicate the problem. This just in... -- | Jeremy Chadwick jdc at parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | | Making life hard for others since 1977. PGP: 4BD6C0CB | === SNIP === shaun 2006-11-15 19:22:23 UTC FreeBSD ports repository Modified files: ftp/proftpd Makefile ftp/proftpd/files patch-main.c patch-sample-configurations_basic.conf Log: - Fix the last imported patch (which came from proftpd's CVS repo), as it was causing segfaults prior to login. - Add the new CommandBufferSize variable into the default config file to stop proftpd complaining. Reported by: many Revision Changes Path 1.92 +1 -1 ports/ftp/proftpd/Makefile 1.2 +4 -4 ports/ftp/proftpd/files/patch-main.c 1.2 +12 -3 ports/ftp/proftpd/files/patch-sample-configurations_basic.conf ~