notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: databases/sqlite3/files/patch-configure
SVNWeb

Number of commits found: 2

Fri, 11 Dec 2020
[ 14:01 gahr search for other commits by this committer ] Original commit   Revision:557735
databases/sqlite3: fix build w/o THREADS

PR:		244459
Reported by:	Brian Haug <haug.bsd6114@yahoo.com>
Thu, 20 Sep 2018
[ 13:42 sunpoet search for other commits by this committer ] Original commit   Revision:480170
Fix configure error when SESSION is enabled

In file included from <built-in>:318:
<command line>:39:28: warning: ISO C99 requires whitespace after the macro name
[-Wc99-extensions]
#define SQLITE_ENABLE_RTREE-DSQLITE_ENABLE_SESSION 1
                           ^
sqlite3.c:308:5: error: token is not a valid binary operator in a preprocessor
subexpression
#if SQLITE_ENABLE_RTREE
    ^~~~~~~~~~~~~~~~~~~
<command line>:39:52: note: expanded from here
#define SQLITE_ENABLE_RTREE-DSQLITE_ENABLE_SESSION 1
                           ~~~~~~~~~~~~~~~~~~~~~~~ ^
1 warning and 1 error generated.
*** Error code 1

Approved by:	portmgr (blanket)

Number of commits found: 2