databases/sqlcipher: Update to 4.13.0
Note that the binary and library renamed to sqlite3. CONFLICTS is set. PR: 292688 Approved by: jharris@widomaker.com (maintainer)
This commit is contained in:
committed by
Li-Wen Hsu
parent
921827ae80
commit
06c78b76ff
@@ -1,7 +1,6 @@
|
||||
PORTNAME= sqlcipher
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 4.6.1
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 4.13.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= jharris@widomaker.com
|
||||
@@ -17,12 +16,16 @@ USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--enable-tempstore=yes --disable-tcl --disable-readline
|
||||
CONFIGURE_ARGS+=--with-tempstore=yes --disable-tcl --disable-readline --soname=legacy
|
||||
CPPFLAGS+= -DSQLITE_HAS_CODEC -DSQLITE_ENABLE_UNLOCK_NOTIFY \
|
||||
-DSQLITE_ENABLE_COLUMN_METADATA=1
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
-DOMIT_MEMLOCK -DSQLITE_ENABLE_COLUMN_METADATA=1 \
|
||||
-DSQLITE_EXTRA_INIT=sqlcipher_extra_init \
|
||||
-DSQLITE_EXTRA_SHUTDOWN=sqlcipher_extra_shutdown
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} -lcrypto
|
||||
CFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
|
||||
|
||||
CONFLICTS_INSTALL= sqlite3
|
||||
|
||||
TEST_TARGET= test # tests fail to run, see https://github.com/sqlcipher/sqlcipher/issues/527
|
||||
|
||||
post-install:
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1728405080
|
||||
SHA256 (sqlcipher-sqlcipher-v4.6.1_GH0.tar.gz) = d8f9afcbc2f4b55e316ca4ada4425daf3d0b4aab25f45e11a802ae422b9f53a3
|
||||
SIZE (sqlcipher-sqlcipher-v4.6.1_GH0.tar.gz) = 19115004
|
||||
TIMESTAMP = 1771185862
|
||||
SHA256 (sqlcipher-sqlcipher-v4.13.0_GH0.tar.gz) = 7ca5c11f70e460d6537844185621d5b3d683a001e6bad223d15bdf8eff322efa
|
||||
SIZE (sqlcipher-sqlcipher-v4.13.0_GH0.tar.gz) = 19019453
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
bin/sqlcipher
|
||||
include/sqlcipher/sqlite3.h
|
||||
include/sqlcipher/sqlite3ext.h
|
||||
lib/libsqlcipher.so.0.8.6
|
||||
lib/libsqlcipher.so.0
|
||||
lib/libsqlcipher.so
|
||||
lib/libsqlcipher.a
|
||||
libdata/pkgconfig/sqlcipher.pc
|
||||
bin/sqlite3
|
||||
include/sqlite3.h
|
||||
include/sqlite3ext.h
|
||||
lib/libsqlite3.a
|
||||
lib/libsqlite3.so
|
||||
lib/libsqlite3.so.0
|
||||
lib/libsqlite3.so.3.51.2
|
||||
libdata/pkgconfig/sqlite3.pc
|
||||
share/man/man1/sqlite3.1.gz
|
||||
|
||||
Reference in New Issue
Block a user