Commit graph

21013 commits

Author SHA1 Message Date
github-actions[bot] cc90d52693 terraform-providers: update 2022-04-11 2022-04-11 13:59:31 +10:00
Bobby Rong 4ec150b71d
Merge pull request #168160 from bbigras/argocd-autopilot
argocd-autopilot: 0.3.1 -> 0.3.2
2022-04-11 10:54:51 +08:00
Robert Schütz 7c36b7246b kdeltachat: unstable-2022-01-02 -> unstable-2022-03-20 2022-04-10 22:40:26 +00:00
Michael Weiss 073c33c3a6
chromiumBeta: 101.0.4951.15 -> 101.0.4951.26 2022-04-10 21:45:05 +02:00
Michael Weiss 688d6d2435
chromium: get-commit-message.py: Support releases with 0 security fixes
Wow, a Chrome release without any (known!) security fixes:
https://chromereleases.googleblog.com/2022/03/stable-channel-update-for-desktop_20.html
2022-04-10 21:44:01 +02:00
Bruno Bigras 2eb82298de argocd-autopilot: 0.3.1 -> 0.3.2 2022-04-10 13:51:28 -04:00
Mario Rodas f6d714ff4e
Merge pull request #167736 from techknowlogick/bump-waypoint
waypoint: 0.7.2 -> 0.8.1
2022-04-10 08:11:22 -05:00
Mario Rodas e992f8a601
Merge pull request #167786 from r-ryantm/auto-update/helmfile
helmfile: 0.143.5 -> 0.144.0
2022-04-10 08:10:03 -05:00
Mario Rodas 3c692ef5af
Merge pull request #168070 from r-ryantm/auto-update/syncthing
syncthing: 1.19.1 -> 1.19.2
2022-04-10 08:01:56 -05:00
Florian Klink 8753d89223
Merge pull request #167960 from qowoz/talos
talosctl: update ldflags
2022-04-10 14:18:22 +02:00
Alexander Bantyev ae07156fc3
Merge pull request #168059 from ilya-fedin/kotatogram-with-webkit
kotatogram-desktop-with-webkit: init
2022-04-10 09:40:53 +03:00
Bobby Rong 905666851f
Merge pull request #167950 from andersk/zulip
zulip: 5.9.0 → 5.9.1
2022-04-10 13:12:13 +08:00
Jan Tojnar e3e625ffe4 chromium: remove unused GConf dependency
GConf has been deprecated for ages and support for it removed from Chromium a while ago:

- Removal of `use_gconf` gn build system flag:
  a28f4d062f
2022-04-10 03:54:39 +02:00
Jan Tojnar e8c84f90ed chromium: remove deprecated libgnome-keyring dependency
libgnome-keyring has been deprecated for a long time.
It has been superseded by libsecret, which allows access to not only
GNOME Keyring secret manager but any other service implementing
the Secret Service D-Bus API.

In fact Chromium links against libsecret when use_glib is enabled:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=142;drc=35be6215ec8f09e50176f36753c68f26c63d1885

And use_glib is on by default on Linux:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=142;drc=35be6215ec8f09e50176f36753c68f26c63d1885

Unfortunately, Chromium is vendoring libsecret:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/BUILD.gn;l=187;drc=35be6215ec8f09e50176f36753c68f26c63d1885

We need to disable the flag explicitly, since it is enabled by default:

https://source.chromium.org/chromium/chromium/src/+/main:components/os_crypt/features.gni;l=11;drc=35be6215ec8f09e50176f36753c68f26c63d1885
2022-04-10 03:54:39 +02:00
R. Ryantm 112afa2c56 syncthing: 1.19.1 -> 1.19.2 2022-04-09 22:48:51 +00:00
Ilya Fedin dc508e7f5a kotatogram-desktop-with-webkit: init
This allows to get maximum from the dlopen-based code and install webkit dependency only when needed and without rebuilds

Tested with https://t.me/ShopBot
2022-04-10 01:51:13 +04:00
Martin Weinelt 98b6b24606
Merge pull request #167921 from panicgh/tbb 2022-04-09 23:25:30 +02:00
Thiago Kenji Okada 4694233dec
Merge pull request #167111 from r-ryantm/auto-update/vieb
vieb: 7.1.2 -> 7.2.0
2022-04-09 22:07:31 +01:00
Martin Weinelt 7715286357
Merge pull request #168025 from squalus/librewolf
librewolf: 98.0.2-1 -> 99.0-1
2022-04-09 22:11:36 +02:00
Thiago Kenji Okada d5253dd45d
Merge pull request #167561 from r-ryantm/auto-update/thunderbird-unwrapped
thunderbird-unwrapped: 91.7.0 -> 91.8.0
2022-04-09 19:39:22 +01:00
squalus 00db31b93c librewolf: 98.0.2-1 -> 99.0-1 2022-04-09 11:18:04 -07:00
Lassulus 60117477e5
Merge pull request #162248 from r-ryantm/auto-update/seaweedfs
seaweedfs: 2.90 -> 2.91
2022-04-09 18:34:45 +01:00
Bobby Rong ebab083a03
Merge pull request #167953 from binsky08/threema-update
threema-desktop: 1.0.3 -> 1.2.0
2022-04-09 22:30:48 +08:00
Robert Schütz eca01bff99 deltachat-desktop: 1.28.1 -> 1.28.2
https://github.com/deltachat/deltachat-desktop/releases/tag/v1.28.2
2022-04-09 10:53:17 +00:00
Robert Hensing 375eaf2b4f
terraform-full: Fix eval (#167857)
https://github.com/NixOS/nixpkgs/pull/166792 made the
aliases work, which was unexpected for terraform-full.

Thanks to zowoq for reporting
https://github.com/NixOS/nixpkgs/pull/166792#issuecomment-1092742313
2022-04-09 11:04:53 +02:00
zowoq 7fdfe7ffea talosctl: update ldflags
- https://github.com/siderolabs/talos/blob/v1.0.1/Makefile
- add/update ldflags from makefile
- also update src.owner and homepage
2022-04-09 17:12:33 +10:00
Mario Rodas 8250f4f57a
Merge pull request #167754 from techknowlogick/bump-cloudflared-3
cloudflared: 2022.3.4 -> 2022.4.0
2022-04-08 20:43:17 -05:00
Anders Kaseorg 7df06b163f zulip: 5.9.0 → 5.9.1
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2022-04-08 18:23:19 -07:00
binsky ec1fbd1361 threema-desktop: 1.0.3 -> 1.2.0 2022-04-09 03:13:03 +02:00
techknowlogick 83a826e411 waypoint: 0.7.2 -> 0.8.1 2022-04-08 18:54:19 -04:00
Nicolas Benes d7c3643e6e tor-browser-bundle-bin: 11.0.9 -> 11.0.10 2022-04-08 22:50:30 +02:00
Artturi f2ae0b0f03
Merge pull request #167873 from 06kellyjac/driftctl 2022-04-08 21:59:26 +03:00
zowoq 8c7490edeb terraform-providers.opennebula: drop unnecessary deleteVendor 2022-04-08 23:52:28 +10:00
zowoq 34e802e815 terraform-providers.logicmonitor: drop unnecessary deleteVendor 2022-04-08 23:52:28 +10:00
06kellyjac 54463e07a2 driftctl: 0.26.0 -> 0.27.0 2022-04-08 14:26:25 +01:00
github-actions[bot] 8babfc3adf terraform-providers: update 2022-04-08 2022-04-08 22:31:14 +10:00
Florian Klink 468c00b7f2
Merge pull request #167770 from wahjava/update-talosctl
talosctl: 0.14.3 -> 1.0.1
2022-04-08 09:58:27 +02:00
Bernardo Meurer 52e235a854
Merge pull request #167769 from teutat3s/bump/signal-desktop 2022-04-07 20:56:43 -07:00
R. Ryantm e72fc6554f helmfile: 0.143.5 -> 0.144.0 2022-04-07 23:22:34 +00:00
Thiago Kenji Okada 1f0e776d11
Merge pull request #167604 from otavio/master
shellhub-agent: 0.9.0 -> 0.9.1
2022-04-07 22:35:56 +01:00
Ashish SHUKLA 28d8eab486
talosctl: 0.14.3 -> 1.0.1 2022-04-08 02:27:02 +05:30
teutat3s 038cb5a97d
signal-desktop: 5.37.0 -> 5.38.0 2022-04-07 22:21:21 +02:00
Ryan Mulligan ab80b78b90
Merge pull request #167611 from r-ryantm/auto-update/lagrange
lagrange: 1.12.0 -> 1.12.1
2022-04-07 13:14:38 -07:00
maxine [they] 216c78db4d
Merge pull request #167752 from techknowlogick/bump-terraform 2022-04-07 21:05:05 +02:00
techknowlogick 06438e6783 cloudflared: 2022.3.4 -> 2022.4.0 2022-04-07 14:29:44 -04:00
techknowlogick 7d55ee2b5c terraform: 1.1.7 -> 1.1.8 2022-04-07 14:23:26 -04:00
Michael Weiss eb910c91fa
Merge pull request #167589 from primeos/ungoogled-chromium
ungoogled-chromium: 100.0.4896.60 -> 100.0.4896.75
2022-04-07 20:01:03 +02:00
Ryan Mulligan 62c1484706
Merge pull request #167601 from r-ryantm/auto-update/sonobuoy
sonobuoy: 0.56.3 -> 0.56.4
2022-04-07 07:34:26 -07:00
Artturi 0182e3f509
Merge pull request #167674 from veehaitch/istioctl-maintainer
istioctl: add `superherointj` and `bryanasdev000` as maintainers
2022-04-07 15:39:54 +03:00
R. Ryantm 28e49faa63
sonobuoy: 0.56.3 -> 0.56.4 2022-04-07 20:38:48 +08:00