Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge the latest @journeyapps/sqlcipher:master into our fork #2

Closed
wants to merge 254 commits into from
Closed

Merge the latest @journeyapps/sqlcipher:master into our fork #2

wants to merge 254 commits into from

Conversation

EvanHahn-Signal
Copy link

I ran git merge upstream/master and resolved changes (where upstream is the "real" @journeyapps/sqlcipher). It may be more useful to see how this branch is different from upstream/master than the diff below. I've put git diff upstream/master into this Gist.

kewde and others added 29 commits May 14, 2020 19:30
* Update packages.

* Sqlite 3.31.0 / SQLCipher 4.3.0.

* Update for electron major versions 6, 7 and 8

* Update circleci build steps

* Delete .travis.yml

* Update resource_class for circleci

* Fix circleci config

* Don't build failing macos-8.16.0 build

* Remove older electron builds that are failing

* v4.1.0

* [publish binary]

Co-authored-by: Ralf Kistner <ralf@journeyapps.com>
Change-Id: I79000463955d16eec8809c870f7d02c60da53432
Bug: TryGhost/node-sqlite3#418
Relate-to: TryGhost/node-sqlite3#1028
Origin: https://github.com/tizenteam/node-sqlite3
Signed-off-by: Philippe Coval <rzr@users.sf.net>
- This updates the README to be inline with what's in master
* Ensure JavaScript exceptions bubble up

* Fix segfault

* Fix mutex segfault

* Fix segfault caused by memory leak

If the database was being closed, and non-exclusive work was scheduled,
it overrode the lock flag such that the state became open=false locked=false
instead of open=false locked=true. This caused queued work to not be
processed, leaking memory, which causes a segfault during napi cleanup.

Make the same changes to other methods for safe measure.
* release: 5.0.1

* release: update log
Update with upstream mapbox/node-sqlcipher3
* Test with CircleCI for Windows.

* Multiple windows architectures.

* Fix.

* Fix node path.

* Fix issue.

* Final config.

* Use latest orb.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.20.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.20)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.