Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
2fba118f
Unverified
Commit
2fba118f
authored
May 29, 2019
by
Georg Koppen
Browse files
Bug 30492: Switch to the OpenSSL 1.1.1 series
parent
68bfb37a
Changes
2
Hide whitespace changes
Inline
Side-by-side
projects/openssl/config
View file @
2fba118f
# vim: filetype=yaml sw=2
version
:
1.
0.2r
version
:
1.
1.1b
filename
:
'
[%
project
%]-[%
c("version")
%]-[%
c("var/osname")
%]-[%
c("var/build_id")
%].tar.gz'
var
:
...
...
@@ -26,4 +26,4 @@ input_files:
-
name
:
'
[%
c("var/compiler")
%]'
project
:
'
[%
c("var/compiler")
%]'
-
URL
:
'
https://www.openssl.org/source/openssl-[%
c("version")
%].tar.gz'
sha256sum
:
ae51d08bba8a83958e894946f15303ff894d75c2b8bbd44a852b64e3fe11d0d6
sha256sum
:
5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b
projects/tor/build
View file @
2fba118f
...
...
@@ -49,8 +49,8 @@ openssldir=/var/tmp/dist/openssl
[
%
END
-%
]
[
%
IF
c
(
"var/linux"
)
%
]
mkdir
-
p
"$distdir/Debug/Tor"
cp
$
openssldir
/
lib
/
libssl
.
so
.
1.
0
.
0
"$distdir/Tor/"
cp
$
openssldir
/
lib
/
libcrypto
.
so
.
1.
0
.
0
"$distdir/Tor/"
cp
$
openssldir
/
lib
/
libssl
.
so
.
1.
1
"$distdir/Tor/"
cp
$
openssldir
/
lib
/
libcrypto
.
so
.
1.
1
"$distdir/Tor/"
cp
$
libeventdir
/
lib
/
libevent
-
2.1
.
so
.
6
"$distdir/Tor/"
# We need to copy the libstdc++.so.6 for Tor Browser on older Linux distros.
# Copying it into /Browser, which feels more natural, and amending
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment