Le 03/10/2024 à 22:57, Tom Murphy a écrit :
Hi,

   Here is an update to databases/sqlcipher from v4.6.0 to v4.6.1.
Changelog: https://github.com/sqlcipher/sqlcipher/releases/tag/v4.6.1

   A bunch of functions in the shared lib were removed and new ones
added, so I've cranked the version.

   Thanks,
   Tom

Committed, thanks !



Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlcipher/Makefile,v
diff -u -p -r1.10 Makefile
--- Makefile    13 Jun 2024 15:22:42 -0000      1.10
+++ Makefile    19 Sep 2024 13:23:53 -0000
@@ -2,9 +2,9 @@ COMMENT =       encrypted SQLite database
GH_ACCOUNT = sqlcipher
  GH_PROJECT =  sqlcipher
-GH_TAGNAME =   v4.6.0
+GH_TAGNAME =   v4.6.1
-SHARED_LIBS += sqlcipher 1.1 # 8.6
+SHARED_LIBS +=  sqlcipher                 1.2 # 8.6
CATEGORIES = databases Index: distinfo
===================================================================
RCS file: /cvs/ports/databases/sqlcipher/distinfo,v
diff -u -p -r1.9 distinfo
--- distinfo    13 Jun 2024 15:22:42 -0000      1.9
+++ distinfo    19 Sep 2024 13:23:53 -0000
@@ -1,2 +1,2 @@
-SHA256 (sqlcipher-4.6.0.tar.gz) = h5+wMMNrxROAKa9qo64/NsKMWOkgrwWsfKeKWRWy+jw=
-SIZE (sqlcipher-4.6.0.tar.gz) = 19017463
+SHA256 (sqlcipher-4.6.1.tar.gz) = 2Pmvy8L0tV4xbKStpEJdrz0LSqsl9F4RqAKuQiufU6M=
+SIZE (sqlcipher-4.6.1.tar.gz) = 19115004


Reply via email to