mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
Update sqlite3-3.23.1 --> sqlite3-3.26.0 (3260000) MFC after: 3 days Security: https://blade.tencent.com/magellan/index_en.html No known CVE was apparently registered.
7 lines
167 B
Tcl
7 lines
167 B
Tcl
#
|
|
# Tcl package index file
|
|
#
|
|
# Note sqlite*3* init specifically
|
|
#
|
|
package ifneeded sqlite3 @PACKAGE_VERSION@ \
|
|
[list load [file join $dir @PKG_LIB_FILE@] Sqlite3]
|