Commit Graph

12908 Commits

Author SHA1 Message Date
AndersonTorres
58230e61ba luakit: 2.2 -> 2.2.1 2020-10-12 04:07:17 -03:00
Lana Black
3a520ad45c
discord: Add libdbusmenu dependency (#100234) 2020-10-11 15:14:59 -04:00
Mario Rodas
b48615a8d1
Merge pull request #100010 from Preisschild/istioctl-1.7.3-update
istioctl: 1.7.0 -> 1.7.3
2020-10-11 12:04:28 -05:00
Mario Rodas
29872df7d9
Merge pull request #100150 from theduke/k3s-1.19.2-k3s1
k3s: 1.18.8+k3s1 -> 1.19.2-k3s1
2020-10-11 12:00:44 -05:00
Vladimír Čunát
230728216a
thunderbird*-68: mark as insecure 2020-10-11 11:16:27 +02:00
Vladimír Čunát
2d4225bcd3
Merge #100079: thunderbird-*: 78.3.1 -> 78.3.2 2020-10-11 11:16:27 +02:00
Christoph Herzog
549131de56 k3s: 1.18.8+k3s1 -> 1.19.2-k3s1 2020-10-10 16:17:22 +02:00
Maximilian Bosch
dda7212020
Merge pull request #100125 from gnidorah/rambox
rambox: 0.7.6 -> 0.7.7
2020-10-10 10:54:50 +02:00
gnidorah
86630c774d rambox: 0.7.6 -> 0.7.7 2020-10-10 07:30:01 +03:00
Daniel Schaefer
6af10931d4
Merge pull request #99927 from JohnAZoidberg/hpmyroom-12.1.1.0257 2020-10-11 02:21:36 +08:00
Gabriel Ebner
44c9d7fc72
Merge pull request #100152 from gebner/elinks0135
elinks: 0.13.2 -> 0.13.5
2020-10-10 20:21:15 +02:00
Michael Weiss
cde2e109d6
Merge pull request #100101 from primeos/chromium
chromium: Disable VA-API by default
2020-10-10 18:25:36 +02:00
Gabriel Ebner
bd8dea89cb elinks: 0.13.2 -> 0.13.5 2020-10-10 16:36:01 +02:00
Diego Rodriguez
7c55217904
minikube: 1.13.0 -> 1.13.1 2020-10-09 18:34:52 -06:00
Michael Weiss
73b67da169
chromium: Disable VA-API by default
This is done to avoid driver specific issues and restores the previous
behaviour. Like before video acceleration can be enabled without having
to rebuild Chromium.
2020-10-09 21:59:48 +02:00
Michael Weiss
2603bd54e4
Merge pull request #99975 from primeos/chromium
chromium: 85.0.4183.121 -> 86.0.4240.75
2020-10-09 21:54:44 +02:00
zimbatm
0e354d87bc
Merge pull request #100072 from zimbatm/tf-0.13-fixups
terraform-full: fix evaluation
2020-10-09 14:55:47 +00:00
zimbatm
c79ff8ddca
terraform: fix withPlugins
Move the providerSourceAddress fallback to the terraform.withPlugins
function. Since plugins can be arbitrary derivations, there is no
guarantee that this attribute will be exposed.

While doing that I also cleaned the toDrv function to only pass
attributes to the builder which are required by the build.

The Terraform 0.13 fallback slug has changed from
`nixpkgs/<provider-owner>/<provider-name>` to `nixpkgs/<provider-name>`
as the owner is also not always available. As a nixpkgs user, all I know
is that the provider is in nixpkgs and his name, the owner information
is not necessarily easy to get by.
2020-10-09 16:55:30 +02:00
Michael Weiss
c9eaddb48b
gns3-{gui,server}: 2.2.14 -> 2.2.15 2020-10-09 15:18:53 +02:00
zimbatm
3f49e5ba03
terraform-providers.keycloak: use pname
We will be relying on the pname to figure out where to link the plugin.
2020-10-09 12:43:13 +02:00
taku0
456106fe2a thunderbird-bin: 78.2.2 -> 78.3.2 2020-10-09 19:24:00 +09:00
Stefan Frijters
cd0065d184 maestral-qt: 1.2.0 -> 1.2.1 2020-10-08 22:47:35 -07:00
Florian Ströger
615176aa9a istioctl: 1.7.0 -> 1.7.3 2020-10-08 08:33:26 +02:00
Anderson Torres
fab168dbf7
Merge pull request #96849 from buckley310/vmwareview
vmware-horizon-client: init at 2006
2020-10-08 03:02:02 -03:00
Sean Buckley
365368035c vmware-horizon-client: init at 2006 2020-10-08 00:36:17 -04:00
zimbatm
be6e9f1e90
Merge pull request #99198 from timstott/terraform-013-compatible-providers
terraform-providers: Terraform 0.13 compatibility
2020-10-08 21:29:04 +00:00
Timothy Stott
b0a0ffb7fd terraform: add maintainer timstott 2020-10-08 22:18:12 +01:00
Timothy Stott
cd1b594767 terraform: expose providers to terraform 0.13
Terraform 0.13 adopts a new filesystem layout for plugins (illustrated below).

Terraform 0.12 and earlier
`plugins-dir/terraform-provider-aws_v3.7.0`

Terraform 0.13
`plugins-dir/registry.terraform.io/hashicorp/aws/3.7.0/linux_amd64/terraform-provider-aws_v3.7.0`

To support all packaged Terraform versions a shim is created at both locations.

This approach was inspired by https://github.com/numtide/generate-terraform-provider-shim

Terraform 0.13 provider documentation https://www.terraform.io/upgrade-guides/0-13.html#new-filesystem-layout-for-local-copies-of-providers

layout terraform providers filesystem in withPlugins
2020-10-08 22:18:12 +01:00
Doron Behar
215bc37d00
Merge pull request #96091 from doronbehar/pkg/mailnag/fixes
mailnag: Fix pluginDeps usage & comment
2020-10-09 00:01:32 +03:00
Timothy Stott
72cd428dd2 terraform-providers: populate provider source addresses
Added provider source address to providers hosted in the same GitHub
repository. Other providers have moved repository and would require a
patch to the package path.
2020-10-08 21:59:09 +01:00
Doron Behar
7ebd42b87f
Merge pull request #99956 from FRidh/qt 2020-10-08 22:49:35 +03:00
Anderson Torres
e06c0fa1c0
Merge pull request #99536 from OPNA2608/update/palemoon-28.14.2
palemoon: 28.13.0 -> 28.14.2
2020-10-08 15:04:36 -03:00
Timothy Stott
87e21d1153 terraform-provider.acme: 1.5.0 -> 1.5.0-patched 2020-10-08 19:01:08 +01:00
Timothy Stott
60645f0921 terraform-providers: script to update all providers 2020-10-08 19:01:08 +01:00
Timothy Stott
107707ad82 terraform-providers: update providers via terraform registry 2020-10-08 19:00:07 +01:00
Timothy Stott
063f1d7301 terraform-providers: store providers as JSON 2020-10-08 19:00:07 +01:00
Doron Behar
3d8267ee88 flent: Use qt5.15 just like pyqt5 use in it (#99956)
Bonus: Spare double wrapping.
2020-10-08 18:57:23 +02:00
Gabriel Ebner
02a318d3f3
Merge pull request #99712 from avdv/notmuch-0.31
notmuch: 0.30.1c80020 -> 0.31
2020-10-08 18:11:57 +02:00
Tim Steinbach
9b5201fb50
vivaldi: Remove maintainer nequissimus 2020-10-08 11:00:14 -04:00
Tim Steinbach
9d481e0bb1
snort: 2.9.16 -> 2.9.16.1 2020-10-08 10:12:41 -04:00
Mario Rodas
3b99c32c91
Merge pull request #99913 from marsam/update-syncthing
syncthing: 1.9.0 -> 1.10.0
2020-10-07 21:27:10 -05:00
TredwellGit
757bbdd948
chromium: Fix and enable our ANGLE support
This will additionally install the following files:
libEGL.so libGLESv2.so
libVkICD_mock_icd.so libvk_swiftshader.so libvulkan.so

libEGL.so and libGLESv2.so are required to fix our ANGLE support.
The rest should help with the Vulkan support (currently an experimental
feature that is disabled by default).
2020-10-07 20:37:35 +02:00
Michael Weiss
f79703e50c
chromium: 85.0.4183.121 -> 86.0.4240.75
https://chromereleases.googleblog.com/2020/10/stable-channel-update-for-desktop.html

This update includes 35 security fixes.

CVEs:
CVE-2020-15967 CVE-2020-15968 CVE-2020-15969 CVE-2020-15970
CVE-2020-15971 CVE-2020-15972 CVE-2020-15990 CVE-2020-15991
CVE-2020-15973 CVE-2020-15974 CVE-2020-15975 CVE-2020-15976
CVE-2020-6557 CVE-2020-15977 CVE-2020-15978 CVE-2020-15979
CVE-2020-15980 CVE-2020-15981 CVE-2020-15982 CVE-2020-15983
CVE-2020-15984 CVE-2020-15985 CVE-2020-15986 CVE-2020-15987
CVE-2020-15992 CVE-2020-15988 CVE-2020-15989
2020-10-07 20:37:35 +02:00
Arian van Putten
d98e138f8d
Merge pull request #99941 from toonn/wire-desktop-bump
Wire desktop bump
2020-10-07 12:56:09 +02:00
toonn
4448bd4e10
wire-desktop: mac 3.18.3728 -> 3.20.3912 2020-10-07 12:03:35 +02:00
toonn
ad9d115682
wire-desktop: linux 3.18.2925 -> 3.20.2934 2020-10-07 11:58:56 +02:00
Daniel Schaefer
e007cf98ee hpmyroom: 12.0.0.0220 -> 12.1.1.0257 2020-10-07 14:01:51 +08:00
taku0
e46afe0f89 thunderbird: 78.2.2 -> 78.3.2 2020-10-07 09:12:48 +09:00
Andreas Rammhold
a5a01d56a2
firefox: ensure pipewire is only enabled with wayland & webrtc
This ensures that we aren't applying any of the experiemental pipewire
patches when the dependencies aren't enabled. As of now pipewire only
works with wayland and webrtc. If either of them are not activated we
can't build with pipewireSupport and we should not.
2020-10-06 23:08:00 +02:00
Daniël de Kok
6f90e1df4f
Merge pull request #99628 from JustinLovinger/mblaze-1.0
mblaze: 0.5.1 -> 1.0
2020-10-06 16:21:11 +02:00