pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/R-RSQLite
Module Name: pkgsrc
Committed By: mef
Date: Thu Jun 11 22:00:10 UTC 2026
Modified Files:
pkgsrc/databases/R-RSQLite: Makefile distinfo
Added Files:
pkgsrc/databases/R-RSQLite/patches: patch-src_Makevars
Log Message:
(databases/R-RSQLite) Updated 2.3.9 to 3.53.1
# RSQLite 3.53.1 (2026-05-22)
## Features
- Upgrade bundled SQLite to 3.53.1 (#711).
# RSQLite 3.52.0 (2026-05-09)
## Features
- Upgrade bundled SQLite to 3.52.0 (#696), the package version is now aligned with the SQLite version.
- Implement `dbListObjects()` for attached SQLite databases with schema prefix support (#689, #690).
- Enable the percentile extension.
# RSQLite 2.4.6 (2026-02-05)
## Features
- Upgrade bundled SQLite to 3.51.2, upgrade extensions (#673).
## Chore
- Remove plogr (#683).
- Format C++ code with clang-format.
# RSQLite 2.4.5 (2025-11-30)
## Features
- Upgrade bundled SQLite to 3.51.1 (#661).
# RSQLite 2.4.4 (2025-11-05)
## Features
- Upgrade bundled SQLite to 3.51.0 (#648).
## Continuous integration
- Loosen timeout on macOS.
- Avoid accessing Fossil for upgrade.
# RSQLite 2.4.3 (2025-08-01)
## Features
- Upgrade bundled SQLite to 3.50.4 (#616).
# RSQLite 2.4.2 (2025-07-18)
## Features
- Upgrade bundled SQLite to 3.50.3 (#613).
## Documentation
- Mentioned version of bundled SQLite in `DESCRIPTION`.
# RSQLite 2.4.1 (2025-06-08)
## Features
- Upgrade bundled SQLite to 3.50.1 (#606).
# RSQLite 2.4.0 (2025-05-31)
## Features
- Upgrade bundled SQLite to 3.50.0 (#602).
- Rebuild in case of configuration changes (#597).
# RSQLite 2.3.11 (2025-05-04)
## Bug fixes
- Compilation with `gcc` works again (#592, #594).
# RSQLite 2.3.10 (2025-05-02)
## Bug fixes
- Avoid unnecessary `-I` switches (#512, #587).
## Features
- Upgrade bundled SQLite to 3.49.1 (#571).
## Chore
- Track dependencies between sources and headers (#586).
## Testing
- Bump DBItest version.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/R-RSQLite/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/databases/R-RSQLite/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/databases/R-RSQLite/patches/patch-src_Makevars
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/R-RSQLite/Makefile
diff -u pkgsrc/databases/R-RSQLite/Makefile:1.9 pkgsrc/databases/R-RSQLite/Makefile:1.10
--- pkgsrc/databases/R-RSQLite/Makefile:1.9 Sat Dec 14 01:29:33 2024
+++ pkgsrc/databases/R-RSQLite/Makefile Thu Jun 11 22:00:10 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2024/12/14 01:29:33 mef Exp $
+# $NetBSD: Makefile,v 1.10 2026/06/11 22:00:10 mef Exp $
R_PKGNAME= RSQLite
-R_PKGVER= 2.3.9
+R_PKGVER= 3.53.1
CATEGORIES= databases
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/databases/R-RSQLite/distinfo
diff -u pkgsrc/databases/R-RSQLite/distinfo:1.10 pkgsrc/databases/R-RSQLite/distinfo:1.11
--- pkgsrc/databases/R-RSQLite/distinfo:1.10 Sun Sep 28 22:23:43 2025
+++ pkgsrc/databases/R-RSQLite/distinfo Thu Jun 11 22:00:10 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2025/09/28 22:23:43 brook Exp $
+$NetBSD: distinfo,v 1.11 2026/06/11 22:00:10 mef Exp $
-BLAKE2s (R/RSQLite_2.3.9.tar.gz) = 339e038d5101d42ad813f60dcdbb596aa103db8dd2a643a06be36acaa6bcfc28
-SHA512 (R/RSQLite_2.3.9.tar.gz) = 4814b7cba5b571a32f0007dfd2f0f00373fd9c8b4d0065740435bcec7a52c06000fecb0a3a001dd79fe5b1832c193d556051b6c5e5634d6f19a22c109a4becf2
-Size (R/RSQLite_2.3.9.tar.gz) = 4292392 bytes
-SHA1 (patch-src_SqliteResultImpl.h) = cd7ceefa197fa499decc66891f08a985e3dec57b
+BLAKE2s (R/RSQLite_3.53.1.tar.gz) = ec4ea724016d78ac52b52532d690023eaa5883560961f8b25d4cfe6919639d5d
+SHA512 (R/RSQLite_3.53.1.tar.gz) = 366486d386f121ef076f2869b5a36e5090c6084d2b259a76dd798de32ca535ab89a9b5bc777a3019063817127e4e9660521e0f78f93cfc0da12ac2c0ee4916e2
+Size (R/RSQLite_3.53.1.tar.gz) = 4390328 bytes
+SHA1 (patch-src_Makevars) = f57fbea9c5f8000b72d169ce04aeef6a4caf69a2
Added files:
Index: pkgsrc/databases/R-RSQLite/patches/patch-src_Makevars
diff -u /dev/null pkgsrc/databases/R-RSQLite/patches/patch-src_Makevars:1.1
--- /dev/null Thu Jun 11 22:00:10 2026
+++ pkgsrc/databases/R-RSQLite/patches/patch-src_Makevars Thu Jun 11 22:00:10 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_Makevars,v 1.1 2026/06/11 22:00:10 mef Exp $
+
+Probably, not neccesary line left out
+(deps.mk is not in the tree)
+
+--- src/Makevars.orig 2026-06-12 06:53:39.166668750 +0900
++++ src/Makevars 2026-06-12 06:53:46.755420864 +0900
+@@ -28,5 +28,3 @@ $(SHLIB): $(PKG_LIBS)
+ # For the tarball, we create an empty file.
+ deps.mk:
+ touch -r $$(ls -t *.cpp | head -n 1) "$@"
+-
+-include deps.mk
Home |
Main Index |
Thread Index |
Old Index