Commit graph

131773 commits

Author SHA1 Message Date
mt_caret cce7d1b60a satysfi: init at 2018-03-07 (#36428) 2018-03-14 10:57:08 +01:00
Jörg Thalheim 0fc8f119a6
Merge pull request #36973 from ryantm/auto-update/editres
editres: 1.0.6 -> 1.0.7
2018-03-14 09:49:16 +00:00
Jörg Thalheim e58bb8d475
Merge pull request #36972 from michalrus/hubstaff
hubstaff: 1.3.0 → 1.3.1
2018-03-14 09:44:30 +00:00
Jörg Thalheim e14bea96a5
Merge pull request #36968 from ryantm/auto-update/chunksync
chunksync: 0.3 -> 0.4
2018-03-14 09:39:52 +00:00
adisbladis 606228974f
Merge pull request #36970 from ryantm/auto-update/clutter-gst
clutter-gst: 3.0.24 -> 3.0.26
2018-03-14 17:38:23 +08:00
Jörg Thalheim 97c60ab34a
Merge pull request #36971 from volth/no-pandoc-on-i686
sshuttle: fix build on i686-linux
2018-03-14 09:34:08 +00:00
Jörg Thalheim ca1921eb5b shuttle: disable buggy test on darwin 2018-03-14 09:32:17 +00:00
Ryan Mulligan a7bedb1933 editres: 1.0.6 -> 1.0.7
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.0.7 in filename of file in /nix/store/3mbmc1niw3y2m109f6v0xlch0pn1ml8q-editres-1.0.7
2018-03-14 02:28:16 -07:00
lewo a12ad22c2c
Merge pull request #36804 from vdemeester/update-notary-060
notary: 0.5.1 -> 0.6.0
2018-03-14 10:19:47 +01:00
lewo 65e5bc713b
Merge pull request #36845 from jbedo/singularity
singularity: 2.4 -> 2.4.2
2018-03-14 10:19:10 +01:00
volth f161fe06b8 sshuttle: fix build on i686-linux 2018-03-14 09:14:16 +00:00
Michal Rus b32839211b
hubstaff: 1.3.0 → 1.3.1 2018-03-14 10:08:15 +01:00
Ryan Mulligan e2fb4411eb clutter-gst: 3.0.24 -> 3.0.26
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 3.0.26 with grep in /nix/store/3x1gsqxcrbyiq3jncz9k8dfa8bi0bamf-clutter-gst-3.0.26
- found 3.0.26 in filename of file in /nix/store/3x1gsqxcrbyiq3jncz9k8dfa8bi0bamf-clutter-gst-3.0.26
2018-03-14 01:59:10 -07:00
Ryan Mulligan a73c91c99c chunksync: 0.3 -> 0.4
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- ran `/nix/store/bgpzi08y1w7zgv0iaisdd974mdy6pdpl-chunksync-0.4/bin/chunksync -h` got 0 exit code
- ran `/nix/store/bgpzi08y1w7zgv0iaisdd974mdy6pdpl-chunksync-0.4/bin/chunksync -V` and found version 0.4
- ran `/nix/store/bgpzi08y1w7zgv0iaisdd974mdy6pdpl-chunksync-0.4/bin/chunksync -h` and found version 0.4
- found 0.4 with grep in /nix/store/bgpzi08y1w7zgv0iaisdd974mdy6pdpl-chunksync-0.4
- found 0.4 in filename of file in /nix/store/bgpzi08y1w7zgv0iaisdd974mdy6pdpl-chunksync-0.4
2018-03-14 01:42:16 -07:00
adisbladis 3887b6bf3a
Merge pull request #36926 from magnetophon/faust
faust: 2.5.21 -> 2.5.23
2018-03-14 14:33:16 +08:00
Andreas Rammhold 1406823446
Merge pull request #36935 from xeji/p/libdynd
libdynd: fix build w/gcc7
2018-03-14 07:19:48 +01:00
Daiderd Jordan ecbb9027ea
Merge pull request #36847 from badi/qtlocation
qtlocation: fix darwin build
2018-03-14 00:14:53 +01:00
Graham Christensen 1a1abb383a
Merge pull request #36706 from Ma27/xautolock-testcase
xautolock: implement basic test to confirm functionality
2018-03-13 18:55:04 -04:00
xeji 4436d21dfa libdynd: fix build w/gcc7 2018-03-13 22:32:48 +01:00
Will Dietz 273fd896bc
virtualbox: 5.2.6 -> 5.2.8
Tested against all the VirtualBox VM tests.

Signed-off-by: aszlig <aszlig@nix.build>
Closes: #36127
2018-03-13 22:07:25 +01:00
aszlig ba816ee087
nixos/tests/virtualbox: Work around test failures
I've started digging into the actual cause of the problem a week ago but
didn't continue fixing this.

The reason why the tests are failing is because
torvalds/linux/commit/72f5e08dbba2d01aa90b592cf76c378ea233b00b has
remapped the location of the TSS into the CPU entry area and we did
update our default kernel to version 4.14 in NixOS/nixpkgs@88530e02b6.

Back to VirtualBox: The guru meditation happens in
selmRCGuestTssPostWriteCheck, which I think is only a followup error. I
believe the right location couldn't be determined by VirtualBox and thus
the write check function triggers that panic because it's reading from
the wrong location.

So the actual problem *only* surfaces whenever we use software
virtualization, which we do for our tests because we don't have nested
virtualization available.

Our tests are also for testing the functionality of VirtualBox itself
and not certain kernel versions or kernel features, so for the time
being and until this is fixed, let's actually use kernel version 4.9 for
the guests within the VM tests. Kernel 4.9 didn't have the mentioned
change of the TSS location and thus the tests succeed.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @dtzWill
2018-03-13 22:00:56 +01:00
Peter Simons 1aaed17244 hackage: update database snapshot to latest version 2018-03-13 21:42:54 +01:00
Peter Simons 79c97645b4 haskell-Cabal: version 2.2.x now accepts older versions of text 2018-03-13 21:41:54 +01:00
Peter Simons a3a6918137 hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.9-5-g32974fc from Hackage revision
3e784a7dcf.
2018-03-13 21:41:54 +01:00
Maximilian Bosch 4f225f96d5
xautolock: implement basic test to confirm functionality 2018-03-13 21:04:44 +01:00
Bart Brouns 9c7e9ef023 faust: 2.5.21 -> 2.5.23 2018-03-13 19:47:14 +01:00
Franz Pletz 50fdcd414e
Merge pull request #36888 from volth/xfce-naming
xfce: do not use old names
2018-03-13 18:44:59 +00:00
Franz Pletz 6e55d83576
Merge pull request #36673 from averelld/upgrade-teamviewer
teamviewer: 12.0.85001 -> 12.0.90041
2018-03-13 18:42:37 +00:00
Franz Pletz 4e3b4b0acb
Merge pull request #36916 from magnetophon/qutebrowser
qutebrowser: 1.1.1 -> 1.2.0
2018-03-13 18:35:37 +00:00
Will Dietz f1f9ac7a61
Merge pull request #36913 from efx/topic-timewarrior-darwin
timewarrior: enable for darwin
2018-03-13 13:31:16 -05:00
Will Dietz 29d46471e0 metrics: fix "values" to be count not bytes, to match prev behavior
https://github.com/NixOS/nixpkgs/pull/36896#discussion_r174163744
2018-03-13 13:29:15 -05:00
Daiderd Jordan 15ee5ff446
v8: only use -Wno-error=unused-lambda-capture with clang 2018-03-13 19:21:47 +01:00
Franz Pletz 134af4c5ac
Merge pull request #36659 from Ma27/fix-freeorion
freeorion: fix build
2018-03-13 17:55:08 +00:00
Jan Tojnar 2381bcd86f
maintainers/scripts/update.nix: use saner nubbing 2018-03-13 18:04:47 +01:00
Bart Brouns f043e09e02 qutebrowser: 1.1.1 -> 1.2.0 2018-03-13 17:54:53 +01:00
Maximilian Bosch 7da70c0b87
freeorion: fix build
`boost::system::posix_error` is deprecated since v1.37, however the
default Boost version in NixOS is 1.66.

The following upstream patch fixed the issue:
c9b5b13fb8

See ticket #36453
2018-03-13 17:33:05 +01:00
Eli Flanagan e0bf8113bf timewarrior: enable for darwin 2018-03-13 12:30:51 -04:00
Franz Pletz 4f17851fb2
fetchurl: remove broken samba mirror 2018-03-13 17:15:33 +01:00
Franz Pletz d2582dc92a
samba: 4.7.5 -> 4.7.6 for multiple CVEs
Fixes CVE-2018-1050, CVE-2018-1057.
2018-03-13 15:31:54 +01:00
Michael Raskin 9f4aaf11bd
Merge pull request #36891 from volth/aliases-2
treewide: s/saneBackends/sane-backends/g
2018-03-13 14:12:29 +00:00
Lassulus bfc75b5198 altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0 (#36715)
* altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0

* Update default.nix
2018-03-13 13:57:58 +00:00
Michael Raskin bfbc4951a6
Merge pull request #36850 from teto/virtualisation
Virtualisation
2018-03-13 13:40:33 +00:00
Frederik Rietdijk d9d21b6734 diffoscope: fetch over https 2018-03-13 14:26:19 +01:00
Frederik Rietdijk 7e3d181160 netpbm: fetch over https 2018-03-13 14:26:18 +01:00
Frederik Rietdijk 0fe236dbf2 dtc: fetch over https 2018-03-13 14:26:18 +01:00
Franz Pletz 4b72196874
Merge pull request #36806 from timokau/conan-fix
conan: Fix build
2018-03-13 13:16:21 +00:00
Franz Pletz b6990edfb3
Merge pull request #36874 from lukeadams/sambaMaster-update
sambaMaster: 4.8.0_2018-01-25 -> 2018-03-09
2018-03-13 13:16:03 +00:00
Nikolay Amiantov d7470c1f1e android-studio: fix GTK LaF
Closes #36887.
2018-03-13 16:13:18 +03:00
lewo a682ba23d4
Merge pull request #36352 from nlewo/pr-onTopOfPulledImage
Add dockerTools test: on top of pulled image
2018-03-13 13:34:25 +01:00
Peter Simons 54ade273e7
Merge pull request #36526 from idontgetoutmuch/master
Add sundials
2018-03-13 13:29:17 +01:00