Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Tor to 0.4.6.10 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
405 changes: 405 additions & 0 deletions tor-src/ChangeLog

Large diffs are not rendered by default.

566 changes: 566 additions & 0 deletions tor-src/ReleaseNotes

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions tor-src/changes/autoconf-2.70

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/bug40078

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/bug40175

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/bug40317

This file was deleted.

6 changes: 0 additions & 6 deletions tor-src/changes/bug40371

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/bug40375

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/bug40380

This file was deleted.

7 changes: 0 additions & 7 deletions tor-src/changes/bug40383

This file was deleted.

9 changes: 0 additions & 9 deletions tor-src/changes/bug40391

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/bug40392

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/bug40399

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/bug40409

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/bug40429

This file was deleted.

2 changes: 0 additions & 2 deletions tor-src/changes/fallbackdirs-2021-12-15

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/geoip-2021-05-07

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/geoip-2021-06-10

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/geoip-2021-08-12

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/geoip-2021-12-15

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket26299

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket30477

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40290

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket40301

This file was deleted.

16 changes: 0 additions & 16 deletions tor-src/changes/ticket40337

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40356

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket40369

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket40370

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40373

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket40374

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket40378

This file was deleted.

6 changes: 0 additions & 6 deletions tor-src/changes/ticket40382

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40389

This file was deleted.

8 changes: 0 additions & 8 deletions tor-src/changes/ticket40390

This file was deleted.

4 changes: 0 additions & 4 deletions tor-src/changes/ticket40410

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40419

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40421

This file was deleted.

6 changes: 0 additions & 6 deletions tor-src/changes/ticket40434

This file was deleted.

2 changes: 0 additions & 2 deletions tor-src/changes/ticket40447

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/ticket40474

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40476

This file was deleted.

7 changes: 0 additions & 7 deletions tor-src/changes/ticket40491

This file was deleted.

2 changes: 0 additions & 2 deletions tor-src/changes/ticket40493

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/ticket40494

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40500

This file was deleted.

3 changes: 0 additions & 3 deletions tor-src/changes/ticket40504

This file was deleted.

6 changes: 0 additions & 6 deletions tor-src/changes/ticket40511

This file was deleted.

5 changes: 0 additions & 5 deletions tor-src/changes/ticket40527

This file was deleted.

4 changes: 2 additions & 2 deletions tor-src/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright (c) 2007-2019, The Tor Project, Inc.
dnl See LICENSE for licensing information

AC_PREREQ([2.63])
AC_INIT([tor],[0.4.6.9])
AC_INIT([tor],[0.4.6.10])
AC_CONFIG_SRCDIR([src/app/main/tor_main.c])
AC_CONFIG_MACRO_DIR([m4])

Expand All @@ -18,7 +18,7 @@ AC_DEFINE_UNQUOTED([CONFIG_FLAGS], ["$configure_flags"], [Flags passed to config
# version number changes. Tor uses it to make sure that it
# only shuts down for missing "required protocols" when those protocols
# are listed as required by a consensus after this date.
AC_DEFINE(APPROX_RELEASE_DATE, ["2021-12-15"], # for 0.4.6.9
AC_DEFINE(APPROX_RELEASE_DATE, ["2022-02-04"], # for 0.4.6.10
[Approximate date when this software was released. (Updated when the version changes.)])

# "foreign" means we don't follow GNU package layout standards
Expand Down
2 changes: 1 addition & 1 deletion tor-src/contrib/win32build/tor-mingw.nsi.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
!include "LogicLib.nsh"
!include "FileFunc.nsh"
!insertmacro GetParameters
!define VERSION "0.4.6.9"
!define VERSION "0.4.6.10"
!define INSTALLER "tor-${VERSION}-win32.exe"
!define WEBSITE "https://www.torproject.org/"
!define LICENSE "LICENSE"
Expand Down
Loading