From 2c147e0c12f2b4fafc592e055de1a640231ea206 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Fri, 2 Sep 2022 13:06:12 +0200 Subject: [PATCH 1/2] Early CouchDB build may contain wrong openssl The build of CouchDB bundles OpenSSL, so it could happen that at compile time OpenSSL 3 was used, but a runtime dependency forces OpenSSL 1.1.1 The latest build has the OpenSSL migration and is built for both, but earlier builds may fail if anything depends on OpenSSL 1.1.1 Windows is not affected because it ships binaries. OSX might be affected but I have no way to test this. --- broken/couchdb.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 broken/couchdb.txt diff --git a/broken/couchdb.txt b/broken/couchdb.txt new file mode 100644 index 000000000..43de2bd3e --- /dev/null +++ b/broken/couchdb.txt @@ -0,0 +1,3 @@ +linux-64/couchdb-3.2.2-h1822d9b_0.tar.bz2 +linux-64/couchdb-3.2.2-h55805fa_1.tar.bz2 +linux-64/couchdb-3.2.2-h0ba284d_2.tar.bz2 From a6d8ba786acd05e25883c08f14e18e679ea447a4 Mon Sep 17 00:00:00 2001 From: Pepijn de Vos Date: Fri, 2 Sep 2022 15:38:32 +0200 Subject: [PATCH 2/2] Add osx osx wasn't built for 0 and 1 --- broken/couchdb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/broken/couchdb.txt b/broken/couchdb.txt index 43de2bd3e..30615f739 100644 --- a/broken/couchdb.txt +++ b/broken/couchdb.txt @@ -1,3 +1,4 @@ linux-64/couchdb-3.2.2-h1822d9b_0.tar.bz2 linux-64/couchdb-3.2.2-h55805fa_1.tar.bz2 linux-64/couchdb-3.2.2-h0ba284d_2.tar.bz2 +osx-64/couchdb-3.2.2-hd545a06_2.tar.bz2