Maximilian Bosch
aaf1e1c4fb
statsd: restore support for {influx,librato,stackdriver} backends
...
These packages will be placed into an environment using
`backendsToPackages`. This function explicitly maps backends to
`pkgs.nodePackages.${type}` unless it's a builtin. This ensures that only
valid backends that work on NixOS are used (if not, the build already
breaks at evaluation time).
The log will be redirected to `stdout` to be able to watch the entire
output using `journalctl`.
Configuration parameters for the backends need to be set using
`services.statsd.extraConfig` as each backend has its own options and
all of them shouldn't be validated and checked explicitly and manually.
2017-12-04 16:56:16 +01:00
Orivej Desh
67a86f7813
hashcat: 4.0.0 -> 4.0.1
...
Upstream has moved 4.0.0 into https://hashcat.net/files_legacy/hashcat-4.0.0.7z
2017-12-04 14:48:46 +00:00
adisbladis
3130c112da
Merge pull request #32276 from WilliButz/packageUpdates
...
pgtap: 0.97.0 -> 0.98.0
highlight: 3.40 -> 3.41
2017-12-04 22:10:29 +08:00
adisbladis
bd6ba753d3
Merge pull request #32303 from ebzzry/emem-0.2.50
...
emem: 0.2.48 -> 0.2.50
2017-12-04 21:49:26 +08:00
Jörg Thalheim
bce5a8d567
Merge pull request #32291 from andir/dino-git
...
dino: 2017-09-26 -> 2017-12-03
2017-12-04 13:42:15 +00:00
Lancelot SIX
f2b690ae2b
Merge pull request #32294 from earldouglas/jenkins-2.93
...
jenkins: 2.92 -> 2.93
2017-12-04 14:36:41 +01:00
Daiderd Jordan
97af9310d5
Merge pull request #32300 from adisbladis/vault-0_9_0
...
vault: 0.8.3 -> 0.9.0
2017-12-04 13:12:05 +01:00
zimbatm
3807408c38
Merge pull request #32212 from ryantrinkle/nat-port-forwarding-ranges
...
Nat port forwarding ranges
2017-12-04 12:05:05 +00:00
Daiderd Jordan
852fe55822
Merge pull request #32304 from LnL7/vault-test
...
vault: add nixos test
2017-12-04 13:04:13 +01:00
Daiderd Jordan
6a20b88cec
vault: add nixos test
2017-12-04 12:59:52 +01:00
Peter Simons
7993e8790f
Merge pull request #32112 from nc6/hask-split-out
...
Revive multiple outputs for Haskell packages.
2017-12-04 12:36:45 +01:00
Orivej Desh
f1e16171bd
Merge pull request #32301 from ckauhaus/submit/vulnix-1.4.0
...
vulnix: 1.3.4 -> 1.4.0
2017-12-04 10:09:20 +00:00
Rommel Martinez
3746506602
emem: 0.2.48 -> 0.2.50
2017-12-04 17:22:36 +08:00
Ryan Trinkle
4f8a65a163
nixos/nat: add dmzHost option ( #32257 )
2017-12-04 09:21:58 +00:00
Christian Kauhaus
10c2dcef82
vulnix: 1.3.4 -> 1.4.0
...
The new vulnix release contains auto-detection of CVE patches.
2017-12-04 09:41:05 +01:00
Vladimír Čunát
13797ff522
linux-4.13: mark as insecure (+required generic changes)
...
extraMeta was being fed as passthru without being processed by stdenv,
so without those changes, adding the security attribute would be useless.
2017-12-04 09:33:39 +01:00
adisbladis
f019707548
vault: 0.8.3 -> 0.9.0
2017-12-04 16:13:07 +08:00
adisbladis
6530159f17
gox: 20140904 -> 0.4.0
2017-12-04 16:12:40 +08:00
adisbladis
561de381bc
Merge pull request #32292 from paluh/master
...
psc-package: 0.2.4 -> 0.2.5
2017-12-04 15:43:31 +08:00
Bart Brouns
cfb2e457a4
guitarix: 0.35.6 -> 0.36.1
2017-12-04 08:13:17 +01:00
adisbladis
ceb2ef86f6
Merge pull request #32288 from bkchr/plasma_5_11_4
...
plasma: 5.11.3 -> 5.11.4
2017-12-04 15:08:57 +08:00
Orivej Desh
d7bab852b0
geolite-legacy: 2017-10-25 -> 2017-12-02
2017-12-04 06:23:47 +00:00
Orivej Desh
3eccd0b11d
premake5: 5.0.0pre.alpha.11 -> 5.0.0-alpha12
...
The new premake fixes the issue in ebb2ca7574
for
the GNU Make target.
2017-12-04 05:55:05 +00:00
Orivej Desh
ebb2ca7574
otfcc: build with ninja
...
Makefiles generated by premake do not support parallel building:
cd build/gmake
make -f deps.make config=release_x64 obj/x64/release/deps/sds.o
sds.c
../../dep/extern/sds.c:1088:1: fatal error: opening dependency file obj/x64/release/deps/sds.d: No such file or directory
}
^
compilation terminated.
make: *** [deps.make:194: obj/x64/release/deps/sds.o] Error 1
2017-12-04 05:43:37 +00:00
aszlig
6841064ac5
python/hetzner: 0.7.5 -> 0.8.0
...
New features:
* Support for retrieving reverse PTRs.
* Support for subnet-ranges.
* Add logging (aszlig/hetzner#14 ).
Fixes:
* Hide internal methods from the public API.
* Fix Python 3 compatibility.
* Fix for creating admin accounts with Hetzner's new login site.
* Fix __repr__/__str__ issue with some exceptions (aszlig/hetzner#23 ).
* Fix login for RobotWebInterface
Changes for the hetznerctl utility:
* show: Show subnets
* show: Show reverse PTRs
* New 'rdns' subcommand for getting/setting/removing reverse-PTRs.
* Use 'argparse' instead of 'optparse'.
* Add command for managing admin accounts.
* New '--debug' flag for printing debugging information.
This also fixes NixOS/nixops#778 .
Tested building against Python 2.7 and Python 3.6.
Signed-off-by: aszlig <aszlig@nix.build>
2017-12-04 06:38:19 +01:00
aszlig
d747c27387
linux-testing: 4.15-rc1 -> 4.15-rc2
...
Built successfully on x86_64-linux.
I've verified the contents of the tarball by comparing its contents
against the tag of my local checkout. Furthermore, I've checked the GPG
signature of the tag.
Signed-off-by: aszlig <aszlig@nix.build>
2017-12-04 05:24:37 +01:00
adisbladis
74857c9dce
Revert "linux_4_13: Remove, no longer supported."
...
This reverts commit b39ab30ba7
.
There are some show stopper issues in the 4.14 kernel that are still
not resolved.
https://github.com/NixOS/nixpkgs/issues/31640
2017-12-04 09:59:11 +08:00
James Earl Douglas
1bb086e17d
jenkins: 2.92 -> 2.93
2017-12-03 16:44:57 -07:00
Tomasz Rybarczyk
911dd477fb
psc-package: 0.2.4 -> 0.2.5
2017-12-04 00:11:27 +01:00
Joachim F
b4f4e06982
Merge pull request #32287 from andir/polybar-3.1.0
...
polybar: 3.0.5 -> 3.1.0
2017-12-03 23:10:23 +00:00
Andreas Rammhold
93cf0ac315
dino: 2017-09-26 -> 2017-12-03
2017-12-03 23:53:49 +01:00
Jan Tojnar
aeb32cf187
gnome3.gpaste: fix keybindings path
...
GNOME Control Center expects the keybindings to be in datadir.
2017-12-03 23:02:41 +01:00
Bastian Köcher
d830959510
plasma: 5.11.3 -> 5.11.4
2017-12-03 22:25:36 +01:00
Tuomas Tynkkynen
b39ab30ba7
linux_4_13: Remove, no longer supported.
2017-12-03 23:20:08 +02:00
Andreas Rammhold
6809cb0b5f
polybar: 3.0.5 -> 3.1.0
2017-12-03 22:14:54 +01:00
Jaka Hudoklin
bc557912a1
Merge pull request #28939 from xtruder/nixos/tor/trans_proxy
...
tor module: add support for transparent proxy and dns
2017-12-03 21:47:11 +01:00
Joachim F
2d0ed7bef5
Merge pull request #32283 from andir/tor-sec
...
tor: 0.3.1.8 -> 0.3.1.9 (CVE-2017-{8819,8820,8821,8822,8823})
2017-12-03 19:54:31 +00:00
Andreas Rammhold
959364c01d
tor: 0.3.1.8 -> 0.3.1.9 (CVE-2017-{8819,8820,8821,8822,8823})
...
More details in the release mail [1].
[1] https://lists.torproject.org/pipermail/tor-announce/2017-December/000147.html
2017-12-03 20:35:16 +01:00
Tuomas Tynkkynen
8c3b96e58c
virtualbox: Broken on non-x86
...
https://hydra.nixos.org/build/65212946
2017-12-03 19:51:59 +02:00
Tuomas Tynkkynen
b3e4b224ed
rowhammer-test: Broken on non-x86 (and Darwin)
...
https://hydra.nixos.org/build/65060720
https://hydra.nixos.org/build/65048404
2017-12-03 19:51:59 +02:00
Tuomas Tynkkynen
56ecf95468
open-vm-tools: Broken on non-x86
...
https://hydra.nixos.org/build/65049444
2017-12-03 19:51:58 +02:00
Tuomas Tynkkynen
9a13bc817e
memtest86plus: Broken on non-x86
...
https://hydra.nixos.org/build/65048457
2017-12-03 19:51:58 +02:00
Tuomas Tynkkynen
b51cc95a61
ioport: Broken on non-x86
...
https://hydra.nixos.org/build/65057213
2017-12-03 19:51:58 +02:00
Tuomas Tynkkynen
f2766b4f42
intel-gpu-tools: Broken on non-x86
...
https://hydra.nixos.org/build/65032931
2017-12-03 19:51:58 +02:00
Vladimír Čunát
e001bd2c2f
xorg-server-1.18: fixup build with glibc-2.26
...
It's non-default version required by amdgpu-pro ATM. Thanks to Mounium.
2017-12-03 16:23:45 +01:00
Tuomas Tynkkynen
17218f0bac
Make callPackage_i686 fail on on-x86
...
...instead of silently producing an i686 derivation.
2017-12-03 17:17:34 +02:00
WilliButz
717423e2f0
pgtap: 0.97.0 -> 0.98.0
2017-12-03 16:02:21 +01:00
WilliButz
1c07970bcc
highlight: 3.40 -> 3.41
2017-12-03 15:42:23 +01:00
Rok Garbas
5ab47ccfd1
zsh-prezto: updating "4f19700" -> "0crrj2n"
2017-12-03 14:51:36 +01:00
Vincent Laporte
842d8e4766
frama-c: 20170501 (Phosphorus) -> 20171101 (Sulfur)
2017-12-03 12:26:02 +01:00