Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 04:57:20 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fe826e31b943 - main - databases/sqlite3: Update to 3.53.1
Message-ID:  <6a152830.3a941.87674dd@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
    
    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>
 
 # _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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a152830.3a941.87674dd>