Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 11:53:01 +0200
From:      =?UTF-8?Q?Fernando_Apestegu=C3=ADa?= <fernape@freebsd.org>
To:        Daniel Engberg <daniel.engberg.lists@pyret.net>
Cc:        Po-Chuan Hsieh <sunpoet@freebsd.org>,  "ports-committers@FreeBSD.org" <ports-committers@freebsd.org>, dev-commits-ports-all@freebsd.org,  dev-commits-ports-main@freebsd.org, Michael Osipov <michaelo@freebsd.org>
Subject:   Re: git: fe826e31b943 - main - databases/sqlite3: Update to 3.53.1
Message-ID:  <CAGwOe2aid64yAftR9FWB=XAxiaX-MrLQogc7_01OdP%2B2NuDAqQ@mail.gmail.com>
In-Reply-To: <0f524053-a7e9-493a-93d9-b0cab1b2fc18@mail.infomaniak.com>
References:  <6a152830.3a941.87674dd@gitrepo.freebsd.org> <0f524053-a7e9-493a-93d9-b0cab1b2fc18@mail.infomaniak.com>

index | next in thread | previous in thread | raw e-mail

[-- Attachment #1 --]
El mar, 26 may 2026, 9:05, Daniel Engberg <daniel.engberg.lists@pyret.net>
escribió:

>
> On 2026-05-26T06:58:22.000+02:00, Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> wrote:
>
> The branch main has been updated by sunpoet:
>
> URL: https://cgit.FreeBSD.org/ports/commit/?id=fe826e31b94339bde28fc3f4082066f3ee5ad44f
>
> commit fe826e31b94339bde28fc3f4082066f3ee5ad44f
> Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> AuthorDate: 2026-05-26 04:56:05 +0000
> Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
> CommitDate: 2026-05-26 04:56:05 +0000
>
>     databases/sqlite3: Update to 3.53.1
>
>     - Take maintainership
>
>
Why this change? I've worked on a number of PRs from this user in the past.
I don't think a 16 day timeout qualifies for a maintainer change.


>
>     Changes:        https://www.sqlite.org/news.html
>     PR:             295137
>     Approved by:    maintainer (timeout, 16 days)
> ---
>  databases/sqlite3/Makefile | 7 +++----
>  databases/sqlite3/distinfo | 6 +++---
>  2 files changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
> index 5b872b152591..99241f3636ab 100644
> --- a/databases/sqlite3/Makefile
> +++ b/databases/sqlite3/Makefile
> @@ -1,9 +1,8 @@
>  PORTNAME=	sqlite3
> -DISTVERSION=	3.50.4
> +DISTVERSION=	3.53.1
>  # SECURITY WARNING: when updating this port, also file vuxml entry
>  # for ports/databases/linux-c7-sqlite3 (but mind it has a different EPOCH)
>  # and coordinate with ports/emulators/linux_base which also ships sqlite3.
> -PORTREVISION=	2
>  PORTEPOCH=	1
>  CATEGORIES=	databases
>  MASTER_SITES=	https://www.sqlite.org/${_YEAR}/ https://www2.sqlite.org/${_YEAR}/ https://www3.sqlite.org/${_YEAR}/
> @@ -12,7 +11,7 @@ PKGNAMEPREFIX=	tcl-
>  .endif
>  DISTNAME=	sqlite-src-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00
>
> -MAINTAINER=	pavelivolkov@gmail.com
> +MAINTAINER=	sunpoet@FreeBSD.org
>  COMMENT=	SQL database engine in a C library
>  .if ${FLAVOR:U} == icu
>  COMMENT+=	(ICU flavor)
> @@ -226,7 +225,7 @@ URI_AUTHORITY_CPPFLAGS=	-DSQLITE_ALLOW_URI_AUTHORITY=1
>  .include <bsd.port.options.mk> <http://bsd.port.options.mk%3E>;
>
>  # _YEAR=	${%Y:L:gmtime} - do not work with the version from the previous year
> -_YEAR=	2025
> +_YEAR=	2026
>
>  # Recommended options
>  # https://sqlite.org/compile.html#strict_subtype
> diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
> index 6969e2ddc2f1..8f082a3dba3a 100644
> --- a/databases/sqlite3/distinfo
> +++ b/databases/sqlite3/distinfo
> @@ -1,3 +1,3 @@
> -TIMESTAMP = 1762533612
> -SHA256 (sqlite-src-3500400.zip) = b7b4dc060f36053902fb65b344bbbed592e64b2291a26ac06fe77eec097850e9
> -SIZE (sqlite-src-3500400.zip) = 14393367
> +TIMESTAMP = 1778366462
> +SHA256 (sqlite-src-3530100.zip) = 1b2b5755d9064c4d5d1b0bf5307b48b089963e291c40cc7351318aa1b61c460e
> +SIZE (sqlite-src-3530100.zip) = 14515734
>
> Hi,
>
> I'm going to kindly ask you to back this out as you've clearly shown
> on multiple occations that you are unable to timely respond to PRs, mails or even engage with others including multiple committers and . There's lack of testing, multiple issues and you have done zero engagement and neither requested an exp-run prior to commit and ongoing discussion in PR.
>
> Best regards,
> Daniel
>
>
>
>

[-- Attachment #2 --]
<div dir="auto"><div><br><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">El mar, 26 may 2026, 9:05, Daniel Engberg &lt;<a href="mailto:daniel.engberg.lists@pyret.net">daniel.engberg.lists@pyret.net</a>&gt; escribió:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px"><br></div><div><div>On 2026-05-26T06:58:22.000+02:00, Po-Chuan Hsieh &lt;sunpoet@FreeBSD.org&gt; wrote:</div></div><div><blockquote><pre class="m_-8574566498665544640ws-ng-mail-style--125661eJzzzEvKr9B1K0pNdQp20QILyop1k3Oz83NLCkGAIbYCfk">The branch main has been updated by sunpoet:

URL: <a href="https://cgit.FreeBSD.org/ports/commit/?id=fe826e31b94339bde28fc3f4082066f3ee5ad44f" target="_blank" rel="noreferrer">https://cgit.FreeBSD.org/ports/commit/?id=fe826e31b94339bde28fc3f4082066f3ee5ad44f</a>;

commit fe826e31b94339bde28fc3f4082066f3ee5ad44f
Author:     Po-Chuan Hsieh &lt;<a href="mailto:sunpoet@FreeBSD.org" target="_blank" rel="noreferrer">sunpoet@FreeBSD.org</a>&gt;
AuthorDate: 2026-05-26 04:56:05 +0000
Commit:     Po-Chuan Hsieh &lt;<a href="mailto:sunpoet@FreeBSD.org" target="_blank" rel="noreferrer">sunpoet@FreeBSD.org</a>&gt;
CommitDate: 2026-05-26 04:56:05 +0000

    databases/sqlite3: Update to 3.53.1
    
    - Take maintainership</pre></blockquote></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Why this change? I&#39;ve worked on a number of PRs from this user in the past. I don&#39;t think a 16 day timeout qualifies for a maintainer change.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><blockquote><pre class="m_-8574566498665544640ws-ng-mail-style--125661eJzzzEvKr9B1K0pNdQp20QILyop1k3Oz83NLCkGAIbYCfk">
    
    Changes:        <a href="https://www.sqlite.org/news.html" target="_blank" rel="noreferrer">https://www.sqlite.org/news.html</a>;
    PR:             295137
    Approved by:    maintainer (timeout, 16 days)
---
 databases/sqlite3/Makefile | 7 +++----
 databases/sqlite3/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 5b872b152591..99241f3636ab 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,9 +1,8 @@
 PORTNAME=	sqlite3
-DISTVERSION=	3.50.4
+DISTVERSION=	3.53.1
 # SECURITY WARNING: when updating this port, also file vuxml entry
 # for ports/databases/linux-c7-sqlite3 (but mind it has a different EPOCH)
 # and coordinate with ports/emulators/linux_base which also ships sqlite3.
-PORTREVISION=	2
 PORTEPOCH=	1
 CATEGORIES=	databases
 MASTER_SITES=	<a href="https://www.sqlite.org/" target="_blank" rel="noreferrer">https://www.sqlite.org/</a>${_YEAR}/ <a href="https://www2.sqlite.org/" target="_blank" rel="noreferrer">https://www2.sqlite.org/</a>${_YEAR}/ <a href="https://www3.sqlite.org/" target="_blank" rel="noreferrer">https://www3.sqlite.org/</a>${_YEAR}/
@@ -12,7 +11,7 @@ PKGNAMEPREFIX=	tcl-
 .endif
 DISTNAME=	sqlite-src-${PORTVERSION:C/\.([[:digit:]])[[:&gt;:]]/0\1/g:S/.//g}00
 
-MAINTAINER=	<a href="mailto:pavelivolkov@gmail.com" target="_blank" rel="noreferrer">pavelivolkov@gmail.com</a>
+MAINTAINER=	<a href="mailto:sunpoet@FreeBSD.org" target="_blank" rel="noreferrer">sunpoet@FreeBSD.org</a>
 COMMENT=	SQL database engine in a C library
 .if ${FLAVOR:U} == icu
 COMMENT+=	(ICU flavor)
@@ -226,7 +225,7 @@ URI_AUTHORITY_CPPFLAGS=	-DSQLITE_ALLOW_URI_AUTHORITY=1
 .include &lt;<a href="http://bsd.port.options.mk%3E" target="_blank" rel="noreferrer">bsd.port.options.mk&gt;</a>;
 
 # _YEAR=	${%Y:L:gmtime} - do not work with the version from the previous year
-_YEAR=	2025
+_YEAR=	2026
 
 # Recommended options
 # <a href="https://sqlite.org/compile.html#strict_subtype" target="_blank" rel="noreferrer">https://sqlite.org/compile.html#strict_subtype</a>;
diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo
index 6969e2ddc2f1..8f082a3dba3a 100644
--- a/databases/sqlite3/distinfo
+++ b/databases/sqlite3/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1762533612
-SHA256 (<a href="http://sqlite-src-3500400.zip" target="_blank" rel="noreferrer">sqlite-src-3500400.zip</a>) = b7b4dc060f36053902fb65b344bbbed592e64b2291a26ac06fe77eec097850e9
-SIZE (<a href="http://sqlite-src-3500400.zip" target="_blank" rel="noreferrer">sqlite-src-3500400.zip</a>) = 14393367
+TIMESTAMP = 1778366462
+SHA256 (<a href="http://sqlite-src-3530100.zip" target="_blank" rel="noreferrer">sqlite-src-3530100.zip</a>) = 1b2b5755d9064c4d5d1b0bf5307b48b089963e291c40cc7351318aa1b61c460e
+SIZE (<a href="http://sqlite-src-3530100.zip" target="_blank" rel="noreferrer">sqlite-src-3530100.zip</a>) = 14515734<br></pre></blockquote></div><div style="font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px"><div><div><div><div style="display:flex;height:100%"><div><div><div><div><div><div><div><div><div><div><pre>Hi,

I&#39;m going to kindly ask you to back this out as you&#39;ve clearly shown
on multiple occations that you are unable to timely respond to PRs, mails or even engage with others including multiple committers and . There&#39;s lack of testing, multiple issues and you have done zero engagement and neither requested an exp-run prior to commit and ongoing discussion in PR.

Best regards,
Daniel</pre></div></div></div></div></div></div></div></div></div></div></div></div></div></div><div><br></div></div><div style="font-family:&#39;Helvetica Neue&#39;,Helvetica,Arial,sans-serif;font-size:14px"><br></div></div></blockquote></div></div></div>
home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGwOe2aid64yAftR9FWB=XAxiaX-MrLQogc7_01OdP%2B2NuDAqQ>