[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



Title: GitLab

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:

Changes:

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

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits