Commit graph

180257 commits

Author SHA1 Message Date
Will Dietz f5b400b875
spectre-meltdown-checker: 0.40 -> 0.41
https://github.com/speed47/spectre-meltdown-checker/releases/tag/v0.41
2019-05-17 03:54:10 -05:00
Will Dietz ff884c8371
audacity: 2.3.1 -> 2.3.2
https://www.audacityteam.org/audacity-2-3-2-released/
2019-05-17 03:52:32 -05:00
Will Dietz b911ce24e6
fwts: 19.03.00 -> 19.05.00 2019-05-17 03:51:12 -05:00
Will Dietz 43ed419aa1
libxmlb: 0.1.9 -> 0.1.10
https://github.com/hughsie/libxmlb/blob/0.1.10/NEWS
2019-05-17 03:50:01 -05:00
Will Dietz 40cc6fb44e
guake: 3.5.0 -> 3.6.3 2019-05-17 03:45:54 -05:00
Will Dietz 3bd3ef9c9d
dnstracer: 1.9 -> 1.10, touchup 2019-05-17 03:42:05 -05:00
Renaud 15eb98dcec
Merge pull request #61293 from vdemeester/update-buildah
buildah: 1.7.3 -> 1.8.1
2019-05-17 10:27:09 +02:00
nyanloutre 85b3448e6a nixos/factorio: sandbox service using systemd
- DynamicUser enabled instead of static uid/gid
- Enables most sandboxing options systemd offers
2019-05-17 10:25:49 +02:00
Renaud c0cbfdc65e
Merge pull request #61547 from lilyball/cocoapods
cocoapods: 1.6.1 -> 1.6.2
2019-05-17 10:01:13 +02:00
Vladimír Čunát fc67de1802
Merge branch 'staging-next'
A few thousand Darwin jobs are still pending, but there we're depending
on this merge to fix the channel-blocking lz4 failure.
https://hydra.nixos.org/eval/1519778?compare=1519770
2019-05-17 09:43:32 +02:00
xbreak d54ea3e42b sloccount: Wrap shell scripts
This fixes the issue that when `sloccount` is invoked it would fail
due to missing PATH to companion scripts.
2019-05-17 06:00:03 +00:00
Will Dietz 79e492e7fd libnice: drop included patches 2019-05-17 00:46:35 -04:00
Will Dietz d494c6c9b4 libnice: 0.1.15 -> 0.1.16
https://gitlab.freedesktop.org/libnice/libnice/blob/0.1.16/NEWS
2019-05-17 00:46:35 -04:00
Mario Rodas 4649cce654
Merge pull request #61592 from xrelkd/update/cargo-sweep
cargo-sweep: fix cargoSha256
2019-05-16 23:14:55 -05:00
worldofpeace fb4ec8f688 geoclue: 2.5.2 -> 2.5.3
Updated patch as needed.

https://gitlab.freedesktop.org/geoclue/geoclue/tags/2.5.3
2019-05-16 22:45:38 -04:00
Silvan Mosberger 73e116a495
Merge pull request #61291 from r-ryantm/auto-update/gdcm
gdcm: 2.8.9 -> 3.0.0
2019-05-17 03:26:19 +02:00
Silvan Mosberger 9110185147
Merge pull request #61365 from jtojnar/drop-resynth-0
gimpPlugins.resynthesizer: drop
2019-05-17 03:17:37 +02:00
Aaron Andersen 53b011ab88
Merge pull request #61477 from Lucus16/anbox
anbox: unstable-2019-03-07 -> unstable-2019-05-03
2019-05-16 21:09:18 -04:00
Bas van Dijk 240ae5eb87
Merge pull request #61604 from basvandijk/tinydns-nixos-test
nixos: add test for tinydns
2019-05-17 01:48:40 +02:00
worldofpeace 4ce159c41d pantheon.wingpanel-applications-menu: 2.4.2 -> 2.4.3
Now finally builds with Meson, where it was available
since last release but needed several fixes to be release quality
IMHO.

Also dropped xdg patch since because meson [0].

https://github.com/elementary/applications-menu/releases/tag/2.4.3

[0]: 58cd96a4cc
2019-05-16 19:08:21 -04:00
worldofpeace 632591818a pantheon.elementary-photos: 2.6.3 -> 2.6.4
Patch in tree is removed because it's included upstream.

https://github.com/elementary/photos/releases/tag/2.6.4
2019-05-16 18:53:45 -04:00
LeOtaku efcdac63fe nixos/pantheon: add geoclue application configuration
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-05-16 18:46:07 -04:00
LeOtaku 00d8fc1cde nixos/gnome3: add geoclue application configuration
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-05-16 18:46:07 -04:00
LeOtaku 2d93f57db5 nixos/geoclue2: make configurable, can whitelist applications
All options within geoclue.conf[0] have been made configurable.

Additonally, we can now specify whether or not GeoClue
should ask the agent to authorize an application like so:
```
services.geoclue2.appConfig."redshift" = {
  isAllowed = true;
  isSystem = true;
};
```

[0]: https://gitlab.freedesktop.org/geoclue/geoclue/blob/2.5.2/data/geoclue.conf.in

Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-05-16 18:46:07 -04:00
Bas van Dijk 71fdb69314 nixos: add test for tinydns 2019-05-16 23:46:17 +02:00
Will Dietz 44d9383483
electrum: 3.3.5 -> 3.3.6
https://github.com/spesmilo/electrum/blob/3.3.6/RELEASE-NOTES
2019-05-16 15:40:38 -05:00
Austin Seipp e2bbc6fb46
nixos: fix services.foundationdb.traceFormat for older server versions
This was a testing oversight that came from #61009 -- I forgot to test
the new traceFormat option with older server versions while I was
working on FDB 6.1.

Since trace_format is only available in 6.1+, emitting it
unconditionally caused older versions of the database fail to start,
reporting an error. We simply gate it behind a version check instead,
and assert the format is always XML on older versions. This avoids the
case where the user has an old version, changes traceFormat willingly,
and then is confused by why it didn't work.

As reported by @TimothyKlim in the comments on commit
c55b9236f0. See

    c55b9236f0 (r33566132)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-16 15:16:50 -05:00
Will Dietz 9aa6837853
Merge pull request #61557 from dtzWill/update/nodejs-12.2.0
nodejs-12_x: 12.1.0 -> 12.2.0
2019-05-16 14:36:43 -05:00
Maximilian Güntner 1a84bfc0a2
mxisd: 1.2.0 -> 1.4.3 2019-05-16 21:14:13 +02:00
Silvan Mosberger 3223534f89
Merge pull request #61473 from Synthetica9/dontstrip-typo
doc/stdenv.xml: fix typo
2019-05-16 20:56:59 +02:00
Silvan Mosberger 54b50ba5c3
Merge pull request #61572 from dtzWill/update/termite-15
termite: 15, minor patch follow-up
2019-05-16 20:56:06 +02:00
worldofpeace ef14821cc1 pythonPackages.anytree: init at 2.6.0 2019-05-16 14:52:11 -04:00
Michael Weiss 3e2d174d3b
android-studio: 3.4.0.18 -> 3.4.1.0 2019-05-16 20:46:13 +02:00
Will Dietz 357239577f buku: 4.1 -> 4.2 (#61564)
* buku: 4.1 -> 4.2

* buku: fix install tests
2019-05-16 20:44:00 +02:00
Tim Steinbach 37d17ec485
linux: 5.1.2 -> 5.1.3 2019-05-16 14:38:17 -04:00
Tim Steinbach 327bfaf1a7
linux: 5.0.16 -> 5.0.17 2019-05-16 14:38:14 -04:00
Tim Steinbach e289798ec8
linux: 4.9.176 -> 4.9.177 2019-05-16 14:38:11 -04:00
Tim Steinbach b5c73e967c
linux: 4.4.179 -> 4.4.180 2019-05-16 14:38:08 -04:00
Tim Steinbach e9ec2f1f29
linux: 4.19.43 -> 4.19.44 2019-05-16 14:38:05 -04:00
Tim Steinbach 08aae882b6
linux: 4.14.119 -> 4.14.120 2019-05-16 14:38:02 -04:00
Renaud ffe83327b7
Merge pull request #61334 from r-ryantm/auto-update/mergerfs
mergerfs: 2.25.1 -> 2.26.1
2019-05-16 20:23:33 +02:00
Renaud 42aafcedf4
mergerfs-tools: 20171221 -> 20190411 2019-05-16 19:50:51 +02:00
Renaud 927da26d34
mergerfs: 2.26.0 -> 2.26.1
Changes:
https://github.com/trapexit/mergerfs/releases/tag/2.26.1
2019-05-16 19:28:58 +02:00
Andreas Rammhold 333a2be17b
chromium: 74.0.3729.131 -> 74.0.3729.157 (#61533)
chromium: 74.0.3729.131 -> 74.0.3729.157
2019-05-16 19:27:12 +02:00
Silvan Mosberger 986bde0d6e
Merge pull request #61356 from midchildan/add-nyancat
nyancat: init at 1.5.2
2019-05-16 19:21:20 +02:00
Silvan Mosberger 6c13c0f4ed
Merge pull request #61484 from chreekat/minimal-haskell-packaging-docs
Add minimal docs for callHackage and friends
2019-05-16 18:48:40 +02:00
Silvan Mosberger 23f8de06fb
Merge pull request #61483 from lilyball/unison
unison: fix building on macOS with enableX11 = false
2019-05-16 18:47:26 +02:00
Aaron Andersen 8b3350cf15
Merge pull request #61462 from mpoquet/simgrid-3.21-to-3.22.2
simgrid: 3.21 -> 3.22.2
2019-05-16 12:04:44 -04:00
Aaron Andersen ac9b13264b
Merge pull request #58682 from marius851000/pioneer
pioneer: update to 20190203
2019-05-16 11:59:31 -04:00
Markus Kowalewski 636042d265
yandex-disk: update i386 hash for 0.1.5.1010 2019-05-16 17:57:37 +02:00