Commit graph

23 commits

Author SHA1 Message Date
rnhmjoj 2120f02960
nixos/tests/privoxy: add test 2021-03-09 11:03:00 +01:00
rnhmjoj 7fd9d4bda7
privoxy: enable more useful features
This cause ~6MB of closure size increase.
2021-03-09 11:02:44 +01:00
Thomas Bereknyei ce41fe1a17 privoxy: update license 2021-03-01 23:57:43 -05:00
R. RyanTM 151e9e8831 privoxy: 3.0.31 -> 3.0.32 2021-03-01 23:57:43 -05:00
R. RyanTM e7aedc1e25 privoxy: 3.0.30 -> 3.0.31 2021-02-08 09:29:56 +01:00
R. RyanTM bedc38c4c6 privoxy: 3.0.29 -> 3.0.30 2021-01-31 00:39:01 +00:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
R. RyanTM c6fafc6879 privoxy: 3.0.28 -> 3.0.29 2020-12-03 05:34:13 +00:00
1000101 c597a7f869 formatting: fix missing leading whitespace 2020-06-07 17:29:08 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01: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
R. RyanTM 5d60c8c19c privoxy: 3.0.26 -> 3.0.28
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/privoxy/versions
2019-01-13 09:48:48 +01:00
Robin Gloster 264d6641ec
privoxy: fix weird use of STRIP in the Makefile 2017-08-03 23:19:41 +02:00
Joachim Fasting 148ee2cba9
privoxy: homepage now reachable via https 2016-12-06 15:48:39 +01:00
Joachim Fasting 1a427cf625
privoxy: enable pie 2016-12-06 15:48:28 +01:00
Joachim Fasting 407537a4bc
privoxy: 3.0.24 -> 3.0.26
With some minor cosmetics
2016-12-05 13:20:51 +01:00
Tony White 627f7bf6a5 privoxy: 3.0.22 - > 3.0.24
- Security fixes
- Bug fixes
- General improvements
- Action file improvements
- Documentation improvements

Please see http://www.privoxy.org/announce.txt
for more detail.
2016-01-30 14:21:20 +00:00
Evgeny Egorochkin 4bf9039abf privoxy: update from 3.0.21 to 3.0.22 2014-12-19 08:34:32 +02:00
Evgeny Egorochkin b0d281dd58 privoxy: update the build script, add documentation dependency 2013-12-04 04:41:25 +02:00
Nixpkgs Monitor 3837210fed privoxy: update from 3.0.12 to 3.0.21, potentially fixes CVE-2013-2503 2013-12-04 04:28:34 +02:00
Lluís Batlle i Rossell 70302d2d18 Adding inputs to privoxy, so it gets more features (zlib, documentation, pcre)
svn path=/nixpkgs/trunk/; revision=21809
2010-05-16 22:14:02 +00:00
Rob Vermaas 3e8d1bbe6f coreutils not needed as input for privoxy
svn path=/nixpkgs/trunk/; revision=17647
2009-10-05 15:56:36 +00:00
Rob Vermaas b7321eddce added privoxy
svn path=/nixpkgs/trunk/; revision=17645
2009-10-05 14:15:28 +00:00