125899 Commits

Author SHA1 Message Date
Daiderd Jordan
406e162884
cacert: use addEnvHooks 2018-01-07 21:25:48 +01:00
Johannes Bornhold
a88b4d4db1 nixos/matrix-synapse: Add module parameter extraConfigFiles (#33276)
This allows to configure additional configuration files for Synapse. This way
secrets can be kept in a secure place on the file system without a need to go
through the Nix store.
2018-01-07 20:13:48 +00:00
Will Dietz
a25d313753 micro: init at 1.3.4 2018-01-07 14:05:43 -06:00
Joachim F
3d8e5fe74c
Merge pull request #32952 from Izorkin/ModSecurity-nginx
modsecurity-nginx: 2017-08-23 -> 1.0.0 Stable
2018-01-07 19:39:36 +00:00
Peter Simons
066ec6a149
Merge pull request #33564 from mpickering/issue-33355
Add ansi-terminal < 0.7 to hackage2nix.yaml config
2018-01-07 19:47:13 +01:00
Yegor Timoshenko
3619a08f58
mba6x_bl: fix build
*grumble*
2018-01-07 17:49:09 +00:00
Joachim F
62111e3d16
Merge pull request #33536 from GRBurst/idea_2017.3.2
jetbrain-editors: 2017.3 -> 2017.3.2
2018-01-07 17:02:00 +00:00
Joachim F
53f6a82899
Merge pull request #33558 from dotlambda/ttwatch
ttwatch: 2017-10-31 -> 2017-12-31
2018-01-07 17:00:56 +00:00
Yegor Timoshenko
27459e2020
pidgin: build with cyrus_sasl for SASL in IRC and XMPP
SASL is required to connect to Freenode on high-abuse networks, e.g. highly
NATed networks or Tor. However, Pidgin only supports PLAIN authorization type,
and Freenode specifically prohibits using anything other than EXTERNAL or
ECDSA-NIST256P-CHALLENGE over Tor. It still allows PLAIN for potentially
problematic clearnet networks, though.
2018-01-07 16:38:35 +00:00
Pascal Wittmann
92dbe72331
libfilezilla: 0.11.1 -> 0.11.2 2018-01-07 17:09:13 +01:00
Joachim Fasting
5dc2853981 nixos/dnscrypt-proxy: remove
The upstream project ceased.

See https://github.com/NixOS/nixpkgs/issues/33540
2018-01-07 17:00:32 +01:00
Will Dietz
21f7b2b3f2 vmTools: omit '-drive ...' entirely instead of using /dev/null
Fixes #33378.
2018-01-07 17:50:44 +02:00
Pascal Wittmann
922bcd0e46
pdfpc: 4.0.7 -> 4.1 2018-01-07 16:45:48 +01:00
Pascal Wittmann
a9bce99551
osmo: 0.4.0-1 -> 0.4.2 2018-01-07 16:45:46 +01:00
Pascal Wittmann
6a22f13eb5
tmsu: 0.6.1 -> 0.7.0 2018-01-07 16:45:44 +01:00
adisbladis
fdcd9bb2e4
Merge pull request #33570 from dywedir/tiled
tiled: 1.0.3 -> 1.1.1
2018-01-07 23:17:41 +08:00
adisbladis
0188da6950
Merge pull request #33569 from mstarzyk/miller
miller: 5.2.2 -> 5.3.0
2018-01-07 23:13:32 +08:00
Francois-Rene Rideau
aa87655318 gambit: 4.8.8-415-g29ed48bb -> 4.8.8-427-g37b111a5 2018-01-07 10:00:21 -05:00
Pascal Bach
e9519ba32a gitlab-runner: 10.2.0 -> 10.3.0 2018-01-07 15:58:54 +01:00
Pascal Bach
d321f91fa1 remarshal: 0.6.0 -> 0.7.0
The checks in 0.6.0 did no longer work with the updated dependencies.
Updating to 0.7.0 fixes the issue.

The deps.nix file was used for the go version and is no longer required
as remarshal is now written in python.
2018-01-07 15:58:54 +01:00
Gemini Lasswell
8d86d2d7ef arduino: 1.8.2 -> 1.8.5 2018-01-07 15:45:46 +01:00
Sarah Brofeldt
b30dbbc577
Merge pull request #33572 from srhb/staging
Revert "gnome3.nautilus-sendto: fix build"
2018-01-07 15:29:24 +01:00
Sarah Brofeldt
11c4e8ae29 Revert "gnome3.nautilus-sendto: fix build"
This reverts commit d3ad52a58eb3e4513f962eb059918579d6813a39.

In order to see if https://github.com/NixOS/nixpkgs/pull/33524 is
sufficient
2018-01-07 15:19:36 +01:00
adisbladis
4cc3510a92 openssl_1_1_0: Fix CVE-2017-3738 2018-01-07 14:48:24 +01:00
Tuomas Tynkkynen
dc84ce085f linux_samus_4_12: Doesn't build on aarch64
https://hydra.nixos.org/build/67137766
2018-01-07 15:26:20 +02:00
dywedir
888f33f87a tiled: 1.0.3 -> 1.1.1 2018-01-07 15:18:32 +02:00
Maciek Starzyk
a6ebc9057a miller: 5.2.2 -> 5.3.0 2018-01-07 14:06:35 +01:00
Vincent Laporte
a0601f244b
gnumeric: 1.12.36 -> 1.12.38
goffice: 0.10.36 -> 0.10.38
2018-01-07 12:08:25 +00:00
Joachim F
fb2e3e9d5e
Merge pull request #33548 from erictapen/electrum-3.0.4
electrum: 3.0.3 -> 3.0.4
2018-01-07 11:58:29 +00:00
Jörg Thalheim
29e129af6f
Merge pull request #33560 from vbgl/ocaml-otr-0.3.4
ocamlPackages.otr: 0.3.3 -> 0.3.4
2018-01-07 12:23:57 +01:00
Matthew Pickering
80913e7471 Add ansi-terminal < 0.7 to hackage2nix.yaml config
This is required in order to resolve #33355
2018-01-07 11:22:37 +00:00
Jörg Thalheim
86b96ca979
Merge pull request #33562 from mimadrid/update/fpp-0.7.2
fpp: 0.7.1 -> 0.7.2
2018-01-07 12:16:53 +01:00
Miguel Madrid Mencía
c46523e8c8
fpp: 0.7.1 -> 0.7.2 2018-01-07 11:58:52 +01:00
Vladimír Čunát
ef047548ed
pdftk: fix build
Fixes #33509.
2018-01-07 11:50:40 +01:00
Vladimír Čunát
49a45fb51f
Merge #33311: meson: set checkPhase in setup hook 2018-01-07 11:28:46 +01:00
Frederik Rietdijk
e527eb0373 Revert "wrapPythonPrograms: do not propagate disabling user site-packages to child-processes"
This reverts commit 310203565c860f5c9f8074aee85871089a1f234e.

See 310203565c (commitcomment-26697890)
2018-01-07 11:21:28 +01:00
Thomas Mader
9ae35802d8 dtools: 2.075.1 -> 2.078.0 2018-01-07 11:19:03 +01:00
Vladimír Čunát
76332855dc
Merge #33222: apparmor: 2.10 -> 2.12.0 2018-01-07 11:01:43 +01:00
Vincent Laporte
bec72bf65c
ocamlPackages.otr: 0.3.3 -> 0.3.4 2018-01-07 10:00:45 +00:00
Daiderd Jordan
4b20be5096
Merge pull request #33392 from dtzWill/update/darwin-ncurses6
Use ncurses6 on all platforms
2018-01-07 10:54:51 +01:00
Frederik Rietdijk
f345f35a54 python2.pkgs.ipython: 5.3.0 -> 5.5.0 2018-01-07 10:53:34 +01:00
Jörg Thalheim
7c378a352a
Merge pull request #33550 from eqyiel/flow-0.63.1
flow: 0.62.0 -> 0.63.1
2018-01-07 10:32:06 +01:00
Frederik Rietdijk
4bd2200b81
Merge pull request #33557 from NixOS/python-unstable
Python: package updates
2018-01-07 10:24:20 +01:00
Frederik Rietdijk
50896074c2 matrix-synapse-ldap3: 0.1.2 -> 0.1.3 2018-01-07 10:20:58 +01:00
Frederik Rietdijk
ca72b38fcd python.pkgs.ldaptor: init at 16.0.1 2018-01-07 10:20:35 +01:00
Frederik Rietdijk
08f2bd45a3
Merge pull request #33554 from eqyiel/matrix-synapse-0.26.0
matrix-synapse: 0.25.1 -> 0.26.0
2018-01-07 10:10:23 +01:00
Frederik Rietdijk
dceec24705 python.pkgs.cytoolz: fix build 2018-01-07 10:02:48 +01:00
Frederik Rietdijk
aac9c9d337
Merge pull request #33528 from FRidh/imp/pythonnousersite
wrapPythonPrograms: do not propagate disabling user site-packages to child-processes
2018-01-07 09:59:00 +01:00
Daiderd Jordan
5a02143c20
Merge pull request #33010 from LnL7/cacert-hook
cacert: add hook that sets SSL_CERT_FILE
2018-01-07 09:55:15 +01:00
Vladimír Čunát
2a1425d8b7
gnome3.gnome-screenshot: fix build
Thans to Robin's d3ad52a58, as the error message was rather confusing.
2018-01-07 09:53:10 +01:00