[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41634: Remove reference to OpenSSl 1.1.1b in tor warning message to avoid...

Richard Pospesel (@richard) git at gitlab.torproject.org
Thu Feb 16 18:19:12 UTC 2023



Richard Pospesel pushed to branch main at The Tor Project / Applications / tor-browser-build


Commits:
36bf4bb1 by Richard Pospesel at 2023-02-16T18:18:15+00:00
Bug 41634: Remove reference to OpenSSl 1.1.1b in tor warning message to avoid defective openssl version false positive on Google Play Store

- - - - -


1 changed file:

- projects/tor/build


Changes:

=====================================
projects/tor/build
=====================================
@@ -63,6 +63,13 @@ openssldir=/var/tmp/dist/openssl/openssl
 [% END %]
 
 cd /var/tmp/build/[% project %]-[% c('version') %]
+
+[% IF c("var/android") -%]
+# Remove reference to OpenSSL 1.1.1b. See https://gitlab.torproject.org/tpo/core/tor/-/issues/40759
+  sed -i 's/ A fix is expected to appear in OpenSSL //g' src/lib/tls/tortls_openssl.c
+  sed -i 's/1.1.1b.//g' src/lib/tls/tortls_openssl.c
+[% END -%]
+
 # add git hash to micro-revision.i for #24995
 echo '"[% c("abbrev", { abbrev_length => 16 }) %]"' > micro-revision.i
 ./autogen.sh



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/36bf4bb14c15b7a7169774118a308e03bd78404c

-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/36bf4bb14c15b7a7169774118a308e03bd78404c
You're receiving this email because of your account on gitlab.torproject.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tor-commits/attachments/20230216/5931bb3b/attachment.htm>


More information about the tor-commits mailing list