From nobody Wed Dec 07 14:00:10 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 4NRzSg4Rnyz4jvbD for ; Wed, 7 Dec 2022 14:00:19 +0000 (UTC) (envelope-from einar@isnic.is) Received: from mx01.isnic.is (mx01.isnic.is [IPv6:2001:67c:6c:58::133]) (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-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mx01.isnic.is", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NRzSd4Qj8z3mnq for ; Wed, 7 Dec 2022 14:00:17 +0000 (UTC) (envelope-from einar@isnic.is) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=isnic.is header.s=20200921 header.b=S+zwY+ag; spf=pass (mx1.freebsd.org: domain of einar@isnic.is designates 2001:67c:6c:58::133 as permitted sender) smtp.mailfrom=einar@isnic.is; dmarc=pass (policy=quarantine) header.from=isnic.is Received: from ht-mailstore01.isnic.is (ht-mailstore01.isnic.is [IPv6:2001:67c:6c:56::2]) by mx01.isnic.is (Postfix) with ESMTPS id 9FBE135CD0 for ; Wed, 7 Dec 2022 14:00:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=isnic.is; s=20200921; t=1670421610; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=wrd5HYJsgnlO5f69JEg1sVSoe/UDs0bShxSQETOfgQ0=; b=S+zwY+agyYGnhl0/bFKuWK0vK8+RMeiL/PN/7FMhcsLJgfZaUScAyAnECtD4kzCSzaWfAc fQgQ3F1ifFmV0YMDzxCww/X8Jp2oZ5mLMyW0yj82H8HTRRdUkQL+IsVgOydUAW8thg9mOO OpR7xkH/WfbUyhdG5vH2SdzOEqvYOZVb0eoJOPEKwMgbCXUkYHJln2JBqMYLIwXgvkcV2l Vxw2S7/IwGoJbx8XFezSv4zoqr8tSgOyZpO5ln3ljqxtYTMPlGpoTAIgN0YySj9izmBwR7 Ac4EiUqN89ex9VeM/AxcYprSDeRmRvMAchbd6oH53tDIUWO7YXn19/jvap/hJA== Received: from [IPV6:2001:67c:6c:400::116] (unknown [IPv6:2001:67c:6c:400::116]) by ht-mailstore01.isnic.is (Postfix) with ESMTPS id 99E701F63D for ; Wed, 7 Dec 2022 14:00:10 +0000 (UTC) Message-ID: <24d8a8c4-2d9e-99fd-f887-88d2b97b7af6@isnic.is> Date: Wed, 7 Dec 2022 14:00:10 +0000 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 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: en-US To: freebsd-ports@freebsd.org From: =?UTF-8?Q?Einar_Bjarni_Halld=c3=b3rsson?= Subject: New port: security/local-php-security-checker Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spamd-Result: default: False [-4.00 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[isnic.is,quarantine]; R_SPF_ALLOW(-0.20)[+ip6:2001:67c:6c::/48]; R_DKIM_ALLOW(-0.20)[isnic.is:s=20200921]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:1850, ipnet:2001:67c:6c::/48, country:IS]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[freebsd-ports@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[isnic.is:+]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4NRzSd4Qj8z3mnq X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N 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. Builds successfully in poudriere and we're using it and have been for a while. .einar