3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

216508 commits

Author SHA1 Message Date
Erik Arvstedt d85dc4f690
qemu-vm: fix inconsistent caching of xchg dirs
xchg is advertised as a bidirectional exchange dir, but file content
transfer from host to VM fails due to caching:
If a file is read in the VM and then modified on the host, subsequent
re-reads in the VM can yield old, cached data.
This is caused by the use of 9p's cache=loose mode that is explicitly
meant for read-only mounts.

9p doesn't provide any suitable cache modes, so fix this by disabling
caching.

Also, remove a now unnecessary sync in the test driver.
2020-06-01 21:55:33 +02:00
Erik Arvstedt dfa743e49e
test-driver: remove useless syncs
These syncs have the goal to transfer host filesystem changes to the VM,
but they have no effect because 1) syncing in the VM can't possibly pull
in host data and 2) 9p is accessing the host filesystem on the cached
layer anyways, so even syncing on the host would have no effect in the
VM.
2020-05-27 23:03:15 +02:00
Michael Weiss 1be9d1e8b0
Merge pull request #82251 from primeos/wlroots
wlroots: 0.10.0 -> 0.10.1
2020-03-10 16:25:41 +01:00
Timo Kaufmann e05e219b31
Merge pull request #82240 from timokau/sage-docutils-0.15-fix
sage: fix test suite with docutils 0.15
2020-03-10 15:25:22 +00:00
Silvan Mosberger 1d304db1e2
Merge pull request #82208 from Infinisil/ini-lists
lib/generators: Add toINI option for duplicate keys
2020-03-10 16:22:07 +01:00
Michael Weiss c7fb3750cc
tev: 1.14 -> 1.15 2020-03-10 16:17:19 +01:00
Michael Weiss a65d0d5bf2
androidStudioPackages.{dev,canary}: 4.1.0.1 -> 4.1.0.2 2020-03-10 16:04:57 +01:00
R. RyanTM 8bbae030b3
xob: 0.1.1 -> 0.2 (#82246) 2020-03-10 16:03:10 +01:00
Linus Heckemann dfc70d37f4
Merge pull request #82252 from mayflower/radius-http2
FreeRADIUS improvements
2020-03-10 16:01:46 +01:00
Silvan Mosberger 575354babf
lib/generators: Add toINI option for duplicate keys 2020-03-10 16:01:04 +01:00
Linus Heckemann 065716ab95 nixos/freeradius: depend on network.target, not online 2020-03-10 15:54:29 +01:00
Linus Heckemann 0587329191 freeradius: make debug logging optional 2020-03-10 15:54:02 +01:00
Linus Heckemann cc9a4c8a06 freeradius: do not generate TLS stuff 2020-03-10 15:54:02 +01:00
Linus Heckemann 3f11ceb417 freeradius: add some maintainers 2020-03-10 15:49:44 +01:00
Linus Heckemann 0e474f2d26 freeradius: add patch for HTTP/2 support in rlm_rest module
Co-Authored-By: Franz Pletz <franz.pletz@mayflower.de>
Co-Authored-By: Simon Waibl <simon.waibl@mayflower.de>
2020-03-10 15:49:44 +01:00
Michael Weiss e929b8af46
wlroots: 0.10.0 -> 0.10.1
I also added some minor improvements and removed unnecessary code.
2020-03-10 15:46:12 +01:00
John Ericson 320334aee7
Merge pull request #82130 from Ericson2314/fetchsvn-cross
fetchsvn: Fix for cross
2020-03-10 09:53:17 -04:00
Marek Mahut 2e402c85db
Merge pull request #82169 from mmahut/trezord-29
trezord-go: 2.0.28 -> 2.0.29
2020-03-10 14:52:35 +01:00
Jaakko Luttinen 57930a5f0e electron-cash: fix build
This commit fixes #82221.
2020-03-10 14:41:50 +01:00
Mario Rodas 8cc3a22dd4
Merge pull request #82164 from jluttine/nbstripout-0.3.7
nbstripout: 0.3.6 -> 0.3.7
2020-03-10 08:08:37 -05:00
Mario Rodas 14ae699f05
Merge pull request #82136 from r-ryantm/auto-update/python3.7-jupyterlab_server
python37Packages.jupyterlab_server: 1.0.6 -> 1.0.7
2020-03-10 08:02:54 -05:00
Peter Hoeg 228ef079bc
Merge pull request #75417 from peterhoeg/u/maestral_0_4_4
maestral: 0.4.2 -> 0.6.1
2020-03-10 20:55:36 +08:00
Peter Hoeg 7b87ac3e31
Merge pull request #81499 from NixOS/u/teensy
teensy-loader-cli: 2.1 -> 2.1.20191110
2020-03-10 20:55:19 +08:00
Peter Hoeg a19708af1b
Merge pull request #81498 from peterhoeg/f/vmfs
vmfs-tools: minor cleanup
2020-03-10 20:54:41 +08:00
Andreas Rammhold e968961d14
Merge pull request #82155 from kolloch/buildRustCrate_findMatchingDir
buildRustCrate: Search for matching Cargo.toml in sub directories
2020-03-10 13:27:26 +01:00
Mario Rodas 99722af1d5
Merge pull request #81843 from OmnipotentEntity/cudnn-7.6.5
cudnn_cudatoolkit_10_2: init at 7.6.5
2020-03-10 07:19:50 -05:00
Mario Rodas a8ca52f4f8
Merge pull request #82201 from nyanloutre/jellyfin_10_5_0
jellyfin: 10.4.3 -> 10.5.0
2020-03-10 07:16:58 -05:00
Timo Kaufmann 7133577405 sage: fix test suite with docutils 0.15
The better way to fix this would be to backport the upstream sphinx
patch:

faedcc48cc

Unfortunately it doesn't apply cleanly and isn't worth the effort
of backporting. Let's hope we can switch to python3 sage and the recent
sphinx version that comes with it before this becomes a problem.
2020-03-10 13:15:41 +01:00
Mario Rodas 26889787fe
Merge pull request #81820 from r-ryantm/auto-update/mercury
mercury: 14.01.1 -> 20.01.1
2020-03-10 07:14:07 -05:00
Mario Rodas 890440b027
Merge pull request #81991 from r-ryantm/auto-update/python2.7-quandl
python27Packages.Quandl: 3.4.6 -> 3.4.8
2020-03-10 06:39:11 -05:00
Mario Rodas cad87836ac
Merge pull request #81974 from bhipple/feature/rust-doc
buildRustPackage: update docstring comment
2020-03-10 06:38:42 -05:00
Michele Guerini Rocco b854121e76
Merge pull request #82098 from r-ryantm/auto-update/pdns-recursor
pdns-recursor: 4.2.1 -> 4.3.0
2020-03-10 12:36:17 +01:00
Mario Rodas 109cfe1bc7
Merge pull request #82227 from r-ryantm/auto-update/neofetch
neofetch: 6.1.0 -> 7.0.0
2020-03-10 06:33:29 -05:00
Jörg Thalheim 62c366f11e
Merge pull request #82218 from r-ryantm/auto-update/devilutionx
devilutionx: 1.0.0 -> 1.0.1
2020-03-10 11:25:16 +00:00
adisbladis 6fcce60fd5
Merge pull request #82139 from adisbladis/switch-to-configuration-manual
switch-to-configuration: Add new option X-OnlyManualStart
2020-03-10 11:17:33 +00:00
Michael Weiss c3267ac414
Merge pull request #81975 from primeos/chromium-fix-vaapi
chromium: Update the VA-API patch (fix #81909)
2020-03-10 11:27:15 +01:00
lewo ce961fad16
Merge pull request #81841 from r-ryantm/auto-update/jackett
jackett: 0.12.1301 -> 0.13.467
2020-03-10 10:14:10 +01:00
lewo 6cf9509024
Merge pull request #82179 from nyanloutre/jacket_disable_macos
jackett: disable macos platform
2020-03-10 10:13:08 +01:00
R. RyanTM 3a93ec6f6d neofetch: 6.1.0 -> 7.0.0 2020-03-10 09:09:46 +00:00
Vladimír Čunát 5ea0258458
Merge #82191: doc: improve grammar in nixpkgs GNOME manual 2020-03-10 10:09:04 +01:00
Vladimír Čunát dcd33b7a76
doc: tiny grammar improvement in the same sentence again 2020-03-10 10:08:26 +01:00
lewo d426adf150
Merge pull request #82168 from ysengrimm/update-next
next: 1.4.0 -> 1.5.0
2020-03-10 10:07:26 +01:00
Jörg Thalheim 922fd551a4
Merge pull request #82216 from r-ryantm/auto-update/vttest
vttest: 20190710 -> 20200303
2020-03-10 07:41:29 +00:00
R. RyanTM af1d333bff devilutionx: 1.0.0 -> 1.0.1 2020-03-10 05:54:06 +00:00
Jörg Thalheim ef89f7180a
Merge pull request #81655 from clkamp/licensor-fix-test
licensor: Fix test in 2020 from upstream
2020-03-10 05:25:25 +00:00
Silvan Mosberger bc98978d04
Merge pull request #82156 from rnhmjoj/minecraft
minecraft: install missing gsettings schemas
2020-03-10 05:25:59 +01:00
R. RyanTM 3193b639ff vttest: 20190710 -> 20200303 2020-03-10 03:41:13 +00:00
Mario Rodas 33f32dcced
Merge pull request #82159 from r-ryantm/auto-update/python2.7-stripe
python27Packages.stripe: 2.42.0 -> 2.43.0
2020-03-09 22:07:21 -05:00
Mario Rodas 07789d9cc7
Merge pull request #82099 from pacien/alot-0.9-patch-composition
alot: add patch for email composition
2020-03-09 22:06:26 -05:00
Matt Layher 13964b07ad corerad: 0.2.1 -> 0.2.2 2020-03-09 20:01:51 -07:00