Skip to content

Commit

Permalink
Updated libtor dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo-berty-bot committed Mar 22, 2021
1 parent 8bc974c commit 2d01e27
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions darwin/openssl/crypto/asn1/asn1_par.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
1 change: 1 addition & 0 deletions linux/openssl/crypto/asn1/asn1_par.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion lock.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"zlib":"cacf7f1d4e3d44d871b605da3b647f07d718623f","libevent":"00b92f42b69af29a820b46049fd00be9cd3fb7d4","openssl":"b402f00ee26157ad4e7e6e52f3a736743e3de46f","tor":"1693b6151e1369ce0938761cac95e7a0a524f5f3"}
{"zlib":"cacf7f1d4e3d44d871b605da3b647f07d718623f","libevent":"00b92f42b69af29a820b46049fd00be9cd3fb7d4","openssl":"ffefffa000437da5703dd8a173386623304b055d","tor":"1693b6151e1369ce0938761cac95e7a0a524f5f3"}
2 changes: 1 addition & 1 deletion openssl_config/buildinf.macos64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openssl_config/buildinf.x64.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion openssl_config/buildinf.x86.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d01e27

Please sign in to comment.