[PR #8426] Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.1.1 to 2.1.2 #11712

Closed
opened 2026-02-07 06:43:14 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/8426

State: closed
Merged: Yes


Bumps SQLitePCLRaw.bundle_e_sqlite3 from 2.1.1 to 2.1.2.

Release notes

Sourced from SQLitePCLRaw.bundle_e_sqlite3's releases.

v2.1.2

  • Include Wasm builds which are compatible with .NET 7
  • Fix problems with net6.0 targeting 32-bit Windows. The previous release (v2.1.1) also had an attempt at this fix, but that code broke things on net6.0-ios , due to an apparent bug in the Mono AOT code.
  • (From 2.1.1) Update to more recent e_sqlite3 and e_sqlcipher versions
Commits
  • 1380c0b 2.1.2, this time for real, I think
  • 294c4c0 FINE then. ifdef-out the build script code to run the tests under 32 bit win...
  • 5c6e952 chg the build script to also run the test suite for net6.0-windows with rid w...
  • b166926 an attempt to make a test case for sqlite3_config_log sufficiently complicate...
  • 9adcbfc new attempt to fix #506. this is the code change from #507, but limited to u...
  • d460d94 revert #507, thus reintroducing #506, because of #516, aka dotnet/runtime#75700
  • 12d59ab #ifdef-out the recent/experimental code that was creating a .props file for t...
  • 874e9fd 2.1.2
  • 2cc5bff Merge pull request #515 from bricelam/wasm7
  • 0b1f5e0 Add Wasm assets for .NET 7
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/8426 **State:** closed **Merged:** Yes --- Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.1.1 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ericsink/SQLitePCL.raw/releases">SQLitePCLRaw.bundle_e_sqlite3's releases</a>.</em></p> <blockquote> <h2>v2.1.2</h2> <ul> <li>Include Wasm builds which are compatible with .NET 7</li> <li>Fix problems with <code>net6.0</code> targeting 32-bit Windows. The previous release (v2.1.1) also had an attempt at this fix, but that code broke things on <code>net6.0-ios</code> , due to an apparent bug in the Mono AOT code.</li> <li>(From 2.1.1) Update to more recent e_sqlite3 and e_sqlcipher versions</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/1380c0b2dd4868e615de9d4bae31a97163edc861"><code>1380c0b</code></a> 2.1.2, this time for real, I think</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/294c4c0400953c2ffbab752a643f8b0165fa7f00"><code>294c4c0</code></a> FINE then. ifdef-out the build script code to run the tests under 32 bit win...</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/5c6e9522747531240e3de8bc1a3475b07940766e"><code>5c6e952</code></a> chg the build script to also run the test suite for net6.0-windows with rid w...</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/b166926b723105528c9d2f22fd853477fab8716d"><code>b166926</code></a> an attempt to make a test case for sqlite3_config_log sufficiently complicate...</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/9adcbfce7ba69450d3173f2d129a468023279042"><code>9adcbfc</code></a> new attempt to fix <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/506">#506</a>. this is the code change from <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/507">#507</a>, but limited to u...</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/d460d946ac0ef9b77f31ab4cdde7a6a5c3d1a17c"><code>d460d94</code></a> revert <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/507">#507</a>, thus reintroducing <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/506">#506</a>, because of <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/516">#516</a>, aka <a href="https://github-redirect.dependabot.com/dotnet/runtime/issues/75700">dotnet/runtime#75700</a></li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/12d59abb3182ae5f00d41296c50408af5dbe1d16"><code>12d59ab</code></a> #ifdef-out the recent/experimental code that was creating a .props file for t...</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/874e9fd1f54c8b061850e581f0d823dd2def160e"><code>874e9fd</code></a> 2.1.2</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/2cc5bffd6afabb3713748c2813589710a3d6699a"><code>2cc5bff</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/515">#515</a> from bricelam/wasm7</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/0b1f5e0537bde10f3f48cbf25965f736a18db720"><code>0b1f5e0</code></a> Add Wasm assets for .NET 7</li> <li>Additional commits viewable in <a href="https://github.com/ericsink/SQLitePCL.raw/compare/v2.1.1...v2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=SQLitePCLRaw.bundle_e_sqlite3&package-manager=nuget&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
OVERLORD added the pull-request label 2026-02-07 06:43:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11712