Monday, December 07, 2020

[update] sqlite 3.34.0

? sqlite3-3.14.2-libsqlite3.so.33.0
? sqlite3-3.16.2-libsqlite3.so.34.0
? sqlite3-3.17.0-libsqlite3.so.35.0
? sqlite3-3.19.3-libsqlite3.so.36.0
? sqlite3-3.20.0-libsqlite3.so.37.0
? sqlite3-3.20.1-libsqlite3.so.37.1
? sqlite3-3.21.0-libsqlite3.so.37.1
? sqlite3-3.22.0-libsqlite3.so.37.1
? sqlite3-3.23.0-libsqlite3.so.37.2
? sqlite3-3.23.1-libsqlite3.so.37.2
? sqlite3-3.24.0-libsqlite3.so.37.3
? sqlite3-3.25.1-libsqlite3.so.37.3
? sqlite3-3.25.3-libsqlite3.so.37.4
? sqlite3-3.26.0-libsqlite3.so.37.4
? sqlite3-3.27.2-libsqlite3.so.37.4
? sqlite3-3.31.1-libsqlite3.so.37.10
? sqlite3-3.34.0-libsqlite3.so.37.10
? ~sqlite-3.34.0.diff
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.107
diff -u -r1.107 Makefile
--- Makefile 11 Feb 2020 16:46:22 -0000 1.107
+++ Makefile 7 Dec 2020 10:18:06 -0000
@@ -2,11 +2,11 @@

COMMENT= embedded SQL implementation

-DISTNAME = sqlite-autoconf-3310100
-PKGNAME= sqlite3-3.31.1
+DISTNAME = sqlite-autoconf-3340000
+PKGNAME= sqlite3-3.34.0

# XXX needs bumps every time :-
-SHARED_LIBS += sqlite3 37.10 # 8.6
+SHARED_LIBS += sqlite3 37.11 # 8.6
# sqlite suggests that users might like to assert() that library and header
# versions match, so bumps are needed even if function signatures don't change.
# ... at the current time the only one noticed is a < check (in subversion)
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlite3/distinfo,v
retrieving revision 1.58
diff -u -r1.58 distinfo
--- distinfo 11 Feb 2020 16:46:22 -0000 1.58
+++ distinfo 7 Dec 2020 10:18:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlite-autoconf-3310100.tar.gz) = YihO/rwFp2+QnFgP+lwAin0ioShyhdaLeCWitrUZSa4=
-SIZE (sqlite-autoconf-3310100.tar.gz) = 2887243
+SHA256 (sqlite-autoconf-3340000.tar.gz) = v223+uN9UXVHN3R6qvQTtNaztfus1SvbLQ1uWy7dmu4=
+SIZE (sqlite-autoconf-3340000.tar.gz) = 2930085
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/databases/sqlite3/pkg/PLIST,v
retrieving revision 1.6
diff -u -r1.6 PLIST
--- pkg/PLIST 16 Jan 2019 20:09:12 -0000 1.6
+++ pkg/PLIST 7 Dec 2020 10:18:06 -0000
@@ -3,7 +3,7 @@
@bin bin/sqlite3
include/sqlite3.h
include/sqlite3ext.h
-lib/libsqlite3.a
+@static-lib lib/libsqlite3.a
lib/libsqlite3.la
@lib lib/libsqlite3.so.${LIBsqlite3_VERSION}
lib/pkgconfig/sqlite3.pc
@@ -44,6 +44,7 @@
@man man/man3/SQLITE_SYNC_NORMAL.3
@man man/man3/SQLITE_TESTCTRL_FIRST.3
@man man/man3/SQLITE_TRACE_STMT.3
+@man man/man3/SQLITE_TXN_NONE.3
@man man/man3/SQLITE_UTF8.3
@man man/man3/SQLITE_VERSION.3
@man man/man3/SQLITE_VTAB_CONSTRAINT_SUPPORT.3
@@ -87,10 +88,12 @@
@man man/man3/sqlite3_context.3
@man man/man3/sqlite3_context_db_handle.3
@man man/man3/sqlite3_create_collation.3
+@man man/man3/sqlite3_create_filename.3
@man man/man3/sqlite3_create_function.3
@man man/man3/sqlite3_create_module.3
@man man/man3/sqlite3_data_count.3
@man man/man3/sqlite3_data_directory.3
+@man man/man3/sqlite3_database_file_object.3
@man man/man3/sqlite3_db_cacheflush.3
@man man/man3/sqlite3_db_config.3
@man man/man3/sqlite3_db_filename.3
@@ -102,6 +105,7 @@
@man man/man3/sqlite3_declare_vtab.3
@man man/man3/sqlite3_deserialize.3
@man man/man3/sqlite3_destructor_type.3
+@man man/man3/sqlite3_drop_modules.3
@man man/man3/sqlite3_enable_load_extension.3
@man man/man3/sqlite3_enable_shared_cache.3
@man man/man3/sqlite3_errcode.3
@@ -109,6 +113,7 @@
@man man/man3/sqlite3_extended_result_codes.3
@man man/man3/sqlite3_file.3
@man man/man3/sqlite3_file_control.3
+@man man/man3/sqlite3_filename_database.3
@man man/man3/sqlite3_finalize.3
@man man/man3/sqlite3_get_autocommit.3
@man man/man3/sqlite3_get_auxdata.3
@@ -165,6 +170,7 @@
@man man/man3/sqlite3_step.3
@man man/man3/sqlite3_stmt.3
@man man/man3/sqlite3_stmt_busy.3
+@man man/man3/sqlite3_stmt_isexplain.3
@man man/man3/sqlite3_stmt_readonly.3
@man man/man3/sqlite3_stmt_scanstatus.3
@man man/man3/sqlite3_stmt_scanstatus_reset.3
@@ -185,6 +191,7 @@
@man man/man3/sqlite3_total_changes.3
@man man/man3/sqlite3_trace.3
@man man/man3/sqlite3_trace_v2.3
+@man man/man3/sqlite3_txn_state.3
@man man/man3/sqlite3_unlock_notify.3
@man man/man3/sqlite3_update_hook.3
@man man/man3/sqlite3_uri_parameter.3
Hi,

noticed we're a bit behind on sqlite3 updates, so here's a diff - can
someone put that in a bulk ?

https://sqlite.org/releaselog/3_32_0.html
https://sqlite.org/releaselog/3_32_1.html
https://sqlite.org/releaselog/3_32_2.html
https://sqlite.org/releaselog/3_32_3.html
https://sqlite.org/releaselog/3_33_0.html
https://sqlite.org/releaselog/3_34_0.html

quickly skimming through the relnotes, on all of those it seems only
3.32.1 was sec-related.

thanks !

Landry

No comments:

Post a Comment