about summary refs log tree commit diff
path: root/pkgs/servers/squid
AgeCommit message (Collapse)AuthorFilesLines
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.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
2016-05-11squid: 3.5.17 -> 3.5.19 (#15385)Tristan Helmich1-2/+2
2016-04-30squid: 3.5.15 -> 3.5.17 (resolving CVE-2016-3947, CVE-2016-3948, ↵Robert Scott1-2/+2
CVE-2016-4051, CVE-2016-4052, CVE-2016-4053, CVE-2016-4054)
2016-03-21squids: Remove unsupported versions of squid.Graham Christensen2-67/+24
2016-03-21squid: 3.5.1 -> 3.5.15 for CVE-2016-2571Graham Christensen1-2/+2
2015-09-14all-packages: Use callPackage where possibleMathnerd3141-1/+3
2015-05-13Squid: remove --march=nativeMichael Raskin1-1/+1
The Squid build default behaivour is to request optimisation for the current CPU which is not a good idea in distro builds.
2015-01-18Add Squid 3.5Michael Raskin1-1/+12
2015-01-15squids.latest: update from 3.4.9. to 3.4.11Pascal Wittmann1-2/+2
2014-11-04Update Squid proxyMichael Raskin1-2/+2
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2014-06-13Add Squid 3.4.5 and enable its SSL features.Michael Raskin1-1/+12
2014-02-15Move all db4 packages to the default db5William A. Kennington III1-1/+1
2013-12-23squids.latest: update from 3.2.2 to 3.2.13, potentially fixes CVE-2012-5643, ↵Nixpkgs Monitor1-2/+2
CVE-2013-0189, CVE-2013-1839, CVE-2013-4123