Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sqlite: update to 3.42.0.
@ 2023-05-26 21:42 mhmdanas
  2023-06-09  2:11 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-05-26 21:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1222 bytes --]

There is a new pull request by mhmdanas against master on the void-packages repository

https://github.com/mhmdanas/void-packages sqlite-3.42.0
https://github.com/void-linux/void-packages/pull/44107

sqlite: update to 3.42.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/44107.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sqlite-3.42.0-44107.patch --]
[-- Type: text/x-diff, Size: 2290 bytes --]

From 8e17975007b2965783cba6051abd1b84196eebbe Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Fri, 26 May 2023 22:42:01 +0100
Subject: [PATCH] sqlite: update to 3.42.0.

---
 .../sqlite/patches/3.41-perf-regression.patch | 19 -------------------
 srcpkgs/sqlite/template                       |  6 +++---
 2 files changed, 3 insertions(+), 22 deletions(-)
 delete mode 100644 srcpkgs/sqlite/patches/3.41-perf-regression.patch

diff --git a/srcpkgs/sqlite/patches/3.41-perf-regression.patch b/srcpkgs/sqlite/patches/3.41-perf-regression.patch
deleted file mode 100644
index d3e3e20a4c92..000000000000
--- a/srcpkgs/sqlite/patches/3.41-perf-regression.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Patch-Source: https://sqlite.org/src/info/aa6bd6dff751223e
-https://sqlite.org/forum/forumpost/3a180ba0d4
-
-Can be removed in 3.42.x
-
-diff --git a/sqlite3.c b/sqlite3.c
-index 947a154..bf9ce16 100644
---- a/sqlite3.c
-+++ b/sqlite3.c
-@@ -143420,9 +143420,6 @@ static int pushDownWhereTerms(
-       if( pSel->pWin ) return 0;    /* restriction (6b) */
- #endif
-     }
--    if( compoundHasDifferentAffinities(pSubq) ){
--      return 0;  /* restriction (9) */
--    }
-     if( notUnionAll ){
-       /* If any of the compound arms are connected using UNION, INTERSECT,
-       ** or EXCEPT, then we must ensure that none of the columns use a
diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 14d03054c9e3..e6eb425185fd 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,7 +1,7 @@
 # Template file for 'sqlite'
 pkgname=sqlite
-version=3.41.2
-revision=2
+version=3.42.0
+revision=1
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 build_style=gnu-configure
 configure_args="--enable-threadsafe --enable-dynamic-extensions --enable-fts5"
@@ -12,7 +12,7 @@ license="Public Domain"
 homepage="https://sqlite.org/"
 changelog="https://www.sqlite.org/changes.html"
 distfiles="https://sqlite.org/2023/sqlite-autoconf-${_amalgamationver}.tar.gz"
-checksum=e98c100dd1da4e30fa460761dab7c0b91a50b785e167f8c57acc46514fae9499
+checksum=7abcfd161c6e2742ca5c6c0895d1f853c940f203304a0b49da4e1eca5d088ca6
 
 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: sqlite: update to 3.42.0.
  2023-05-26 21:42 [PR PATCH] sqlite: update to 3.42.0 mhmdanas
@ 2023-06-09  2:11 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-06-09  2:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1063 bytes --]

There's a merged pull request on the void-packages repository

sqlite: update to 3.42.0.
https://github.com/void-linux/void-packages/pull/44107

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-09  2:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-26 21:42 [PR PATCH] sqlite: update to 3.42.0 mhmdanas
2023-06-09  2:11 ` [PR PATCH] [Merged]: " classabbyamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).