From 2d01e2777fb719c747f3910f7ddfcdbb0d07876a Mon Sep 17 00:00:00 2001 From: Jorropo-berty-bot <71071723+Jorropo-berty-bot@users.noreply.github.com> Date: Mon, 22 Mar 2021 03:32:52 +0000 Subject: [PATCH] Updated libtor dependencies. --- README.md | 2 +- darwin/openssl/crypto/asn1/asn1_par.c | 1 + linux/openssl/crypto/asn1/asn1_par.c | 1 + lock.json | 2 +- openssl_config/buildinf.macos64.h | 2 +- openssl_config/buildinf.x64.h | 2 +- openssl_config/buildinf.x86.h | 2 +- 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bb9f39e..8b70b39f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The `go-libtor` project is a self-contained, fully statically linked Tor library |:-:|:-:|:-:| | zlib | 1.2.11 | [`cacf7f1d4e3d44d871b605da3b647f07d718623f`](https://github.com/madler/zlib/commit/cacf7f1d4e3d44d871b605da3b647f07d718623f) | | libevent | 2.2.0-alpha-dev | [`00b92f42b69af29a820b46049fd00be9cd3fb7d4`](https://github.com/libevent/libevent/commit/00b92f42b69af29a820b46049fd00be9cd3fb7d4) | -| openssl | 1.1.1-stable | [`b402f00ee26157ad4e7e6e52f3a736743e3de46f`](https://github.com/openssl/openssl/commit/b402f00ee26157ad4e7e6e52f3a736743e3de46f) | +| openssl | 1.1.1-stable | [`ffefffa000437da5703dd8a173386623304b055d`](https://github.com/openssl/openssl/commit/ffefffa000437da5703dd8a173386623304b055d) | | tor | 0.3.5.14-dev | [`1693b6151e1369ce0938761cac95e7a0a524f5f3`](https://gitweb.torproject.org/tor.git/commit/?id=1693b6151e1369ce0938761cac95e7a0a524f5f3) | The library is currently supported on: diff --git a/darwin/openssl/crypto/asn1/asn1_par.c b/darwin/openssl/crypto/asn1/asn1_par.c index 3f10c7cb..d45f810b 100644 --- a/darwin/openssl/crypto/asn1/asn1_par.c +++ b/darwin/openssl/crypto/asn1/asn1_par.c @@ -325,6 +325,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, } if (BIO_puts(bp, "]") <= 0) goto end; + dump_cont = 0; } if (!nl) { diff --git a/linux/openssl/crypto/asn1/asn1_par.c b/linux/openssl/crypto/asn1/asn1_par.c index 3f10c7cb..d45f810b 100644 --- a/linux/openssl/crypto/asn1/asn1_par.c +++ b/linux/openssl/crypto/asn1/asn1_par.c @@ -325,6 +325,7 @@ static int asn1_parse2(BIO *bp, const unsigned char **pp, long length, } if (BIO_puts(bp, "]") <= 0) goto end; + dump_cont = 0; } if (!nl) { diff --git a/lock.json b/lock.json index d3c9885e..2b3f0db3 100644 --- a/lock.json +++ b/lock.json @@ -1 +1 @@ -{"zlib":"cacf7f1d4e3d44d871b605da3b647f07d718623f","libevent":"00b92f42b69af29a820b46049fd00be9cd3fb7d4","openssl":"b402f00ee26157ad4e7e6e52f3a736743e3de46f","tor":"1693b6151e1369ce0938761cac95e7a0a524f5f3"} \ No newline at end of file +{"zlib":"cacf7f1d4e3d44d871b605da3b647f07d718623f","libevent":"00b92f42b69af29a820b46049fd00be9cd3fb7d4","openssl":"ffefffa000437da5703dd8a173386623304b055d","tor":"1693b6151e1369ce0938761cac95e7a0a524f5f3"} \ No newline at end of file diff --git a/openssl_config/buildinf.macos64.h b/openssl_config/buildinf.macos64.h index 550e5759..274fb39a 100644 --- a/openssl_config/buildinf.macos64.h +++ b/openssl_config/buildinf.macos64.h @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: darwin64-x86_64-cc" -#define DATE "built on: Sat Mar 20 10:26:00 2021 +1000" +#define DATE "built on: Sun Mar 21 12:30:01 2021 +0100" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/openssl_config/buildinf.x64.h b/openssl_config/buildinf.x64.h index 80a951fd..1998dbc7 100644 --- a/openssl_config/buildinf.x64.h +++ b/openssl_config/buildinf.x64.h @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: linux-x86_64" -#define DATE "built on: Sat Mar 20 10:26:00 2021 +1000" +#define DATE "built on: Sun Mar 21 12:30:01 2021 +0100" /* * Generate compiler_flags as an array of individual characters. This is a diff --git a/openssl_config/buildinf.x86.h b/openssl_config/buildinf.x86.h index ff2f1cb1..5d7cb705 100644 --- a/openssl_config/buildinf.x86.h +++ b/openssl_config/buildinf.x86.h @@ -11,7 +11,7 @@ */ #define PLATFORM "platform: linux-x86" -#define DATE "built on: Sat Mar 20 10:26:00 2021 +1000" +#define DATE "built on: Sun Mar 21 12:30:01 2021 +0100" /* * Generate compiler_flags as an array of individual characters. This is a