FreeBSD.org pkg mirror for older versions?

Pete Wright pete at nomadlogic.org
Fri Mar 26 16:23:07 UTC 2021



On 3/26/21 7:07 AM, Alejandro Imass wrote:
> Yeah agreed. I can't believe these are not maintained long-term and that no
> one has ever volunteered to host them.
i think that's what the quarterly branch is supposed to achieve, or at 
least give some cushion for those who don't want the latest and greatest.

you can roll your own pretty easily.  for example you can use the files 
in /var/cache/pkg/ and periodically store them somewhere safe.  
obviously rolling back like this breaks all promises of working pkgs 
since dependencies and the base freebsd system itself evolves over time.

alternatively, and this is what i've done myself, is have a poudriere 
setup that uses git for the ports tree.  then i can rewind the entire 
ports tree to a specific revision and ensure all dependencies are 
aligned when building an old version of a critical pkg.

-pete

-- 
Pete Wright
pete at nomadlogic.org
@nomadlogicLA



More information about the freebsd-questions mailing list