From owner-freebsd-current@FreeBSD.ORG Wed Jun 6 11:51:41 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BFEBE16A469; Wed, 6 Jun 2007 11:51:41 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (tim.des.no [194.63.250.121]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF0A13C44B; Wed, 6 Jun 2007 11:51:41 +0000 (UTC) (envelope-from des@des.no) Received: from tim.des.no (localhost [127.0.0.1]) by spam.des.no (Postfix) with ESMTP id 80AB620AF; Wed, 6 Jun 2007 13:51:37 +0200 (CEST) X-Spam-Tests: AWL X-Spam-Learn: disabled X-Spam-Score: 0.0/3.0 X-Spam-Checker-Version: SpamAssassin 3.2.0 (2007-05-01) on tim.des.no Received: from dwp.des.no (des.no [80.203.243.180]) by smtp.des.no (Postfix) with ESMTP id 0280D20A4; Wed, 6 Jun 2007 13:51:36 +0200 (CEST) Received: by dwp.des.no (Postfix, from userid 1001) id 8C2FE5702; Wed, 6 Jun 2007 13:51:44 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Max Laier References: <20070601103549.GA22490@localhost.localdomain> <200706061154.00751.max@love2party.net> <86tztll619.fsf@dwp.des.no> <200706061339.37147.max@love2party.net> Date: Wed, 06 Jun 2007 13:51:44 +0200 In-Reply-To: <200706061339.37147.max@love2party.net> (Max Laier's message of "Wed\, 6 Jun 2007 13\:39\:23 +0200") Message-ID: <86wsyhjo6n.fsf@dwp.des.no> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: mnag@freebsd.org, freebsd-current@freebsd.org, LI Xin , freebsd-pf@freebsd.org Subject: Re: pf(4) status in 7.0-R X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 11:51:41 -0000 Max Laier writes: > Dag-Erling Sm=C3=B8rgrav writes: > > Convenient and portable, but buggy as hell - we used it in Varnish to > > begin with but had to ditch it due to a combination of design flaws and > > bugs. It also suffers from creeping featuritis - the latest version > > includes a DNS resolver and a full HTTP implementation... it's only a > > matter of time before it grows a lisp interpreter and a mail reader. > hmmm ... okay, didn't know that. But what do you suggest as an > alternative? I certainly won't reinvent the wheel for the libevent > calls in ftp-proxy. Importing libevent code private to ftp-proxy > seems equally wrong. So the alternatives - to me at least - are > either importing libevent or leaveing ftp-proxy in ports. Pick your > poison. I suggest importing libevent (or a subset of it) as an internal library, i.e. define INTERNALLIB in the Makefile so we get a libevent.a which ftp-proxy can link against but which isn't installed. Alternatively, we can import a subset of libevent and name it something else (like we did with expat -> bsdxml) DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no