Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Update pkgrel to push latest changes.
|
|
Tracking was removed to eliminate the dependency on 'insight', which
seemed to be breaking inboxer-1.1.5
The breakage turned out to be caused by our PKGBUILD accidentally
deleting package 'tmp' from 'node_modules'.
|
|
This produces a more compact package, with all the code
and dependencies neatly packed in the .asar package.
|
|
Inboxer-1.1.5 updated the dependency 'insight' to version 0.10.1, which
broke inboxer for us.
The problem was temporarily solved in 1.1.5-2 by downgrading 'insight'
back to version 0.8.4. However, version 0.8.4 has known vulnerabilities
and we shouldn't be using it.
Inboxer needs 'insight' to provide app usage tracking. By removing
tracking we can eliminate the dependency on 'insight' and make
inboxer-1.1.5 work again without using vulnerable packages.
|
|
The newer version of insight (0.10.1) breaks inboxer.
It fails to start with the following error:
Error: Cannot find module 'tmp'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update to new PKGBUILD provided by City-busz which builds and
installs from source.
|
|
Use system electron, build from sources.
|
|
|
|
|