Guillaume Maudoux
8ecb94bb97
curl: Use default trust store of TLS backend
...
Having curl fall back to openssl's CA means that we need not patch curl
to respect NIX_SSL_CERT_FILE. It will work in all the cases.
This reverts commit fb4c43dd8adbd7a10d1c52539b36e2da269f3f7f "curl: Use CA bundle in nix default profile by default"
If we want to reintroduce that feature, this needs to go inside openssl
2017-03-22 11:54:20 +01:00
Guillaume Maudoux
525a663174
curl, git: Fix curl default CA, let git use it
...
Improve patching of curl to use NIX_SSL_CERT_FILE as default CA
Remove patches from git, as git uses curl and passes its environment
variables to curl.
2017-03-22 11:22:53 +01:00
Domen Kožar
c3c9412c7d
git, openssl, curl: Respect $NIX_SSL_CERT_FILE
...
Slightly modified version of 942dbf89c6120cb5b52fb2ab456855d1fbf2994e
2017-03-20 14:11:20 +01:00
Daiderd Jordan
52c6d6770f
Merge pull request #24050 from shanemikel/package_htmldoc
...
htmldoc: add darwin support
2017-03-19 22:39:36 +01:00
Shane Pearlman
fa9400f16f
htmldoc: use stdenv.lib.optional instead of stdenv.lib.enable
2017-03-19 14:21:29 -07:00
ndowens
93ec1ad987
highlight: 3.28 -> 3.35 ( #24068 )
...
* highlight: 3.28 -> 3.35
highlight: Add support for darwin, suspecting needs gcc
highlight: Fixed isDarwin [gcc]
* highlight: enable darwin build
2017-03-19 15:22:57 -05:00
Pascal Wittmann
e8a395079a
opkg: 0.3.3 -> 0.3.4
2017-03-19 18:42:43 +01:00
Jörg Thalheim
a4c5fc068a
createrepo_c: add missing patches
2017-03-19 16:10:11 +01:00
Jörg Thalheim
1b10483b5e
htmldoc: use sha256 instead of md5
2017-03-19 13:31:13 +01:00
Michael Raskin
8565047bdd
kdiff3: fix build
2017-03-19 12:16:32 +01:00
Michael Raskin
e16c5a8254
Merge pull request #24052 from benley/yubikey-manager
...
yubikey-manager: init at 0.3.1
2017-03-19 11:25:12 +01:00
Jörg Thalheim
d21c647ddb
createrepo_c: fix build
...
(cc: @copumpkin)
2017-03-19 11:11:43 +01:00
Benjamin Staffin
24308432b7
yubikey-manager: init at 0.3.1
2017-03-19 05:30:54 -04:00
Michael Raskin
d9ab289707
Merge pull request #23686 from nicknovitski/hostsblock
...
init hostsblock (and kwakd)
2017-03-19 10:00:30 +01:00
Shane Pearlman
63bd364cf9
htmldoc: add darwin support
...
I also added a long description and updated the homepage to point to
the author’s new github.io site.
2017-03-18 21:44:55 -07:00
Michael Raskin
39609e3157
Merge pull request #23996 from manveru/add-phraseapp
...
phraseapp-client: init at 1.4.3
2017-03-18 20:08:45 +01:00
Michael Raskin
4707ac31f1
Merge pull request #23942 from mbrgm/restic
...
restic: init at 0.5.0
2017-03-18 20:01:14 +01:00
Michael Raskin
89f62be345
Merge pull request #23715 from risicle/moz-sops
...
Add Mozilla sops package
2017-03-18 19:18:06 +01:00
Michael Raskin
7bbf7cb57b
Merge pull request #23543 from ndowens/s6-portable-utils
...
s6-portable-utils: 2.0.5.3 -> 2.1.0.0
2017-03-18 18:47:13 +01:00
Michael Raskin
452cc25e5b
Merge pull request #23311 from cheecheeo/zstdmt
...
zstdmt: init at 0.3
2017-03-18 18:40:22 +01:00
Michael Raskin
f2bba743fb
Merge pull request #23283 from alibabzo/init/proselint
...
proselint: init at 0.8.0
2017-03-18 18:29:20 +01:00
Frederik Rietdijk
e67b979ab5
Merge remote-tracking branch 'upstream/master' into HEAD
2017-03-18 15:32:43 +01:00
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
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
Michael Fellinger
6cc1200bd5
marathonctl: init at 2017-03-06
2017-03-17 23:10:27 +01:00
Michael Fellinger
acdcbf7b14
phraseapp-client: init at 1.4.3
2017-03-17 21:50:50 +01:00
Renaud
1129f92f65
file: 5.28 -> 5.30
2017-03-17 19:43:50 +01:00
Nick Novitski
a3620396fd
hostsblock: init at 20161213
2017-03-17 22:07:15 +13: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
Marius Bergmann
2a65628826
restic: init at 0.5.0
2017-03-15 23:45:42 +01: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
Vladimír Čunát
e99bc64552
Merge branch 'master' into staging
...
More larger rebuilds from master, unfortunately.
2017-03-15 19:09:56 +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
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
mimadrid
363cfbd23d
ripgrep: 0.4.0 -> 0.5.0
2017-03-13 22:48:38 +01:00