1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

2848 commits

Author SHA1 Message Date
Vladimír Čunát 742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Lluís Batlle i Rossell f77ae4e726 amule: 2.3.1 -> 2.3.2 2017-03-18 09:36:08 +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
Vladimír Čunát e99bc64552
Merge branch 'master' into staging
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +01:00
Tuomas Tynkkynen aba0b45b86 Merge remote-tracking branch 'upstream/master' into staging
Conflicts:
      pkgs/development/libraries/qt-5/5.7/qtbase/default.nix
2017-03-14 00:49:22 +02:00
Thomas Bach 36bb283941 haproxy: 1.7.2 -> 1.7.3 2017-03-13 23:17:03 +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
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
ndowens c52b7510b5 olsrd: 0.6.6.1 -> 0.9.6.1 2017-03-12 08:38:24 +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 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
Shea Levy fb4c43dd8a curl: Use CA bundle in nix default profile by default 2017-03-10 14:56:22 -05: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
ndowens a69d92c4df gvpe: 2.25 -> 3.0 2017-03-09 03:12:26 +02:00
Nick Novitski 44cf3c44b0 dnsmasq: install launchd plist on darwin 2017-03-09 11:30:50 +13:00
Daiderd Jordan f9f31ff83e
pdnsd: fix darwin build 2017-03-08 00:25:15 +01:00
Vladimír Čunát 09c7601c20
Merge #23583: inetutils: fix whois for canadian domains 2017-03-07 21:31:13 +01:00
Neil Mayhew ba8b6b4a7a
inetutils: Add patch for Canadian TLD server
Cherry-picked from upstream (inetutils-1_9_4-31-g73e2811).

Could be a long time before a new inetutils release is made.
vcunat amended the patch to apply.
2017-03-07 21:30:03 +01:00
Daiderd Jordan b05dc8d4bf Merge pull request #23608 from pmahoney/haproxy-darwin
haproxy: build on darwin
2017-03-07 21:03:29 +01:00
Patrick Mahoney ce03c08567 haproxy: build on darwin 2017-03-07 11:50:45 -06:00
Neil Mayhew c78251f17c inetutils: Add perl to buildInputs
`whois' uses perl for various things during its build. Without it,
whois fails to build .
2017-03-06 21:05:42 -07:00
Renaud 9256383bc2 lftp: 4.7.3 -> 4.7.6
Package update : minor updates and fixes 
See http://lftp.tech/news.html
2017-03-06 22:06:43 +01:00
Peter Hoeg 8ac336b539 mu: run tests 2017-03-06 21:46:25 +08:00
Jörg Thalheim af27d6efa7 Merge pull request #23370 from ndowens/horst
horst: git-2016-03-15 -> 5.0
2017-03-06 14:16:56 +01:00
ndowens 2ad7e759c4
driftnet: 0.7 -> 1.1.5 2017-03-06 07:58:38 -05:00
ndowens 3686e1bbc8
ocproxy: 1.50 -> 1.60 2017-03-06 07:50:50 -05:00
Joachim F 64138b3334 Merge pull request #23359 from ndowens/pptp
pptp: 1.8.0 -> 1.9.0
2017-03-05 21:55:04 +01:00
Joachim F bf73afe9cb Merge pull request #23355 from ndowens/sstp
sstp: 1.0.10 -> 1.0.11
2017-03-05 21:54:33 +01:00
ndowens b478df1349 openresolv: 3.8.1 -> 3.9.0 (#23362) 2017-03-05 21:49:48 +01:00
Michael Raskin a7645c293f getmail: 4.53.0 -> 4.54.0 2017-03-05 00:48:29 +01:00
Joachim Fasting 7b914b2986
mu: leave mug off by default
This unbreaks the package after marking legacy webkit as
insecure.  Per upstream, mug is a toy.
2017-03-04 19:07:02 +01:00
rnhmjoj 6c08b145ab mitmproxy: 1.0.2 -> 2.0.6 2017-03-04 12:58:29 +02:00
Joachim Schiele d6b0c87bda tlspool: init at 20170123 (#23437) 2017-03-03 17:38:33 +01:00
Pradeep Chhetri 6c99a31c89 httplab: init at 0.1.0 2017-03-03 17:35:31 +01:00
Jörg Thalheim 53b059ade5
miniupnpc: switch to old version by default
miniupnpc 2.0.20161216 change its api
2017-03-02 19:30:37 +01:00
Renaud b0ae3c14fb httping 2.5: fetch over https + license 2017-03-02 19:20:26 +01:00
Jörg Thalheim 4103fa5257 Merge pull request #23371 from ndowens/hans
hans: 0.4.4 -> 1.0
2017-03-02 11:43:52 +01:00
Domen Kožar 4064889e96 Merge pull request #23377 from ndowens/connect
connect: 1.104 -> 1.105
2017-03-02 11:36:04 +01:00
Jörg Thalheim 0e07b7b6be Merge pull request #23369 from ndowens/httping
httping: 2.4 -> 2.5
2017-03-02 11:27:11 +01:00
Jörg Thalheim e867620d02 Merge pull request #23367 from ndowens/miniupnpc
miniupnpc: 1.9.20150430 -> 2.0.20161216
2017-03-02 11:20:48 +01:00
ndowens 9addeafe1a par2cmdline: 0.6.11 -> 0.6.13 (#23361)
* par2cmdline: 0.6.11 -> 0.6.13

* par2cmdline: add autoreconfHook to nativeBuildInputs
2017-03-02 11:02:08 +01:00
Jörg Thalheim a9c0b0a754 Merge pull request #23356 from ndowens/speedtest-cli
speedtest-cli: 0.3.4 -> 1.0.2
2017-03-02 10:52:15 +01:00
ndowens 021046a72e swaks:20130209.0 -> 20170101.0 2017-03-02 08:19:41 +01:00
ndowens d072ac28f8 quicktun: 2.2.4 -> 2.2.5 2017-03-02 08:19:25 +01:00