Commit Graph

67 Commits

Author SHA1 Message Date
ale
250bc3430d update version 13.5.1 2024-07-27 12:43:24 +02:00
ale
d08457ce8b updated and .gitlab-ci.yml 2024-06-23 04:05:31 +02:00
ale
82bc407129 README.md 2019-05-12 11:00:46 +02:00
manalejandro
99c3e42c13 initial commit 2019-05-08 19:53:51 +02:00
Henrik Jonsson
43359c2aff
Bump version to 8.5a3 2018-10-21 15:41:13 +02:00
Henrik Jonsson
312324f22a
Bump version to 8.5a1 2018-09-23 17:52:31 +02:00
Henrik Jonsson
4ebf6fafba
Fix libgtk-3-0 package name 2018-09-23 17:49:04 +02:00
Henrik Jonsson
c3221945f5
Switch to libgtk3-0-0 to fix libgtk-3.so.0 load error 2018-09-23 17:42:38 +02:00
Henrik Jonsson
965e9b71d4
Bump version to 8.0a10 2018-09-23 16:56:57 +02:00
Henrik Jonsson
a0a600a6eb Bump version to 8.0a8 2018-06-21 18:57:28 +02:00
Henrik Jonsson
2f53079f09 Switch to pool.sks-keyservers.net since pgp.mit.edu does not seem to know about the key 2018-04-09 12:10:31 +02:00
Henrik Jonsson
ec3350e7ba Update to 8.0a5 2018-04-09 11:33:18 +02:00
Henrik Jonsson
54a80f365b Update to 7.5a10 2017-12-28 23:40:59 +01:00
Henrik Jonsson
e059e85e5c Merge branch 'master' of github.com:hkjn/tor-browser 2017-09-03 09:27:54 +02:00
Henrik Jonsson
f8f28f97f1 Upgrade to 7.5a4 2017-09-03 09:23:37 +02:00
Henrik Jonsson
08a2439e45 Update to 7.5a3 2017-07-12 18:07:50 +02:00
Henrik Jonsson
cd170e5411 Add gpg dependency 2017-06-30 18:52:14 +02:00
Henrik Jonsson
99a287c88b Update to 7.5a1 2017-06-30 18:20:46 +02:00
Henrik Jonsson
b11061c9b0 Bump to 7.0a4 2017-05-19 21:17:37 +02:00
Henrik Jonsson
1d8dd786bb Switch to 7.0a3
This reverts commit a6e6d049f3.
2017-05-19 21:14:29 +02:00
Henrik Jonsson
e97604c8c9 Add missing dependencies, fix ownership issue and add --debug 2017-05-19 21:14:04 +02:00
Henrik Jonsson
a6e6d049f3 Revert "Switch to 7.0a3"
This reverts commit 14d8fb9e08.

Seems to not start; brief debugging shows possible issue with missing .so file:
$ firefox --class "Tor Browser"
firefox: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by firefox)

Reverting until I have a chance to debug.
2017-05-02 21:37:56 +02:00
Henrik Jonsson
14d8fb9e08 Switch to 7.0a3
The -hardened releases have been discontinued:

* https://blog.torproject.org/blog/discontinuing-hardened-tor-browser-series
2017-05-02 21:09:20 +02:00
Henrik Jonsson
b1f75daf90 Update to 7.0a2-hardened 2017-03-23 20:36:17 +01:00
Henrik Jonsson
6af281408d Suggest :ro for torrc dir in docs 2017-01-27 06:44:01 +01:00
Henrik Jonsson
905f1ba86f Add more logging 2017-01-27 06:41:17 +01:00
Henrik Jonsson
067c7499fa Restore WORKDIR 2017-01-27 05:51:22 +01:00
Henrik Jonsson
9e04ffc9e9 Revert "Fix path to torrc"
This reverts commit 38ed90c109.
2017-01-27 05:49:58 +01:00
Henrik Jonsson
38ed90c109 Fix path to torrc 2017-01-27 05:48:54 +01:00
Henrik Jonsson
10dcad721c Fix logic to allow not setting TORRC_PATH 2017-01-27 05:45:29 +01:00
Henrik Jonsson
24d11a1793 Fix syntax error in start 2017-01-27 05:15:20 +01:00
Henrik Jonsson
8105b400b3 Add ENTRYPOINT script with support for custom torrc 2017-01-26 20:20:37 +01:00
Henrik Jonsson
ec627a8b59 Upgrade to 7.0a1-hardened 2017-01-26 19:38:04 +01:00
Henrik Jonsson
2797be2f5c Create all parents of Download dir too 2017-01-26 19:37:03 +01:00
Henrik Jonsson
5e73ac81fb Revert to separate ENV commands
Seems previous KEY=VAL entries are not evaluated further down the ENV line, so
RELEASE_URL turned into https://dist.torproject.org/torbrowser// in the previous state..
2017-01-26 07:51:02 +01:00
Henrik Jonsson
8e1cd84972 Remove HOME environment variable 2017-01-26 06:54:25 +01:00
Henrik Jonsson
551c700351 Use start-tor-browser as ENTRYPOINT
Any extra commands given at 'docker run' time should be passed to the
script, and onward to the firefox binary:
[...]
./firefox --class "Tor Browser" -profile TorBrowser/Data/Browser/profile.default "${@}"
2017-01-26 06:52:45 +01:00
Henrik Jonsson
f222a64827 Include path where start-tor-browser is on PATH 2017-01-26 06:51:38 +01:00
Henrik Jonsson
44383bdd5d Combine to one ENV command 2017-01-26 06:50:59 +01:00
Henrik Jonsson
3d9ff6974d Upgrade to 6.5a6-hardened 2017-01-08 13:36:59 +01:00
Henrik Jonsson
a0a61c4348 Update to 6.5a5-hardened 2016-12-08 21:15:14 +01:00
Henrik Jonsson
f57e5b8eba Upgrade to 6.5a4-hardened 2016-11-28 20:38:24 +01:00
Henrik Jonsson
04dd195df1 Update to 6.5a3-hardened 2016-09-21 17:55:21 +02:00
Henrik Jonsson
1236792472 Upgrade to 6.5a2-hardened 2016-08-14 11:39:23 +02:00
Henrik Jonsson
34e6abd457 Update to 6.5a1-hardened 2016-06-19 17:27:43 +02:00
Henrik Jonsson
2fac152708 Fix duped command due to bad merge 2016-05-11 23:26:40 +02:00
Henrik Jonsson
9946bd6f13 Fix line continuation 2016-05-11 23:14:57 +02:00
Henrik Jonsson
67b641025a Revert "Dig hole deeper: checksums fail, why?"
This reverts commit 070903ecbc.
2016-05-11 23:06:44 +02:00
Henrik Jonsson
c415028a28 Use correct checksum for 6.0a5-hardened 2016-05-11 23:06:42 +02:00
Henrik Jonsson
070903ecbc Dig hole deeper: checksums fail, why? 2016-05-11 23:03:16 +02:00