Hi,

  Attached is a diff for databases/sqlcipher from v4.5.0 to v4.5.1.
I've bumped the shared library a minor version for dynamic export
changed in the library. The Changelog can be accessed here:
https://github.com/sqlcipher/sqlcipher/blob/v4.5.1/CHANGELOG.md

  Thanks,
  Tom


Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlcipher/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    11 Mar 2022 18:31:46 -0000      1.3
+++ Makefile    15 May 2022 14:58:18 -0000
@@ -2,9 +2,9 @@ COMMENT =       encrypted SQLite database
 
 GH_ACCOUNT =   sqlcipher
 GH_PROJECT =   sqlcipher
-GH_TAGNAME =   v4.5.0
+GH_TAGNAME =   v4.5.1
 
-SHARED_LIBS +=  sqlcipher                 0.1 # 8.6
+SHARED_LIBS +=  sqlcipher                 0.2 # 8.6
 
 CATEGORIES =   databases
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlcipher/distinfo,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 distinfo
--- distinfo    10 Nov 2021 15:23:24 -0000      1.2
+++ distinfo    15 May 2022 14:58:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlcipher-4.5.0.tar.gz) = IMRqhVxH1aChWf3KqEkex726pwanNO5SvHYYi5Ka+xQ=
-SIZE (sqlcipher-4.5.0.tar.gz) = 17982431
+SHA256 (sqlcipher-4.5.1.tar.gz) = AjSZUW7yreFPvNvpP7gcxpRYrmyzVEYU342+80g1tAY=
+SIZE (sqlcipher-4.5.1.tar.gz) = 18132121

Reply via email to