1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00
Commit graph

58395 commits

Author SHA1 Message Date
Florian Klink 8f34dc4057
terraform-providers.metal: add missing provider-source-address attribute (#126206) 2021-06-08 15:24:59 +02:00
zimbatm 4a56c948d2
terraform-providers.aiven: init at 2.1.14 2021-06-08 14:12:40 +02:00
mupdt a5d51a575c terraform-providers.grafana: 1.5.0 -> 1.10.0 2021-06-08 12:54:34 +01:00
AndersonTorres 6749372e17 edbrowse: 3.7.7 -> 3.8.0 2021-06-08 02:00:28 -03:00
Anderson Torres f210479f20
Merge pull request #126151 from AndersonTorres/new-elisp-packages
Update elisp packages
2021-06-08 01:28:07 -03:00
AndersonTorres 045afcce0f melpa-packages: edit a comment 2021-06-08 00:51:23 -03:00
AndersonTorres 69eec4f26a elpa-generated.nix bugfix: erase redundant, outdated shell-command-plus 2021-06-08 00:50:12 -03:00
AndersonTorres 43fa96215e elpa-packages 2021-06-08 2021-06-08 00:50:12 -03:00
AndersonTorres 6089d43427 melpa-packages 2021-06-08 2021-06-08 00:50:05 -03:00
R. RyanTM 688a5b4c37 git-filter-repo: 2.29.0 -> 2.32.0 2021-06-08 03:48:25 +00:00
AndersonTorres f5c5e33cc3 org-packages 2021-06-08 2021-06-08 00:43:54 -03:00
Ryan Mulligan 4cbe74ea20
Merge pull request #126068 from r-ryantm/auto-update/python3.8-i3-balance-workspace
i3-balance-workspace: 1.8.3 -> 1.8.4
2021-06-07 20:02:21 -07:00
Artturin 008453f7b2 mpvScripts.youtube-quality: correct the pname 2021-06-08 05:17:11 +03:00
Luke Granger-Brown 840f6883fc
Merge pull request #126034 from lukegb/bazel-build-configured
Switch buildBazelPackage fetchConfigured on by default
2021-06-07 23:59:33 +01:00
Maximilian Bosch 9f955ff079
Merge pull request #126022 from r-ryantm/auto-update/bshapr
bshapr: 0.12 -> 0.13
2021-06-07 23:30:38 +02:00
Pascal Bach 7c33757e2b
Merge pull request #126102 from TredwellGit/element
element: 1.7.29 -> 1.7.30
2021-06-07 22:21:25 +02:00
Ninjatrappeur 088ccb7116
Merge pull request #126115 from NinjaTrappeur/nin-cve-2021-33896
dino: 0.2.0 -> 0.2.1
2021-06-07 22:13:20 +02:00
Robert Scott 51e7488f5e
Merge pull request #126092 from siraben/archivy-update
archivy: 1.1.4 -> 1.3.1
2021-06-07 21:08:39 +01:00
adisbladis 786c007333
Merge pull request #125913 from AndersonTorres/new-nano-theme-for-emacs
Emacs packages updates and additions
2021-06-07 14:46:01 -05:00
Félix Baylac-Jacqué 70173c1519
dino: 0.2.0 -> 0.2.1
Fixes https://nvd.nist.gov/vuln/detail/CVE-2021-33896.

The current 9acb54df9254609f2fe4de83c9047d408412de28 patch landed in
dino as 4592b72dfa324d8a4b9f8c25b359110889b2206c. Removing it from the
patch list.
2021-06-07 21:34:35 +02:00
Jonathan Ringer 87f5e32e22
anydesk: add pciutils
The application will shell out to execute lspci
2021-06-07 10:41:18 -07:00
TredwellGit 445e3ce0e8 element: 1.7.29 -> 1.7.30
https://github.com/vector-im/element-web/blob/v1.7.30/CHANGELOG.md
https://github.com/vector-im/element-desktop/blob/v1.7.30/CHANGELOG.md
2021-06-07 17:33:26 +00:00
Ben Siraphob acc122f401 archivy: 1.1.4 -> 1.3.1 2021-06-07 23:56:43 +07:00
Sandro 12e7af1cfb
Merge pull request #125764 from siraben/twtxt-reinit 2021-06-07 18:42:26 +02:00
Matthieu Coudron 4a2cbcfbb4 neovim: add some tests
To test the generated RC is included in the file and that we have the
option not to wrap the RC.

run:
nix-build -A tests.vim
2021-06-07 18:21:21 +02:00
06kellyjac 7407133b80 terragrunt: 0.29.8 -> 0.29.9 2021-06-07 17:07:17 +01:00
Martin Weinelt 602163952d
Merge pull request #125669 from nbp/firefox-file-picker
firefox-bin: Avoid including both the wrapped and unwrapped versions.
2021-06-07 18:05:06 +02:00
Ben Siraphob 5e10c9cdf7 twtxt: reinit at 1.2.3
This should bring it in line with other package managers:

https://repology.org/project/twtxt/versions
2021-06-07 21:22:38 +07:00
R. RyanTM 7182afa8e4 i3-balance-workspace: 1.8.3 -> 1.8.4 2021-06-07 13:44:17 +00:00
Nicolas B. Pierron efef092ba5 firefox-bin: Avoid including both the wrapped and unwrapped version when using nix run command.
In order to make the man pages accessible, the previous code used
nix-support/propagated-user-env-packages. However this file is also used to set
the PATH when the application is executed with `nix run`, thus including the
wrapped and the wrappee in the environment.

Having the wrappee enumerated first in the environment caused `firefox` to
default to the wrappee, and as such not being able to find a proper GTK. This
was a source of failures while opening a file-picker.

This change removes the code to propagate the wrappe in the environment, as the
man pages are already linked in the wrapper output.
2021-06-07 11:42:18 +02:00
Arijit Basu 7fa45ea707
xplr: 0.13.1 -> 0.14.0 2021-06-07 14:12:53 +05:30
Even Brenden 8d062c0eab jotta-cli: 0.9.39536 -> 0.11.44593 2021-06-07 09:57:28 +02:00
tomberek 6d84e50b19
Merge pull request #126037 from r-ryantm/auto-update/gmt
gmt: 6.1.1 -> 6.2.0
2021-06-07 01:49:28 -04:00
illustris fc26b9020f chia: 1.1.5 -> 1.1.7 2021-06-07 11:06:21 +05:30
fortuneteller2k eb09c6f953 navit: remove 2021-06-07 13:32:17 +08:00
tomberek 08ae415432
Merge pull request #126035 from r-ryantm/auto-update/gitui
gitui: 0.16.0 -> 0.16.1
2021-06-07 01:03:10 -04:00
R. RyanTM 7d2e8e2043 bslizr: 1.2.14 -> 1.2.16 2021-06-07 01:01:27 -04:00
Chua Hou f38ee12908
fdr: 4.2.3 -> 4.2.7
New releases/homepage are hosted on cocotec.io.
2021-06-07 11:42:30 +08:00
R. RyanTM 91a67c5c1a gmt: 6.1.1 -> 6.2.0 2021-06-07 02:26:31 +00:00
R. RyanTM d4963ae435 gitui: 0.16.0 -> 0.16.1 2021-06-07 02:21:26 +00:00
Luke Granger-Brown 5b30dd9b1c gvisor: 2019-11-14 -> 20210518.0
This also now seems to depend on protoc, but we substitute out the
version of protoc so that we don't download the binary artifacts,
and instead compile protoc from support.

TBD: using the Nixpkgs built version of protoc instead of building from
source.
2021-06-07 02:11:04 +00:00
Sandro 1e0823497d
Merge pull request #125922 from FliegendeWurst/tbb-bin-10.0.17
tor-browser-bundle-bin: 10.0.16 -> 10.0.17
2021-06-07 02:42:59 +02:00
Sandro ef53c266fb
Merge pull request #125929 from FliegendeWurst/tbb-cleanup 2021-06-07 02:41:30 +02:00
R. RyanTM e6a3c39aea bshapr: 0.12 -> 0.13 2021-06-06 23:32:33 +00:00
TredwellGit 30c602ac7a qbittorrent: 4.3.3 -> 4.3.5
https://github.com/qbittorrent/qBittorrent/blob/release-4.3.5/Changelog
2021-06-06 17:44:39 +00:00
Luke Granger-Brown 813f25dbf9
Merge pull request #125527 from toastal/himalaya-0.4.0
himalaya: 0.3.2 -> 0.4.0
2021-06-06 17:40:05 +01:00
Jordan Justen d6714cd18b
renderdoc: 1.13 -> 1.14
Signed-off-by: Jordan Justen <jljusten@gmail.com>
2021-06-06 03:02:54 -07:00
FliegendeWurst 1b73aa2aea tor-browser-bundle: delete unused extensions.nix 2021-06-06 11:55:02 +02:00
FliegendeWurst 0fc1a3d0d8 tor-browser-bundle-bin: 10.0.16 -> 10.0.17 2021-06-06 11:10:16 +02:00
Chris Martin 53387621e5 remove chris-martin from maintainer list on various crypto packages 2021-06-06 02:38:34 -06:00
AndersonTorres 82b0579de7 emacsPackages: reformat manual-packages.nix file 2021-06-06 05:17:47 -03:00
AndersonTorres 6d5ddfd909 emacsPackages.power-mode: init at 2021-06-06 2021-06-06 05:17:47 -03:00
AndersonTorres d1ded9d599 emacsPackages.nano-theme: init at 2021-06-05 2021-06-06 05:17:47 -03:00
AndersonTorres e4866dca0a emacsPackages.tramp: 2.4.2 -> 2.5.0 2021-06-06 05:17:47 -03:00
fortuneteller2k e17840d739 river: 2021-05-07 -> 2021-06-06 2021-06-06 13:40:49 +08:00
Brian Leung cf88d436dc emacsPackages.apheleia: init at 2021-05-23 2021-06-05 20:57:36 -07:00
Brian Leung b736e9048b emacsPackages.mu4e-patch: init at 2019-05-09 2021-06-05 20:57:32 -07:00
Brian Leung 48b585cbe4 emacsPackages.evil-markdown: init at 2020-06-01 2021-06-05 20:57:27 -07:00
Brian Leung 0d44260ebc emacsPackages.youtube-dl: init at 2018-10-12 2021-06-05 20:57:23 -07:00
Brian Leung f135fdad38 emacsPackages.git-undo: init at 2019-10-13 2021-06-05 20:57:18 -07:00
Brian Leung 473f142343 emacsPackages.isearch-prop: init at 2019-05-01 2021-06-05 20:57:09 -07:00
Brian Leung 5c14e587c7 emacsPackages.isearch-plus: init at 2021-01-01 2021-06-05 20:56:59 -07:00
Sandro 27978c0ae9
Merge pull request #125829 from KarlJoad/verilator-license
verilator: specify lgpl3Only license
2021-06-06 03:34:59 +02:00
Karl Hallsby 38db89df05 verilator: specify lgpl3Only and artistic2 licenses 2021-06-05 20:14:54 -05:00
Sandro 5045c93440
Merge pull request #125852 from magnetophon/stochas
stochas: 1.3.4 -> 1.3.5
2021-06-06 01:54:53 +02:00
Sandro 1735551adb
Merge pull request #125489 from weihua-lu/logseq-0.1.3 2021-06-06 01:42:45 +02:00
Sandro 870dce75e3
Merge pull request #82642 from magnetophon/faustPhysicalModeling 2021-06-06 01:39:04 +02:00
Sandro f35f9e79e9
Merge pull request #125843 from r-ryantm/auto-update/boops
boops: 1.4.0 -> 1.6.0
2021-06-06 01:36:25 +02:00
Sandro 0d70bbcda4
Merge pull request #125312 from Artturin/fix-viber-source
viber: use webarchive for a stable source
2021-06-06 01:12:08 +02:00
Sandro e65088496d
Merge pull request #125244 from jojosch/moonlight-qt-wayland
moonlight-qt: add wayland to enable hardware accelerated video decode
2021-06-06 00:59:04 +02:00
Bart Brouns d311575619 faustPhysicalModeling: init at 2.20.2 2021-06-05 23:50:45 +02:00
Bart Brouns 754ec218c3 faust-stk: init at 2.20.2 2021-06-05 23:50:45 +02:00
Bart Brouns 8240b5ad7f stochas: 1.3.4 -> 1.3.5 2021-06-05 23:36:30 +02:00
Sandro 8dbcb67680
Merge pull request #125580 from sophrosyne97/fix_gns3-server
gns3-server: fix build error
2021-06-05 23:30:49 +02:00
Sandro d6eef44d0d
Merge pull request #125832 from Ma27/bump-tig
gitAndTools.tig: 2.5.3 -> 2.5.4
2021-06-05 23:24:36 +02:00
Sandro a74c1d6458
Merge pull request #123165 from alex-eyre/update-nimbo
nimbo: add shell completions
2021-06-05 23:07:31 +02:00
R. RyanTM ca6a613f7a boops: 1.4.0 -> 1.6.0 2021-06-05 20:40:51 +00:00
Sandro 1f29f263ae
Merge pull request #125506 from fufexan/helvum
helvum: add desktop entry
2021-06-05 21:37:21 +02:00
Sandro 2e7cde1ba1
Merge pull request #125679 from polygon/dsview 2021-06-05 21:29:16 +02:00
Sandro a79ca27892
Merge pull request #124177 from Stekke/retroshare
retroshare: init at 6.6.0
2021-06-05 21:22:35 +02:00
Alex Eyre 6e588e5b0e
nimbo: add shell completions
nimbo: run nixfmt

nimbo: fix fish completion

nimbo: apply changes from @SuperSandro2000

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 20:05:03 +01:00
Maximilian Bosch cd7a26eb8c
gitAndTools.tig: 2.5.3 -> 2.5.4
ChangeLog: https://github.com/jonas/tig/releases/tag/tig-2.5.4
2021-06-05 20:51:07 +02:00
tomberek 157aee00a5
nixos/sourcehut: init (#113244)
* nixos/sourcehut: init

* sourcehut: default nginx setup

* sourcehut: documentation

* sourcehut: re-structure settings

* sourcehut: tests

* nixos/sourcehut: adopt StateDirectory

* Apply suggestions from code review

Co-authored-by: Aaron Andersen <aaron@fosslib.net>
Co-authored-by: Thibaut Marty <github@thibautmarty.fr>
Co-authored-by: malte-v <34393802+malte-v@users.noreply.github.com>

* nixos/sourcehut: PR suggestions

* nixos/sourcehut: malte-v patch

* nixos/sourcehut: add base virtualhost

* nixos/sourcehut: remove superfluous key

* nixos/sourcehut: use default from cfg

* nixos/sourcehut: use originBase for logs

* nixos/sourcehut: use toPythonApplication in systemPackages

* nixos/sourcehut: directly use ExecStart

* nixos/sourcehut: update docs

Co-authored-by: Aaron Andersen <aaron@fosslib.net>
Co-authored-by: Thibaut Marty <github@thibautmarty.fr>
Co-authored-by: malte-v <34393802+malte-v@users.noreply.github.com>
2021-06-05 14:42:51 -04:00
Robert Scott 16f5b7fc92
Merge pull request #125697 from KarlJoad/update-verilator
verilator: 4.110 -> 4.202
2021-06-05 19:13:29 +01:00
seb314 163f88aff8
matrix-commander: gpl3Only => gpl3Plus & unstable-2021-04-18 -> unstable-2021-05-26 (#125700) 2021-06-05 19:40:16 +02:00
Sandro 2c8f0a1e42
Merge pull request #124064 from magnetophon/uhhyou.lv2
uhhyou.lv2: unstable-2020-07-31 -> unstable-2021-02-08
2021-06-05 19:25:19 +02:00
Sandro e64d6c78fa
Merge pull request #124063 from magnetophon/faust 2021-06-05 19:25:01 +02:00
Stijn DW f31f03925c retroshare: init at 6.6.0 2021-06-05 19:23:55 +02:00
Sandro 6a03eb62ab
Merge pull request #125217 from sikmir/sfm 2021-06-05 19:01:56 +02:00
Sandro a20ef49366
Merge pull request #123931 from magnetophon/diopser
diopser: init at unstable-2021-5-13
2021-06-05 18:49:24 +02:00
Sandro d1e61b3ee0
Merge pull request #123940 from magnetophon/boops
boops: init at 1.4.0
2021-06-05 18:16:34 +02:00
Sandro 540d5aa586
Merge pull request #125769 from vojta001/lwks 2021-06-05 18:15:39 +02:00
malte-v fb801bb481
senpai: init at 2021-05-27 (#125794)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 18:09:29 +02:00
Sandro a95f4166ab
Merge pull request #125707 from cmacrae/upgrade/seaweedfs/2.50
seaweedfs: 2.36 -> 2.50
2021-06-05 17:40:05 +02:00
Sandro 94e93586f2
Merge pull request #124847 from r-ryantm/auto-update/gwc
gwc: 0.22-04 -> 0.22-05
2021-06-05 17:26:03 +02:00
Stefan Frijters 25e46dda3d openrgb: Fix udev rules with hardcoded /bin/chmod
New rules introduced in openrgb 0.6.

openrgb: Implement nixpkgs-review suggestions

* warning: missing-phase-hooks
* warning: unclear-gpl
* warning: unnecessary-parallel-building
2021-06-05 08:19:58 -07:00
kat e4a0b10190
wezterm: Add terminfo output (#125320)
* wezterm: Add terminfo output

* Update pkgs/applications/terminal-emulators/wezterm/default.nix

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 17:17:37 +02:00
Sandro 63ab3672b7
Merge pull request #125243 from tcbravo/songrec
songrec: init at 0.1.8
2021-06-05 17:03:36 +02:00
Sandro 1918720d0f
Merge pull request #124234 from rkitover/aucc-init 2021-06-05 16:57:36 +02:00
Sandro bdb89449af
Merge pull request #124436 from mmilata/charge-lnd 2021-06-05 16:47:14 +02:00
Sandro d21278344f
Merge pull request #125052 from Vonfry/init/clifm
clifm: init at 1.1
2021-06-05 16:44:46 +02:00
lunik1 13e7b38ac1
mpvScripts.youtube-quality: init at unstable-2020-02-11 (#125284)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-06-05 16:44:12 +02:00
Sandro c037394f5f
Merge pull request #117606 from bgamari/graphia 2021-06-05 16:31:10 +02:00
Sandro 5225a75c4d
Merge pull request #125790 from FliegendeWurst/trilium-update-0.47.4 2021-06-05 16:24:38 +02:00
Sandro 00b0c6a83b
Merge pull request #125717 from Artturin/update-discord-canary
discord-canary: 0.0.123 -> 0.0.124
2021-06-05 16:23:48 +02:00
FliegendeWurst 287e0f248a trilium: 0.47.3 -> 0.47.4 2021-06-05 14:10:44 +02:00
Maximilian Bosch 5b5f01050e
Merge pull request #125732 from Ma27/rambox-insecure
rambox: unmaintain & mark as insecure
2021-06-05 13:41:08 +02:00
Maximilian Bosch 6acaea67cf
Merge pull request #125723 from Ma27/bump-ferdi
ferdi: 5.6.0-beta.5 -> 5.6.0-beta.6, improve XWayland support
2021-06-05 13:40:46 +02:00
Vincent Laporte 5ca9831cb1 ocamlPackages.menhir: 20190626 → 20210419
ocamlPackages.menhirLib: init at 20210419
ocamlPackages.menhirSdk: init at 20210419
2021-06-05 13:38:01 +02:00
Robert Scott 1af9269ba7
Merge pull request #125645 from TredwellGit/wireshark
wireshark: 3.4.5 -> 3.4.6
2021-06-05 12:21:24 +01:00
Maximilian Bosch e2a15cd395
rambox: unmaintain & mark as insecure
Rambox hasn't had a stable release in a while and an increasing number
of issues which is why I don't intend to use this anymore.

While taking a closer look at the source I also realized that it uses
Electron 7.2.4[1]. This is not only EOLed[2], it also contains a few
security vulnerabilities which is why I decided to mark it as insecure.

A few (most likely not all) vulnerabilities can be found by looking at
the Electron 7 changelog[3]: after 7.2.4 there were a few more releases
with security backports - mostly from Chromium. Security issues that
were found later on (and are probably exploitable on the dependency
chain of rambox) aren't listed here. I only added two issues that seemed
applicable to `rambox`, but I haven't researched enough to check the
other ones.

[1] https://github.com/ramboxapp/community-edition/blob/0.7.7/package.json#L70
[2] https://www.electronjs.org/docs/tutorial/support#currently-supported-versions
[3] https://www.electronjs.org/releases/stable?version=7
2021-06-05 13:13:42 +02:00
Bart Brouns 394fb1d6ab sjaehn plugins: use lowercase pname 2021-06-05 19:37:22 +09:00
FliegendeWurst 09127f1415 mathematica: 12.2.0 -> 12.3.0 2021-06-05 11:32:04 +02:00
Michael Weiss 934bd6d7b7
Merge pull request #125724 from primeos/signal-desktop
signal-desktop: 5.3.0 -> 5.4.0
2021-06-05 11:30:24 +02:00
Vojtěch Káně 201cc75bcb lightworks: fix audio playback 2021-06-05 10:32:59 +02:00
Bart Brouns 6ceed3e9c6 boops: init at 1.4.0 2021-06-05 10:10:12 +02:00
Bart Brouns 126469c1c9 uhhyou.lv2: unstable-2020-07-31 -> unstable-2021-02-08 2021-06-05 00:09:00 +02:00
Bart Brouns 8ae4e61907 diopser: init at unstable-2021-5-13 2021-06-04 23:58:43 +02:00
Bart Brouns 63dd3bfd04 FaustLive: unstable-dev-2020-08-03 -> 2.5.5 2021-06-04 23:46:00 +02:00
Doron Behar c11aaff283
Merge pull request #125693 from LutzCle/zoom
zoom-us: 5.6.16888.0424 -> 5.6.20278.0524
2021-06-04 21:20:14 +00:00
Maximilian Bosch cd4ad7d2fe
ferdi: 5.6.0-beta.5 -> 5.6.0-beta.6, improve XWayland support
ChangeLog: 1886c8abed/CHANGELOG.md (560-beta6-2021-05-31)

Even though this isn't explicitly noted in the Changelog, this seems to
have fixed the Element integration for me.

Additionally, I added a (hacky) `xdg-open` wrapper which removes the
`GDK_BACKEND` variable to fix the XWayland integration[1]. The problem
is that if a Firefox is running with Wayland (`ferdi` is running under
X11) and `GDK_BACKEND=x11` is passed to the `xdg-open` (and thus
`firefox`) process, Firefox refuses to start since another instance of
it is running under Wayland (but attempts to start in X11 mode because of
`GDK_BACKEND=x11`).

[1] https://github.com/electron/electron/issues/28436
2021-06-04 22:56:10 +02:00
Michael Weiss f5be28bcc9
signal-desktop: 5.3.0 -> 5.4.0 2021-06-04 21:57:25 +02:00
Artturin f3dac01a71 discord-canary: 0.0.123 -> 0.0.124 2021-06-04 21:23:34 +03:00
Calum MacRae dc74193de6
seaweedfs: 2.36 -> 2.50 2021-06-04 17:51:46 +01:00
Florian Klink 6f1857f2f2
terraform-providers.metal: init at 2.1.0 (#125665)
terraform-provider-packet is deprecated, and this is its successor.
2021-06-04 18:20:38 +02:00
Kim Lindberger 8960c09eed
Merge pull request #125500 from etu/php-spring-release-cleaning
php: post-release spring cleaning and upgrade to 8.0 as default
2021-06-04 17:48:47 +02:00
Karl Hallsby 45288e9fec verilator: 4.110 -> 4.202 2021-06-04 10:48:19 -05:00
sophrosyne97 fb9ad3bd7a gns3-server: fix build error 2021-06-04 11:33:54 -04:00
Sandro 42e87863e6
Merge pull request #125634 from samuela/upkeep-bot/plexamp-3.4.7-1622798351
plexamp: 3.4.6 -> 3.4.7
2021-06-04 17:20:09 +02:00
Sandro 6fd19b1f96
Merge pull request #121663 from vojta001/lwks 2021-06-04 17:19:48 +02:00
Clemens Lutz c69b9cee04 zoom-us: 5.6.16888.0424 -> 5.6.20278.0524 2021-06-04 17:10:15 +02:00
Sandro 1c551d8071
Merge pull request #125676 from 06kellyjac/terragrunt
terragrunt: 0.29.4 -> 0.29.8
2021-06-04 17:05:24 +02:00
Sandro 015e07daf4
Merge pull request #125682 from Xitian9/geogebra 2021-06-04 16:59:42 +02:00
Sandro ecb2faca0b
Merge pull request #125680 from 06kellyjac/waypoint
waypoint: 0.3.2 -> 0.4.0
2021-06-04 16:57:47 +02:00
Stephen Morgan f12d58f223 geogebra6: 6-0-631-0 -> 6-0-644-0 2021-06-04 23:49:04 +10:00
Stephen Morgan b6f4313e4a geogebra: 5-0-620-0 -> 5-0-644-0 2021-06-04 23:48:27 +10:00
polygon da5278cbd5 dsview: fix build
Unneeded extern-C scopes around glib-includes would cause build
failures. Upstream has this fixed, but the fixes are not yet part
of a new release. Apply the fixing commit from upstream master
selectively. This should be removed once there is a new upstream
release.
2021-06-04 15:44:27 +02:00
06kellyjac 82d1d45028 waypoint: 0.3.2 -> 0.4.0 2021-06-04 14:44:17 +01:00
06kellyjac 8717ae4eb5 terragrunt: 0.29.4 -> 0.29.8 2021-06-04 13:50:38 +01:00
j-k da05be87f5
starboard: 0.10.1 -> 0.10.2 -> 0.10.3 (#122888)
* starboard: 0.10.1 -> 0.10.2

* starboard: 0.10.2 -> 0.10.3
2021-06-04 08:39:07 -04:00
Michael Weiss 3df02b20f7
Merge pull request #125641 from primeos/chromiumDev
chromiumDev: 92.0.4515.40 -> 93.0.4530.5
2021-06-04 12:19:30 +02:00
Michael Weiss 2c9e2b6875
chromiumDev: 92.0.4515.40 -> 93.0.4530.5 2021-06-04 11:54:51 +02:00
Michael Weiss c6890330f5
chromiumBeta: 91.0.4472.77 -> 92.0.4515.40 2021-06-04 11:52:14 +02:00
TredwellGit 15974f58b8 wireshark: 3.4.5 -> 3.4.6
https://www.wireshark.org/docs/relnotes/wireshark-3.4.6.html
2021-06-04 09:52:11 +00:00
toastal 4355ebb00e himalaya: 0.3.2 -> 0.4.0 2021-06-04 16:23:06 +07:00
upkeep-bot 69e6ec23d2 plexamp: 3.4.6 -> 3.4.7 2021-06-04 09:19:11 +00:00
Sandro a58f441ed9
Merge pull request #125394 from fortuneteller2k/win-spice
win-spice: say yes to all 7z dialogs
2021-06-04 11:18:21 +02:00
Mihai Fufezan 6db4bb17e7
helvum: add desktop entry 2021-06-04 12:16:22 +03:00
Vonfry 1245d3b6a7
clifm: init at 1.1 2021-06-04 16:32:22 +08:00
Sandro a855b14f2c
Merge pull request #125585 from sikmir/micro 2021-06-04 10:29:37 +02:00