Daiderd Jordan
7d81be90c2
Merge pull request #23569 from LnL7/darwin-idutils
...
idutils: disable tests on darwin
2017-03-18 13:26:25 +01:00
Michael Raskin
eeef599ced
wayv: install docs
2017-03-18 12:41:09 +01:00
Michael Raskin
5833da6ad5
wayv: init at 0.3
2017-03-18 12:41:09 +01:00
Michael Raskin
6e74e165cb
xannotate: init at 20150301
2017-03-18 12:41:09 +01:00
Lluís Batlle i Rossell
f77ae4e726
amule: 2.3.1 -> 2.3.2
2017-03-18 09:36:08 +01:00
Michael Fellinger
6cc1200bd5
marathonctl: init at 2017-03-06
2017-03-17 23:10:27 +01:00
Renaud
1129f92f65
file: 5.28 -> 5.30
2017-03-17 19:43:50 +01: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
Peter Hoeg
99c7aa45e7
s3ql: 2.17.1 -> 2.21
2017-03-16 18:19:57 +08:00
Peter Hoeg
bf5dc90f30
keybase: 20170209 -> 1.0.20
2017-03-16 10:01:57 +08:00
Daiderd Jordan
c8ddac7c76
Merge pull request #23864 from mimadrid/update/ripgrep-0.5.0
...
ripgrep: 0.4.0 -> 0.5.0
2017-03-15 21:42:23 +01:00
edanaher
77b7b7df33
bup: 0.28.1 -> 0.29 ( #23876 )
2017-03-15 21:20:25 +01:00
Pascal Wittmann
19cb65206f
Merge pull request #23908 from nicknovitski/entr-update
...
entr: upgrade to 3.7
2017-03-15 09:06:26 +01:00
Nick Novitski
d546966d7d
entr: upgrade to 3.7
2017-03-15 17:22:35 +13:00
Sander van der Burg
a26c51116d
disnix: 0.6 -> 0.7
2017-03-14 23:18:23 +01:00
Leon Isenberg
6de3eb9918
nixbot: typo
2017-03-14 18:08:09 +02:00
Robin Gloster
c555556af5
refind: mark as broken
2017-03-14 15:36:35 +01:00
Frederik Rietdijk
cc4ff29a6b
Merge pull request #23868 from fuzzy-id/master
...
haproxy: 1.7.2 -> 1.7.3
2017-03-14 13:38:00 +01:00
Peter Hoeg
b0c7df9fbc
crudini: fix maintainer and run tests
2017-03-14 18:44:50 +08:00
Peter Hoeg
f09a73896b
crudini: init at 0.9
2017-03-14 17:22:56 +08:00
Thomas Bach
36bb283941
haproxy: 1.7.2 -> 1.7.3
2017-03-13 23:17:03 +01:00
mimadrid
363cfbd23d
ripgrep: 0.4.0 -> 0.5.0
2017-03-13 22:48:38 +01:00
Benno Fünfstück
c8c4902ee1
Merge pull request #23828 from ndowens/gupnp-tools
...
gupnp-tools: 0.8.8 -> 0.8.13
2017-03-13 14:58:02 +01:00
Michael Raskin
7eae71fc73
Merge pull request #23831 from orivej/mtr
...
mtr: 0.86 -> 0.87
2017-03-13 10:21:32 +01:00
Pascal Wittmann
d1247221cb
Merge pull request #21802 from yurrriq/add/pkgs/tools/misc/latex2html
...
latex2html: init at 2016
2017-03-13 09:20:09 +01:00
Orivej Desh
c272796806
mtr: 0.86 -> 0.87
2017-03-13 04:31:00 +00:00
ndowens
912b956b07
gupnp-tools: 0.8.8 -> 0.8.13
2017-03-12 20:55:07 -05:00
Jörg Thalheim
9e6fe2e4f2
Merge pull request #23765 from benley/ykpers-duplicate
...
ykpers: consolidate into yubikey-personalization
2017-03-12 22:26:32 +01:00
Jörg Thalheim
3a5912c049
Merge pull request #23694 from 8573/8573/fix/pkg/ripgrep/install-man-page/1
...
ripgrep: install man-page
2017-03-12 22:06:50 +01:00
ndowens
c52b7510b5
olsrd: 0.6.6.1 -> 0.9.6.1
2017-03-12 08:38:24 +01:00
Benjamin Staffin
f474f82860
ykpers: consolidate into yubikey-personalization
...
Looks like this accidentally got packaged twice.
2017-03-11 16:23:00 -05:00
Franz Pletz
7dfea0a84a
youtubeDL: 2017.03.07 -> 2017.03.10
2017-03-11 10:24:38 +01:00
Lluís Batlle i Rossell
7aa5effaf6
lzham: init at 1.0
...
Compressor.
2017-03-11 10:00:06 +01:00
Lluís Batlle i Rossell
8ac134321b
bsc: init at 3.1.0
...
Compressor.
2017-03-11 10:00:06 +01:00
Franz Pletz
39e8db7849
wget: add patch for CVE-2017-6508
2017-03-11 08:18:57 +01:00
Joachim Fasting
8db26dbee4
packetdrill: minor packaging tweaks
...
- native build inputs
- allow building with hardening
2017-03-10 23:35:29 +01:00
David Johnson
2151e3b8eb
packetdrill: init at 1.0
...
Closes https://github.com/NixOS/nixpkgs/pull/23679
2017-03-10 23:35:26 +01:00
Daiderd Jordan
798623fd2b
Merge pull request #23653 from LnL7/darwin-crunch
...
crunch: enable darwin build
2017-03-10 22:01:41 +01:00
Daiderd Jordan
8b7f5e8db2
Merge pull request #23578 from nicknovitski/dnsmasq-plist
...
dnsmasq: install launchd plist on darwin
2017-03-10 22:01:12 +01:00
Daiderd Jordan
f0f77af897
Merge pull request #23567 from LnL7/darwin-pdnsd
...
pdnsd: fix darwin build
2017-03-10 21:59:38 +01:00
Susan Potter
35f9f63a39
dd-agent: 5.5.2 -> 5.11.2
2017-03-10 17:35:27 +01:00
Susan Potter
17a8d19032
dd-agent: fix Python missing dependencies and versions
2017-03-10 17:35:27 +01:00
Nikolay Amiantov
7dcc40b674
networkmanagerapplet: add dconf and glib_networking
...
Fixes #23700 .
2017-03-10 16:14:34 +03:00
c74d
161d73c163
ripgrep: install man-page
...
Modify the `ripgrep` package to install the tool's manual page.
I have tested this commit per nixpkgs manual section 11.1 ("Making
patches").
2017-03-10 07:12:16 +00:00
Tuomas Tynkkynen
e7ce27f9ce
john: Disable parallel build
...
http://hydra.nixos.org/build/49940032/nixlog/1/raw
2017-03-10 01:48:53 +02:00
Michael Raskin
1fc3486154
glusterfs: 3.9.1 -> 3.10.0
2017-03-09 18:47:38 +01:00
Michael Raskin
4d44ed9d90
ipmiutil: 3.0.1 -> 3.0.2
2017-03-09 18:47:37 +01:00
Michael Raskin
1c8c795a20
asymptote: 2.39 -> 2.40
2017-03-09 18:47:37 +01:00
Michael Raskin
1a665f4850
mc: 4.8.18 -> 4.8.19
2017-03-09 18:47:37 +01:00
Jörg Thalheim
eb8b6022ed
Merge pull request #23640 from PierreR/master
...
pythonPackages.pepper: init at 0.5.0
2017-03-09 12:05:24 +01:00