On Fri, Jan 10, 2025 at 10:30 PM infant vinay <[email protected]> wrote:
> Hi > Hi, > > I am unable to find where to download the Squid 7.x source code or git > repo used for it in the new Squid web page layout that was deployed this > year. > > > Please provide instructions on how to go about accessing it. > > https://www.squid-cache.org/Versions/ has some information on a git repo, > but the 7.x version is not visible there. > I tried this week to dig and see if I could find the repo or code tar, but > I was unable to find it anywhere on the site. > Squid 7.x has not been released yet. Squid's Release schedule at https://wiki.squid-cache.org/ReleaseSchedule shows how the planned time to start the 7.x release train is next month. What 7.x will be branched from the master branch, which you can find at https://github.com/squid-cache/squid > Please provide information on how to use the 7.x sources as I actively > compile and use it on my system on a weekly/fortnightly basis. > Assuming you have all the libraries and tools needed to bootstrap squid sources: git clone https://github.com/squid-cache/squid ./bootstrap.sh ./configure (with the options you are interested in) make -- Francesco
_______________________________________________ squid-dev mailing list [email protected] https://lists.squid-cache.org/listinfo/squid-dev
