[Midnightbsd-cvs] [MidnightBSD/src] 9684ec: lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_M...

Lucas Holt noreply at github.com
Fri May 15 18:19:19 EDT 2026


  Branch: refs/heads/libexec/rtld-freebsd-noinit
  Home:   https://github.com/MidnightBSD/src
  Commit: 9684ec4f4773be06b3ac54157cbe41a38bc916a0
      https://github.com/MidnightBSD/src/commit/9684ec4f4773be06b3ac54157cbe41a38bc916a0
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-08 (Fri, 08 May 2026)

  Changed paths:
    M lib/libsqlite3/Makefile

  Log Message:
  -----------
  lib/libsqlite3: enable PREUPDATE_HOOK and COLUMN_METADATA

SQLITE_ENABLE_SESSION alone is insufficient; SQLite's documentation
requires SQLITE_ENABLE_PREUPDATE_HOOK to be defined alongside it for
the session/changeset/patchset API (sqlite3session_*, sqlite3changeset_*)
to be fully functional.

SQLITE_ENABLE_COLUMN_METADATA enables sqlite3_column_origin_name(),
sqlite3_column_database_name(), and sqlite3_column_table_name(), which
Node.js 24 and other consumers depend on.

AI-Assisted-by: Claude Sonnet 4.6 <noreply at anthropic.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>


  Commit: 7380db833521c75d89576ca9cf0e6b97c5b8c610
      https://github.com/MidnightBSD/src/commit/7380db833521c75d89576ca9cf0e6b97c5b8c610
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2026-05-15 (Fri, 15 May 2026)

  Changed paths:
    M libexec/rtld-elf/rtld.c

  Log Message:
  -----------
  rtld: honor FreeBSD no-init notes

Accept FreeBSD note vendor sizing when parsing ELF notes so FreeBSD binaries carrying NT_FREEBSD_NOINIT_TAG set crt_no_init. This lets rtld run the main executable init arrays instead of leaving C++ globals uninitialized.

AI-Assisted-by: Codex <noreply at openai.com>
Signed-off-by: Lucas Holt <luke at foolishgames.com>


Compare: https://github.com/MidnightBSD/src/compare/9684ec4f4773%5E...7380db833521

To unsubscribe from these emails, change your notification settings at https://github.com/MidnightBSD/src/settings/notifications


More information about the Midnightbsd-cvs mailing list