Commit graph

38 commits

Author SHA1 Message Date
John Wiegley 3deeecddad squid, squid4: Allowing build on Darwin 2018-01-17 09:53:46 -08:00
Franz Pletz 28967501e9
squid4: 4.0.20 -> 4.0.21 2017-08-27 02:33:33 +02: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 a7210764eb
squid4: 4.0.17 -> 4.0.20 2017-06-20 03:45:47 +02:00
Franz Pletz fcbf28d6b5
squid: 3.5.23 -> 3.5.26 2017-06-20 03:45:46 +02:00
Michael Raskin 076e265164 squid4: init at 4.0.17 2017-01-26 09:29:54 +01: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
Graham Christensen 75c90fff39 squid: 3.5.1 -> 3.5.15 for CVE-2016-2571 2016-03-21 09:06:47 -05:00
Mathnerd314 eb7404d97a all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
Michael Raskin e15ed5abf5 Squid: remove --march=native
The Squid build default behaivour is to request optimisation for the
current CPU which is not a good idea in distro builds.
2015-05-13 12:39:01 +03:00
Michael Raskin a910aa77fb Add Squid 3.5 2015-01-18 01:58:20 +03:00
Pascal Wittmann a15198e844 squids.latest: update from 3.4.9. to 3.4.11 2015-01-15 00:54:26 +01:00
Michael Raskin 09e505a4c4 Update Squid proxy 2014-11-04 00:37:42 +03:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Michael Raskin a5509026ec Add Squid 3.4.5 and enable its SSL features. 2014-06-13 17:41:42 +04:00
William A. Kennington III bdb842d5eb Move all db4 packages to the default db5 2014-02-15 12:03:02 +01:00
Nixpkgs Monitor 751e111a87 squids.latest: update from 3.2.2 to 3.2.13, potentially fixes CVE-2012-5643, CVE-2013-0189, CVE-2013-1839, CVE-2013-4123 2013-12-23 05:18:34 +02:00
Nixpkgs Monitor b296f02449 squid: update from 3.1.15 to 3.1.23, potentially fixes CVE-2012-5643, CVE-2013-0189 2013-12-04 05:00:42 +02:00
Peter Simons ce5b1fd053 squid: build without -Werror to fix build on GCC 4.8.x 2013-04-07 23:33:19 +02:00
Michael Raskin cdd51e2730 Update Squid 3.2 to the latest 3.2.2 version 2012-10-17 16:44:26 +04:00
Michael Raskin ba2343ba12 Update Squid-3.2; builds now
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33483
2012-03-30 05:21:56 +00:00
Michael Raskin 6a01304317 Adding TFTP-HPA
svn path=/nixpkgs/trunk/; revision=28915
2011-08-30 07:02:01 +00:00
Michael Raskin 7db8225aed Update Data Matrix library and ifx its build
svn path=/nixpkgs/trunk/; revision=20139
2010-02-20 11:56:23 +00:00
Michael Raskin 1dd385c5b9 Updated Squid
svn path=/nixpkgs/trunk/; revision=14451
2009-03-08 12:29:34 +00:00
Marc Weber 51289a41b0 adjust packages to overridableDelayableArgs
svn path=/nixpkgs/trunk/; revision=14427
2009-03-06 23:21:24 +00: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
Wouter den Breejen 70b50b9f52 Another version bump (because of another 404)
svn path=/nixpkgs/trunk/; revision=12281
2008-07-06 18:32:42 +00:00
Michael Raskin 5b98b7ac77 Added 3.Head version of Squid. Supports IPv6 servers.
svn path=/nixpkgs/trunk/; revision=11828
2008-05-15 17:51:22 +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