Commit graph

25 commits

Author SHA1 Message Date
Martin Weinelt a1baba2f04
squid: 4.10 → 4.11
http://www.squid-cache.org/Advisories/SQUID-2020_4.txt

Fixes: CVE-2020-11945
2020-05-08 21:56:41 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM 8cf32a28fb squid: 4.9 -> 4.10 2020-01-30 13:59:46 +00:00
R. RyanTM ba4f12dbc4 squid: 4.8 -> 4.9 2019-11-29 10:02:11 -08:00
Robin Gloster c89e5439a1
squid: fix build with openssl 1.1 2019-08-22 15:36:40 +02:00
Robin Gloster 948b3e34a5
squid: remove v3, default to v4 2019-08-22 00:39:52 +02:00
Robert Scott 5b0db58bc1 squid: add patch fixing CVE-2019-13345 2019-07-14 21:41:26 +01:00
Franz Pletz ec3598087d
squid: 3.5.27 -> 3.5.28 2018-11-22 14:41:07 +01:00
Will Dietz 1ac2b79745 squid{,4}: only enable netfilter bits on non-musl 2018-02-13 09:44:47 -06:00
Andreas Rammhold ea817d7b6f
squid: fix CVE-2018-1000024 & CVE-2018-1000027 2018-02-07 11:40:46 +01:00
John Wiegley 3deeecddad squid, squid4: Allowing build on Darwin 2018-01-17 09:53:46 -08:00
Franz Pletz 7cff97a8d4
squid: 3.5.26 -> 3.5.27 2017-08-27 02:33:32 +02:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* 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-08-01 22:03:30 +02:00
Franz Pletz fcbf28d6b5
squid: 3.5.23 -> 3.5.26 2017-06-20 03:45:46 +02:00
Franz Pletz 9a30cdc464
squid: refactor, add features, adopt 2016-12-18 05:23:38 +01:00
Franz Pletz 4b67968688
squid: 3.5.19 -> 3.5.23
Fixes CVE-2016-10002 & CVE-2016-10003.
2016-12-18 05:23:14 +01:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Bjørn Forsman bd01fad0ed Captialize meta.description of all packages
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-06-20 13:55:52 +02:00
Tristan Helmich 61c52af99e squid: 3.5.17 -> 3.5.19 (#15385) 2016-05-11 14:49:18 +02:00
Robert Scott b19d7e32a0 squid: 3.5.15 -> 3.5.17 (resolving CVE-2016-3947, CVE-2016-3948, CVE-2016-4051, CVE-2016-4052, CVE-2016-4053, CVE-2016-4054) 2016-04-30 12:34:36 +00:00
Graham Christensen 133af7750e squids: Remove unsupported versions of squid. 2016-03-21 09:55:44 -05:00
Marc Weber 5b4a355362 squid update. Proposal for multiple versions
svn path=/nixpkgs/trunk/; revision=13666
2008-12-21 16:36:47 +00:00
Marc Weber e996113be7 removed mkDerivationByConfiguration, using composableDerivation instead
qgis, vim_configurable both work now

svn path=/nixpkgs/trunk/; revision=13661
2008-12-20 01:20:35 +00:00
Michael Raskin 2e1be8618b Upgraded Squid. IPv6 does not work fully yet.
svn path=/nixpkgs/trunk/; revision=11756
2008-05-06 07:02:33 +00:00
Marc Weber 7939dcdd29 squid http proxy server/client- compiles / untested
svn path=/nixpkgs/trunk/; revision=9804
2007-11-27 03:54:18 +00:00