Commit graph

81 commits

Author SHA1 Message Date
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
Christopher A. Williamson 0e35e02c11 rambox-pro: 1.4.1 → 1.5.0 2021-01-31 23:22:37 +00:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01: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
Kamus Hadenes 950c5e1879
Rambox Pro 1.3.2 > 1.4.1 (#104997) 2020-12-28 02:51:09 +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
Pavol Rusnak 4d6411288c
electron: point electron alias to the latest stable version
+ require explicit version of electron in packages
2020-07-20 17:58:55 +02:00
gnidorah db604c5ab2 rambox: add wrapGAppsHook 2020-07-19 08:02:08 +03:00
R. RyanTM 276c216a22 rambox-pro: 1.3.1 -> 1.3.2 2020-06-06 17:18:55 +00:00
Jörg Thalheim 7182b94bd6
Merge pull request #75269 from cawilliamson/master
rambox-pro: fix missing icons, autostart and clean up dir layout
2020-05-20 09:29:20 +01: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
R. RyanTM c6fbd527d0 rambox-pro: 1.2.2 -> 1.3.1 2020-04-09 11:06:21 -07: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
R. RyanTM f07fc12703 rambox-pro: 1.2.0 -> 1.2.2 2020-02-06 20:15:35 +01:00
gnidorah 7093ddeaf2 rambox: fix meta 2020-01-15 21:19:29 +03:00
Maximilian Bosch 11dd4ccf9d
rambox: 0.6.9 -> 0.7.3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.3
https://github.com/ramboxapp/community-edition/releases/tag/0.7.2
https://github.com/ramboxapp/community-edition/releases/tag/0.7.1
https://github.com/ramboxapp/community-edition/releases/tag/0.7.0
2020-01-03 20:53:49 +01:00
Maximilian Bosch 220fac7f49
rambox: fix hash 2019-12-28 18:26:54 +01:00
zimbatm 727c20f8e1
rambox: fix node_modules sha256 2019-12-27 10:28:29 +01:00
Christopher A. Williamson ddb43594ff Fix autostart path 2019-12-08 20:42:36 +00:00
Christopher A. Williamson 2310404c10 rambox-pro: fix missing icons and clean up dir layout 2019-12-08 20:10:25 +00:00
R. RyanTM 4d1f47bc1f rambox-pro: 1.1.7 -> 1.2.0 2019-11-29 03:57:31 -08:00
R. RyanTM f7391051b2 rambox-pro: 1.1.6 -> 1.1.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-09-28 18:41:19 -07:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
R. RyanTM db72f5cad3 rambox-pro: 1.1.4 -> 1.1.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rambox-pro/versions
2019-08-20 14:55:29 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Robin Gloster 841e20e583
Merge pull request #64336 from adisbladis/nodejs-8x-drop
Drop nodejs-8_x
2019-08-02 00:53:46 +00:00
adisbladis 9e9c6de50c
nodejs-8_x: Drop package
It will be EOL within the support period of 19.09
2019-08-02 02:34:47 +02:00
Robin Gloster fe3920001c
Merge pull request #63669 from cawilliamson/patch-1
rambox-pro: 1.1.2 -> 1.1.4
2019-08-01 23:29:44 +00:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
Jörg Thalheim b552d72a9a
Fix electron crash when using file chooser dialog (#55057)
Fix electron crash when using file chooser dialog
2019-06-25 07:59:31 +01: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 dce97daeda
rambox: 0.6.7 -> 0.6.9 2019-06-24 17:33:56 +01:00
Christopher A. Williamson a8ad0834c9
rambox-pro: 1.1.2 -> 1.1.4
Upgraded the rambox-pro package I previously created from 1.1.2 to 1.1.4 and added necessary changes to accomplish this.
2019-06-22 21:15:17 +01:00
Andy White c0abf3c23e rambox: 0.6.6 -> 0.6.7 2019-05-08 05:49:10 +09:00
Christopher A. Williamson 886544102f
rambox-pro: Switch to using correct electron path 2019-05-05 06:29:51 +01:00
Christopher A. Williamson a63be6cdd7 rambox-pro: init at 1.1.2 (#60380)
* Added myself to maintainer list

* Add package file for rambox-pro

* Add patch to fix rambox-pro build

* Removed child module refs from package

* Added various fixes for new rambox-pro pkg

* Change name -> pname to address feedback

* Update pkgs/applications/networking/instant-messengers/rambox-pro/default.nix

Co-Authored-By: cawilliamson <home@chrisaw.com>

* Moved rambox-pro to rambox pkg

* Fixed package name - no idea what I was thinking here!

* Replace patch with postPatch script

Co-Authored-By: cawilliamson <home@chrisaw.com>

* Removed patch file
2019-05-01 20:08:32 +02:00
Jörg Thalheim 975734c665
rambox: 0.6.3 -> 0.6.6 2019-04-16 11:27:51 +01:00
Jörg Thalheim 487d2a7ccd
Revert "rambox: update node deps hash"
This reverts commit bf5f85ea2e.

See bf5f85ea2e (commitcomment-31923547)
2019-01-13 22:18:36 +00:00
Franz Pletz bf5f85ea2e
rambox: update node deps hash 2019-01-10 05:51:02 +01:00