Commit graph

190981 commits

Author SHA1 Message Date
Markus Kowalewski c34746d52c
sdrangel: add airpsy, hackrf, rtlsdr support 2019-08-27 20:39:30 +02:00
worldofpeace 156f335161
Merge pull request #67549 from worldofpeace/gnome-control-center/fix-sharing
Fix sharing in gnome-control-center
2019-08-27 14:28:15 -04:00
Maximilian Bosch 56a7bc05e1
nixos/treewide: drop dependencies to keys.target
The `keys.target` is used to indicate whether all NixOps keys were
successfully uploaded on an unattended reboot. However this can cause
startup issues e.g. with NixOS containers (see #67265) and can block
boots even though this might not be needed (e.g. with a dovecot2
instance running that doesn't need any of the NixOps keys).

As described in the NixOps manual[1], dependencies to keys should be
defined like this now:

``` nix
{
  systemd.services.myservice = {
    after = [ "secret-key.service" ];
    wants = [ "secret-key.service" ];
  };
}
```

However I'd leave the issue open until it's discussed whether or not to
keep `keys.target` in `nixpkgs`.

[1] https://nixos.org/nixops/manual/#idm140737322342384
2019-08-27 18:55:55 +02:00
Vika 19fbc4a1da brave: 0.67.123 -> 0.68.131 2019-08-27 19:31:06 +03:00
Robert Helgesson c09bc3e7e2 svtplay-dl: 2.1 -> 2.2
Also remove no longer supported dependency on rtmpdump.
2019-08-27 18:22:59 +02:00
gnidorah bb3f8ea9e2 pykde4: pin to openssl 1.0.2 2019-08-27 18:20:10 +02:00
Maximilian Bosch b4a4d98c52 vde2: build with --disable-python by default
This package explicitly depends on `python2` which will be EOLed at the
end of the year[1]. This package provides python bindings for `python2`,
however the latest release (also used by other distros) is from 2011[2]
and doesn't support v3. For instance, debian ships `vde2` without
`python2` support since Debian Jessie[3].

KVM and QEMU appear to build fine, also NixOS tests and ISO builds are
still functional.

By running `nix-review` against this change, only `xen` packages failed,
but those were already broken on master[4].

Finally it's also worth mentioning that the closure size of `vde2` drops
from 99.5M to 33.5M without `python2` according to `nix path-info -S -h`.

[1] https://pythonclock.org/
[2] https://github.com/virtualsquare/vde-2/releases/tag/vde-2
    (vde.sourceforge.net redirects to this github page)
[3] https://packages.debian.org/en/jessie/vde2
[4] https://hydra.nixos.org/build/99185451, https://hydra.nixos.org/build/99187262
2019-08-27 18:19:24 +02:00
Boris Babic 1296b10c31 python3Packages.pre-commit: 1.18.1 -> 1.18.2 2019-08-27 18:15:24 +02:00
Marek Mahut b31d5fe3a9
Merge pull request #67557 from toonn/wire-desktop-bump
wire-desktop: 3.9.2895 -> 3.10.2904, mac 3.9.2943 -> 3.10.3133
2019-08-27 18:06:44 +02:00
Nikolay Korotkiy 98a283af55
mkgmap: init at 4289 2019-08-27 19:04:15 +03:00
Aaron Andersen 3c3f198b94
Merge pull request #64549 from petabyteboy/feature/claws
claws: init at 0.3.2
2019-08-27 11:44:57 -04:00
WilliButz 8867b242b6
Merge pull request #67567 from mmahut/gitlab-ci-pipelines-exporter
prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5
2019-08-27 17:25:26 +02:00
Marek Mahut 743be07f18
Merge pull request #67558 from suhr/oil
oil: 0.6.0 -> 0.7.pre3
2019-08-27 17:24:01 +02:00
Léo Gaspard 8a4721d606
Merge pull request #64669 from luispedro/add_sortmerna
sortmerna: init at 3.0.3
2019-08-27 17:19:53 +02:00
Marek Mahut 40181666c5
Merge pull request #67539 from eadwu/jetbrains/update-1
jetbrains: 2019.2.*
2019-08-27 17:18:36 +02:00
Matthew Bauer 4081bec5ac
zsh: remove unfunction on TERM=dumb
Unfortunately this gives an error when precmd or preexec exists. Removing to avoid that.
2019-08-27 11:00:58 -04:00
Marek Mahut 4d739ce93d
Merge pull request #67562 from flokli/jameica-2.8.4
jameica: 2.8.2 -> 2.8.4
2019-08-27 16:41:48 +02:00
Marek Mahut a280376458
Merge pull request #67561 from dywedir/rclone
rclone: 1.48.0 -> 1.49.0
2019-08-27 16:40:01 +02:00
Marek Mahut eee23c116f prometheus-gitlab-ci-pipelines-exporter: init at 0.2.5 2019-08-27 16:39:25 +02:00
dawidsowa 41505960a7 gallery-dl: 1.10.1 -> 1.10.2 2019-08-27 16:33:00 +02:00
Marek Mahut b40ee82685
Merge pull request #67556 from mmahut/matomo
nixos/matomo: fixing the configuration path
2019-08-27 16:13:34 +02:00
Marek Mahut 0245bfa9e6
Merge pull request #67467 from valebes/add-rsclock
rsClock: init at 0.1.0
2019-08-27 16:02:41 +02:00
Silvan Mosberger 174e3a9a35
Merge pull request #58204 from rnhmjoj/dnschain
nixos/dnschain: disable DNSSEC for namecoin TLDs
2019-08-27 15:54:58 +02:00
rnhmjoj 05ddde928d
nixos/dnschain: disable DNSSEC for namecoin TLDs 2019-08-27 14:42:06 +02:00
Silvan Mosberger 210756a450
nixos/pdns-recursor: implement a settings option (#67251)
nixos/pdns-recursor: implement a `settings` option
2019-08-27 14:34:32 +02:00
Peter Simons 79c6d22c1f mod_wsgi: allow building this module with python 2.x and 3.x 2019-08-27 14:27:31 +02:00
Florian Klink 1d6005e113 jameica: 2.8.2 -> 2.8.4 2019-08-27 13:45:44 +02:00
Vladyslav M b3899e3869
rclone: 1.48.0 -> 1.49.0 2019-08-27 14:35:54 +03:00
Сухарик 2c23a35ff6 oil: 0.6.0 -> 0.7.pre3 2019-08-27 14:14:02 +03:00
toonn 821daf6598 wire-desktop: 3.9.2895 -> 3.10.2904, mac 3.9.2943 -> 3.10.3133 2019-08-27 13:04:18 +02:00
Peter Simons 630e25ba5c
Merge pull request #67525 from peti/t/postorious
mailman: add the Postorious web UI
2019-08-27 12:24:51 +02:00
Michael Weiss db2b048aec
Merge pull request #67554 from primeos/sway
wlroots: 0.6.0 -> 0.7.0, sway: 1.1.1 -> 1.2
2019-08-27 12:17:53 +02:00
Marek Mahut 5026c1ef69
Merge pull request #67535 from jonringer/bump-stp
stp: 2.2.0 -> 2.3.3
2019-08-27 11:52:54 +02:00
Marek Mahut 3a9d17ef04 nixos/matomo: fixing the configuration path 2019-08-27 11:44:34 +02:00
Florian Klink 9a02d9c75e
Merge pull request #66984 from flokli/systemd-cgroup-accounting
nixos/systemd: enable systemd cgroup accounting by default
2019-08-27 11:38:28 +02:00
Michael Weiss d861196c61
sway: 1.1.1 -> 1.2 2019-08-27 11:32:15 +02:00
Michael Weiss ad339e91c1
wlroots: 0.6.0 -> 0.7.0
Changelog: https://github.com/swaywm/wlroots/releases/tag/0.7.0
Rootston was removed for this release.
2019-08-27 11:32:09 +02:00
Marek Mahut 4b09f9995d
Merge pull request #67532 from jlesquembre/tilt
tilt: 0.9.7 -> 0.10.4
2019-08-27 11:30:48 +02:00
Valerio Besozzi 595b7d808d
rsClock: init at 0.1.0 2019-08-27 11:12:35 +02:00
Valerio Besozzi c1d74a1272
maintainers: add valebes 2019-08-27 11:10:41 +02:00
Marek Mahut 9760593a52
Merge pull request #67531 from jonringer/bump-texi2html
texi2html: 1.82 -> 5.0
2019-08-27 10:35:45 +02:00
Marek Mahut b222ee44f2
Merge pull request #67520 from jonringer/bump-gnurl
gnurl: 7.64.0 -> 7.65.0
2019-08-27 10:35:29 +02:00
Marek Mahut 992d662deb
Merge pull request #67543 from worldofpeace/fix-vino
gnome3.vino: 3.22.0 -> 2019-07-08
2019-08-27 10:34:00 +02:00
Andreas Rammhold c41f88198d
Merge pull request #67550 from mmahut/CVE-2018-20852
python2: CVE-2018-20852 forwarding to master
2019-08-27 08:33:46 +00:00
Marek Mahut 4461fc2ce4
Merge pull request #67538 from eadwu/vscode-extensions.ms-vscode.cpptools/0.25.0
vscode-extensions.ms-vscode.cpptools: 0.24.1 -> 0.25.0
2019-08-27 10:32:34 +02:00
Marek Mahut 761cfbf986
Merge pull request #67503 from risicle/ris-poco-cctz-darwin
poco, cctz: enable for darwin
2019-08-27 10:08:52 +02:00
Marek Mahut c0e2e095c8
Merge pull request #67512 from jlesquembre/skaffold
skaffold: 0.35.0 -> 0.36.0
2019-08-27 10:08:25 +02:00
Marek Mahut a2b9e0914f
Merge pull request #67508 from borisbabic/update/python3Packages.browser-cookie3
python3Packages.browser-cookie3: 0.6.4 -> 0.7.6
2019-08-27 10:08:13 +02:00
Marek Mahut ee62ec62ec python2: CVE-2018-20852
Fixes #67200

(cherry picked from commit 302cac35f5)
2019-08-27 10:04:55 +02:00
Marek Mahut 6b978f9b67
Merge pull request #67495 from Alkeryn/ckb-next
ckb-next: fix #67371
2019-08-27 10:00:50 +02:00