|
| 1 | +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
| 2 | +<HTML> |
| 3 | + <HEAD> |
| 4 | + <TITLE> [squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian) |
| 5 | + </TITLE> |
| 6 | + <LINK REL="Index" HREF="index.html" > |
| 7 | + <LINK REL="made" HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Ubuntu%2024.04%20LTS%20repository%20for%20Squid%207.5%20%28rebuilt%0A%20from%20sources%20in%20Debian%29&In-Reply-To=%3CGVXPR04MB99274F04A0667C872955653F8F57A%40GVXPR04MB9927.eurprd04.prod.outlook.com%3E"> |
| 8 | + <META NAME="robots" CONTENT="index,nofollow"> |
| 9 | + <style type="text/css"> |
| 10 | + pre { |
| 11 | + white-space: pre-wrap; /* css-2.1, curent FF, Opera, Safari */ |
| 12 | + } |
| 13 | + </style> |
| 14 | + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> |
| 15 | + <LINK REL="Previous" HREF="027866.html"> |
| 16 | + |
| 17 | + </HEAD> |
| 18 | + <BODY BGCOLOR="#ffffff"> |
| 19 | + <H1>[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)</H1> |
| 20 | + <B>Rafael Akchurin</B> |
| 21 | + <A HREF="mailto:squid-users%40lists.squid-cache.org?Subject=Re%3A%20%5Bsquid-users%5D%20Ubuntu%2024.04%20LTS%20repository%20for%20Squid%207.5%20%28rebuilt%0A%20from%20sources%20in%20Debian%29&In-Reply-To=%3CGVXPR04MB99274F04A0667C872955653F8F57A%40GVXPR04MB9927.eurprd04.prod.outlook.com%3E" |
| 22 | + TITLE="[squid-users] Ubuntu 24.04 LTS repository for Squid 7.5 (rebuilt from sources in Debian)">rafael.akchurin at diladele.com |
| 23 | + </A><BR> |
| 24 | + <I>Fri Mar 27 11:47:45 UTC 2026</I> |
| 25 | + <P><UL> |
| 26 | + <LI>Previous message (by thread): <A HREF="027866.html">[squid-users] Policy with multiple ACL calls |
| 27 | +</A></li> |
| 28 | + |
| 29 | + <LI> <B>Messages sorted by:</B> |
| 30 | + <a href="date.html#27869">[ date ]</a> |
| 31 | + <a href="thread.html#27869">[ thread ]</a> |
| 32 | + <a href="subject.html#27869">[ subject ]</a> |
| 33 | + <a href="author.html#27869">[ author ]</a> |
| 34 | + </LI> |
| 35 | + </UL> |
| 36 | + <HR> |
| 37 | +<!--beginarticle--> |
| 38 | +<PRE>Good morning everyone, |
| 39 | + |
| 40 | +Online repository with latest Squid 7.5 (rebuilt from sources in Debian) for Ubuntu 24.04 LTS 64-bit is available at <A HREF="https://github.com/diladele/repo-squid-7_5_1-ubuntu-24_04">https://github.com/diladele/repo-squid-7_5_1-ubuntu-24_04</A> |
| 41 | +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. |
| 42 | + |
| 43 | +Here are simple instructions how to use the repo. |
| 44 | + |
| 45 | +# get diladele apt key, dearmor it and add to trusted storage |
| 46 | +curl <A HREF="https://packages.diladele.com/diladele_pub.asc">https://packages.diladele.com/diladele_pub.asc</A> | gpg --dearmor >/etc/apt/trusted.gpg.d/diladele_pub.asc.gpg |
| 47 | + |
| 48 | +# add new repo |
| 49 | +echo "deb <A HREF="https://diladele.github.io/repo-squid-7_5_1-ubuntu-24_04/repo/ubuntu/">https://diladele.github.io/repo-squid-7_5_1-ubuntu-24_04/repo/ubuntu/</A> noble main" \ |
| 50 | + >/etc/apt/sources.list.d/squid-7_5_1.diladele.github.io.list |
| 51 | + |
| 52 | +# and install |
| 53 | +apt update && apt install -y squid-openssl |
| 54 | + |
| 55 | +# create the override folder for squid |
| 56 | +mkdir -p /etc/systemd/system/squid.service.d/ |
| 57 | + |
| 58 | +# and override the default number of file descriptors |
| 59 | +cat >/etc/systemd/system/squid.service.d/override.conf << EOL |
| 60 | +[Service] |
| 61 | +LimitNOFILE=65535 |
| 62 | +EOL |
| 63 | + |
| 64 | +# finally reload the systemd |
| 65 | +systemctl daemon-reload |
| 66 | + |
| 67 | +This version of Squid will be part of Web Safety 9.8 being released in spring/summer 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> |
| 68 | + |
| 69 | +Hope you will find this useful. |
| 70 | + |
| 71 | +Best regards, |
| 72 | +Diladele Dev Team |
| 73 | +-------------- next part -------------- |
| 74 | +An HTML attachment was scrubbed... |
| 75 | +URL: <<A HREF="http://lists.squid-cache.org/pipermail/squid-users/attachments/20260327/b23ef285/attachment-0001.htm">http://lists.squid-cache.org/pipermail/squid-users/attachments/20260327/b23ef285/attachment-0001.htm</A>> |
| 76 | +</PRE> |
| 77 | + |
| 78 | +<!--endarticle--> |
| 79 | + <HR> |
| 80 | + <P><UL> |
| 81 | + <!--threads--> |
| 82 | + <LI>Previous message (by thread): <A HREF="027866.html">[squid-users] Policy with multiple ACL calls |
| 83 | +</A></li> |
| 84 | + |
| 85 | + <LI> <B>Messages sorted by:</B> |
| 86 | + <a href="date.html#27869">[ date ]</a> |
| 87 | + <a href="thread.html#27869">[ thread ]</a> |
| 88 | + <a href="subject.html#27869">[ subject ]</a> |
| 89 | + <a href="author.html#27869">[ author ]</a> |
| 90 | + </LI> |
| 91 | + </UL> |
| 92 | + |
| 93 | +<hr> |
| 94 | +<a href="https://lists.squid-cache.org/listinfo/squid-users">More information about the squid-users |
| 95 | +mailing list</a><br> |
| 96 | +</body></html> |
0 commit comments