OPNsense Forum

English Forums => Development and Code Review => Topic started by: liver007 on August 29, 2019, 06:32:00 am

Title: howto findout which Version of Package belongs to the OPNsense Version
Post by: liver007 on August 29, 2019, 06:32:00 am
Hello,

which file from the OPNsource code tells which package/s belongs together to the OPNsense Version X.Y.Z
i mean as Example:

OPNsense nano amd64 18.7.1 comes with "radvd-1.15"
OPNsense nano amd64 18.7.10 comes "radvd1-1.15"
   or another Example:
OPNsense nano amd64 18.7.1 comes with "GeoIP-1.6.12"
OPNsense nano amd64 18.7.10 comes "GeoIP-1.6.12_1"

How do i know this before the Comile step of the OPNsense Sourcecode is done?
Thanks
Title: Re: howto findout which Version of Package belongs to the OPNsense Version
Post by: fabian on August 29, 2019, 06:53:19 am
You can checkout the repository of the ports and then you can checkout the tag of the corresponding version and look it up there.