Commit Graph

47708 Commits

Author SHA1 Message Date
meutraa 65e279292e
androidStudioPackages.{dev,canary}: 4.2.0.12 -> 4.2.0.13 2020-10-03 13:31:40 +01:00
Benjamin Esham 0e60d79f2a
handbrake: fix Darwin build (#89674)
- Omit the numactl dependency under Darwin.
- Prevent the configure script from checking for xcodebuild. This check
  always failed (because xcodebuild isn't available in the build
  context) but xcodebuild isn't actually needed for the build, which
  uses --disable-xcode.
- Use the Nix-provided libxml2 under Darwin like we already do under
  Linux.
2020-10-03 08:13:50 -04:00
upkeep-bot 0d4b52a77b vscodium: 1.49.1 -> 1.49.3 2020-10-03 12:07:02 +00:00
Mario Rodas 08d1216c54
Merge pull request #99431 from thiagokokada/update-picom
picom: 8 -> 8.1
2020-10-03 06:29:21 -05:00
Doron Behar c9195c15ce pdfcpu: 0.3.5 -> 0.3.6 2020-10-03 14:08:21 +03:00
Gabriel Ebner e85be54baa
Merge pull request #99430 from samuela/upkeep-bot/vscode-1.49.3-1601683750
vscode: 1.49.1 -> 1.49.3
2020-10-03 11:53:18 +02:00
Gabriel Ebner cfc9214a8a
Merge pull request #98490 from etu/waybar-enable-pa
waybar: Enable pulseaudio by default
2020-10-03 11:49:35 +02:00
Elis Hirwing 6e9a525a15
Merge pull request #99406 from sikmir/blogc
blogc: init at 0.20.0
2020-10-03 10:51:53 +02:00
Sandro Jäckel 61d1967ab0
gitstatus: also install sh files 2020-10-03 08:15:56 +02:00
Elis Hirwing 37e47b7f7c
waybar: Enable pulseaudio by default
The default configuration use the pulseaudio module, but it fails to
load with errors since we've built the package without pulseaudio
support. Most systems already have pulseaudio in the system closure
anyways so the closure size change won't be noticable on end user systems.
2020-10-03 08:15:02 +02:00
Mario Rodas 5a35e9c042 kpt: add buildFlagsArray 2020-10-02 22:48:46 -07:00
R. RyanTM ac156619b2 kpt: 0.33.0 -> 0.34.0 2020-10-02 22:48:46 -07:00
Mario Rodas c89c819abd
Merge pull request #98672 from r-ryantm/auto-update/bcftools
bcftools: 1.10.2 -> 1.11
2020-10-02 23:57:06 -05:00
Mario Rodas c34c2eb488
Merge pull request #98730 from r-ryantm/auto-update/humioctl
humioctl: 0.26.1 -> 0.27.0
2020-10-02 23:53:16 -05:00
Ryan Mulligan bc60d40d34
Merge pull request #98733 from r-ryantm/auto-update/jftui
jftui: 0.3.0 -> 0.4.0
2020-10-02 21:40:18 -07:00
Ryan Burns 5f265ce646 imagemagick: enable on ppc64le 2020-10-02 18:46:18 -07:00
Mario Rodas a4e6f8b134
Merge pull request #98756 from magnetophon/lv2bm
lv2bm: git-2015-11-29 -> 1.1
2020-10-02 19:30:08 -05:00
Mario Rodas a591bb86b0
Merge pull request #98401 from magnetophon/bsequencer
bsequencer: 1.6.0 -> 1.8.4
2020-10-02 19:29:27 -05:00
Mario Rodas 87f5f1366d
Merge pull request #98402 from magnetophon/lsp-plugins
lsp-plugins: 1.1.24 -> 1.1.26
2020-10-02 19:28:16 -05:00
Thiago Kenji Okada c25930ea6b picom: 8 -> 8.1 2020-10-02 21:22:30 -03:00
Mario Rodas 51038178c2
Merge pull request #99313 from elkowar/update-pipr-0.0.15
pipr: 0.0.12 -> 0.0.15
2020-10-02 19:21:49 -05:00
upkeep-bot 234f8fb217 vscode: 1.49.1 -> 1.49.3 2020-10-03 00:09:11 +00:00
Christoph Hrdinka 9815a6dcdc
Merge pull request #99289 from szlend/znc-clientbuffer
zncModules.clientbuffer: 2015-08-27 -> 2020-04-24
2020-10-02 23:05:41 +02:00
Nikolay Korotkiy 70802f1d22
blogc: init at 0.20.0 2020-10-02 21:14:39 +03:00
ajs124 aa7f321052
Merge pull request #86030 from khumba/claws-litehtml
claws-mail: add the litehtml_viewer plugin
2020-10-02 19:56:57 +02:00
Lassulus 2f6fba9f6d
Merge pull request #98880 from mrVanDalo/feature/terranix
terranix: init at 2.3.0
2020-10-02 19:54:20 +02:00
Ryan Mulligan 6aadae67de
Merge pull request #81550 from scalavision/add-kent-utils-to-bioinf
kent: init at 394
2020-10-02 09:05:51 -07:00
Patrick Hilhorst f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Mario Rodas e29ca7ef85
Merge pull request #99336 from Preisschild/helmfile-0.130.0-update
helmfile: 0.128.0 -> 0.130.0
2020-10-02 08:18:55 -05:00
szlend 41f6274c34 zncModules.clientbuffer: 2015-08-27 -> 2020-04-24 2020-10-02 14:22:37 +02:00
Silvan Mosberger c04277eb1e
Merge pull request #99337 from ldesgoui/fix-mumble_overlay
mumble-overlay: fix outdated install phase
2020-10-02 14:07:40 +02:00
Maximilian Bosch cfc4b00b51
Merge pull request #99328 from oxzi/claws-mail-v3.17.7
claws-mail: 3.17.6 -> 3.17.7
2020-10-02 11:25:21 +02:00
Maximilian Bosch 31ce2ee748
gitea: 1.12.4 -> 1.12.5
https://github.com/go-gitea/gitea/releases/tag/v1.12.5
2020-10-02 11:03:56 +02:00
Ingolf Wagner e3a920bfa9
terranix: init at 2.3.0 2020-10-02 10:39:14 +02:00
Jörg Thalheim 38b2cbe934
apache-directory-studio: 2.0.0-M14 -> 2.0.0-M15 2020-10-02 10:06:55 +02:00
zowoq f18e7e0d07 gitAndTools.git-interactive-rebase-tool: add maintainer 2020-10-02 16:59:43 +10:00
Diego Rodriguez 53fcb502fe kubernetes-helm: 3.3.1 -> 3.3.4 2020-10-02 16:45:38 +10:00
Damien Cassou 2b716d564d
Merge pull request #99234 from DamienCassou/rider-2020.2.3
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-02 08:06:24 +02:00
Jonathan Ringer 1b17aea63e dbvisualizer: remove
Source has likely been broken since 2017
It's unfree, so we don't have hydra to view breakage history.
2020-10-01 21:15:04 -07:00
Jake Gillberg 6535c9f1da waybar: 0.9.3 -> 0.9.4
Was frustrated with https://github.com/Alexays/Waybar/issues/739
2020-10-01 19:49:56 -07:00
eyjhb 8aa575d6fd purple-slack: 2019-08-19 - 2020-09-22 2020-10-02 09:35:01 +10:00
WORLDofPEACE 5c2446f9aa
Merge pull request #99238 from mdevlamynck/fix-effitask
effitask: fix build
2020-10-01 18:38:26 -04:00
ldesgoui 83edcc15ea mumble-overlay: fix outdated install phase
As it stands, the mumble-overlay install phase attemps to link
`{mumble}/lib/libmumble.so.1.2.*` to its output's `lib/libmumble.so.1`,
this has stopped matching any file ever since mumble has passed
version 1.3.
Instead, we simply link from `{mumble}/lib/libmumble.so.1`
2020-10-02 00:10:30 +02:00
Florian Ströger d64bcddae4 helmfile: 0.128.0 -> 0.130.0 2020-10-02 00:04:07 +02:00
Alvar Penning 4c3f651965 claws-mail: 3.17.6 -> 3.17.7 2020-10-01 23:06:46 +02:00
Timo Kaufmann 1f87da9754
Merge pull request #99199 from AluisioASG/aasg/r128gain-1.0.3
r128gain: 1.0.1 -> 1.0.3
2020-10-01 22:51:20 +02:00
Daniël de Kok 10516c253d
Merge pull request #99287 from jansol/renderdoc
renderdoc: 1.9 -> 1.10
2020-10-01 20:46:52 +02:00
elkowar ea329b5547 pipr: 0.0.12 -> 0.0.15 2020-10-01 20:04:06 +02:00
Scalavision a6f124f57b kent: init at 404 2020-10-01 19:50:37 +02:00
Maximilian Bosch 229343aeb2
Merge pull request #99290 from fadenb/element-1.7.8
element-web, element-desktop: 1.7.7 -> 1.7.8
2020-10-01 17:33:54 +02:00
Timo Kaufmann cb5a4de2b9
Merge pull request #90172 from AluisioASG/aasg/sox-wv
sox: Add WavPack support
2020-10-01 17:21:06 +02:00
Tristan Helmich (omniIT) f10049cef3 element-web: 1.7.7 -> 1.7.8 2020-10-01 14:52:27 +00:00
Tristan Helmich (omniIT) 0bf368d339 element-desktop: 1.7.7 -> 1.7.8 2020-10-01 14:52:21 +00:00
Jan Solanti 360aded63d renderdoc: 1.9 -> 1.10 2020-10-01 17:49:13 +03:00
Maciej Krüger b3f8d3b80d
Merge pull request #99172 from mkg20001/spidermonkey-38 2020-10-01 16:39:09 +02:00
Martin Weinelt 730751e731
Merge pull request #99242 from jonringer/bump-obs
obs-studio: 25.0.8 -> 26.0.0
2020-10-01 15:51:14 +02:00
adisbladis ff9d09b8e0
Merge pull request #99239 from edolstra/emacs-closure
emacs: Remove references from emacs.pdmp
2020-10-01 13:35:06 +02:00
Mario Rodas d46c23f312
Merge pull request #99209 from Chili-Man/terraform-0.13.4-update
terraform_0_13: 0.13.3 -> 0.13.4
2020-10-01 04:54:29 -05:00
Jonathan Ringer 866b5cfd25 obs-studio: 25.0.8 -> 26.0.0 2020-10-01 01:27:17 -07:00
Maciej Krüger 946369adbd
spidermonkey: remove spidermonkey_38 -> spidermonkey alias
This removes the spidermonkey alias and renames it in the packages still
using it

Not sure if we need it in aliases.nix since just about nothing depends
on it anymore

Additionally considering removal should be a good choice, it's at least
insecure so it should get tagged as such
2020-10-01 10:00:22 +02:00
Eelco Dolstra 8e13d34944 emacs: Remove references from emacs.pdmp
This reduces the Emacs closure size from 1324 MiB to 424 MiB.

Fixes #98755.
2020-10-01 09:53:02 +02:00
Daniël de Kok 7779eb31c5
Merge pull request #99175 from helsinki-systems/upd/libcoap
libcoap: 4.2.0 -> 4.2.1
2020-10-01 09:35:19 +02:00
Damien Cassou 5f9027efa2
jetbrains.rider: 2020.2.2 -> 2020.2.3 2020-10-01 08:10:41 +02:00
Anderson Torres 5e99485b3d
Merge pull request #99214 from bcdarwin/update-mrtrix
mrtrix: 3.0.0 -> 3.0.2
2020-10-01 01:14:54 -03:00
Ben Darwin a94d0fe675 mrtrix: 3.0.0 -> 3.0.2 2020-09-30 22:13:18 -04:00
Diego Rodriguez 25e2e677d3
terraform_0_13: 0.13.3 -> 0.13.4 2020-09-30 18:31:48 -06:00
Silvan Mosberger 098dedb63f
Merge pull request #98584 from sikmir/joplin
joplin-desktop: 1.0.245 -> 1.1.4
2020-09-30 23:47:53 +02:00
leenaars 4bd0e5603d
Sylk: 2.8.4 -> 2.9.0 (#99095) 2020-09-30 21:36:50 +00:00
Aluísio Augusto Silva Gonçalves 5fb64f9ab2
r128gain: 1.0.1 -> 1.0.3 2020-09-30 17:58:56 -03:00
Vincent Laporte cc739e1c67 ocamlPackages.z3: init at 4.8.9 2020-09-30 22:03:17 +02:00
Aluísio Augusto Silva Gonçalves d742cff4bb
r128gain: add update script 2020-09-30 16:30:08 -03:00
Maximilian Bosch 9b2476fcca
Merge pull request #98970 from veprbl/pr/stellarium_darwin_fix
stellarium: enable on darwin
2020-09-30 20:11:34 +02:00
0x4A6F 751ac80c8b
qubes-core-vchan-xen: 4.1.2 -> 4.1.4
Upgrade to [4.1.4](https://github.com/QubesOS/qubes-core-vchan-xen/releases/tag/v4.1.4).
2020-09-30 17:47:12 +00:00
zimbatm 8c67a84193
Merge pull request #99073 from flokli/terraform-providers-ct
terraform-providers.ct: 0.5.0 -> 0.6.1
2020-09-30 16:19:51 +00:00
R. RyanTM cedc599764 pwsafe: 3.52.0 -> 3.53.0 2020-09-30 08:49:25 -07:00
Justin Humm 3b390e579c
Merge pull request #99171 from 0x4A6F/master-meli
meli: alpha-0.6.1 -> alpha-0.6.2
2020-09-30 16:21:50 +02:00
ajs124 54b3948073 libcoap: 4.2.0 -> 4.2.1 2020-09-30 16:12:06 +02:00
Maximilian Bosch fd28991cd7
Merge pull request #98993 from r-ryantm/auto-update/docker-compose
docker-compose: 1.26.2 -> 1.27.4
2020-09-30 16:09:58 +02:00
0x4A6F 2285e35eac
meli: alpha-0.6.1 -> alpha-0.6.2
Upgrade to [alpha-0.6.2](https://git.meli.delivery/meli/meli/releases/tag/alpha-0.6.2).
2020-09-30 13:20:27 +00:00
Mario Rodas 5eb312ce23
Merge pull request #99134 from marsam/update-archiver
archiver: 3.3.1 -> 3.3.2
2020-09-30 06:05:17 -05:00
Matthias Devlamynck ab0e7bffa0 effitask: fix build 2020-09-30 12:30:54 +02:00
Doron Behar 6dd3dddf2e
Merge pull request #83519 from yurrriq/add-kubelogin
kubelogin: init at 0.0.6
2020-09-30 11:09:36 +03:00
Eric Bailey b3a9dad7c4 kubelogin: init at 0.0.6 2020-09-29 22:18:06 -05:00
ajs124 083b64c63f imagemagick: 6.9.11-14 -> 6.9.11-29 2020-09-30 11:20:53 +10:00
Mario Rodas e1d0f3ceb5 archiver: 3.3.1 -> 3.3.2
https://github.com/mholt/archiver/releases/tag/v3.3.2
2020-09-29 19:00:00 -05:00
Anderson Torres 9f973593c8
Merge pull request #98991 from AndersonTorres/netsurf-upload
Netsurf: a huge rewrite+update!
2020-09-29 15:01:32 -03:00
Francesco Zanini 6efc71f17b python3Packages.git-remote-codecommit: init at 1.15.1 2020-09-29 06:17:25 -07:00
Enno Richter 5b65d3e7bc iptraf: mark as broken 2020-09-29 05:45:04 -07:00
Michael Weiss 0d2a73b5af
wayvnc: 0.2.0 -> 0.3.1 2020-09-29 12:48:46 +02:00
Mario Rodas 77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas e2ef48c483
Merge pull request #99045 from lilyball/macvim
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Gabriel Ebner 92da99b415
Merge pull request #98982 from valencik/blender-2.90.1
blender: 2.90.0 -> 2.90.1
2020-09-29 08:17:33 +02:00
Raghav Sood cfbf91676c
go-ethereum: 1.9.21 -> 1.9.22 2020-09-29 14:09:52 +08:00
Emery Hemingway e7d0500cb3 nixos/rsyncd: convert module to an INI generator 2020-09-29 08:07:53 +02:00
pacien b3f8642587 gscan2pdf: 2.8.1 -> 2.9.1 2020-09-29 06:55:49 +02:00
Mario Rodas 2f1d44bf07
Merge pull request #99046 from marsam/update-git-absorb
gitAndTools.git-absorb: 0.6.3 -> 0.6.4
2020-09-28 23:47:10 -05:00
Ryan Mulligan 990af061bc
Merge pull request #82175 from tckmn/add-qxw
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
AndersonTorres 3072952295 Netsurf browser: 3.9 -> 3.10 2020-09-28 22:39:18 -03:00
AndersonTorres 66fac9a0bf Netsurf libnsfb: 0.2.1 -> 0.2.2 2020-09-28 22:39:18 -03:00
AndersonTorres a5c9ce767b Netsurf libsvgtiny: 0.1.7 -> 0.1.7 2020-09-28 22:39:18 -03:00
AndersonTorres ed204dc61b Netsurf libdom: 0.4.0 -> 0.4.1 2020-09-28 22:39:18 -03:00
AndersonTorres 486a3fb556 Netsurf libhubub: 0.3.6 -> 0.3.7 2020-09-28 22:39:18 -03:00
AndersonTorres d6d7ead024 Netsurf libcss: 0.9.0 -> 0.9.1 2020-09-28 22:39:17 -03:00
AndersonTorres d5832afa3e Netsurf nsgenbind: 0.7 -> 0.8 2020-09-28 22:39:17 -03:00
AndersonTorres b537eb29c0 Netsurf libwapcaplet: 0.4.2 -> 0.4.3 2020-09-28 22:39:17 -03:00
AndersonTorres fc5cb71883 Netsurf libutf8proc: 2.4.0-1 2020-09-28 22:39:16 -03:00
AndersonTorres 91f818b2be Netsurf libnsutils: 0.0.5 -> 0.1.0 2020-09-28 22:39:16 -03:00
AndersonTorres 88ef1ffe46 Netsurf libnspsl: 0.1.5 -> 0.1.6 2020-09-28 22:39:16 -03:00
AndersonTorres d1e5d5012f Netsurf libnslog: 0.1.2 -> 0.1.3 2020-09-28 22:39:16 -03:00
AndersonTorres bf98c55b76 Netsurf libnsgif: 0.2.1 -> 0.2.1 2020-09-28 22:39:15 -03:00
AndersonTorres b06a3b1fcb Netsurf libnsbmp: 0.1.6 -> 0.1.6 2020-09-28 22:39:15 -03:00
AndersonTorres 0f845601f6 Netsurf libparserutils: 0.2.4 -> 0.2.4
Update metadata and maintain version
2020-09-28 22:39:15 -03:00
AndersonTorres b055ec84fc Netsurf buildysstem: 1.8 -> 1.9 2020-09-28 22:39:14 -03:00
Mario Rodas 031b9c172f gitAndTools.git-absorb: 0.6.3 -> 0.6.4 2020-09-28 18:20:00 -05:00
Lily Ballard 72e3217bf1 macvim: add configuration similar to vim_configurable and neovim
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like

  macvim.configure {
    customRC = ''
      # custom configuration goes here
    '';
    packages.myVimPackage = with pkgs.vimPlugins; {
      start = [ youcompleteme fugitive ];
      opt = [ phpCompletion elm-vim ];
    }
  }

Once configured, .override will allow for editing the configuration.

Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard 9daf3b994b macvim: 8.2.539 -> 8.2.1719 2020-09-28 15:33:36 -07:00
Florian Klink 8cdc34cc75 terraform-providers.ct: 0.5.0 -> 0.6.1
0.6.0 added support for Fedora CoreOS Config v1.1.0.

 - Add Fedora CoreOS Config v1.1.0 support (#63)
 -  - Accept FCC v1.1.0 and output Ignition v3.1.0
 -  - Continue to support FCC v1.0.0 and output Ignition v3.0.0
 -  - Support merging FCC snippets into v1.0.0 or v1.1.0 FCC content
 -  - Note: Version skew among snippets and content is not supported
 - Change Container Linux Config to render Ignition v2.3.0 (#60)
 - Add zip archive format with signed checksum
2020-09-29 00:24:45 +02:00
Lily Ballard d3b1d59d84 macvim: Properly link against Nix ncurses
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.

Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
Ryan Mulligan 955babff2e
Merge pull request #98995 from r-ryantm/auto-update/discord-canary
discord-canary: 0.0.112 -> 0.0.114
2020-09-28 06:18:54 -07:00
Ryan Mulligan e8f69ee41e
Merge pull request #98715 from r-ryantm/auto-update/fff
fff: 2.1 -> 2.2
2020-09-28 06:18:07 -07:00
Lancelot SIX 575bed7987
Merge pull request #98535 from lsix/skype-8.64.0.81
skypeforlinux: 8.63.0.76 -> 8.64.0.81
2020-09-28 13:11:25 +01:00
R. RyanTM 170d1a605d discord-canary: 0.0.112 -> 0.0.114 2020-09-28 09:17:09 +00:00
R. RyanTM b10b4d6947 docker-compose: 1.26.2 -> 1.27.4 2020-09-28 08:00:40 +00:00
Mario Rodas 692f58d16f
Merge pull request #81116 from matthiasbeyer/add-swappy
swappy: Init at 1.2.1
2020-09-28 01:13:17 -05:00
Michael Raskin 064e082296
Merge pull request #98988 from 7c6f434c/wpsoffice-ffmpeg
wpsoffice: keep using ffmpeg_3
2020-09-28 05:49:22 +00:00
Michael Raskin 4702c49f23 wpsoffice: keep using ffmpeg_3
Partial revert of aa91966430

Related to #98945
2020-09-28 07:23:45 +02:00
Ryan Mulligan 0a74860735
Merge pull request #98911 from r-ryantm/auto-update/yacreader
yacreader: 9.6.2 -> 9.7.1
2020-09-27 21:12:40 -07:00
Mario Rodas 22425b9aae
Merge pull request #98776 from r-ryantm/auto-update/kube3d
kube3d: 3.0.1 -> 3.0.2
2020-09-27 23:00:28 -05:00
Mario Rodas f13c14ce5c
Merge pull request #98966 from matthias-t/zola-0.12.1
zola: 0.12.0 -> 0.12.1
2020-09-27 22:57:18 -05:00
Andrew Valencik 075014385e blender: 2.90.0 -> 2.90.1 2020-09-27 22:40:55 -04:00
WORLDofPEACE 9f4962392a
Merge pull request #98972 from JustinLovinger/rofimoji
rofimoji: init at 4.3.0, wtype: init at 2020-09-14
2020-09-27 19:02:33 -04:00
Justin Lovinger 2870231e08 rofimoji: init at 4.3.0 2020-09-27 18:37:44 -04:00
Maurice B. Lewis 94d2aeb559
terraform-providers: add version to patchGoModVendor providers (#97590)
Add version to binaries produced via patchGoModVendor to allow run-time provider
version validation by terraform.

This was initially introduced in 4e63119c54 (terraform: add the version component to terraform provider paths (#34497), 2018-02-06)
but broken in 3e5149a79a (terraform-providers: fix the google and google-beta providers, 2020-03-24)
for terraform-providers.google and terraform-providers.google-beta, and in 20f55a9fc0 (terraform-providers.ibm: move to update-all script, 2020-04-26)
for terraform-providers.ibm.
2020-09-27 22:20:41 +00:00
Dmitry Kalinkin dd57dcf2a5
stellarium: enable on darwin 2020-09-27 17:00:10 -04:00
Maximilian Bosch b8d1e39a28
stellarium: 0.20.2 -> 0.20.3
https://github.com/Stellarium/stellarium/releases/tag/v0.20.3
2020-09-27 22:09:36 +02:00
Robert Scott c9c10e240e
Merge pull request #98960 from r-burns/projectm
projectm: fix build on darwin
2020-09-27 20:10:24 +01:00
Matt Huszagh 6b9481607b openems: init at unstable-2020-02-15 2020-09-27 11:32:27 -07:00
Ryan Burns d10d6dfa4a projectm: fix build on darwin 2020-09-27 11:31:35 -07:00
Matthias Totschnig 19becd922c zola: 0.12.0 -> 0.12.1 2020-09-27 20:13:26 +02:00
Michael Raskin 862e6fe2c6
Merge pull request #98905 from r-ryantm/auto-update/vifm
vifm: 0.10.1 -> 0.11
2020-09-27 13:04:54 +00:00
Nikolay Korotkiy a502146d7a gpxsee: 7.31 -> 7.32 2020-09-27 14:26:21 +02:00
R. RyanTM 40b1a628b6 vifm: 0.10.1 -> 0.11 2020-09-27 19:16:44 +10:00
R. RyanTM ec34833248 yacreader: 9.6.2 -> 9.7.1 2020-09-27 03:44:14 +00:00
Maximilian Bosch 004676ce9c
neomutt: apply two patches for regressions in the sidebar
The following patches were pushed to `master` after the release and fix
two regressions in the sidebar of NeoMutt:

* 9675367 (sidebar: prevent the divider colour bleeding out): a small
  fix for ANSI colors to not break the layout.

* 6078653 (Fix <sidebar-{next,prev}-new>): fixes invalid conditions in
  if-statements.

Considering their release cycle I figured that it is reasonable to apply
those on top of `20200925` for now.
2020-09-27 00:50:58 +02:00
Justin Humm c06610e8de
Merge pull request #98887 from r-ryantm/auto-update/signal-cli
signal-cli: 0.6.8 -> 0.6.10
2020-09-26 23:37:23 +02:00
Mario Rodas 7045401699
Merge pull request #98817 from marsam/update-archiver
archiver: 3.3.0 -> 3.3.1
2020-09-26 16:33:56 -05:00
R. RyanTM 36c7fb33dc signal-cli: 0.6.8 -> 0.6.10 2020-09-26 20:18:54 +00:00
meutraa bdeef5701d androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12 2020-09-26 22:12:52 +02:00
Aaron Andersen 7d56386e11
Merge pull request #98556 from stigtsp/package/convos-4.40
convos: 4.33 -> 4.40
2020-09-26 14:02:17 -04:00
Ryan Mulligan 9d789745fe
Merge pull request #98840 from r-ryantm/auto-update/pt2-clone
pt2-clone: 1.22 -> 1.23
2020-09-26 10:28:57 -07:00
Gabriel Ebner bbb854f974
Merge pull request #98845 from gebner/freecad019git 2020-09-26 17:30:56 +02:00
adisbladis bbecb0ef9f
Merge pull request #98673 from acowley/emacsgcc-paths
emacs: fix paths for native compilation
2020-09-26 16:20:23 +02:00
Ryan Mulligan 22cb0f88a1
Merge pull request #98829 from r-ryantm/auto-update/obsidian
obsidian: 0.8.12 -> 0.8.15
2020-09-26 07:03:17 -07:00
Ryan Mulligan 019cadb0d2
Merge pull request #98831 from r-ryantm/auto-update/openbazaar-client
openbazaar-client: 2.4.7 -> 2.4.8
2020-09-26 06:55:43 -07:00
Thomas Tuegel 6882716623
Merge pull request #98846 from ttuegel/libvlc
Build standalone libvlc
2020-09-26 08:23:08 -05:00
Mario Rodas 43850833b5
Merge pull request #98754 from magnetophon/geonkick
geonkick: 2.3.7 -> 2.3.8
2020-09-26 08:02:28 -05:00
Gabriel Ebner 58121fe1b0 freecadStable: init at 0.18.4 2020-09-26 14:28:36 +02:00
Gabriel Ebner 22301b66cd freecad: 0.18.4 -> unstable-2020-09-25 2020-09-26 13:49:42 +02:00
Thomas Tuegel 06697c7e29
vlc: fix meta.broken 2020-09-26 06:32:35 -05:00
Vladimír Čunát 4212f719bb
Merge #98628: thunderbird*: 78.2.2 -> 78.3.1 (security) 2020-09-26 13:21:35 +02:00
Thomas Tuegel b10e170cb3
Merge pull request #98721 from callahad/digikam-7.1.0
digikam: 6.4.0 -> 7.1.0
2020-09-26 06:18:06 -05:00
Thomas Tuegel 2e48e306f6
Merge pull request #98795 from callahad/digikam-icons
digikam: fix broken icons
2020-09-26 06:16:27 -05:00
Marek Mahut 54fa776702
Merge pull request #98714 from r-ryantm/auto-update/ergo
ergo: 3.3.1 -> 3.3.3
2020-09-26 13:15:33 +02:00
Thomas Tuegel d0636ea72e
Merge pull request #98796 from callahad/qtav
libqtav: 1.12.0 -> git-2020-09-10
2020-09-26 06:15:24 -05:00
Thomas Tuegel c70831a9fb
tribler: use libvlc 2020-09-26 05:50:25 -05:00
Thomas Tuegel b3ab15a057
strawberry: use libvlc 2020-09-26 05:50:25 -05:00
Thomas Tuegel b5a5ed3735
hdhomerun-config-gui: remove unused argument: vlc 2020-09-26 05:50:24 -05:00
Thomas Tuegel 270d8a0409
obs-studio: use libvlc 2020-09-26 05:50:24 -05:00
Thomas Tuegel e1b7af630f
cantata: use libvlc 2020-09-26 05:50:24 -05:00
Michael Weiss 2e6844040e
signal-desktop: 1.36.2 -> 1.36.3 2020-09-26 12:15:27 +02:00
taku0 0ab3e526c9 thunderbird-bin: 78.3.0 -> 78.3.1 2020-09-26 19:09:13 +09:00
R. RyanTM 34b3008b8c pt2-clone: 1.22 -> 1.23 2020-09-26 09:47:06 +00:00
Vladimír Čunát 9127ee59cd
thunderbird: 78.3.0 -> 78.3.1
It's supposed to fix just a frequent crash.
https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
2020-09-26 10:19:01 +02:00
Oleksii Filonenko 346d16add1
Merge pull request #98729 from r-ryantm/auto-update/hugo
hugo: 0.74.3 -> 0.75.1
2020-09-26 10:57:55 +03:00
Dan Callahan c4c101e414
digikam: unbreak media playback
This patch re-adds libqtav to digikam's list of dependencies, restoring
support for video playback in the application.
This effectively reverts commit 5194e7c0cb
2020-09-26 08:38:59 +01:00
Peter Simons 502845c3e3
Merge pull request #98786 from woffs/shotcut-20.09.13
shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
2020-09-26 09:12:52 +02:00
R. RyanTM 9c4bd3127f openbazaar-client: 2.4.7 -> 2.4.8 2020-09-26 06:53:25 +00:00
R. RyanTM 082fd1a676 obsidian: 0.8.12 -> 0.8.15 2020-09-26 06:26:16 +00:00
zowoq bbeed7ecf8 podman: 2.1.0 -> 2.1.1
https://github.com/containers/podman/releases/tag/v2.1.1
2020-09-26 12:44:38 +10:00
Ryan Mulligan 5f0531eb99
Merge pull request #98555 from r-ryantm/auto-update/icewm
icewm: 1.7.0 -> 1.8.1
2020-09-25 17:47:34 -07:00
Benjamin Hipple b07855fa46
Merge pull request #98804 from r-ryantm/auto-update/luigi
luigi: 3.0.1 -> 3.0.2
2020-09-25 20:19:08 -04:00
Mario Rodas 5d7544ee72 archiver: 3.3.0 -> 3.3.1
https://github.com/mholt/archiver/releases/tag/v3.3.1
2020-09-25 18:00:00 -05:00
R. RyanTM 3c61be914b multimon-ng: 1.1.8 -> 1.1.9 2020-09-25 22:32:57 +00:00
R. RyanTM 00aef98014 luigi: 3.0.1 -> 3.0.2 2020-09-25 21:20:33 +00:00
Vladyslav M 1e501a4c9b
Merge pull request #98720 from r-ryantm/auto-update/giada
giada: 0.16.3.1 -> 0.16.4
2020-09-25 23:58:32 +03:00
Dan Callahan afec4b31bd
digikam: fix broken icons
Ensures that the Breeze icon theme is available to digikam.
Without this, digikam breaks in strange ways.

Fixes #65322
Fixes #78225
2020-09-25 21:49:29 +01:00
Robert Scott 2f93218001
Merge pull request #98747 from freezeboy/fix-rsibreak
rsibreak: 0.12.8 -> 0.12.13
2020-09-25 20:57:51 +01:00
Frank Doepper c835358078 shotcut: 20.07.11 -> 20.09.13, mlt: 6.20.0 -> 6.22.1
and add updateScript
2020-09-25 21:12:40 +02:00
Robert Scott 8db3ea1ef1
Merge pull request #98614 from r-burns/aragorn
aragorn: fix build on darwin
2020-09-25 19:58:10 +01:00
Maximilian Bosch 45bb0dd36f
Merge pull request #98758 from TredwellGit/wireshark
wireshark: 3.2.5 -> 3.2.7
2020-09-25 20:40:08 +02:00
R. RyanTM be4bdb3588 kube3d: 3.0.1 -> 3.0.2 2020-09-25 18:20:05 +00:00
Thomas Tuegel c3d08d652d
elisa: use libvlc 2020-09-25 10:47:43 -05:00
Ryan Mulligan b8883134be
Merge pull request #98712 from r-ryantm/auto-update/dstask
dstask: 0.20 -> 0.21
2020-09-25 08:45:46 -07:00
Ryan Mulligan bb77b5cae7
Merge pull request #98699 from r-ryantm/auto-update/charliecloud
charliecloud: 0.18 -> 0.19
2020-09-25 08:45:15 -07:00
Ryan Mulligan 6f6a81c435
Merge pull request #98705 from r-ryantm/auto-update/containerd
containerd: 1.4.0 -> 1.4.1
2020-09-25 08:44:26 -07:00
Ryan Mulligan 633db35253
Merge pull request #98737 from r-ryantm/auto-update/k9s
k9s: 0.21.7 -> 0.22.1
2020-09-25 08:43:20 -07:00
Maximilian Bosch e958a89392
Merge pull request #98685 from afontaine/update-nextcloud-client
nextcloud-client: 2.6.5 -> 3.0.2
Closes #95850
2020-09-25 17:27:34 +02:00
Maximilian Bosch 2d94370264
neomutt: 20200821 -> 20200925
https://github.com/neomutt/neomutt/releases/tag/20200925
2020-09-25 16:54:25 +02:00
Dmitry Kalinkin 7867aafa51
Merge pull request #97613 from drewrisinger/zhf/verilog
verilog: cleanup & test
2020-09-25 10:37:34 -04:00
Bart Brouns 29ac962023 lv2bm: git-2015-11-29 -> 1.1 2020-09-25 15:55:05 +02:00