Joachim Fasting
52f0553209
Add dnscrypt-proxy service
...
The dnscrypt-proxy service relays regular DNS queries to
a DNSCrypt enabled upstream resolver.
The traffic between the client and the upstream resolver is
encrypted and authenticated, which may mitigate the risk of
MITM attacks and third-party snooping (assuming a trustworthy
upstream).
Though dnscrypt-proxy can run as a standalone DNS client,
the recommended setup is to use it as a forwarder for a
caching DNS client.
To use dnscrypt-proxy as a forwarder for dnsmasq, do
```nix
{
# ...
networking.nameservers = [ "127.0.0.1" ];
networking.dhcpcd.extraConfig = "nohook resolv.conf";
services.dnscrypt-proxy.enable = true;
services.dnscrypt-proxy.localAddress = "127.0.0.1";
services.dnscrypt-proxy.port = 40;
services.dnsmasq.enable = true;
services.dnsmasq.extraConfig = ''
no-resolv
server=127.0.0.1#40
listen-address=127.0.0.1
'';
# ...
}
```
2014-11-11 22:47:19 +01:00
Joachim Fasting
216ed76821
dnscrypt-proxy: new expression
2014-11-11 22:46:49 +01:00
Eelco Dolstra
db4053fb59
httpd-2.2: Enable building of mod_cache and friends
2014-11-11 10:39:24 +01:00
Eelco Dolstra
aa17cbf0a8
Remove unnecessary override
2014-11-11 10:38:48 +01:00
Domen Kožar
43be15a89c
fix quake3game build
2014-11-11 09:34:40 +01:00
Domen Kožar
7ff9cd2c41
more kernel fixes
2014-11-11 09:22:18 +01:00
Vladimír Čunát
fb3e83d091
firefox: update to 33.1
2014-11-11 07:46:26 +01:00
Vladimír Čunát
adb831e8bc
strongswan: -lgcc_s, fixes #4925
...
CC maint. @shlevy.
2014-11-11 07:42:00 +01:00
William A. Kennington III
189e73de98
kernel-testing: 3.18-rc3 -> 3.18-rc4
2014-11-10 22:30:43 -08:00
Domen Kožar
eba10b008f
fix tarball eval
2014-11-11 07:21:43 +01:00
Domen Kožar
b9388e9711
fix kernel builds on 32bit linux
2014-11-11 07:06:09 +01:00
Mateusz Kowalczyk
44bac05779
Merge pull request #4930 from taku0/firefox-bin-33.1
...
Update firefox-bin to 33.1
2014-11-11 05:37:38 +00:00
taku0
b5a925a972
Update firefox-bin to 33.1
2014-11-11 10:05:33 +09:00
Luca Bruno
b77d166b17
nixos: move bcache udev rule in a new bcache.nix module
2014-11-10 22:19:43 +01:00
Luca Bruno
31df4f70af
nixos: Add boot.initrd.extraUdevRulesCommands
2014-11-10 22:19:43 +01:00
William A. Kennington III
83cecbdcbc
boost: Fix runtime dependencies in fixup instead of using a hook to fix binaries
2014-11-10 13:15:37 -08:00
Eelco Dolstra
e78a1603fc
linux: Enable BPF_JIT only on 64-bit
...
It's not supported on i686.
http://hydra.nixos.org/build/16834647
2014-11-10 20:21:28 +01:00
Vladimír Čunát
28abe40149
pciutils: update, extend meta, maintain
2014-11-10 20:17:35 +01:00
Ricardo M. Correia
c108ab47be
grsecurity: Update stable and test patches
...
stable: 3.0-3.14.23-201411062033 -> 3.0-3.14.23-201411091053
test: 3.0-3.17.2-201411062034 -> 3.0-3.17.2-201411091054
2014-11-10 19:34:00 +01:00
vbgl
4f247fa10a
Merge pull request #4921 from michelk/netcdf-4.3.2
...
netcdf: update to 4.3.2
2014-11-10 17:34:26 +00:00
Michel Kuhlmann
3bff1c8fd3
netcdf: update to 4.3.2
2014-11-10 15:54:37 +01:00
Peter Simons
96c66aea67
Merge pull request #4919 from InternetSolutions/wreq-lens45
...
Use "fetchpatch" instead of a patch file.
2014-11-10 13:42:05 +01:00
Pascal Wittmann
015368fbfe
xlockmore: remove unused patch
2014-11-10 12:52:22 +01:00
Pascal Wittmann
accb8d2c55
xlockmore: update from 5.43 to 5.44, fix appdefaultdir and meta information
2014-11-10 12:46:53 +01:00
Cray Elliott
7244de4a4a
add myself to libretro maintainers
2014-11-10 02:24:19 -08:00
Michael Raskin
98878bc5a0
Link Golly against libperl and libpython so it finds them in runtime
2014-11-10 12:31:29 +03:00
Shaun Sharples
b2e9f09067
fix sha256 for patch
2014-11-10 10:47:49 +02:00
Shaun Sharples
094771012b
Use "fetchpatch" instead of a patch file.
2014-11-10 10:32:41 +02:00
Cray Elliott
9e3137ddf0
montly bump of retroarch and libretro cores
2014-11-09 23:18:23 -08:00
Mateusz Kowalczyk
a196a377a6
Merge pull request #4918 from puffnfresh/package/light
...
Add "light" package and setuid wrapper
2014-11-10 04:38:09 +00:00
Brian McKenna
a6bacd4d81
Add "light" package and setuid wrapper
2014-11-09 19:45:43 -07:00
Vincent Laporte
e69dc2be2d
fastjar: update from 0.94 to 0.98
2014-11-10 01:04:19 +00:00
Luca Bruno
4d8afa2c4b
cogl: remove wayland support, can't find wayland-egl.pc
...
Don't know how it could build before.
2014-11-10 01:07:38 +01:00
Luca Bruno
2e380c0070
Revert "add back wayland 1.5 for cogl 1.18"
...
This reverts commit 9c997fe4464752fa8ed6e4eba2c51fe154642366.
2014-11-10 01:03:32 +01:00
Luca Bruno
65e6449faa
Revert "Use wayland 1.5 also for cogl 1.16"
...
This reverts commit c2ab75c47bb3178e4d41fb6289dddbd80f9ce348.
2014-11-10 01:03:27 +01:00
Luca Bruno
c2ab75c47b
Use wayland 1.5 also for cogl 1.16
2014-11-10 00:39:44 +01:00
Luca Bruno
9c997fe446
add back wayland 1.5 for cogl 1.18
...
Wayland 1.6 removed wayland-egl.pc
2014-11-10 00:13:53 +01:00
Peter Simons
c81b6fc4b8
Merge pull request #4916 from eikek/texlive-extra
...
update texlive-extra to 2014-10-24
2014-11-09 23:20:15 +01:00
Eike Kettner
c805b29026
update texlive-extra to 2014-10-24
2014-11-09 22:48:24 +01:00
Pascal Wittmann
050d9f6e3f
Merge pull request #4915 from k0ral/ncmpcpp
...
ncmpcpp: removed old beta.
2014-11-09 21:04:55 +01:00
koral
bc1166c021
ncmpcpp: removed old beta.
2014-11-09 20:57:48 +01:00
Michael Raskin
a92edbb4f5
Merge pull request #4908 from vandenoever/redland
...
Update Redland and its dependencies rasqal and raptor.
2014-11-09 19:43:53 +03:00
Michael Raskin
7476bca0ea
Merge pull request #4909 from k0ral/ncmpcpp
...
ncmpcpp: 0.5.10 -> 0.6.1
2014-11-09 19:37:16 +03:00
Michael Raskin
6dcab5d1ed
Merge pull request #4913 from offlinehacker/pythonPackages/jrnl/add
...
pythonPackages: add jrnl, a simple journal application for your command line
2014-11-09 19:36:40 +03:00
Pascal Wittmann
fa9af37751
kermit: update from 8.0.211 to 9.0.302
2014-11-09 17:26:37 +01:00
Michael Raskin
b6203b804b
Mark binary distribution of Mozart/Oz 2.0 as such
2014-11-09 19:26:55 +03:00
stewart
076677d0bf
removed shebang in builder.sh
2014-11-09 19:26:55 +03:00
stewart
a5756e79f2
depricate mozart-1.4 for mozart-2
2014-11-09 19:26:55 +03:00
Francesco Lazzarino
6e508a61e7
new package – libtomcrypt
2014-11-09 18:50:15 +03:00
Jaka Hudoklin
8b80daeab2
pythonPackages: add jrnl, a simple journal application for your command line
2014-11-09 16:49:20 +01:00