Re: Package and port dependencies
- Reply: Johan Helsingius : "Re: Package and port dependencies"
- In reply to: Johan Helsingius : "Package and port dependencies"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Dec 2024 11:37:21 UTC
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 <pkg> 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.