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
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
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
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
Benjamin Hipple
b1ec502c1e
Init Centos 7.4 vmTools diskImage
...
This commit adds the CentOS 7.4 base image from the CentOS mirror, for use with
building RPMs or evaluating Nix expressions in a CentOS image.
When CentOS 7.5 comes out, I will swap this URL to the permanently vaulted image.
2017-12-03 11:42:34 -05: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
Herwig Hochleitner
bccd410e78
dwarf-fortress-packages.stoneSense: remove vestigial package
...
To use stonesense, build dwarf-fortress with `enableDFHack=true` and
`enableStoneSense=true`, then type `ssense` into the dfhack console.
This partially reverts commit 85056ee698
2017-12-03 12:22:13 +01:00
Tor Hedin Brønner
60d3a11251
nix-zsh-completions: 0.3.5 -> 0.3.6
2017-12-03 10:49:21 +00:00
Tor Hedin Brønner
9534764006
nix-bash-completions: 0.5 -> 0.6
2017-12-03 10:49:21 +00:00
Domen Kožar
d64ba1c060
Add localtime package and nixos module
...
Simple daemon for keeping system timezone up-to-date via geoclue2.
Sadly i3 status needs to be restarted for timezone changes.
2017-12-03 11:42:51 +01:00
Thomas Mader
66860af01a
ldc: 1.3.0 -> 1.5.0
...
- Bootstrap with ldc lts (0.17.5) instead of dmd.
- Enable unittests by using a fixed-output derivation for runtime tests.
2017-12-03 11:41:39 +01:00
Orivej Desh
ecd0e11851
neko: enable check phase
2017-12-03 10:30:08 +00:00
Vincent Laporte
41be8102e3
ocamlPackages.ptmap: 2.0.2 -> 2.0.3
2017-12-03 07:43:46 +00:00
Vincent Laporte
83005408d3
ocamlPackages.mlgmpidl: 1.2.4 -> 1.2.6
2017-12-03 08:21:55 +01:00
Orivej Desh
3954032ac5
fwup: 0.16.1 -> 0.18.1
2017-12-03 04:57:57 +00:00
Thomas Mader
54f1b753b3
dmd: Enable tests and integrate bootstrap into one derivation
...
- Merge bootstrap dmd into default derivation.
- Reenable all tests by using a fixed-output derivation for phobos tests because of network checks in sandbox mode.
- Adding supported platforms.
2017-12-03 05:18:57 +01:00
adisbladis
a4336c2290
Merge pull request #32265 from dywedir/youtube-dl
...
youtube-dl: 2017.11.06 -> 2017.12.02
2017-12-03 09:57:57 +08:00
Thomas Mader
48dcf2620d
dub: 1.5.0 -> 1.6.0
...
- Enable unittests by using a fixed-output derivation
- Remove substitutions because they are fixed upstream now
2017-12-03 02:52:04 +01:00
Tuomas Tynkkynen
58307d15a7
Merge remote-tracking branch 'upstream/staging' into master
2017-12-03 01:49:14 +02:00
Michael Weiss
70d1c37f77
signing-party: 2.5 -> 2.6
2017-12-03 00:40:04 +01:00
Michael Weiss
2dca1a6d6e
quiterss: 0.18.8 -> 0.18.9
2017-12-03 00:01:10 +01:00
dywedir
63c84c5ac6
youtube-dl: 2017.11.06 -> 2017.12.02
2017-12-02 23:35:48 +02:00
Jan Tojnar
e53ebf3a31
gnome3.cheese: add thumbnailers
...
Without thumbnailers available, cheese loops endlessly.
https://github.com/NixOS/nixpkgs/issues/15790
2017-12-02 20:34:30 +01:00
Jan Tojnar
f816fe6fd3
gnome3.gnome_desktop: fix sandboxing
2017-12-02 20:34:30 +01:00
Jan Tojnar
129aac73ec
gnome3.gnome_desktop: reorganize build inputs
2017-12-02 20:34:30 +01:00
Jan Tojnar
cc4d5520fb
gnome3.cheese: fix missing vp8enc preset
...
Closes : #11634
2017-12-02 20:34:29 +01:00
Jan Tojnar
83df26f180
gnome3.cheese: build devdoc
2017-12-02 20:34:29 +01:00
Jan Tojnar
cb447dda85
gnome3.cheese: build manpage
2017-12-02 20:34:29 +01:00
Jan Tojnar
a6cd26740b
gtk_doc: propagate the respect-xml-catalog-files-var.patch
...
We are patching the xmlcatalog calls in the JH_CHECK_XML_CATALOG
macro to use the XML_CATALOG_FILES environment variable instead
of a single central catalog file. Since consumers (libraries or
applications) are expected to copy the m4 files to their source
tree, we need to patch them separately. The files should be
identical, though, so we can reuse the patch for gtk_doc.
This commit makes the patch available in passthru so the consumer
expressions do not need to maintain the long relative path.
2017-12-02 20:34:29 +01:00
Jan Tojnar
d95052a896
gnome3.cheese: add effects to path
2017-12-02 20:34:29 +01:00
Jan Tojnar
9d18aa073d
gnome3.cheese: reorganize build inputs
2017-12-02 20:34:29 +01:00
Jan Tojnar
d217cad2ac
gnome3.gnome-video-effects: 0.4.1 → 0.4.3
2017-12-02 20:34:29 +01:00
Tim Steinbach
4e7deb7100
linux-copperhead: 4.14.2.a -> 4.14.3.a
2017-12-02 14:01:14 -05:00
Nicolò Balzarotti
af3745f615
osrm-backend: 4.9.1 -> 5.14.1
2017-12-02 20:00:04 +01:00
Orivej Desh
e29b1f4ba7
Merge pull request #32259 from orivej/qt
...
Revert "qt5: 5.9.1 -> 5.9.3"
2017-12-02 18:49:33 +00:00
Orivej Desh
a1b77bfe5f
Revert "qt5: 5.9.1 -> 5.9.3"
...
KDE frameworks 5.40 are not compatible with Qt 5.9.3: #32253
This reverts commit bd71d3aef7
(#32100 ).
2017-12-02 17:22:17 +00:00
Joachim F
7d27f25582
Merge pull request #32213 from pbogdan/update-wordpress
...
wordpress: 4.9 -> 4.9.1
2017-12-02 16:40:03 +00:00
sg2002
af9cf7ec77
lm-sensors: add option to enable sensord ( #32172 )
2017-12-02 15:46:14 +00:00
Tuomas Tynkkynen
491e5d8649
rustc: Support aarch64
2017-12-02 14:46:33 +02:00
Michael Fellinger
94b7925b30
elm-interface-to-json: init at 0.1 ( #32194 )
...
elm-interface-to-json -> init at 0.1
2017-12-02 13:32:45 +01:00
Orivej Desh
4a7a497fb6
go: add procps for sysctl in tests, print ulimits for debugging resource exhaustion
2017-12-02 12:19:14 +00:00
Orivej Desh
ae2cf0bee8
tortoisehg: check imports
...
This could have prevented #32245 .
2017-12-02 11:40:37 +00:00
Daiderd Jordan
0017479abb
Merge pull request #32100 from bkchr/qt_5_9_3
...
qt5: 5.9.2 -> 5.9.3
2017-12-02 11:12:38 +01:00
Peter Simons
ce777a26f6
hackage-packages.nix: automatic Haskell package set update
...
This update was generated by hackage2nix v2.7 from Hackage revision
766fbc64fb
.
2017-12-02 10:08:45 +01:00
Vladimír Čunát
33300c7316
Merge branch 'master' into staging
...
Hydra: ?compare=1415329
2017-12-02 09:37:07 +01:00
Orivej Desh
686ce232aa
Merge pull request #32247 from kini/glucose-syrup-arg
...
glucose-syrup: Remove unused fetchurl argument
2017-12-02 07:47:40 +00:00
Joachim F
96cff07ac5
Merge pull request #32151 from chpatrick/mate-media
...
mate-media: init at 1.18
2017-12-02 06:21:51 +00:00
Orivej Desh
7b1489e1a1
j: fix build
...
/usr/bin/env does not exist in the sandbox.
2017-12-02 06:04:00 +00:00
Keshav Kini
2d91801242
glucose-syrup: Remove unused fetchurl argument
2017-12-01 21:13:21 -08:00
adisbladis
1741042388
firefox-beta-bin: 58.0b7 -> 58.0b8
2017-12-02 09:50:15 +08:00
adisbladis
c1fc9d5cd4
firefox-devedition-bin: 58.0b7 -> 58.0b8
2017-12-02 09:50:07 +08:00
adisbladis
a3b5575bcd
Merge pull request #32226 from bkchr/airwave
...
vst-sdk: vstsdk366_27_06_2016_build_61 -> vstsdk368_08_11_2017_build_121
2017-12-02 09:36:03 +08:00
Jörg Thalheim
278f2faf8e
Merge pull request #32228 from bkchr/digikam
...
digikam: Fix empty album problem with Qt 5.9.3
2017-12-02 01:19:11 +00:00
Robert Helgesson
d1ddc3ff23
perl-Sys-Syslog: 0.34 -> 0.35
...
Fixes CVE-2016-1238.
2017-12-01 23:50:15 +01:00
Robert Helgesson
25a853e619
perl-Log-Any: disable syslog test
2017-12-01 23:44:19 +01:00
Robert Helgesson
84c3186711
perlPackages: update some packages
...
- CGI: 4.37 -> 4.38
- Log-Any: 1.045 -> 1.703
- Moo: 2.003003 -> 2.003004
- Sub-Info: init at 0.002
- Term-Table: init at 0.012
- Test2-Suite: 0.000061 -> 0.000094
- Test-Simple: 1.302067 -> 1.302120
2017-12-01 23:33:24 +01:00
Vincent Laporte
871fa250b6
ocamlPackages.ipaddr: 2.7.2 -> 2.8.0
2017-12-01 22:26:54 +00:00
Jörg Thalheim
ae096444a2
simgrid: 3.15 -> 3.17 ( #32114 )
...
* simgrid: 3.15 -> 3.17 + clean + add options
* Add myself as maintainer
* Fix typo
2017-12-01 22:14:24 +00:00
Jörg Thalheim
302552b722
Merge pull request #32120 from rybern/add-drip
...
drip: init at 0.2.4
2017-12-01 21:44:23 +00:00
Jörg Thalheim
04221193f9
Merge pull request #32167 from dotlambda/git-annex-adapter
...
python3Packages.git-annex-adapter: init at 0.2.0
2017-12-01 21:39:08 +00:00