From nobody Wed Dec 07 15:33:07 2022 X-Original-To: freebsd-ports@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4NS1Wq0mhHz4k5y3 for ; Wed, 7 Dec 2022 15:33:11 +0000 (UTC) (envelope-from fbsd@herrneubauer.de) Received: from mailproxy02.manitu.net (mailproxy02.manitu.net [217.11.48.66]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4NS1Wp5vSrz40Fn for ; Wed, 7 Dec 2022 15:33:10 +0000 (UTC) (envelope-from fbsd@herrneubauer.de) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.178.70] (p508ba820.dip0.t-ipconnect.de [80.139.168.32]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: martin@herrneubauer.de) by mailproxy02.manitu.net (Postfix) with ESMTPSA id D1467C0094; Wed, 7 Dec 2022 16:33:09 +0100 (CET) Date: Wed, 7 Dec 2022 16:33:07 +0100 (CET) From: Martin Neubauer To: =?ISO-8859-15?Q?Einar_Bjarni_Halld=F3rsson?= cc: freebsd-ports@freebsd.org Subject: Re: New port: security/local-php-security-checker In-Reply-To: <24d8a8c4-2d9e-99fd-f887-88d2b97b7af6@isnic.is> Message-ID: <96ffd6d1-0824-a9f5-57ba-7b299b787315@herrneubauer.de> References: <24d8a8c4-2d9e-99fd-f887-88d2b97b7af6@isnic.is> List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT X-Rspamd-Queue-Id: 4NS1Wp5vSrz40Fn X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:34240, ipnet:217.11.48.0/20, country:DE] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Wed, 7 Dec 2022, Einar Bjarni Halldórsson wrote: > Hi, > > I created a PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261148 > which I've been updating when new versions are released. > > Any chance of getting it committed? > > portlint gives a fatal error because of a URL in pkg-descr, but it's not the > URL of the project, but a related URL to the vulnerability DB that the > project references. Hi Einar, You might want to prefix the URL with "See also:" instead of "[1]:" to pacify portlint. (I didn't find any reference to this in the porter's handbook, but that was mentioned in the notifications on moving WWW to the Makefile.) I can't help with the committing though, unfortunately. Hope that helps somewhat, Martin