<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;
        mso-ligatures:standardcontextual;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Hello everyone,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Online repository with latest Squid 7.6 (rebuilt from sources in Debian) for Ubuntu 26.04 LTS 64-bit is available at
<a href="https://github.com/diladele/repo-squid-7_6_1-ubuntu-26_04">https://github.com/diladele/repo-squid-7_6_1-ubuntu-26_04</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Github repo <a href="https://github.com/diladele/squid-ubuntu">
https://github.com/diladele/squid-ubuntu</a> contains all scripts we used to make this compilation.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Here are simple instructions how to use the repo (install bash script)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">#!/bin/bash<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># all packages are installed as root<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">if [[ $EUID -ne 0 ]]; then<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">   echo "This script must be run as root" 1>&2<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">   exit 1<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">fi<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># get diladele apt key, dearmor it and add to trusted storage<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">curl https://www.diladele.com/pkg/diladele_pub.asc | gpg --dearmor >/etc/apt/trusted.gpg.d/diladele_pub.asc.gpg<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># add new repo<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">echo "deb https://diladele.github.io/repo-squid-7_6_1-ubuntu-26_04/repo/ubuntu/ resolute main" \<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">   >/etc/apt/sources.list.d/squid-7_6_1.diladele.github.io.list<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># and install<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">apt update && apt install -y squid-openssl<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># create the override folder for squid<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">mkdir -p /etc/systemd/system/squid.service.d/<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># and override the default number of file descriptors<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">cat >/etc/systemd/system/squid.service.d/override.conf << EOL<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">[Service]<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">LimitNOFILE=65535<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">EOL<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"># finally reload the systemd<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">systemctl daemon-reload<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">This version of Squid will be part of Web Safety 9.8 being released in November of 2026.  If you have some spare time and are interested in Admin UI for Squid and ICAP web filtering, consider downloading a
 Web Safety appliance for VMware ESXi/vSphere , Microsoft Hyper-V, Proxmox or even deploy it directly on Microsoft Azure and Amazon AWS. The free license key for your experiments is available at the site. Downloads are at
<a href="https://www.diladele.com/websafety/download.html">https://www.diladele.com/websafety/download.html</a>
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Hope you will find this useful.
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Best regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Diladele Dev Team<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
</div>
</body>
</html>