Index | Thread | Search

From:
Tom Murphy <openbsd@pertho.net>
Subject:
[Update from Maintainer] databases/sqlcipher 4.6.0
To:
ports@openbsd.org
Date:
Sun, 2 Jun 2024 11:23:38 +0100

Download raw body.

Thread
  • Tom Murphy:

    [Update from Maintainer] databases/sqlcipher 4.6.0

Hi,

  Here's an update to databases/sqlcipher, upgrading it from 4.5.6
to 4.6.0. 

Changelog (from https://github.com/sqlcipher/sqlcipher/releases):

v4.6.0 Latest

Important: Starting in 4.6.0 the default configuration will emit ERROR and WARN level log messages upon initialization. Default log output is sent to logcat for Android, Console for iOS and macOS, and stderr for all other platforms.

    Sets default log level to WARN
    Sends default log output to: logcat for Android; Console for iOS and macOS; and stderr for all other platforms
    General improvements to log level assignments, output, and sanitization
    Fixes Apple Privacy Manifest by removing empty NSPrivacyCollectedDataType from PrivacyInfo.xcprivacy
    Moves Swift support defines for podspec user_target_xcconfig so they only apply to the consuming project

v4.5.7

    Updates baseline to upstream SQLite 3.45.3
    Adds “device” logging and profile target using os_log for Apple and logcat on Android
    Updates podspec for current Xcode versions, improved Swift support, and Privacy Manifest
    Fixes issues compiling with SQLITE_OMIT_LOG macro
    Fixes a malformed man page caused by old merge conflict

No changes to the shared library (verified with nm -g between the 4.5.6
and 4.6.0 libraries.)

Thanks,
Tom


Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlcipher/Makefile,v
diff -u -p -u -p -r1.9 Makefile
--- Makefile	2 Apr 2024 12:17:13 -0000	1.9
+++ Makefile	2 Jun 2024 10:20:10 -0000
@@ -2,7 +2,7 @@ COMMENT =	encrypted SQLite database
 
 GH_ACCOUNT =	sqlcipher
 GH_PROJECT =	sqlcipher
-GH_TAGNAME =	v4.5.6
+GH_TAGNAME =	v4.6.0
 
 SHARED_LIBS +=  sqlcipher                 1.1 # 8.6
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlcipher/distinfo,v
diff -u -p -u -p -r1.8 distinfo
--- distinfo	2 Apr 2024 12:17:13 -0000	1.8
+++ distinfo	2 Jun 2024 10:20:10 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlcipher-4.5.6.tar.gz) = 5KUn445nCQwdLcQd8oJw0WwV98pSEKPn7ExLj9o24o8=
-SIZE (sqlcipher-4.5.6.tar.gz) = 18937692
+SHA256 (sqlcipher-4.6.0.tar.gz) = h5+wMMNrxROAKa9qo64/NsKMWOkgrwWsfKeKWRWy+jw=
+SIZE (sqlcipher-4.6.0.tar.gz) = 19017463