[PR #4079] [MERGED] Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4 #9866

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4079
Author: @dependabot[bot]
Created: 9/7/2020
Status: Merged
Merged: 9/7/2020
Merged by: @Bond-009

Base: masterHead: dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.0.4


📝 Commits (1)

  • 37a8be5 Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 Jellyfin.Server/Jellyfin.Server.csproj (+1 -1)

📄 Description

Bumps SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4.

Release notes

Sourced from SQLitePCLRaw.bundle_e_sqlite3's releases.

v2.0.4

Changes in 2.0.4:

  1. The e_sqlite3 builds are now at SQLite 3.33.0 #350
  2. The e_sqlcipher builds remain unchanged
  3. Windows e_sqlite3 builds are now done with toolset v142
  4. Android e_sqlite3 builds are now done with NDK r21d, and armeabi is no longer supported.
  5. Builds of e_sqlite3 and e_sqlcipher are now included for linux-mips64 (thanks to @sunny868, see #360)
  6. Target netcoreapp3.1 instead of netcoreapp3.0
  7. New bundle_sqlite3 package #325
  8. Fix #321 crash bug

Notable things NOT in 2.0.4:

  • No changes related to the use of NativeLibrary.Load and problems with AssemblyLoadContext #343
  • No changes related to sqlite3_isexplain and the corresponding problems with UWP builds #346
  • No support for recent SQLite features like uint, decimal, ieee754, because they are not in the SQLite amalgamation
  • No fix for Xamarin.Mac problem finding the native code library #358
  • Still targeting net461 even though there are cases where saying net472 would apparently be more correct #349
  • No support for snapshot #333
Commits

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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4079 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/7/2020 **Status:** ✅ Merged **Merged:** 9/7/2020 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `dependabot/nuget/SQLitePCLRaw.bundle_e_sqlite3-2.0.4` --- ### 📝 Commits (1) - [`37a8be5`](https://github.com/jellyfin/jellyfin/commit/37a8be5db26cfe5afe50bb6ff82e5abe79a786be) Bump SQLitePCLRaw.bundle_e_sqlite3 from 2.0.3 to 2.0.4 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+1 -1) </details> ### 📄 Description Bumps [SQLitePCLRaw.bundle_e_sqlite3](https://github.com/ericsink/SQLitePCL.raw) from 2.0.3 to 2.0.4. <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.0.4</h2> <p>Changes in 2.0.4:</p> <ol> <li>The e_sqlite3 builds are now at SQLite 3.33.0 <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/350">#350</a></li> <li>The e_sqlcipher builds remain unchanged</li> <li>Windows e_sqlite3 builds are now done with toolset v142</li> <li>Android e_sqlite3 builds are now done with NDK r21d, and armeabi is no longer supported.</li> <li>Builds of e_sqlite3 and e_sqlcipher are now included for linux-mips64 (thanks to <a href="https://github.com/sunny868">@sunny868</a>, see <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/360">#360</a>)</li> <li>Target netcoreapp3.1 instead of netcoreapp3.0</li> <li>New bundle_sqlite3 package <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/325">#325</a></li> <li>Fix <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/321">#321</a> crash bug</li> </ol> <p>Notable things NOT in 2.0.4:</p> <ul> <li>No changes related to the use of NativeLibrary.Load and problems with AssemblyLoadContext <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/343">#343</a></li> <li>No changes related to <code>sqlite3_isexplain</code> and the corresponding problems with UWP builds <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/346">#346</a></li> <li>No support for recent SQLite features like uint, decimal, ieee754, because they are not in the SQLite amalgamation</li> <li>No fix for Xamarin.Mac problem finding the native code library <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/358">#358</a></li> <li>Still targeting net461 even though there are cases where saying net472 would apparently be more correct <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/349">#349</a></li> <li>No support for snapshot <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/333">#333</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/54eaed3b67a8b1e473c5b9537d1f73be43086025"><code>54eaed3</code></a> Merge branch 'master' of <a href="https://github.com/ericsink/SQLitePCL.raw">https://github.com/ericsink/SQLitePCL.raw</a></li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/5f7568faebee087cfba41c81122bba2b2e5fb83b"><code>5f7568f</code></a> 2.0.4 build</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/ae6640978d16de246ec8f8368653d8e0ef450d61"><code>ae66409</code></a> 2.0.4</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/628d6cddb785593051b19d28e1c4038aa096516b"><code>628d6cd</code></a> rebuild 2.0.4-pre after branch work</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/4e2764f0ddf9b695741c246ff55276ac605b39bd"><code>4e2764f</code></a> revert the commit that experimented with cil stuff</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/e2f98778c5a21e6e1081887a75c477317397f27f"><code>e2f9877</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/300">#300</a> from 0xced/improve-build-instructions</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/81387f46b0c706e6bc72971a9a1213ffb4edea73"><code>81387f4</code></a> Improve build instructions in the README</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/e6876a673c3fc025807fbbef7d4eb3f89f529236"><code>e6876a6</code></a> build for 2.0.4-pre <a href="https://github-redirect.dependabot.com/ericsink/SQLitePCL.raw/issues/356">#356</a></li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/88b77ad0b4e99e5be440e2f92a73749cb93bffa6"><code>88b77ad</code></a> chg bundle_sqlite3 test to also target net461 and netcoreapp2.1, and add that...</li> <li><a href="https://github.com/ericsink/SQLitePCL.raw/commit/f8d01bfdc843f1b601d02258c91001321e16ac7c"><code>f8d01bf</code></a> chg all the tests to run with netcoreapp3.1 instead of netcoreapp3.0</li> <li>Additional commits viewable in <a href="https://github.com/ericsink/SQLitePCL.raw/compare/v2.0.3...v2.0.4">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.0.3&new-version=2.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) 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> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:09:50 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9866