Commit Graph

4860 Commits

Author SHA1 Message Date
Bill Huang
0be64cb323 feishu: fix autopatchelf missing libgcrypt 2022-11-01 22:50:31 +01:00
Sandro
3eefd83c5f
Merge pull request #198068 from linsui/jami 2022-11-01 12:08:13 +01:00
Sandro
76debf622d
Merge pull request #198762 from uvNikita/webex/update 2022-11-01 11:49:58 +01:00
Bjørn Forsman
f627f3a2b5 skypeforlinux: remove nix store path references in desktop files
Because desktop files can be copied to $HOME/.config/autostart, and
eventually the Nix store paths they reference will be garbage collected
and break.
2022-11-01 10:41:06 +01:00
Maximilian Bosch
abb54cd2b8
Merge pull request #198146 from Ma27/bump-element
element-{web,desktop}: 1.11.10 -> 1.11.12
2022-10-31 10:02:04 +01:00
Nikita Uvarov
e33fbda097 webex: 42.7.0.22904 → 42.10.0.24000 2022-10-31 09:25:38 +01:00
Christian Kögler
cf97d84982
Merge pull request #197608 from Alexnortung/session-desktop
session-desktop: 1.10.1 -> 1.10.3
2022-10-30 22:52:31 +01:00
Chuang Zhu
a65d5339c5 gotktrix: 0.1.4 -> unstable-2022-09-29 2022-10-30 00:28:45 +08:00
Naïm Favier
b5b397bb2b
discord: remove nss from LD_LIBRARY_PATH
Avoids contaminating Firefox launched from Discord with the wrong
version of nss.

The Discord binary's DT_NEEDED contains nss, so this should be fine.
2022-10-29 12:47:28 +02:00
R. Ryantm
d166d59c9c discord-canary: 0.0.140 -> 0.0.142 2022-10-28 12:46:37 -04:00
Sandro
47293efac9
Merge pull request #197497 from martiert/webex 2022-10-28 12:47:25 +02:00
Mario Rodas
956fe3b339 gurk-rs: fix build on aarch64 2022-10-28 04:20:00 +00:00
Robert Schütz
88a14ad6f4 deltachat-desktop: fix build of libdeltachat 2022-10-27 16:24:48 -07:00
Maximilian Bosch
6e49dfc754
element-{web,desktop}: 1.11.10 -> 1.11.12
ChangeLogs:
* https://github.com/vector-im/element-web/releases/tag/v1.11.11
* https://github.com/vector-im/element-web/releases/tag/v1.11.12

Also, it has apparently been forgotten to regenerate `yarn.lock` on the
release, `element-web` failed to build like this initially:

    yarn install v1.22.19
    [1/4] Resolving packages...
    error Couldn't find any versions for "browser-request" that matches "^0.3.3" in our cache (possible versions are ""). This is usually caused by a missing entry in the lockfile, running Yarn without the --offline flag may help fix this issue.
    info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

To fix this, I decided to apply a patch with the proper `yarn.lock` and
the problem is gone now. We should be careful however on the next
update, so I added a warning to the `update.sh`-script to remind myself
(or whoever will do the next update).

I'll leave it as-is now assuming that the issue fixes itself at the next
time, a developer runs `yarn`. Also, I'm tired of having to chase
dependency errors whenever I touch this package.
2022-10-27 23:36:23 +02:00
Maximilian Bosch
65778c0da2
signald: 0.19.1 -> 0.23.0
Replaces/Closes #174256

Needed because the CA of a signal server seems to have changed[1] which
has caused the following errors to appear while trying to send messages
from Matrix (via `mautrix-signal` and subsequently `signald`):

    ⚠ Your message was not bridged:
    org.whispersystems.signalservice.api.push.exceptions.PushNetworkException,
    javax.net.ssl.SSLHandshakeException,
    sun.security.validator.ValidatorException,
    sun.security.provider.certpath.SunCertPathBuilderException:
    org.whispersystems.signalservice.api.push.exceptions.PushNetworkException:
    javax.net.ssl.SSLHandshakeException:
    PKIX path building failed:
    sun.security.provider.certpath.SunCertPathBuilderException:
    unable to find valid certification path to requested target

Migration can be performed by running a command like

    $ signald \
        -d /var/lib/signald/data \
        --database sqlite:/var/lib/signald/db \
        -s /run/signald/signald.sock \
        --migrate-data

before starting signald itself.

ChangeLogs:

* https://gitlab.com/signald/signald/-/blob/main/releases/0.20.0.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.21.0.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.22.0.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.22.1.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.22.2.md
* https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md

[1] https://gitlab.com/signald/signald/-/blob/main/releases/0.23.0.md
2022-10-27 21:18:22 +02:00
linsui
c765c2d079 jami: 20220726.1515.da8d1da -> 20220825.0828.c10f01f 2022-10-27 22:18:53 +08:00
Sandro
a8d227b03d
Merge pull request #196593 from toonn/wire-desktop-bump 2022-10-27 13:45:54 +02:00
Malo Bourgon
1c6eb4876f signalbackup-tools: 20220914-1 -> 20221025 2022-10-26 22:33:19 -04:00
Sandro
50d91e7871
Merge pull request #197782 from risicle/ris-pjsip-CVE-2022-39269-CVE-2022-39244 2022-10-27 01:14:38 +02:00
Robert Scott
f6369651e5 jami: don't use main package's patches, mark with knownVulnerabilities
the patches for CVE-2022-39269 & CVE-2022-39244 won't apply to
jami's pinned version of pjsip, upstream don't seem to be on
top of this either
2022-10-26 21:23:32 +01:00
Jan Tojnar
a0b2ba0397 telepathy-logger: remove myself from maintainers 2022-10-26 20:54:28 +02:00
Jan Tojnar
0255e30519 telepathy-mission-control: remove myself from maintainers 2022-10-26 20:53:53 +02:00
Alexander Nortung
2e121cf048 session-desktop: 1.10.1 -> 1.10.3 2022-10-24 21:51:37 +02:00
Artturin
f869098b67 discord-ptb: 0.0.29 -> 0.0.34 2022-10-24 22:22:46 +03:00
Artturin
4433179127 discord: make update script work for all branches 2022-10-24 22:22:46 +03:00
Steven Kou
2ddb4ec4cf
zoom-us: 5.12.0.{11129,4682} -> 5.12.{3.11845,2.4816} 2022-10-24 23:53:59 +08:00
Martin Ertsås
7d39ebe56c webex: Add libxcrypt for libcrypt.so.1
Webex depends on it, and it has been made optional in glibc
2022-10-24 08:55:55 +02:00
binsky
1447e791a0 threema-desktop: 1.2.13 -> 1.2.21 2022-10-23 15:19:53 +02:00
Vincent Ambo
4754a59dc7 tdlib-purple: mark as broken 2022-10-23 15:04:47 +03:00
Solene Rapenne
a2bf088cf9 deltachat-cursed: 0.7.1 -> 0.7.2
https://github.com/adbenitez/deltachat-cursed/releases/tag/v0.7.2
2022-10-22 16:35:42 -07:00
Artturi
cdde640978
discord: add a script to disable breaking updates (#197248) 2022-10-22 14:50:39 -04:00
devhell
98074f31c4 gurk-rs: 0.2.4 -> 0.2.5 2022-10-22 16:37:06 +01:00
github-actions[bot]
3c2db12b37
Merge master into staging-next 2022-10-22 06:05:55 +00:00
Anna Kudriavtsev
32566159ea discord: 0.0.20 -> 0.0.21 2022-10-21 18:58:35 -05:00
github-actions[bot]
c434165354
Merge master into staging-next 2022-10-21 00:05:50 +00:00
R. Ryantm
26bcd8a598 signal-cli: 0.11.3 -> 0.11.4 2022-10-21 00:05:58 +02:00
github-actions[bot]
6e9b36d7a0
Merge master into staging-next 2022-10-20 06:05:55 +00:00
Sandro
d3c2379d14
Merge pull request #195689 from wegank/tdlib-aarch64-darwin
tdlib, tdlib-purple: fix build on aarch64-darwin
2022-10-20 03:39:01 +02:00
github-actions[bot]
958cbc7d51
Merge master into staging-next 2022-10-19 18:09:25 +00:00
Artturi
c4705c5392
Merge pull request #196699 from Infinidoge/bump/discord-canary
discord-canary: 0.0.139 -> 0.0.140
2022-10-19 17:42:57 +03:00
github-actions[bot]
bbaff9a043
Merge master into staging-next 2022-10-19 12:01:22 +00:00
André Silva
678b994771
Merge pull request #196269 from andresilva/tdesktop-fix-cursor
tdesktop: fix for loading libXcursor
2022-10-19 12:46:36 +01:00
Infinidoge
744c68ec33 discord-canary: 0.0.139 -> 0.0.140 2022-10-19 00:47:49 -04:00
toonn
aa3e6347fc
wire-desktop: mac 3.28.4393 -> 3.29.4477 2022-10-18 15:01:55 +02:00
toonn
46142236d9
wire-desktop: linux 3.28.2946 -> 3.29.2997 2022-10-18 14:58:55 +02:00
github-actions[bot]
3834216ec6
Merge master into staging-next 2022-10-17 18:10:17 +00:00
Jörg Thalheim
11ad42216d
Merge pull request #196426 from viraptor/twitch-tui-darwin
twitch-tui: fix darwin build
2022-10-17 16:59:20 +02:00
Bobby Rong
29c85463ac
Merge pull request #196249 from NickCao/tgowt-openssl
tdesktop: tg_owt: use openssl_1_1 to fix video chat incompatibility
2022-10-17 22:13:25 +08:00
Stanisław Pitucha
7510407930 twitch-tui: fix darwin build 2022-10-18 00:51:36 +11:00
André Silva
910b2be5ac
tdesktop: fix for loading libXcursor 2022-10-16 13:28:46 +01:00
github-actions[bot]
7a3a8cb235
Merge master into staging-next 2022-10-16 12:01:38 +00:00
Thiago Kenji Okada
e569855125
Merge pull request #195973 from PedroHLC/openasar-2022-10-10
openasar: unstable-2022-10-02 -> unstable-2022-10-10
2022-10-16 11:22:30 +01:00
Nick Cao
b2cea2e810
tdesktop: tg_owt: use openssl_1_1 to fix video chat incompatibility 2022-10-16 15:40:01 +08:00
Martin Weinelt
51fcbf5bb7 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-16 00:18:40 +02:00
Mario Rodas
04ad3cd470
Merge pull request #196128 from misuzu/psi-plus-update
psi-plus: 1.5.1640 -> 1.5.1642
2022-10-15 12:46:01 -05:00
misuzu
a0c27cf42f psi-plus: 1.5.1640 -> 1.5.1642
https://github.com/psi-plus/psi-plus-snapshots/releases/tag/1.5.1642
https://github.com/psi-plus/psi-plus-snapshots/compare/1.5.1640...1.5.1642
2022-10-15 14:39:41 +03:00
Jonas Heinrich
f4a1ff09ef
Merge pull request #195939 from r-ryantm/auto-update/alfaview
alfaview: 8.53.1 -> 8.54.0
2022-10-15 09:54:44 +02:00
Bobby Rong
e93839e867
Merge pull request #195872 from tomfitzhenry/chatty-0.7.0
chatty: unbreak by migrating to libsoup3
2022-10-15 15:09:19 +08:00
github-actions[bot]
4f07e7f326
Merge master into staging-next 2022-10-15 06:07:54 +00:00
Mario Rodas
7a79469a24
Merge pull request #195742 from r-ryantm/auto-update/profanity
profanity: 0.13.0 -> 0.13.1
2022-10-14 20:01:40 -05:00
github-actions[bot]
886633ba43
Merge master into staging-next 2022-10-15 00:04:00 +00:00
Artturi
eb49b683f3
Merge pull request #195661 from wamserma/arg-cleanup-app
pkgs.applications: remove unused args
2022-10-15 02:20:29 +03:00
Tom Fitzhenry
a4d63cf111 chatty: unbreak by relying on same commit Alpine does
Motivation: Fix chatty.

Background: chatty 0.6.7 depends on libsoup2 and
evolution-data-service. During the GNOME 42 -> 43 migration,
evolution-data-service changed from using libsoup2 to
libsoup3. chatty's use of libsoup2 and libsoup3 was
conflicting, and thus chatty broke.

To fix this, let's use a recent unreleased commit, as Alpine did:
https://git.alpinelinux.org/aports/commit/community/chatty/APKBUILD?id=1184b834c74362df3f9963585311256ed2c6908a

Longer term, we can use chatty 0.7 when it is released:
https://source.puri.sm/Librem5/chatty/-/merge_requests/1134
2022-10-15 05:39:36 +11:00
PedroHLC ☭
ceb7570e8e
openasar: unstable-2022-10-02 -> unstable-2022-10-10 2022-10-14 10:29:01 -03:00
github-actions[bot]
cc090d2b94
Merge master into staging-next 2022-10-14 12:01:35 +00:00
Jonas Heinrich
9136a345fa
Merge pull request #195847 from aciceri/slack
slack: 4.28.171 -> 4.28.184 (x86_64-linux)
2022-10-14 10:43:16 +02:00
R. Ryantm
1a9aabc8fe alfaview: 8.53.1 -> 8.54.0 2022-10-14 08:29:30 +00:00
Martin Weinelt
c728598b84 Merge remote-tracking branch 'origin/staging-next' into staging 2022-10-13 23:29:04 +02:00
Pascal Bach
0734c0b05e
Merge pull request #195709 from Ma27/bump-element
element-{web,desktop}: 1.11.8 -> 1.11.10
2022-10-13 22:53:59 +02:00
Andrea Ciceri
c0d33cafd8
slack: 4.28.171 -> 4.28.184 (x86_64-linux) 2022-10-13 21:29:12 +02:00
Vladimír Čunát
00a757ed3f
Merge branch 'master' into staging 2022-10-13 08:27:55 +02:00
Vladimír Čunát
7a94322ed7
Merge #182618: GNOME 42 → 43 2022-10-13 08:14:27 +02:00
R. Ryantm
4eb8590d9a profanity: 0.13.0 -> 0.13.1 2022-10-12 23:32:23 +00:00
Artturi
e66d2fd89d
Merge pull request #194256 from Artturin/treewides2 2022-10-13 00:08:01 +03:00
Maximilian Bosch
6302d8f806
element-{web,desktop}: 1.11.8 -> 1.11.10
ChangeLog: https://github.com/vector-im/element-web/releases/tag/v1.11.10
  & https://github.com/vector-im/element-web/releases/tag/v1.11.9

Nothing significant in element-desktop except for the element-web
update.
2022-10-12 21:22:08 +02:00
Weijia Wang
37fbb82f57 tdlib-purple: fix build on aarch64-darwin 2022-10-12 19:34:39 +02:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
Jan Tojnar
571d8e44bf tdesktop: switch to webkitgtk_4_1
To reduce the number of WebKits in closure.

webkitgtk_4_1 should be the most common one in GNOME now.
webkitgtk_5_0 is still unstable.
2022-10-11 18:52:36 +02:00
Jan Tojnar
134814a8d4 chatty: mark as broken 2022-10-11 18:52:34 +02:00
R. Ryantm
cd81115e20 baresip: 2.8.1 -> 2.8.2 2022-10-11 16:46:54 +00:00
Martin Weinelt
85713b7e37 Merge remote-tracking branch 'origin/master' into staging-next 2022-10-11 00:18:04 +02:00
Emery Hemingway
5314192d1b toxic: 0.11.1 -> 0.11.3 2022-10-10 16:38:41 -05:00
Emery Hemingway
1a62113dd9 toxprpl: mark broken, unmantained and doesn't build 2022-10-10 16:38:41 -05:00
Martin Weinelt
294201004f Merge remote-tracking branch 'origin/master' into staging-next 2022-10-10 21:45:18 +02:00
Christian Kögler
bd1b80b594
Merge pull request #192955 from r-ryantm/auto-update/linphone-desktop
linphone: 4.4.9 -> 4.4.10
2022-10-10 17:18:40 +02:00
Artturin
7e49471316 treewide: optional -> optionals where the argument is a list
the argument to optional should not be list
2022-10-10 15:40:21 +03:00
github-actions[bot]
44f6a02f39
Merge master into staging-next 2022-10-09 18:01:35 +00:00
Vincent Laporte
daf5a09d37
gajim: 1.5.1 → 1.5.2 2022-10-09 11:01:43 +02:00
github-actions[bot]
efe8ad8714
Merge master into staging-next 2022-10-09 06:04:00 +00:00
pacien
327a4e1ce0 keytar: fix package name in update script help text 2022-10-08 22:47:14 +02:00
github-actions[bot]
d2cd24fe6a
Merge master into staging-next 2022-10-08 18:01:07 +00:00
Jörg Thalheim
9f4208dee3
Merge pull request #195021 from r-ryantm/auto-update/signal-cli
signal-cli: 0.11.1 -> 0.11.3
2022-10-08 15:34:55 +02:00
gbtb
9542fd2dc5
rocketchat-desktop: 3.8.9 -> 3.8.11 2022-10-08 20:33:22 +08:00
Vladimír Čunát
0d24f164c9
Merge #194845: Update socket2 in packages for Rust 1.64 compat
...into staging-next
2022-10-08 12:41:45 +02:00
Vladimír Čunát
6565abc264
Merge branch 'master' into staging-next 2022-10-08 10:20:07 +02:00
R. Ryantm
3122b77ee4 signal-cli: 0.11.1 -> 0.11.3 2022-10-08 02:09:32 +00:00
Theodore Ni
425ccd7c84
fractal: patch to work with rust 1.64 2022-10-07 16:53:13 -07:00
Sandro
c0cdd1ff9f
Merge pull request #194722 from kilianar/signal-desktop-5.62.0 2022-10-08 00:44:51 +02:00
Sandro
889c3a8cbc
Merge pull request #189338 from NANASHI0X74/flutter-3-3-0 2022-10-07 22:46:01 +02:00
github-actions[bot]
8d6fbd7341
Merge master into staging-next 2022-10-06 12:01:31 +00:00
R. Ryantm
1c2ae3ed6d signal-cli: 0.11.0 -> 0.11.1 2022-10-06 12:00:06 +02:00
Bobby Rong
0aef203207
Merge pull request #194565 from uakci/update-openasar
openasar: unstable-2022-08-07 -> unstable-2022-10-02
2022-10-06 17:03:44 +08:00
kilianar
5ccd68f9c0 signal-desktop: 5.61.1 -> 5.62.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.62.0
2022-10-06 10:20:34 +02:00
Sandro
1db5a128ed
Merge pull request #193720 from wegank/slack-darwin
slack: fix build on x86_64-darwin
2022-10-06 09:39:34 +02:00
uakci
0bb5d570d1 openasar: unstable-2022-08-07 -> unstable-2022-10-02 2022-10-05 11:14:51 +02:00
Martin Weinelt
253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
Kerstin
f8943b8c74
Merge pull request #194141 from r-ryantm/auto-update/signal-cli
signal-cli: 0.10.11 -> 0.11.0
2022-10-03 17:41:47 +02:00
github-actions[bot]
a46be8f23d
Merge master into staging-next 2022-10-03 12:01:27 +00:00
Keshav Kini
a4d7d4b000 zoom-us: 5.11.{9.10046,10.4400} -> 5.12.0.{11129,4682} 2022-10-02 22:57:30 -07:00
R. Ryantm
abb91732c5 signal-cli: 0.10.11 -> 0.11.0 2022-10-03 01:24:26 +00:00
github-actions[bot]
74f2e36035
Merge master into staging-next 2022-10-03 00:04:07 +00:00
Yureka
aecd4d8349 element-desktop.keytar: pass yarnOfflineCache as environment variable 2022-10-02 23:47:49 +02:00
Yureka
50730bedf5 element-desktop.seshat: pass yarnOfflineCache as environment variable 2022-10-02 23:47:49 +02:00
nanashi0x74
7b0109a592 fluffychat: build with flutter2 2022-10-02 20:11:33 +02:00
github-actions[bot]
fc393d5731
Merge master into staging-next 2022-10-02 12:01:22 +00:00
Jörg Thalheim
5745e1a01d
Merge pull request #193999 from r-ryantm/auto-update/libre
libre: 2.7.0 -> 2.8.0
2022-10-02 12:23:03 +02:00
Jörg Thalheim
ef82bcf93a baresip: 2.7.0 -> 2.8.1 2022-10-02 11:51:57 +02:00
github-actions[bot]
e879e7d54e
Merge master into staging-next 2022-10-02 00:04:43 +00:00
maxine
c44d41af6a
Merge pull request #192659 from PaulGrandperrin/vscode-fix-wayland
electron apps: fix wayland window decorations
2022-10-02 01:32:08 +02:00
github-actions[bot]
aecf7c7bb9
Merge master into staging-next 2022-10-01 18:01:22 +00:00
Guillaume Girol
a2cf0add92
Merge pull request #193897 from risicle/ris-matrix-nio-0.20.0
python3Packages.matrix-nio: 0.19.0 -> 0.20.0
2022-10-01 14:42:06 +00:00
Anderson Torres
283e2139a5
Merge pull request #193456 from vbgl/gajim-1.5.1
gajim: 1.4.7 → 1.5.1
2022-10-01 11:01:58 -03:00
Robert Scott
92ea9b65d8 pantalaimon: 0.10.4 -> 0.10.5 2022-10-01 13:20:26 +01:00
github-actions[bot]
fc5f95bde9
Merge master into staging-next 2022-10-01 06:13:02 +00:00
R. Ryantm
4a758b5da3 tdesktop: 4.2.0 -> 4.2.4 2022-09-30 22:59:56 -05:00
Mario Rodas
da3667965b
Merge pull request #193599 from kilianar/signal-desktop-5.61.1
signal-desktop: 5.61.0 -> 5.61.1
2022-09-30 20:48:16 -05:00
Weijia Wang
1d46810fc4 slack: fix build on x86_64-darwin 2022-09-30 16:30:23 +02:00
github-actions[bot]
bc5e570733
Merge master into staging-next 2022-09-30 12:01:29 +00:00
Mario Rodas
46383ed8b0
Merge pull request #193087 from uvNikita/webex/gold
webex: 42.10.0.23251 → 42.7.0.22904
2022-09-30 06:55:35 -05:00
Jonas Heinrich
4bd8769534
Merge pull request #193512 from otavio/topic/armcord
armcord: 3.0.7 -> 3.0.8
2022-09-30 09:09:13 +02:00
kilianar
0b87d79621 signal-desktop: 5.61.0 -> 5.61.1
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.61.1
2022-09-30 00:56:47 +02:00
github-actions[bot]
9d19287993
Merge master into staging-next 2022-09-29 18:03:40 +00:00
Martin Weinelt
82cbb52ede
Merge pull request #193501 from r-ryantm/auto-update/cinny-desktop 2022-09-29 15:02:14 +02:00
Otavio Salvador
35635e2a6a armcord: 3.0.7 -> 3.0.8
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-09-29 09:14:15 -03:00
github-actions[bot]
9c14978f84
Merge master into staging-next 2022-09-29 12:01:25 +00:00
R. Ryantm
21c0142ab9 cinny-desktop: 2.2.0 -> 2.2.2 2022-09-29 10:57:33 +00:00
Vincent Laporte
61be216937
gajim: 1.4.7 → 1.5.1 2022-09-29 06:10:11 +02:00
Martin Weinelt
64b6dd1215
schildichat-{desktop,web}: 1.11.4-sc.1 -> 1.11.8-sc.1
https://github.com/SchildiChat/schildichat-desktop/releases/tag/v1.11.8-sc.1

Fixes: CVE-2022-39249, CVE-2022-39250, CVE-2022-39251, CVE-2022-39236
2022-09-29 03:11:56 +02:00
kilianar
5b3a96474c signal-desktop: 5.60.0 -> 5.61.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.61.0
2022-09-28 21:06:15 +02:00
github-actions[bot]
f18d801779
Merge staging-next into staging 2022-09-28 18:05:53 +00:00
Martin Weinelt
8f267bdfbe
Merge pull request #193362 from mweinelt/element-1.11.8 2022-09-28 20:04:55 +02:00
Martin Weinelt
67a8eec4c9
Merge pull request #193349 from wahjava/update-cinny 2022-09-28 19:53:53 +02:00
Lily Foster
e70290e57d deltachat-desktop: use postRebuild to build4production before install
This fixes an issue with NPMv7+ / Node.js 16+
2022-09-28 12:41:47 -04:00
Martin Weinelt
ff964e2de0
element-{desktop,web}: 1.11.7 -> 1.11.8
https://github.com/vector-im/element-web/releases/tag/v1.11.8
2022-09-28 18:41:01 +02:00
Sandro
4b2d6e700e
Merge pull request #193345 from pstn/nheko-0-10-2 2022-09-28 18:26:29 +02:00
Ashish SHUKLA
c7c8cfba6a
cinny: 2.2.0 -> 2.2.2 2022-09-28 21:21:19 +05:30
Philipp
12d03efffd nheko: 0.10.1-1 -> 0.10.2 2022-09-28 17:10:12 +02:00
Philipp
11ec6f92e7 element-{web,desktop}: 1.11.5 -> 1.11.7 2022-09-28 16:42:30 +02:00
Paul Grandperrin
aeaeca819d NIXOS_OZONE_WL: fix wayland window decorations 2022-09-28 15:56:55 +02:00
R. Ryantm
2f3ac56b36 alfaview: 8.52.0 -> 8.53.1 2022-09-28 12:45:03 +08:00
Artturi
1c1c182814
Merge pull request #192851 from Artturin/treewides1 2022-09-28 00:50:06 +03:00
Bobby Rong
9e4c8aec09
Merge pull request #192061 from Alexnortung/session-desktop
session-desktop: 1.10.0 -> 1.10.1
2022-09-27 14:42:31 +08:00
Nikita Uvarov
4340f5118d webex: 42.10.0.23251 → 42.7.0.22904
Switch to stable (gold) channel since archives
from blue channel are pruned too often.
2022-09-26 21:52:11 +02:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03:00
R. Ryantm
53d7a00257 linphone: 4.4.9 -> 4.4.10 2022-09-25 21:39:26 +00:00
Anselm Schüler
469b42802d fractal-next: unstable-2022-07-21 -> 5-alpha1 2022-09-25 22:04:22 +02:00
Maxine Aubrey
7db9b6bcad slack: 4.27.154 -> 4.28.182 (darwin), 4.27.156 -> 4.28.171 (linux) 2022-09-24 17:29:43 +02:00
R. Ryantm
0d95dc96d2 cinny-desktop: 2.1.3 -> 2.2.0 2022-09-23 11:19:19 +00:00
Eduardo Quiros
be65f59f5f signal-desktop: 5.59.0 -> 5.60.0 2022-09-22 23:39:53 +08:00
Sandro
100957d20f
Merge pull request #192013 from wamserma/bump-ms-teams 2022-09-22 11:13:51 +02:00
Thomas Tuegel
55ebfc59e0
Merge pull request #191644 from NickCao/tdesktop
tdesktop: 4.1.1 -> 4.2.0, and required changes on kdeframework
2022-09-21 15:48:50 -05:00
Alexander Nortung
b9e28ae03b session-desktop: 1.10.0 -> 1.10.1 2022-09-20 12:37:09 +02:00
Markus S. Wamser
f0c3d89c03 teams: 1.5.00.10453 -> 1.5.00.23861 (linux), 1.5.00.22362 (darwin) 2022-09-20 08:27:42 +02:00
Artturi
749458e780
Merge pull request #191785 from usertam/patch/discord
discord: wrap executables to $out/bin for darwin
2022-09-20 06:14:36 +03:00
Jonas Heinrich
bd34f13b2c
Merge pull request #191610 from r-ryantm/auto-update/bluejeans
bluejeans-gui: 2.30.0.89 -> 2.30.1.18
2022-09-19 14:33:19 +02:00
Jonas Heinrich
5ccfc4f788
Merge pull request #191738 from wahjava/update-cinny
cinny: 2.1.3 -> 2.2.0
2022-09-19 13:28:21 +02:00
Christian Kögler
24039667e7
Merge pull request #189346 from r-ryantm/auto-update/linphone-desktop
linphone: 4.4.8 -> 4.4.9
2022-09-18 16:31:00 +02:00
R. Ryantm
4c15e03436 signalbackup-tools: 20220825 -> 20220914-1 2022-09-18 20:04:54 +08:00
usertam
c90ec7c598
discord: wrap executables to $out/bin for darwin
This enables `nix run` for discord on darwin.
2022-09-18 18:41:15 +08:00
Ashish SHUKLA
b1745d3da3
cinny: 2.1.3 -> 2.2.0 2022-09-18 10:34:50 +05:30
Nick Cao
a8ed614112
tdesktop: update maintainers 2022-09-18 09:20:33 +08:00
Maximilian Bosch
59f8ea7f96
element-{web,desktop}: 1.11.4 -> 1.11.5
ChangeLogs:
* https://github.com/vector-im/element-desktop/releases/tag/v1.11.5
* https://github.com/vector-im/element-web/releases/tag/v1.11.5
2022-09-17 19:45:28 +02:00
Nick Cao
d7ecc08655
tdesktop: 4.1.1 -> 4.2.0 2022-09-17 20:51:50 +08:00
R. Ryantm
998c743afd bluejeans-gui: 2.30.0.89 -> 2.30.1.18 2022-09-17 05:17:02 +00:00
Lily Ritter
3fcf17c348 discord: 0.0.19 -> 0.0.20 2022-09-15 16:24:33 -04:00
Bobby Rong
fdf275af5f
Merge pull request #190948 from Alexnortung/session-desktop
session-desktop: 1.9.1 -> 1.10.0
2022-09-15 20:20:21 +08:00
Eduardo Quiros
0eef6fb7d5
signal-desktop: 5.58.0 -> 5.59.0 2022-09-14 23:41:55 -06:00
Martin Weinelt
ca9a32177c
Merge pull request #191155 from Mic92/profanity 2022-09-15 02:12:07 +02:00
Yureka
a556a2d9b2 schildichat-{web,desktop}: add yuka as maintainer 2022-09-14 09:49:41 +02:00
Yureka
05c5466c6c schildichat-{web,desktop}: meta with lib 2022-09-14 09:49:41 +02:00
Yureka
adcd6479db schildichat-{web,desktop}: meta with lib 2022-09-14 09:49:41 +02:00
Yureka
5676f32cd6 schildichat-{web,desktop}: 1.10.12-sc.1 -> 1.11.4-sc.1 2022-09-14 09:49:41 +02:00
Jörg Thalheim
f6774f1c71 profanity: 0.12.1 -> 0.13.0 2022-09-14 08:50:37 +02:00
Yuka
8c4a8f96ce
schildichat-web: allow older openssl codecs (#190964)
Fix build error due to openssl upgrade

This applies the fix from #190950 to schildichat, as it suffers from the
same issue
2022-09-13 10:01:34 +02:00
Christian Kögler
bcc5b8857f
Merge pull request #190282 from kilianar/signal-desktop-5.58.0
signal-desktop: 5.57.0 -> 5.58.0
2022-09-13 07:31:26 +02:00
Florian
2e3e0081e5
element-web: allow older openssl codecs (#190950)
fix build error on current staging-next due to openssl upgrade

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
2022-09-12 21:08:21 +02:00
Alexander Nortung
3b964bc829 session-desktop: 1.9.1 -> 1.10.0 2022-09-12 18:17:05 +02:00
Franz Pletz
c3e9922035
Merge pull request #190714 from azahi/nheko 2022-09-12 13:21:45 +02:00
Samuel Dionne-Riel
f7723d082d baresip: Build the GTK module 2022-09-11 15:22:36 -04:00
Azat Bahawi
8676f60f1f
nheko: 0.10.0 -> 0.10.1-1
Fixes a build failure https://hydra.nixos.org/build/190031815
2022-09-10 22:25:02 +03:00
Robert Scott
3819c094ba
Merge pull request #190665 from dvn0/bump-coyim
coyim: 0.3.11 -> 0.4
2022-09-10 20:18:50 +01:00
Artturi
54ce16370b
Merge pull request #190492 from Infinidoge/bump/discord-canary 2022-09-10 18:51:23 +03:00
Infinidoge
f46bc2dd02 discord: add infinidoge to maintainers 2022-09-10 11:22:19 -04:00
Artturin
60fb2f509d discord: add artturin to maintainers
i've been merging discord-canary updates lately so i want to be notified
about them
2022-09-10 18:01:32 +03:00
Devan Carpenter
603e7464b7 coyim: 0.3.11 -> 0.4 2022-09-10 14:01:28 +02:00
Anselm Schüler
533d36bf24 fractal-next: unstable-2022-07-21 -> unstable-2022-09-09 2022-09-09 20:14:42 +02:00
Infinidoge
09e010b499 discord-canary: 0.0.138 -> 0.0.139 2022-09-09 08:34:44 -04:00
kilianar
315d77643c signal-desktop: 5.57.0 -> 5.58.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.58.0
2022-09-08 10:22:06 +02:00
R. Ryantm
46cae20566 psi-plus: 1.5.1633 -> 1.5.1640 2022-09-06 02:38:33 +00:00
Jonas Heinrich
04d9951197
Merge pull request #177056 from ShamrockLee/caprine-bin
caprine-bin: 2.55.4 -> 2.55.5 and passthru pname version src
2022-09-05 07:16:53 +02:00
Jonas Heinrich
60ef80a82a
Merge pull request #187782 from r-ryantm/auto-update/bluejeans
bluejeans-gui: 2.29.1.3 -> 2.30.0.89
2022-09-04 19:18:19 +02:00
Robert Scott
e03ad68deb baresip: add platforms 2022-09-04 16:06:21 +01:00
R. Ryantm
4689d513de baresip: 2.6.0 -> 2.7.0 2022-09-04 05:25:36 +00:00
Infinidoge
1a03c4a771 discord-canary: 0.0.137 -> 0.0.138 2022-09-03 01:39:19 -04:00
Bobby Rong
e07339362d
Merge pull request #189198 from wahjava/update-cinny
cinny: 2.1.2 -> 2.1.3
2022-09-02 20:07:38 +08:00
Bobby Rong
5e89f2b71a
Merge pull request #189232 from kilianar/signal-desktop-5.57.0
signal-desktop: 5.56.0 -> 5.57.0
2022-09-02 19:59:45 +08:00
Bobby Rong
0fbff09d15
Merge pull request #189237 from r-ryantm/auto-update/cinny-desktop
cinny-desktop: 2.1.2 -> 2.1.3
2022-09-02 19:46:32 +08:00
R. Ryantm
ef7442b11d linphone: 4.4.8 -> 4.4.9 2022-09-01 20:23:41 +00:00
Jonas Heinrich
15bf7fb6b9
Merge pull request #189185 from r-ryantm/auto-update/rocketchat-desktop
rocketchat-desktop: 3.8.8 -> 3.8.9
2022-09-01 14:25:10 +02:00
R. Ryantm
828462f7b6 cinny-desktop: 2.1.2 -> 2.1.3 2022-09-01 09:55:39 +00:00
kilianar
1ac9fea548 signal-desktop: 5.56.0 -> 5.57.0
https://github.com/signalapp/Signal-Desktop/releases/tag/v5.57.0
2022-09-01 10:36:45 +02:00
Ashish SHUKLA
f79fa14789
cinny: 2.1.2 -> 2.1.3 2022-09-01 01:04:55 +02:00
R. Ryantm
93615b4311 rocketchat-desktop: 3.8.8 -> 3.8.9 2022-08-31 21:42:12 +00:00
Christian Kögler
a0e78051ce
Merge pull request #186802 from uvNikita/webex/update
webex: 42.8.0.22907 → 42.10.0.23251
2022-08-31 22:11:35 +02:00
Christian Kögler
56e8e486f3
Merge pull request #187336 from Alexnortung/session-desktop-appimage
session-desktop-appimage: 1.8.6 -> 1.9.1
2022-08-31 22:00:09 +02:00
Alain Zscheile
8c68069328 element-{web,desktop}: 1.11.3 -> 1.11.4
See also: https://matrix.org/blog/2022/08/31/security-releases-matrix-js-sdk-19-4-0-and-matrix-react-sdk-3-53-0

Fixes #189143
2022-08-31 20:00:25 +02:00
Artturi
658cde9a8b
Merge pull request #189044 from Infinidoge/bump/discord-canary 2022-08-31 19:57:35 +03:00
R. Ryantm
6623fff5f8 alfaview: 8.51.0 -> 8.52.0 2022-08-31 05:08:36 +00:00
Infinidoge
5f190380ae discord-canary: 0.0.136 -> 0.0.137 2022-08-30 21:16:57 -04:00
Jonas Heinrich
ac8bc1afe7
Merge pull request #188721 from r-ryantm/auto-update/rocketchat-desktop
rocketchat-desktop: 3.8.7 -> 3.8.8
2022-08-30 11:16:23 +02:00
Keshav Kini
7aabe71f78 zoom-us: 5.11.{1.8356,3.3882} -> 5.11.{9.10046,10.4400} 2022-08-30 00:41:45 -07:00
Sandro
86d33a3b70
Merge pull request #188387 from DanielSiepmann/bugfix/188384-purple-signald 2022-08-29 22:34:38 +02:00
Daniel Siepmann
d62730e1ad
purple-signald: fix output path 2022-08-29 10:55:49 +02:00
Sandro
b084faca06
Merge pull request #187213 from equirosa/signal-desktop 2022-08-29 10:53:03 +02:00
Doron Behar
252f4a7094
Merge pull request #188734 from collares/zoom-virtual
zoom-us: fix virtual backgrounds
2022-08-29 09:36:02 +03:00
Mauricio Collares
d7f61154c3 zoom-us: fix virtual backgrounds 2022-08-28 21:45:32 -03:00
R. Ryantm
5d9c49086d rocketchat-desktop: 3.8.7 -> 3.8.8 2022-08-28 23:36:18 +00:00
Mario Rodas
6f74844898
Merge pull request #188546 from magnouvean/master
ferdium: 6.0.0 -> 6.1.0
2022-08-27 21:11:03 -05:00
magnouvean
2623890271
ferdium: 6.0.0 -> 6.1.0 2022-08-28 02:01:10 +02:00
Anderson Torres
a5e05d6246
Merge pull request #188451 from BillHuang2001/feishu-update
feishu: 5.9.18 -> 5.14.14
2022-08-27 15:53:39 -03:00
Artturi
79c42aa06c
Merge pull request #186564 from Artturin/crossevalfixes
Fixes for cross-compilation
2022-08-27 17:49:00 +03:00
Jonas Heinrich
5bfeb6211a baresip: 1.1.0 -> 2.6.0 2022-08-27 09:30:20 +02:00
Bill Huang
f7a5621854 feishu: 5.9.18 -> 5.14.14 2022-08-27 11:52:01 +08:00
Eduardo Quiros
9646f307a2
signal-desktop: 5.54.0 -> 5.56.0 2022-08-26 04:20:34 -06:00
Malo Bourgon
ae1210f4cd signalbackup-tools: 20220810 -> 20220825 2022-08-25 10:10:20 -07:00
Jonas Heinrich
564de3e78a
Merge pull request #181379 from toonn/wire-desktop-bump
Wire desktop bump
2022-08-25 15:08:52 +02:00
Bobby Rong
f96ba5f833
Merge pull request #187062 from r-ryantm/auto-update/alfaview
alfaview: 8.49.1 -> 8.51.0
2022-08-24 19:27:38 +08:00
Maximilian Bosch
d17d1348c2
Merge pull request #186133 from yu-re-ka/element
Element 1.11.3
2022-08-22 21:02:31 +02:00
R. Ryantm
f0d35d8795 bluejeans-gui: 2.29.1.3 -> 2.30.0.89 2022-08-21 19:48:46 +00:00
Jonas Heinrich
11a3690d6f
Merge pull request #185058 from schuelermine/update/fractal-next/2022-08-03
fractal-next: unstable-2022-07-10 -> unstable-2022-07-21
2022-08-21 20:30:44 +02:00
Alexander Nortung
bc3d4bb295 session-desktop: refactor
Renamed session-desktop-appimage to session-desktop
2022-08-21 19:46:48 +02:00
Jonas Heinrich
dd584dc9cc
Merge pull request #184320 from r-ryantm/auto-update/linphone-desktop
linphone: 4.4.1 -> 4.4.8
2022-08-21 09:23:42 +02:00
Jonas Heinrich
7e373ff010
Merge pull request #186980 from kilianar/tdesktop-4.1.1
tdesktop: 4.1.0 -> 4.1.1
2022-08-20 18:48:12 +02:00
Emery Hemingway
b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
Sebastián Mancilla
e25d2f0cff
Merge pull request #185173 from bezmuth/dino
dino: add tests
2022-08-19 00:22:01 -04:00
Alexander Nortung
03317d0edb session-desktop-appimage: 1.8.6 -> 1.9.1 2022-08-18 21:47:53 +02:00
Sandro
d73c9e73d4
Merge pull request #182079 from benneti/master 2022-08-18 21:31:41 +02:00
Yureka
2e4158a468 element-web: remove the matrix-analytics-events hack
It doesn't seem to be necessary anymore, element-desktop builds fine
without any changes to the lockfile.
2022-08-18 17:34:10 +02:00
Yureka
417254598f element-{web,desktop}: 1.11.0 -> 1.11.3 2022-08-18 13:57:37 +02:00
R. Ryantm
600fb49fa1 signal-cli: 0.10.10 -> 0.10.11 2022-08-18 13:39:27 +02:00