Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sqlite: update to 3.39.0.
@ 2022-06-26 19:53 ologantr
  2022-06-28 18:19 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ologantr @ 2022-06-26 19:53 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ologantr/void-packages sqlite-update
https://github.com/void-linux/void-packages/pull/37699

sqlite: update to 3.39.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

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

From 0ef152b2923ce181170b4ebf660b5cda1683bde9 Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Sun, 26 Jun 2022 21:43:15 +0200
Subject: [PATCH] sqlite: update to 3.39.0.

---
 srcpkgs/sqlite/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 5ca279068b5d..973091454924 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,6 +1,6 @@
 # Template file for 'sqlite'
 pkgname=sqlite
-version=3.38.5
+version=3.39.0
 revision=1
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 wrksrc="sqlite-autoconf-${_amalgamationver}"
@@ -13,7 +13,7 @@ license="Public Domain"
 homepage="https://sqlite.org/"
 changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
 distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
-checksum=5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c
+checksum=e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2
 
 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \

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

* Re: [PR REVIEW] sqlite: update to 3.39.0.
  2022-06-26 19:53 [PR PATCH] sqlite: update to 3.39.0 ologantr
@ 2022-06-28 18:19 ` classabbyamp
  2022-06-28 18:32 ` [PR PATCH] [Updated] " ologantr
  2022-06-28 18:38 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-06-28 18:19 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/37699#discussion_r908805594

Comment:
```suggestion
changelog="https://www.sqlite.org/changes.html"
```
this is a better changelog (has all releases)

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

* Re: [PR PATCH] [Updated] sqlite: update to 3.39.0.
  2022-06-26 19:53 [PR PATCH] sqlite: update to 3.39.0 ologantr
  2022-06-28 18:19 ` [PR REVIEW] " classabbyamp
@ 2022-06-28 18:32 ` ologantr
  2022-06-28 18:38 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: ologantr @ 2022-06-28 18:32 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ologantr against master on the void-packages repository

https://github.com/ologantr/void-packages sqlite-update
https://github.com/void-linux/void-packages/pull/37699

sqlite: update to 3.39.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

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

From a400c579c0db0362fc50f060590f316bd385af6c Mon Sep 17 00:00:00 2001
From: ologantr <mrphyber@protonmail.com>
Date: Sun, 26 Jun 2022 21:43:15 +0200
Subject: [PATCH] sqlite: update to 3.39.0.

---
 srcpkgs/sqlite/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sqlite/template b/srcpkgs/sqlite/template
index 5ca279068b5d..75ca796cef16 100644
--- a/srcpkgs/sqlite/template
+++ b/srcpkgs/sqlite/template
@@ -1,6 +1,6 @@
 # Template file for 'sqlite'
 pkgname=sqlite
-version=3.38.5
+version=3.39.0
 revision=1
 _amalgamationver=$(printf "%d%02d%02d00\n" ${version//./ })
 wrksrc="sqlite-autoconf-${_amalgamationver}"
@@ -11,9 +11,9 @@ short_desc="SQL Database Engine in a C Library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="Public Domain"
 homepage="https://sqlite.org/"
-changelog="https://www.sqlite.org/releaselog/${version//./_}.html"
+changelog="https://www.sqlite.org/changes.html"
 distfiles="${homepage}/2022/sqlite-autoconf-${_amalgamationver}.tar.gz"
-checksum=5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c
+checksum=e90bcaef6dd5813fcdee4e867f6b65f3c9bfd0aec0f1017f9f3bbce1e4ed09e2
 
 CFLAGS="-DSQLITE_ENABLE_DBSTAT_VTAB -DSQLITE_ENABLE_COLUMN_METADATA \
  -DSQLITE_ENABLE_UNLOCK_NOTIFY -DSQLITE_SECURE_DELETE \

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

* Re: [PR PATCH] [Merged]: sqlite: update to 3.39.0.
  2022-06-26 19:53 [PR PATCH] sqlite: update to 3.39.0 ologantr
  2022-06-28 18:19 ` [PR REVIEW] " classabbyamp
  2022-06-28 18:32 ` [PR PATCH] [Updated] " ologantr
@ 2022-06-28 18:38 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-06-28 18:38 UTC (permalink / raw)
  To: ml

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

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

sqlite: update to 3.39.0.
https://github.com/void-linux/void-packages/pull/37699

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

#### Local build testing
- I built this PR locally for my native architecture (x86_64-glibc)

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

end of thread, other threads:[~2022-06-28 18:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-26 19:53 [PR PATCH] sqlite: update to 3.39.0 ologantr
2022-06-28 18:19 ` [PR REVIEW] " classabbyamp
2022-06-28 18:32 ` [PR PATCH] [Updated] " ologantr
2022-06-28 18:38 ` [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).