about summary refs log tree commit diff
path: root/pkgs/servers/squid
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-11squid: 6.7 -> 6.8Sarah Brofeldt1-2/+2
2024-03-01squid: 6.6 -> 6.7Nick Cao1-2/+2
Diff: https://github.com/squid-cache/squid/compare/SQUID_6_6...SQUID_6_7
2023-12-11squid: 5.9 -> 6.6Ashish SHUKLA1-5/+5
- add finalAttrs support while here
2023-10-14squid: mark with known vulnerabilitiesThomas Gerbet1-0/+1
https://megamansec.github.io/Squid-Security-Audit/ It does not look like the vulnerabilities are going to be fixed anytime soon.
2023-05-30squid: 5.8 -> 5.9R. Ryantm1-2/+2
2023-03-05squid: 5.7 -> 5.8R. Ryantm1-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-01squid: enable testsRobert Scott1-0/+17
2022-09-30squid: enable parallel buildingMartin Weinelt1-0/+2
2022-09-30squid: 5.6 -> 5.7Martin Weinelt1-2/+2
http://www.squid-cache.org/Versions/v5/squid-5.7-RELEASENOTES.html https://www.openwall.com/lists/oss-security/2022/09/23/1 https://www.openwall.com/lists/oss-security/2022/09/23/2 Fixes: CVE-2022-41317, CVE-2022-41318
2022-08-03treewide: remove myself as maintainer from some pkgsFranz Pletz1-1/+1
Only packages I'm not able to maintain anymore as of today. Mostly because I'm haven't been using them in a while.
2022-08-02squid: 5.4.1 -> 5.6R. Ryantm1-2/+2
2022-03-25squid: 4.17 -> 5.4.1Emery Hemingway1-6/+8
* enable HTCP * enable systemd support * add NixOS option "services.squid.package"
2021-10-28squid: 4.16 -> 4.17R. Ryantm1-2/+2
2021-08-19squid: 4.15 -> 4.16R. RyanTM1-2/+2
2021-05-12squid: 4.14 -> 4.15Thomas Gerbet1-3/+3
Fixes CVE-2021-28116, CVE-2021-31806, CVE-2021-31807, CVE-2021-31808, CVE-2021-28652, CVE-2021-28662 and CVE-2021-28651. https://github.com/squid-cache/squid/security/advisories/GHSA-pxwq-f3qr-w2xf https://github.com/squid-cache/squid/security/advisories/GHSA-m47m-9hvw-7447 https://github.com/squid-cache/squid/security/advisories/GHSA-jjq6-mh2h-g39h https://github.com/squid-cache/squid/security/advisories/GHSA-572g-rvwr-6c7f https://github.com/squid-cache/squid/security/advisories/GHSA-ch36-9jhx-phm4
2021-03-09squid: 4.13 -> 4.14R. RyanTM1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-15pkgs/servers: stdenv.lib -> libBen Siraphob1-2/+2
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-08-31squid: 4.12 -> 4.13R. RyanTM1-2/+2
2020-07-07squid: 4.11 -> 4.12R. RyanTM1-2/+2
2020-05-08squid: 4.10 → 4.11Martin Weinelt1-3/+4
http://www.squid-cache.org/Advisories/SQUID-2020_4.txt Fixes: CVE-2020-11945
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-01-30squid: 4.9 -> 4.10R. RyanTM1-2/+2
2019-11-29squid: 4.8 -> 4.9R. RyanTM1-2/+2
2019-08-22squid: fix build with openssl 1.1Robin Gloster1-5/+3
2019-08-22squid: remove v3, default to v4Robin Gloster2-52/+9
2019-07-14squid: add patch fixing CVE-2019-13345Robert Scott1-1/+9
2019-07-14squid4: 4.7 -> 4.8Robert Scott1-2/+2
fixing CVE-2019-13345
2019-06-18squid4: 4.6 -> 4.7R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/squid/versions
2019-04-12squid4: 4.4 -> 4.6xrelkd1-2/+2
2018-11-22squid4: 4.0.24 -> 4.4Franz Pletz1-2/+2
2018-11-22squid: 3.5.27 -> 3.5.28Franz Pletz1-16/+3
2018-03-22squid4: 4.0.23 -> 4.0.24Franz Pletz1-2/+2
2018-02-13squid{,4}: only enable netfilter bits on non-muslWill Dietz2-6/+2
2018-02-07squid: fix CVE-2018-1000024 & CVE-2018-1000027Andreas Rammhold1-1/+14
2018-02-07squid4: hack to detect our libxml2Andreas Rammhold1-0/+4
2018-02-03squid4: 4.0.21 -> 4.0.23 (fixes CVE-2018-1000024 & CVE-2018-1000027)Andreas Rammhold1-2/+2
2018-01-17squid, squid4: Allowing build on DarwinJohn Wiegley2-6/+8
2017-08-27squid4: 4.0.20 -> 4.0.21Franz Pletz1-2/+2
2017-08-27squid: 3.5.26 -> 3.5.27Franz Pletz1-2/+2
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2-2/+2
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-06-20squid4: 4.0.17 -> 4.0.20Franz Pletz1-2/+2
2017-06-20squid: 3.5.23 -> 3.5.26Franz Pletz1-2/+2
2017-01-26squid4: init at 4.0.17Michael Raskin1-0/+36
2016-12-18squid: refactor, add features, adoptFranz Pletz1-7/+18
2016-12-18squid: 3.5.19 -> 3.5.23Franz Pletz1-3/+3
Fixes CVE-2016-10002 & CVE-2016-10003.
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen1-0/+1
Build-tested on x86_64 Linux & Mac.