From 75966d886c66f11cee9c1119342659261b458335 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 6 Jan 2021 18:18:48 +0100 Subject: [PATCH] sqlcipher: rebuild against OpenSSL --- common/shlibs | 2 +- srcpkgs/sqlcipher/template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/common/shlibs b/common/shlibs index 032dd431a10..3ea6d51b04f 100644 --- a/common/shlibs +++ b/common/shlibs @@ -2459,7 +2459,7 @@ libhidapi-hidraw.so.0 hidapi-0.8.0rc1_1 libhidapi-libusb.so.0 hidapi-0.8.0rc1_1 libu2f-host.so.0 libu2f-host-1.1.10_5 libu2f-server.so.0 libu2f-server-1.1.0_9 -libsqlcipher.so.0 sqlcipher-3.3.1_1 +libsqlcipher.so.0 sqlcipher-4.3.0_3 libgta.so.1 libgta-1.2.0_1 libgdal.so.26 libgdal-3.0.4_9 libosgViewer.so.131 osg-3.4.1_1 diff --git a/srcpkgs/sqlcipher/template b/srcpkgs/sqlcipher/template index eea7cc60f56..74c98205efa 100644 --- a/srcpkgs/sqlcipher/template +++ b/srcpkgs/sqlcipher/template @@ -1,11 +1,11 @@ # Template file for 'sqlcipher' pkgname=sqlcipher version=4.3.0 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-tempstore=yes" hostmakedepends="tcl" -makedepends="libressl-devel readline-devel" +makedepends="openssl-devel readline-devel" short_desc="SQLite extension that provides transparent 256-bit AES encryption" maintainer="Steve Prybylski " license="BSD-3-Clause"