Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/sqlcipher/files/
Date: Mon, 03 May 2021 18:46:36
Message-Id: 1620067532.3604d9476545ca83b4f2fb2becc5443825ca4fde.sam@gentoo
1 commit: 3604d9476545ca83b4f2fb2becc5443825ca4fde
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 3 18:27:55 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 3 18:45:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3604d947
7
8 dev-db/sqlcipher: drop obsolete LibreSSL patches
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch | 11 -----------
13 1 file changed, 11 deletions(-)
14
15 diff --git a/dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch b/dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch
16 deleted file mode 100644
17 index da4c55eddfa..00000000000
18 --- a/dev-db/sqlcipher/files/sqlcipher-3.4.2-libressl-2.8.patch
19 +++ /dev/null
20 @@ -1,11 +0,0 @@
21 ---- a/src/crypto_openssl.c 2017-12-21 14:31:28.000000000 -0500
22 -+++ b/src/crypto_openssl.c 2019-02-22 12:33:54.110516410 -0500
23 -@@ -47,7 +47,7 @@
24 - static unsigned int openssl_init_count = 0;
25 - static sqlite3_mutex* openssl_rand_mutex = NULL;
26 -
27 --#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
28 -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || LIBRESSL_VERSION_NUMBER < 0x2080000L
29 - static HMAC_CTX *HMAC_CTX_new(void)
30 - {
31 - HMAC_CTX *ctx = OPENSSL_malloc(sizeof(*ctx));