From nobody Wed Dec 11 11:37:21 2024 X-Original-To: freebsd-questions@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 4Y7YVg0b7kz5gpQ2 for ; Wed, 11 Dec 2024 11:37:31 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Received: from mailout.qeng-ho.org (mailout.qeng-ho.org [217.155.128.244]) (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 4Y7YVf55t9z4wjF for ; Wed, 11 Dec 2024 11:37:30 +0000 (UTC) (envelope-from freebsd@qeng-ho.org) Authentication-Results: mx1.freebsd.org; none Received: from [IPV6:2a02:8010:64c9:1::2] (unknown [IPv6:2a02:8010:64c9:1::2]) by mailout.qeng-ho.org (Postfix) with ESMTP id A942E12D418; Wed, 11 Dec 2024 11:37:21 +0000 (GMT) Message-ID: <4851b914-264f-4c9e-be5f-abd46197ae48@qeng-ho.org> Date: Wed, 11 Dec 2024 11:37:21 +0000 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: Package and port dependencies To: Johan Helsingius , FreeBSD Mailing List References: <85650d13-4dd3-44f5-acc5-847252115b1b@Julf.com> Content-Language: en-GB From: Arthur Chance In-Reply-To: <85650d13-4dd3-44f5-acc5-847252115b1b@Julf.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:13037, ipnet:217.155.0.0/16, country:GB] X-Rspamd-Queue-Id: 4Y7YVf55t9z4wjF X-Spamd-Bar: ---- On 11/12/2024 09:46, Johan Helsingius wrote: > Hi all, > > On my server that is running 14.2, the daily security run output > has a couple of complaints: > > Checking for packages with security vulnerabilities: > Database fetched: 2024-12-11T02:45+01:00 > db5-5.3.28_9: Tag: expiration_date Value: 2022-06-30 > db5-5.3.28_9: Tag: deprecated Value: EOLd, potential security issues, > maybe use db18 instead > dialog4ports-0.1.6_2: Tag: deprecated Value: Consider using ports-mgmt/ > portconfig which is a dropin replacement > pcre-8.45_4: Tag: deprecated Value: EOLed by upstream, use devel/pcre2 > instead > > I would love to just remove those, but I wonder if something needs them. > Is there any easy way to check if any ports or packages depend on > those packages? pkg info -r gives reverse dependencies of the package, i.e. those installed packages that require it. -- Although not designed for computation, PIO is quite likely Turing complete, provided a long enough piece of tape can be found. It is conjectured that it could run DOOM, given a sufficiently high clock speed. — The Raspberry Pi Pico datasheet on its PIO capability.