Commit Graph

13 Commits

Author SHA1 Message Date
COLAMAroro
eadd9c0a7f pulsar: patch additionals git binary
This is a direct fix for #303142.

Pulsar comes with a npm dependency called "dugite", which comes with it's own git binaries
The actual "git" binary itself was patched, but not other dependency binaries such as "git-fetch-http".
This commit just blanket fixes every other secondary binary.
Additionally, this patches are now also included on aarch64

Also, considering this package has now another maintainer, I wish to withdraw myself as a maintainer.
2024-04-27 15:02:28 +02:00
Bryan Lai
18e2854db0 pulsar: 1.109.0 -> 1.114.0
Release notes: https://github.com/pulsar-edit/pulsar/releases/tag/v1.114.0

pulsar has been marked insecure so this change would not be verified by
ofborg. Still, it is very actively developed and quite enjoyable to use.
As an atom veteran, I would like to help keep it usable; thus adding
myself to the maintainers.

A patchelf fixup for `ctags-linux` is adjusted according to the new
location of the binary.

Co-authored-by: Peder Bergebakken Sundt <pbsds@hotmail.com>
2024-03-11 22:42:34 +08:00
Mikael Fangel
046c7199a6 pulsar: mark vulnerable to multiple CVE's 2023-10-21 14:05:23 +02:00
R. Ryantm
44f80df4e4 pulsar: 1.108.0 -> 1.109.0 2023-10-06 16:10:58 -07:00
Sandro Jäckel
33b832bd80
pulsar: remove atomEnv 2023-10-03 16:37:24 +02:00
Robert Schütz
a63a64b593
Merge pull request #251705 from dotlambda/asar-buildNpmPackage
asar: use buildNpmPackage
2023-08-30 00:25:28 +00:00
Robert Schütz
745de518cd asar: use buildNpmPackage 2023-08-26 20:27:43 -07:00
R. Ryantm
f0ac17b985 pulsar: 1.107.1 -> 1.108.0 2023-08-25 22:54:53 +00:00
COLAMAroro
a88798a990 pulsar: 1.106.0 -> 1.107.1 2023-07-17 14:57:47 +02:00
COLAMAroro
ee88cb35ac pulsar: 1.105.0 -> 1.106.0 2023-06-24 19:09:18 +02:00
COLAMAroro
a53041856d pulsar: 1.104.0 -> 1.105.0
Release note: https://github.com/pulsar-edit/pulsar/releases/tag/v1.105.0

This Pulsar release was made from a Windows computer,
the SHA256SUMS.txt file was encoded in UTF-16LE with BOM.
Most of the work was enhancing the update script to
handle this case.

Also implemented the recommendation from SuperSandro2000:
https://github.com/NixOS/nixpkgs/pull/226616#discussion_r1170658908
2023-05-16 11:19:47 +02:00
COLAMAroro
20dde67523 pulsar: 1.103.0 -> 1.104.0
List of changes in the build:
- Updates to release [1.104.0](https://github.com/pulsar-edit/pulsar/releases/tag/v1.104.0)
- Set the `pname` to small caps (fixes #225755)
- Unpacks/repacks the app.asar bundle to patch binaries for the missing libstdc++.so.6
  - Fixes non-starting Pulsar encountered on non NixOS devices
  - This requires adding asar (and Python3) as dependencies
- Removes the unused imports in the update script
- Made the update script CWD-independant
2023-04-17 18:33:00 +02:00
COLAMAroro
aa4cf231c4 pulsar: init at 1.103.0
Community maintained fork of the sunset Atom editor.
https://github.com/pulsar-edit/pulsar
2023-04-06 15:02:29 +02:00