Commit Graph

29 Commits (947e443e02acc92200e45c568d2e4787242da6f2)

Author SHA1 Message Date
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
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-19 01:16:25 -08:00
Martin Weinelt c0e0a6876f
libproxy: fix CVE-2020-25219, CVE-2020-26154
CVE-2020-25219:
url::recvline in url.cpp in libproxy 0.4.x through 0.4.15 allows a
remote HTTP server to trigger uncontrolled recursion via a response
composed of an infinite stream that lacks a newline character. This
leads to stack exhaustion.

CVE-2020-26154:
url.cpp in libproxy through 0.4.15 is prone to a buffer overflow when
PAC is enabled, as demonstrated by a large PAC file that is delivered
without a Content-length header.

Fixes: CVE-2020-25219, CVE-2020-26154
2020-11-28 21:52:23 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jan Tojnar f288a7c077
libproxy: remove Python 2 bidnings
Nothing was using them.

Another step in Python 2 removal.
2019-12-15 01:50:39 +01:00
worldofpeace 7543b25e37
libproxy: build with spidermonkey_60 2019-10-03 00:09:20 +02:00
Matthew Bauer 60c62446e7 libproxy: only wrap when pxgsettings exists
https://hydra.nixos.org/build/100220165
2019-09-21 00:24:21 -04:00
Jan Tojnar 0aa934aa2d
libproxy: wrap GSetings helper
Add GSettings schemas required for GNOME helper.
2019-09-03 16:11:40 +02:00
Jan Tojnar e9953b602c
libproxy: format with nixpkgs-fmt 2019-09-03 16:11:39 +02:00
Jan Tojnar d0ddf6415a
libproxy: split python outputs 2019-09-03 16:11:39 +02:00
Jan Tojnar a01a8544f7
libproxy: remove outdated comment
We no longer propagate dependencies so the comment is not relevant.
2019-09-03 16:11:39 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Matthew Bauer 0e9da4c958 libproxy: add libc++ patch 2019-04-26 21:54:54 -04:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Jan Malakhovski 7438083a4d tree-wide: disable `doCheck` and `doInstallCheck` where it fails (the trivial part) 2018-04-25 04:18:46 +00:00
Geoffrey Reedy 7f6c4e2703 libproxy: fix building on darwin 2018-02-09 08:33:41 -07:00
Joerg Thalheim 30c380556c libproxy: 0.4.13 -> 0.4.15
reduces closure size from ~200mb to ~100mb

fixes #29775
2017-09-25 15:22:38 +01: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
Volth 3de90b259c webkitgtk: 2.14.11 -> 2.16.3 2017-05-26 16:20:54 +03:00
Jörg Thalheim 43c0530ca6
libproxy: fix compilation
also use webkit backend (webkitgtk is also a more common gnome/gtk)
Changelog: https://cgit.freedesktop.org/NetworkManager/NetworkManager/tree/NEWS?h=1.6.2
2017-04-04 17:00:40 +02:00
Nikolay Amiantov 9b4e170f72 libproxy: add networkmanager and PAC support 2016-11-24 01:17:55 +03:00
Nikolay Amiantov 6343616e3b libproxy: 0.4.11 -> 0.4.13 2016-11-20 23:47:04 +03:00
Tuomas Tynkkynen a17216af4c treewide: Shuffle outputs
Make either 'bin' or 'out' the first output.
2016-08-29 14:49:51 +03:00
Tuomas Tynkkynen 2258b21e4b treewide: Add lots of platforms to packages with no meta
Build-tested on x86_64 Linux and on Darwin.
2016-08-02 21:17:44 +03:00
Vladimír Čunát de43f843b5 libproxy: split into multiple outputs
Referrers look OK.
2015-10-13 20:18:46 +02:00
Vladimír Čunát 4cdcd4e74f libproxy: update to build with gcc47, add glib 2013-04-03 15:13:11 +02:00
Yury G. Kudryashov c97639368f libproxy-0.4.7
svn path=/nixpkgs/trunk/; revision=30293
2011-11-07 16:48:22 +00:00
Michael Raskin d6d9493a4e Update libproxy
svn path=/nixpkgs/trunk/; revision=26847
2011-04-15 04:58:17 +00:00
Sander van der Burg 7bea3189aa Added my very experimental GNOME 2.26 expression
svn path=/nixpkgs/trunk/; revision=15839
2009-06-03 12:28:25 +00:00