Commit Graph

57 Commits

Author SHA1 Message Date
Krzysztof Nazarewski
debfa14c11
rambox: fix for binary dropping version suffix
fixes https://github.com/NixOS/nixpkgs/issues/307545
2024-04-29 09:56:23 +02:00
R. Ryantm
246afceb55
rambox: 2.3.0 -> 2.3.1 2024-03-14 09:24:10 -07:00
R. Ryantm
9c5f3ba92f rambox: 2.2.3 -> 2.3.0 2024-01-31 04:13:42 +00:00
R. Ryantm
f10b0f785f rambox: 2.2.2 -> 2.2.3 2023-12-10 12:20:03 +00:00
R. Ryantm
d931fd6e4d rambox: 2.2.1 -> 2.2.2 2023-11-16 19:16:39 +00:00
Krzysztof Nazarewski
0e1174ccb7
rambox: fix crash on start
fixes https://github.com/NixOS/nixpkgs/issues/261988
2023-10-24 21:28:24 +02:00
Krzysztof Nazarewski
1d9e7c314f
rambox: 2.2.0 -> 2.2.1 2023-10-24 21:27:54 +02:00
R. Ryantm
5b670d8362 rambox: 2.1.5 -> 2.2.0 2023-10-18 18:49:40 +00:00
Jon Seager
9bd452d384
rambox: 2.1.3 -> 2.1.5 2023-07-19 10:59:49 +01:00
R. Ryantm
f37c8f521c rambox: 2.1.2 -> 2.1.3 2023-05-01 02:24:09 +00:00
Jon Seager
0fb16f3f42
rambox: 2.1.0 -> 2.1.2 2023-04-11 13:09:51 +01:00
Jon Seager
9cb17029af rambox: 2.0.10 -> 2.1.0 2023-02-23 23:42:49 +08:00
R. Ryantm
98ef2f63c2 rambox: 2.0.9 -> 2.0.10 2023-01-31 17:10:34 +00:00
Krzysztof Nazarewski
578bd38b65
rambox: 0.7.9 -> 2.0.9
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2022-12-12 15:19:51 +01:00
Jean-François Roche
76fd780bd1
rambox: 0.7.8 -> 0.7.9
Upstream changelog https://github.com/ramboxapp/community-edition/releases/tag/0.7.9
2021-09-29 17:27:03 +02:00
Adomas Jatužis
ff783132f0 rambox: 0.7.7 -> 0.7.8 2021-08-04 13:47:30 +03: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
Sandro Jäckel
ae02415ee8
treewide: remove gnidorah
due to github account removal/deletion and not other mean of contact.
2021-04-30 01:48:19 +02:00
Thiago Kenji Okada
530f90d862 rambox: migrate to use AppImage
The motivation comes from PR #108787: AppImage is the official and
using it should avoid some issues.

Also, migrating both packages (instead of only rambox-pro like #108787)
can make maintaining both packages better. There is now a `mkRambox`
function that abstract most of the build process.
2021-01-11 15:17:15 -03:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
gnidorah
86630c774d rambox: 0.7.6 -> 0.7.7 2020-10-10 07:30:01 +03:00
gnidorah
cac4080c44 rambox: 0.7.5 -> 0.7.6 2020-09-17 20:15:06 +03:00
Florian Klink
fd4ca19831 rambox: use lib.getLib udev instead of udev.lib
This will pick the `lib` output if it exists, otherwise default to `out`.
2020-08-13 20:51:42 +02:00
gnidorah
aa7ebdd885 rambox: use gappsWrapperArgs 2020-07-23 08:04:00 +03:00
gnidorah
db604c5ab2 rambox: add wrapGAppsHook 2020-07-19 08:02:08 +03:00
Konrad Borowski
f284354712 rambox: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Maximilian Bosch
c20428ee24
rambox: 0.7.4 -> 0.7.5
https://github.com/ramboxapp/community-edition/releases/tag/0.7.5
2020-03-27 00:48:12 +01:00
Maximilian Bosch
70fe2c9e2f
rambox: 0.7.3 -> 0.7.4
https://github.com/ramboxapp/community-edition/releases/tag/0.7.4
2020-03-23 18:31:08 +01:00
gnidorah
f5b761175f rambox: don't build from sources 2020-02-21 18:25:21 +03:00
gnidorah
7093ddeaf2 rambox: fix meta 2020-01-15 21:19:29 +03:00
worldofpeace
3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Jörg Thalheim
205296f55a
rambox: remove gapps-wrapper
This is now provided by electron itself.
2019-06-25 07:58:10 +01:00
Jörg Thalheim
ebe4375ff4
rambox: upgrade to electron 4
This is what upstream uses as well
2019-06-25 07:58:05 +01:00
Jörg Thalheim
fdb87a0fee
rambox: downgrade electron to 3.x 2019-01-09 07:24:18 +00:00
Jörg Thalheim
ac8acb283c
rambox: fix crash when native filesystem dialogs are created 2018-10-30 11:41:52 +00:00
Pascal Wittmann
619d51f290
rambox: restrict to supported platforms 2018-08-06 18:30:20 +02:00
Pascal Wittmann
fec4795f00
rambox: inherit meta from bare derivation
see issue #43716
2018-08-06 12:19:13 +02:00
gnidorah
68bf1063f0 rambox: fix build (#42577) 2018-06-25 21:29:25 +02:00
gnidorah
074a43f3dc rambox: allow user to disable tooltips 2017-12-16 21:36:33 +03:00
Yegor Timoshenko
3048d925de
rambox: remove comment with email address 2017-11-27 19:42:50 +00:00
gnidorah
a5b882310f rambox: allow user to use other auth0 credentials 2017-11-16 10:23:02 +03:00
gnidorah
e9c42f246f rambox: add menu item 2017-11-09 14:11:11 +03:00
Yegor Timoshenko
cc04a30b6e rambox: build from source 2017-11-03 20:02:23 +00:00
gnidorah
85f5d5ce16 rambox: 0.5.12 -> 0.5.13 2017-11-02 07:39:21 +03:00
gnidorah
caa8284e09 rambox, franz: install xdg_utils for url opening
xorg installs this, but wayland doesn't
2017-11-02 07:39:03 +03:00
gnidorah
9810c0c911 rambox: 0.5.10 -> 0.5.12 2017-09-08 18:29:26 +02:00
gnidorah
c8eb4d102f rambox: 0.5.9 -> 0.5.10 2017-07-05 04:42:23 +03:00
gnidorah
b62dea5c32 rambox: 0.5.3 -> 0.5.9 2017-06-04 14:39:17 +03:00
gnidorah
749d495cb3 rambox, franz: cleanup (#25020) 2017-04-23 19:10:35 +01:00