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
Will Dietz
ae67c0026c
dnscrypt-proxy2: 2.0.22 -> 2.0.25
...
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.25
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.24
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/2.0.23
2019-06-06 21:56:19 -05:00
worldofpeace
6ffd201adf
Update pkgs/tools/networking/dnscrypt-proxy/2.x/default.nix
...
Co-Authored-By: bbigras <bigras.bruno@gmail.com>
2019-04-05 15:28:16 +00:00
Bruno Bigras
9ec0a26027
dnscrypt-proxy2: 2.0.21 -> 2.0.22
2019-04-05 15:28:16 +00:00
Carlos D'Agostino
0fd37a2da1
dnscrypt-proxy2: 2.0.15 -> 2.0.21
2019-03-20 21:13:59 +11:00
Jascha Geerds
ffedc3e4a9
misc: Remove myself from list of maintainers
...
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
Vladimír Čunát
9b48a67731
treewide: fix various links (homepage, src)
2018-09-03 16:53:02 +02:00
Joachim Fasting
044653e047
dnscrypt-proxy2: meta.description nit
2018-07-10 19:45:34 +02:00
wayne
dae9cf6106
dnscrypt-proxy2: init at 2.0.15
2018-07-10 17:31:08 +00:00
John Ericson
f79f80dbf2
treewide: get rid of platforms.allBut
...
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
rnhmjoj
e0540876ad
dnscrypt-proxy: use mirror for source archive
2018-01-09 00:32:05 +01:00
Joachim Fasting
4a65f9ef5f
dnscrypt-proxy: enable parallel building
2017-08-06 23:38:13 +02:00
Joachim Fasting
bfd3227686
dnscrypt-proxy: 1.9.4 -> 1.9.5
...
See https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.5
2017-05-21 18:08:14 +02:00
Joachim Fasting
0526467494
dnscrypt-proxy: enable additional plugins
...
Adding ldns builds additional plugins for rewriting DNS queries,
such as blocking and forwarding.
For example, to use a custom domain blocklist, you can do
```nix
let
myBlockListFile = writeText "blocked-domains" ''
*.example.com
'';
in
{
services.dnscrypt-proxy.extraArgs = [
"-X libdcplugin_example_ldns_blocking.so,--domains=${myBlockListFile}"
];
}
```
2017-03-16 16:15:33 +01:00
rnhmjoj
a7b7d0fc3e
dnscrypt-proxy: 1.9.1 -> 1.9.4
2017-01-23 13:15:33 +01:00
Joachim Fasting
0f24e56728
dnscrypt-proxy: 1.9.0 -> 1.9.1
2017-01-07 08:02:53 +01:00
Joachim Fasting
64f45520b9
dnscrypt-proxy: 1.7.0 -> 1.9.0
...
Release notes at:
https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.9.0
Packaging tweaks:
- No longer split man page, kind of pointless ...
- No longer install libtool files, they are now optional
2016-12-30 05:33:58 +01:00
Joachim Fasting
8d02a631be
dnscrypt-proxy: 1.6.1 -> 1.7.0
...
No user-facing changes of particular note.
Full changelog at https://github.com/jedisct1/dnscrypt-proxy/releases/tag/1.7.0
2016-08-02 09:35:08 +02:00
Joachim Fasting
7646bea560
dnscrypt-proxy: fix faulty use of platforms.allBut
...
In 63b6498aa0
I added a faulty
use of `platforms.allBut` causing dnscrypt-proxy to continue
being built (and failing) on OS X. D'oh!
2016-07-26 23:10:46 +02:00
Joachim Fasting
715e42dc76
dnscrypt-proxy: minor refactor
2016-05-06 01:57:08 +02:00
Joachim Fasting
ec406eb640
dnscrypt-proxy: split man output
2016-04-15 17:41:41 +02:00
Joachim Fasting
63b6498aa0
dnscrypt-proxy: disable darwin build
...
The darwin build has been broken for a long time and I'm unable to
properly debug the issue.
What appears to be happening is that the symbol `HAVE_SANDBOX_INIT` ends
up being defined as 1 while `HAVE_SANDBOX_H` ends up being 0, resulting in
undefined reference errors when `sandbox_init()` is called (because
`<sandbox.h>` is not included first).
This is a regression from dnscrypt-proxy 1.6.0 to 1.6.1.
For context, sandbox.h is a deprecated OSX mechanism for sandboxing.
The build failure is at
https://hydra.nixos.org/build/32705849/nixlog/1/raw
This patch closes NixOS/nixpkgs#14064
2016-03-24 17:14:22 +01:00
Joachim Fasting
b3592d0b20
dnscrypt-proxy: refactorings
...
- move build deps to nativeBuildInputs
- use https urls
2016-03-12 18:53:28 +01:00
Marius Bakke
c5f177cb5d
dnscrypt-proxy: 1.6.0 -> 1.6.1
2016-03-02 15:12:06 +00:00
Arseniy Seroka
fcd855fa7f
Merge pull request #8883 from joachifm/dnscrypt-proxy-1_6_0
...
dnscrypt-proxy: 1.5.0 -> 1.6.0
2015-07-20 00:33:04 +03:00
Joachim Fasting
b9895740ba
dnscrypt-proxy: 1.5.0 -> 1.6.0
2015-07-18 20:31:18 +02:00
James Cook
a456168e5b
Merge pull request #6702 from joachifm/dnscrypt-proxy
...
nixos: some improvements for dnscrypt-proxy
2015-07-12 00:17:46 -07:00
Jascha Geerds
3113d31070
dnscrypt-proxy: Add myself as maintainer
2015-06-22 08:45:48 +02:00
Joachim Fasting
359215e3fd
dnscrypt-proxy: 1.4.3 -> 1.5.0
2015-06-19 22:52:38 +02:00
Joachim Fasting
114cb31b65
dnscrypt-proxy: enable systemd support on linux
...
This permits using socket activation in the NixOS service
module.
2015-06-12 15:12:33 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Eelco Dolstra
2ed5c2bd6b
Set some meta.platforms
...
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Joachim Fasting
681f373fb7
dnscrypt-proxy: bump to version 1.4.3
2015-02-06 08:49:26 +01:00
Joachim Fasting
119d93e223
dnscrypt-proxy: minor superficial improvements
...
- Use upstream description and explicitly set platforms = all
- Coding conventions fix
2014-11-22 16:19:06 +01:00
Joachim Fasting
216ed76821
dnscrypt-proxy: new expression
2014-11-11 22:46:49 +01:00