sqlcipher: rebuild against OpenSSL

This commit is contained in:
John 2021-01-06 18:18:48 +01:00
parent b8927ea863
commit 75966d886c
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 <sa.prybylx@gmail.com>"
license="BSD-3-Clause"