From owner-freebsd-ports@FreeBSD.ORG Wed Jul 3 09:42:42 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 275CA242; Wed, 3 Jul 2013 09:42:42 +0000 (UTC) (envelope-from dewayne.geraghty@heuristicsystems.com.au) Received: from nskntqsrv02p.mx.bigpond.com (nskntqsrv02p.mx.bigpond.com [61.9.168.234]) by mx1.freebsd.org (Postfix) with ESMTP id 9513A18FD; Wed, 3 Jul 2013 09:42:41 +0000 (UTC) Received: from nskntcmgw05p ([61.9.169.165]) by nskntmtas04p.mx.bigpond.com with ESMTP id <20130703083540.BWHN2025.nskntmtas04p.mx.bigpond.com@nskntcmgw05p>; Wed, 3 Jul 2013 08:35:40 +0000 Received: from hermes.heuristicsystems.com.au ([58.172.113.247]) by nskntcmgw05p with BigPond Outbound id vkbf1l0025LKYmq01kbfcb; Wed, 03 Jul 2013 08:35:40 +0000 X-Authority-Analysis: v=2.0 cv=G7ae4qY5 c=1 sm=1 a=YibVxx38Z+cwdCKSMcELyg==:17 a=hH3fGmkqa74A:10 a=twTT4oUKOlYA:10 a=kj9zAlcOel0A:10 a=GHIR_BbyAAAA:8 a=zrvOw7F261kA:10 a=6I5d2MoRAAAA:8 a=gIqvr7h1YUrIycr19O0A:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=YibVxx38Z+cwdCKSMcELyg==:117 Received: from white (white.hs [10.0.5.2]) (authenticated bits=0) by hermes.heuristicsystems.com.au (8.14.5/8.13.6) with ESMTP id r638ZaRF018151; Wed, 3 Jul 2013 18:35:36 +1000 (EST) (envelope-from dewayne.geraghty@heuristicsystems.com.au) From: "Dewayne Geraghty" To: "'Jason Helfman'" , "'Leslie Jensen'" References: <51D3BD22.6020506@eskk.nu> <6704D05234504657A6FE773E6FA1DB8D@white> Subject: RE: curl fails to upgrade on 9.1-RELEASE-p3 but succeeds on 8.3 Date: Wed, 3 Jul 2013 18:35:36 +1000 Message-ID: <64492650C3F14478BEF9B095144095D1@white> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: Ac53uTkKGk7RVCdTQt6ba6gH1K4yhwAAJgewAAN0PxA= In-Reply-To: <6704D05234504657A6FE773E6FA1DB8D@white> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 Cc: 'FreeBSD Ports List' X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jul 2013 09:42:42 -0000 > -----Original Message----- > From: owner-freebsd-ports@freebsd.org > [mailto:owner-freebsd-ports@freebsd.org] On Behalf Of Dewayne > Sent: Wednesday, 3 July 2013 4:57 PM > To: 'Jason Helfman'; 'Leslie Jensen' > Cc: 'FreeBSD Ports List' > Subject: RE: curl fails to upgrade on 9.1-RELEASE-p3 but > succeeds on 8.3 > > The quick way to build the latest curl on FreeBSD 9.1 is to > pass DISABLE_VULNERABILITIES to the make command. Its > probably a good idea to leave your audit db alone, for this task. > > cd /usr/ports/ftp/curl && make -DDISABLE_VULNERABILITIES > > For portmaster this takes the form of > portmaster -m -DDISABLE_VULNERABILITIES ftp/curl > > I'm unfamiliar with portupgrade. > Regards, Dewayne > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to > "freebsd-ports-unsubscribe@freebsd.org" Leslie, et al, It has just been brought to my attention that the portaudit database was updated to reflect Xin Li's patch to curl. Thank-you John Marshall. Perform a portaudit -F and the curl build will proceed successfully. Regards, Dewayne.