Skip to content

Commit 07a819b

Browse files
committed
1.24.04
1 parent 2cf4150 commit 07a819b

File tree

133 files changed

+710
-1412
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

133 files changed

+710
-1412
lines changed

LICENSE-3RD-PARTY

Lines changed: 60 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -6,45 +6,44 @@ by the TFC installer.
66

77
applies to:
88
- The Click CLI toolkit, Copyright © 2014, the Pallets team
9-
(https://github.com/pallets/click)
9+
(https://github.com/pallets/click/blob/main/LICENSE.rst)
1010
(See 3rd party licenses at https://github.com/pallets/click/blob/master/LICENSE.rst)
1111

1212
- The cryptography library, Copyright © Individual contributors
13-
(https://github.com/pyca/cryptography)
13+
(https://github.com/pyca/cryptography/blob/main/LICENSE.BSD)
1414

1515
- The Flask web application framework, Copyright © 2010, the Pallets team
16-
(https://github.com/pallets/flask)
16+
(https://github.com/pallets/flask/blob/main/LICENSE.rst)
1717

18-
- The Internationalized Domain Names in Applications (IDNA) library, Copyright © 2013-2018, Kim Davies
19-
(https://github.com/kjd/idna)
18+
- The Internationalized Domain Names in Applications (IDNA) library, Copyright © 2013-2023, Kim Davies
19+
(https://github.com/kjd/idna/blob/master/LICENSE.md)
2020
(See 3rd party licenses at https://github.com/kjd/idna/blob/master/LICENSE.rst)
2121

2222
- The itsdangerous library, Copyright © 2011, the Pallets team
23-
(https://github.com/pallets/itsdangerous)
23+
(https://github.com/pallets/itsdangerous/blob/main/LICENSE.rst)
2424

25-
- The Jinja2 template engine, Copyright © 2009, the Jinja Team, see AUTHORS for more details.
26-
(https://github.com/pallets/jinja)
25+
- The Jinja2 template engine, Copyright © 2007, the Jinja Team, see AUTHORS for more details.
26+
(https://github.com/pallets/jinja/blob/main/LICENSE.rst)
2727

2828
- The MarkupSafe library, Copyright © 2010, the Pallets team
29-
(https://github.com/pallets/markupsafe)
29+
(https://github.com/pallets/markupsafe/blob/main/LICENSE.rst)
3030

31-
- The pycparser C parser, Copyright © 2008-2017, Eli Bendersky
32-
(https://github.com/eliben/pycparser)
31+
- The pycparser C parser, Copyright © 2008-2022, Eli Bendersky
32+
(https://github.com/eliben/pycparser/blob/main/LICENSE)
3333

34-
- The pySerial library, Copyright © 2001-2017, Chris Liechti <cliechti@gmx.net>
35-
(https://github.com/pyserial/pyserial)
34+
- The pySerial library, Copyright © 2001-2020, Chris Liechti <cliechti@gmx.net>
35+
(https://github.com/pyserial/pyserial/blob/master/LICENSE.txt)
3636

3737
- The PySocks proxy client, Copyright © 2006, Dan-Haim
3838
(https://github.com/Anorov/PySocks)
3939

4040
- The Tor application, Copyright © 2001-2004, Roger Dingledine
4141
Copyright © 2004-2006, Roger Dingledine, Nick Mathewson
42-
Copyright © 2007-2023, The Tor Project, Inc.
43-
(https://torproject.org)
44-
(See the Tor licence and 3rd party licences at https://gitweb.torproject.org/tor.git/tree/LICENSE)
42+
Copyright © 2007-2019, The Tor Project, Inc.
43+
(https://gitlab.torproject.org/tpo/core/tor/-/blob/HEAD/LICENSE)
4544

4645
- The Werkzeug library, Copyright © 2007, the Pallets team
47-
(https://github.com/pallets/werkzeug)
46+
(https://github.com/pallets/werkzeug/blob/main/LICENSE.rst)
4847

4948
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5049

@@ -81,49 +80,48 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8180

8281
applies to:
8382
- The appdirs library, Copyright (c) 2010 ActiveState Software Inc.
84-
(https://github.com/ActiveState/appdirs)
83+
(https://github.com/ActiveState/appdirs/blob/master/LICENSE.txt)
8584

8685
- The Argon2 library, Copyright © 2015, Hynek Schlawack
87-
(https://github.com/hynek/argon2_cffi)
86+
(https://github.com/hynek/argon2-cffi/blob/main/LICENSE)
8887

8988
- The src.common.encoding Base58 implementation, Copyright © 2015, David Keijser
90-
(https://github.com/keis/base58)
89+
(https://github.com/keis/base58/blob/master/COPYING)
9190

92-
- The cffi library, Copyright © 2012-2023, Armin Rigo, Maciej Fijalkowski
93-
(https://bitbucket.org/cffi/cffi/overview)
91+
- The cffi library, Copyright © 2012-2024, Armin Rigo, Maciej Fijalkowski
92+
(https://github.com/python-cffi/cffi/blob/main/LICENSE)
9493

95-
- The Mypy static type checker, Copyright © 2015-2016, Jukka Lehtosalo and contributors
96-
(https://github.com/python/mypy)
97-
(See 3rd party licenses at https://github.com/python/mypy/blob/master/LICENSE)
94+
- The Mypy static type checker,
95+
Copyright © 2015-2016, Jukka Lehtosalo and contributors
96+
Copyright © 2015-2023 Dropbox, Inc.
97+
(https://github.com/python/mypy/blob/master/LICENSE)
9898

99-
- The pip package installer, Copyright © 2008-2023, The pip developers (see AUTHORS.txt file)
100-
(https://github.com/pypa/pip)
99+
- The pip package installer, Copyright © 2008-present, The pip developers (see AUTHORS.txt file)
100+
(https://github.com/pypa/pip/blob/main/LICENSE.txt)
101101

102-
- The pytest framework, Copyright © 2004-2023, Holger Krekel and others
103-
(https://github.com/pytest-dev/pytest)
102+
- The pytest framework, Copyright © 2004, Holger Krekel and others
103+
(https://github.com/pytest-dev/pytest/blob/main/LICENSE)
104104

105105
- The pytest-cov plugin, Copyright © 2010, Meme Dough
106-
(https://github.com/pytest-dev/pytest-cov)
106+
(https://github.com/pytest-dev/pytest-cov/blob/master/LICENSE)
107107

108-
- The pytest-xdist plugin, Copyright © Individual contributors
109-
(https://github.com/pytest-dev/pytest-xdist)
108+
- The pytest-xdist plugin, Copyright © 2010 Holger Krekel and contributors.
109+
(https://github.com/pytest-dev/pytest-xdist/blob/master/LICENSE)
110110

111-
- The Setuptools build system, Copyright © 2016, Jason R Coombs <jaraco@jaraco.com>
112-
(https://github.com/pypa/setuptools)
111+
- The Setuptools build system, Copyright © Jason R. Coombs
112+
(https://github.com/pypa/setuptools/blob/main/LICENSE)
113113

114-
- The Six library, Copyright © 2010-2023, Benjamin Peterson
115-
(https://github.com/benjaminp/six)
114+
- The Six library, Copyright © 2010-2020, Benjamin Peterson
115+
(https://github.com/benjaminp/six/blob/master/LICENSE)
116116

117-
- The urllib3 library, Copyright © 2008-2023, Andrey Petrov and contributors (see CONTRIBUTORS.txt)
118-
(https://github.com/urllib3/urllib3)
117+
- The urllib3 library, Copyright © 2008-2020, Andrey Petrov and contributors (see CONTRIBUTORS.txt)
118+
(https://github.com/urllib3/urllib3/blob/main/LICENSE.txt)
119119

120-
- The virtualenv tool, Copyright © 2007, Ian Bicking and Contributors
121-
Copyright © 2009, Ian Bicking, The Open Planning Project
122-
Copyright © 2011-2016, The virtualenv developers
123-
(https://github.com/pypa/virtualenv)
120+
- The virtualenv tool, Copyright © 202x, The virtualenv developers
121+
(https://github.com/pypa/virtualenv/blob/main/LICENSE)
124122

125123
- The zipp library. Copyright © Jason R. Coombs
126-
(https://github.com/jaraco/zipp)
124+
(https://github.com/jaraco/zipp/blob/main/LICENSE)
127125

128126
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
129127

@@ -150,8 +148,8 @@ SOFTWARE.
150148
ISC License
151149

152150
applies to:
153-
- The libsodium library, Copyright © 2013-2023, Frank Denis <j at pureftpd dot org>
154-
(https://github.com/jedisct1/libsodium)
151+
- The libsodium library, Copyright © 2013-2024, Frank Denis <j at pureftpd dot org>
152+
(https://github.com/jedisct1/libsodium/blob/master/LICENSE)
155153

156154
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
157155

@@ -179,7 +177,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
179177

180178
applies to:
181179
- The Git application, Copyright © Linus Torvalds
182-
(https://git.kernel.org/pub/scm/git/git.git/tree/)
180+
(https://git.kernel.org/pub/scm/git/git.git/tree/COPYING)
183181

184182
- The net-tools application, Copyright 1996 © Bernd Eckenfels
185183
(https://sourceforge.net/projects/net-tools/)
@@ -531,12 +529,12 @@ Public License instead of this License.
531529
of this license document, but changing it is not allowed.
532530

533531
applies to:
534-
- The src.relay.onion Tor class, Copyright © 2014-2023, Micah Lee <micah@micahflee.com>
535-
(https://github.com/micahflee/onionshare)
532+
- The src.relay.onion Tor class, Copyright © 2014-2022, Micah Lee <micah[at]micahflee.com>
533+
(https://github.com/onionshare/onionshare/blob/main/LICENSE.txt)
536534

537-
- gnome-terminal, Copyright © Guilherme de S. Pastore <gpastore@gnome.org>,
538-
Havoc Pennington <hp@redhat.com>,
539-
Mariano Suárez-Alvarez <mariano@gnome.org>
535+
- gnome-terminal, Copyright © Guilherme de S. Pastore <gpastore[at]gnome.org>,
536+
Havoc Pennington <hp[at]redhat.com>,
537+
Mariano Suárez-Alvarez <mariano[at]gnome.org>
540538
(https://gitlab.gnome.org/GNOME/gnome-terminal)
541539

542540
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -1217,17 +1215,17 @@ Public License instead of this License. But first, please read
12171215

12181216
applies to:
12191217
- The importlib_metadata library, Copyright © 2017-2019 Jason R. Coombs, Barry Warsaw
1220-
(https://gitlab.com/python-devs/importlib_metadata)
1218+
(https://gitlab.com/python-devs/importlib_metadata/-/blob/master/LICENSE?ref_type=heads)
12211219

12221220
- The OpenSSL library, Copyright © 1995-1998, Eric A. Young, Tim J. Hudson
1223-
Copyright © 1999-2018, The OpenSSL Project
1224-
(https://github.com/openssl/openssl)
1221+
Copyright © 1999-2023, The OpenSSL Project Authors
1222+
(https://github.com/openssl/openssl/blob/master/LICENSE.txt)
12251223

12261224
- The PyNaCl library, Copyright © 2013, Donald Stufft and individual contributors
1227-
(https://github.com/pyca/pynacl)
1225+
(https://github.com/pyca/pynacl/blob/main/LICENSE)
12281226

1229-
- The Requests library, Copyright © 2018, Kenneth Reitz
1230-
(https://github.com/requests/requests)
1227+
- The Requests library, Copyright © MMXVIX, Kenneth Reitz
1228+
(https://github.com/psf/requests/blob/main/LICENSE)
12311229

12321230
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
12331231

@@ -1797,7 +1795,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
17971795

17981796
applies to:
17991797
- The Chardet library, Copyright © Daniel Blanchard
1800-
(https://github.com/chardet/chardet)
1798+
(https://github.com/chardet/chardet/blob/main/LICENSE)
18011799

18021800
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
18031801

@@ -2488,19 +2486,19 @@ Library.
24882486
Copyright © 2000, BeOpen.com.
24892487
All Rights Reserved.
24902488

2491-
Copyright © 2001-2023, Python Software Foundation.
2489+
Copyright © 2001-2024, Python Software Foundation.
24922490
All Rights Reserved.
24932491
(https://www.python.org/)
24942492

2495-
- distlib library Copyright © 2023 [Python Packaging Authority Developers]
2496-
(https://bitbucket.org/pypa/distlib/src/master/)
2493+
- distlib library Copyright © 2024, Python Software Foundation
2494+
(https://bitbucket.org/pypa/distlib/src/master/LICENSE.txt)
24972495

24982496
- The python3-tk library, Copyright © 2006, Matthias Klose
24992497
This package was debianized by Matthias Klose <doko@debian.org> on
25002498
Wed, 7 Jun 2006 15:02:31 +0200.
25012499
It was downloaded from https://python.org/, built by extracting the
25022500
Tk and gdbm extensions from the upstream tarballs.
2503-
(https://packages.ubuntu.com/disco/python3-tk)
2501+
(https://packages.ubuntu.com/noble/python3-tk)
25042502

25052503
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
25062504

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -209,25 +209,25 @@ This intermediate isolation mechanism runs on a single computer which means no h
209209
### Supported Operating Systems
210210

211211
#### Source/Destination Computer
212-
- Debian 11
213-
- PureOS 10.0
214-
- *buntu 22.04 LTS
212+
- Debian 12.5
213+
- PureOS 10.3
214+
- *buntu 24.04 LTS
215215
- Pop!_OS 22.04 LTS
216-
- Linux Mint 21.1
217-
- LMDE 5
218-
- Zorin OS 16.2
219-
- Qubes 4.1.2 (Debian 11 VM)
216+
- Linux Mint 21.3
217+
- LMDE 6
218+
- Zorin OS 17.1
219+
- Qubes 4.2.1 (Debian 12 VM)
220220

221221
#### Networked Computer
222-
- Tails 5.12
223-
- Debian 11
224-
- PureOS 10.0
225-
- *buntu 22.04 LTS
222+
- Tails 6.2
223+
- Debian 12.5
224+
- PureOS 10.3
225+
- *buntu 24.04 LTS
226226
- Pop!_OS 22.04 LTS
227-
- Linux Mint 21.1
228-
- LMDE 5
229-
- Zorin OS 16.2
230-
- Qubes 4.1.2 (Debian 11 VM)
227+
- Linux Mint 21.3
228+
- LMDE 6
229+
- Zorin OS 17.1
230+
- Qubes 4.2.1 (Debian 12 VM)
231231

232232

233233
### More information

dd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"""
55
TFC - Onion-routed, endpoint secure messaging system
6-
Copyright (C) 2013-2023 Markus Ottela
6+
Copyright (C) 2013-2024 Markus Ottela
77
88
This file is part of TFC.
99

0 commit comments

Comments
 (0)