Commit graph

21 commits

Author SHA1 Message Date
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