Hi all, Here is an update for databases/sqlcipher that updates it to v4.5.3 which was released on December 19th. Changelog:
Updates baseline to upstream SQLite 3.39.4 Checked the shared library and no functions were added or removed so it's not been cranked. Thanks, Tom Index: Makefile =================================================================== RCS file: /cvs/ports/databases/sqlcipher/Makefile,v retrieving revision 1.5 diff -u -p -u -p -r1.5 Makefile --- Makefile 16 Oct 2022 15:59:04 -0000 1.5 +++ Makefile 31 Dec 2022 22:04:58 -0000 @@ -2,7 +2,7 @@ COMMENT = encrypted SQLite database GH_ACCOUNT = sqlcipher GH_PROJECT = sqlcipher -GH_TAGNAME = v4.5.2 +GH_TAGNAME = v4.5.3 SHARED_LIBS += sqlcipher 0.3 # 8.6 Index: distinfo =================================================================== RCS file: /cvs/ports/databases/sqlcipher/distinfo,v retrieving revision 1.4 diff -u -p -u -p -r1.4 distinfo --- distinfo 16 Oct 2022 15:59:04 -0000 1.4 +++ distinfo 31 Dec 2022 22:04:58 -0000 @@ -1,2 +1,2 @@ -SHA256 (sqlcipher-4.5.2.tar.gz) = aSXwEt61WC45dhp9SBaIPMFbQYUajnC0R8IjuO9Abio= -SIZE (sqlcipher-4.5.2.tar.gz) = 18371300 +SHA256 (sqlcipher-4.5.3.tar.gz) = XJ1nLrpr5NBamoFw9wFw5Teuc1oJw95ESorWKbWV1eI= +SIZE (sqlcipher-4.5.3.tar.gz) = 18372471