From owner-freebsd-ports@freebsd.org Sat May 20 16:10:03 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 32FE1D75C2C for ; Sat, 20 May 2017 16:10:03 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 209661129 for ; Sat, 20 May 2017 16:10:03 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 1CEFAD75C2B; Sat, 20 May 2017 16:10:03 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1AF45D75C2A for ; Sat, 20 May 2017 16:10:03 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E4A8D1128 for ; Sat, 20 May 2017 16:10:02 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id v4KG9wN2016044 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 20 May 2017 09:09:59 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id v4KG9wfG016043; Sat, 20 May 2017 09:09:58 -0700 (PDT) (envelope-from fbsd) Date: Sat, 20 May 2017 09:09:58 -0700 From: bob prohaska To: ports@freebsd.org Cc: bob prohaska Subject: Portmaster: How to build vulnerable ports? Message-ID: <20170520160957.GA16003@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 May 2017 16:10:03 -0000 In playing with portmaster to compile epiphany the compile stops with ===>>> www/epiphany 1/1 >> cairo-1.14.6,2 >> freetype2-2.7.1 (2/75) ===> Cleaning for freetype2-2.7.1 ===> freetype2-2.7.1 has known vulnerabilities: freetype2-2.7.1 is vulnerable: freetype2 -- buffer overflows CVE: CVE-2017-8287 CVE: CVE-2017-8105 WWW: https://vuxml.FreeBSD.org/freebsd/4a088d67-3af2-11e7-9d75-c86000169601.html 1 problem(s) in the installed packages found. => Please update your ports tree and try again. => Note: Vulnerable ports are marked as such even if there is no update available. => If you wish to ignore this vulnerability rebuild with 'make DISABLE_VULNERABILITIES=yes' As it happens, freetype2 is already up to date and installed. I've tried using root@www:/usr/ports # portmaster -m DISABLE_VULNERABILITES=yes --no-confirm www/epiphany [long list of dependencies] but the -m flag seems to have no effect. What is the best way to proceed with the compilation? This happens to be on an RPI2 running -current, but it would be surprising if that matters. Thanks for reading, bob prohaska