[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-09 Thread translation
commit 03de005a783917cb23f0299df6f1ad111b57a301 Author: Translation commit bot Date: Thu Jul 9 21:45:15 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 34 +- 1 file

[tor-commits] [tor/master] git-install-tools: use -b, not --backup.

2020-07-09 Thread nickm
commit 18391f689ea11b064a9313be8824834df8be2a9e Author: Nick Mathewson Date: Thu Jul 9 17:12:37 2020 -0400 git-install-tools: use -b, not --backup. The osx version of this tool doesn't have --backup --- scripts/git/git-install-tools.sh | 4 ++-- 1 file changed, 2 insertions(+), 2

[tor-commits] [translation/donatepages-messagespot] https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot

2020-07-09 Thread translation
commit 4905bbfd61f45c81b6a58a4265d62fc412947aaa Author: Translation commit bot Date: Thu Jul 9 21:15:14 2020 + https://gitweb.torproject.org/translation.git/commit/?h=donatepages-messagespot --- locale/fr/LC_MESSAGES/messages.po | 37 +++-- 1 file

[tor-commits] [tor/master] test: Add IPv6 inet_pton double "::" test

2020-07-09 Thread nickm
commit edb5ef2540d2bcdc73e3601937c057ca8385a3ca Author: David Goulet Date: Thu Jul 9 09:05:53 2020 -0400 test: Add IPv6 inet_pton double "::" test Unclear but that somehow failed on Windows once (?) according to ticket #33768 but we are not seeing that failure.

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/36'

2020-07-09 Thread nickm
commit 7b24d56accfac9532bc760bca51a64c8462e2ab7 Merge: 7207b4f2e edb5ef254 Author: Nick Mathewson Date: Thu Jul 9 14:39:02 2020 -0400 Merge remote-tracking branch 'tor-gitlab/mr/36' src/test/test_addr.c | 1 + 1 file changed, 1 insertion(+)

[tor-commits] [tor/master] addr: Rename and make resolved_addr_set_last() function public

2020-07-09 Thread nickm
commit f57ce632fe3d391e62d288c0b8acd0001bf670df Author: David Goulet Date: Mon Jul 6 09:40:03 2020 -0400 addr: Rename and make resolved_addr_set_last() function public Rename the static function update_resolved_cache() to resolved_addr_set_last() and make it public.

[tor-commits] [tor/master] Merge remote-tracking branch 'tor-gitlab/mr/21'

2020-07-09 Thread nickm
commit 7207b4f2e4bb7d481b29855b432aa7265d79382b Merge: 97a9966b0 7bc54ccba Author: Nick Mathewson Date: Thu Jul 9 14:30:15 2020 -0400 Merge remote-tracking branch 'tor-gitlab/mr/21' changes/ticket40022 | 4 ++ src/app/config/resolve_addr.c | 49 +++--

[tor-commits] [tor/master] changes: Add a changes file for #40022

2020-07-09 Thread nickm
commit 15be1ff8ad568629f809b4feac79a8dcbfac9444 Author: David Goulet Date: Mon Jul 6 10:02:45 2020 -0400 changes: Add a changes file for #40022 Signed-off-by: David Goulet --- changes/ticket40022 | 4 1 file changed, 4 insertions(+) diff --git a/changes/ticket40022

[tor-commits] [tor/master] addr: New function relay_address_new_suggestion()

2020-07-09 Thread nickm
commit 192d367b411019760f92f58adde7592476341d6b Author: David Goulet Date: Mon Jul 6 09:42:10 2020 -0400 addr: New function relay_address_new_suggestion() This behaves like router_new_address_suggestion() but differs in couple of ways: 1. It takes a tor_addr_t

[tor-commits] [tor/master] addr: Initialize resolved address cache to NULL address

2020-07-09 Thread nickm
commit 46e34842619be7467e3cd062a2c7fbcd112b9cff Author: David Goulet Date: Wed Jul 8 07:50:50 2020 -0400 addr: Initialize resolved address cache to NULL address Related to #40022 Signed-off-by: David Goulet --- src/app/config/resolve_addr.c | 6 -- 1 file changed, 4

[tor-commits] [tor/master] addr: Static assert resolved address cache size

2020-07-09 Thread nickm
commit 7bc54ccba9b9a9ac2ee9f5c1ecccd1d13afbcdda Author: David Goulet Date: Thu Jul 9 13:33:52 2020 -0400 addr: Static assert resolved address cache size This will make sure that we always properly initialize the cache by the exact size all the time. Related to #40022

[tor-commits] [tor/master] channel: Consider NETINFO other address as ours

2020-07-09 Thread nickm
commit f5ce8a2bed833befcee895d4966d5731ad2fdf75 Author: David Goulet Date: Mon Jul 6 09:50:48 2020 -0400 channel: Consider NETINFO other address as ours Attempt to learn our address from the NETINFO cell. At this commit, the address won't be used in the descriptor if

[tor-commits] [tor/master] addr: Validate identity key when getting a suggestion

2020-07-09 Thread nickm
commit 9b2cadb492ee07ebb086b934b01ff8a5159fcc77 Author: David Goulet Date: Wed Jul 8 07:46:12 2020 -0400 addr: Validate identity key when getting a suggestion We do look at the address but with this we also look if the identity digest of the relay suggesting us an address is

[tor-commits] [tor/master] channel: Refactor NETINFO process function

2020-07-09 Thread nickm
commit 789beca7831253737ea91bd3ab516a581051fa4d Author: David Goulet Date: Mon Jul 6 08:45:12 2020 -0400 channel: Refactor NETINFO process function In order to process a NETINFO cell, the OR connection needs to go through a series of validation else we don't process the cell.

[tor-commits] [tor/master] channel: Continue refactor NETINFO process function

2020-07-09 Thread nickm
commit 78bc52c47c8d7c3747ea3335b571fd98a15a47b1 Author: David Goulet Date: Mon Jul 6 09:06:22 2020 -0400 channel: Continue refactor NETINFO process function In the spirit of reducing technical debt. Move code that marks a channel as a client into its own function and document

[tor-commits] [tor/master] Update git scripts to include tor-gitlab repository

2020-07-09 Thread nickm
commit 97a9966b04bde2f6a86dea0fb674db16442b2605 Author: Nick Mathewson Date: Thu Jul 9 13:54:28 2020 -0400 Update git scripts to include tor-gitlab repository Analogously to tor-github, we now make a tor-gitlab repository. It is set up to disable push direct attempts, and to

[tor-commits] [community/master] Add bridge deploy for windows

2020-07-09 Thread phw
commit e51d8af9fa0628b1c58f0b96cb11d3878609188d Author: Nicolei Ocana Date: Mon Jun 1 02:36:07 2020 + Add bridge deploy for windows --- .../technical-setup/bridge/windows/contents.lr | 105 + 1 file changed, 105 insertions(+) diff --git

[tor-commits] [community/master] Merge branch 'windows-bridge' of github.com:nicoleiocana/community into windows-bridge

2020-07-09 Thread phw
commit 7a69881b47c74f796806b153343129d51cfa7249 Merge: 6ce05bb ec8fbba Author: Philipp Winter Date: Thu Jul 9 10:58:52 2020 -0700 Merge branch 'windows-bridge' of github.com:nicoleiocana/community into windows-bridge .../technical-setup/bridge/windows/contents.lr | 107

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-07-09 Thread nickm
commit eb6fc9f9bd89a02088af1cfa6fb4e39fe15ea9fc Merge: 3efd60474 3517d2032 Author: Nick Mathewson Date: Thu Jul 9 13:15:23 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.4] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-07-09 Thread nickm
commit af46b1d8cd045ecc024719f42e50bd342a2aeca8 Merge: 30711296f 3517d2032 Author: Nick Mathewson Date: Thu Jul 9 13:15:59 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/release-0.4.2] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.3.5] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/master] Bump to 0.4.3.6-dev

2020-07-09 Thread nickm
commit 3517d203227284d41ead62d65e90b38b9f11186e Author: Nick Mathewson Date: Thu Jul 9 13:15:15 2020 -0400 Bump to 0.4.3.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2

2020-07-09 Thread nickm
commit f9e5362ade10666fc6ee8ae9e2a9e7c25c6e3c73 Merge: f94575126 49b4d1765 Author: Nick Mathewson Date: Thu Jul 9 13:15:59 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.4' into release-0.4.4

2020-07-09 Thread nickm
commit aaf8165cd1c28470b0d8007cf2ea161582b57d6b Merge: 50b503a9f 20e278735 Author: Nick Mathewson Date: Thu Jul 9 13:16:00 2020 -0400 Merge branch 'maint-0.4.4' into release-0.4.4 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.3] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/master] Bump to 0.4.4.2-alpha-dev

2020-07-09 Thread nickm
commit 20e278735267fa7bbd0475e4866c488581c9ea70 Author: Nick Mathewson Date: Thu Jul 9 13:15:45 2020 -0400 Bump to 0.4.4.2-alpha-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/master] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-07-09 Thread nickm
commit eb6fc9f9bd89a02088af1cfa6fb4e39fe15ea9fc Merge: 3efd60474 3517d2032 Author: Nick Mathewson Date: Thu Jul 9 13:15:23 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.2] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-07-09 Thread nickm
commit 82fca027352a17ca8d7dbb49b61dd1d6a2762f42 Merge: fc2d39af7 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:15:59 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h

[tor-commits] [tor/release-0.4.4] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/release-0.4.3] Bump to 0.4.3.6-dev

2020-07-09 Thread nickm
commit 3517d203227284d41ead62d65e90b38b9f11186e Author: Nick Mathewson Date: Thu Jul 9 13:15:15 2020 -0400 Bump to 0.4.3.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.4] Bump to 0.4.4.2-alpha-dev

2020-07-09 Thread nickm
commit 20e278735267fa7bbd0475e4866c488581c9ea70 Author: Nick Mathewson Date: Thu Jul 9 13:15:45 2020 -0400 Bump to 0.4.4.2-alpha-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.4] Bump to 0.4.3.6-dev

2020-07-09 Thread nickm
commit 3517d203227284d41ead62d65e90b38b9f11186e Author: Nick Mathewson Date: Thu Jul 9 13:15:15 2020 -0400 Bump to 0.4.3.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 42c0358ceb2b030e9b9f751ad02ddd82b5912038 Merge: 7ba849349 49b4d1765 Author: Nick Mathewson Date: Thu Jul 9 13:14:58 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/master] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 42c0358ceb2b030e9b9f751ad02ddd82b5912038 Merge: 7ba849349 49b4d1765 Author: Nick Mathewson Date: Thu Jul 9 13:14:58 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.3] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Merge branch 'maint-0.4.4'

2020-07-09 Thread nickm
commit 2eb7673a8c9c370a8cc6eb86daea82baab4bc5d5 Merge: 487728341 20e278735 Author: Nick Mathewson Date: Thu Jul 9 13:15:49 2020 -0400 Merge branch 'maint-0.4.4' `-s ours` to avoid version bump. ___ tor-commits mailing list

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 42c0358ceb2b030e9b9f751ad02ddd82b5912038 Merge: 7ba849349 49b4d1765 Author: Nick Mathewson Date: Thu Jul 9 13:14:58 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.3.5] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.4] Bump to 0.4.4.2-alpha-dev

2020-07-09 Thread nickm
commit 20e278735267fa7bbd0475e4866c488581c9ea70 Author: Nick Mathewson Date: Thu Jul 9 13:15:45 2020 -0400 Bump to 0.4.4.2-alpha-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/maint-0.4.3] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.2] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.4] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-07-09 Thread nickm
commit eb6fc9f9bd89a02088af1cfa6fb4e39fe15ea9fc Merge: 3efd60474 3517d2032 Author: Nick Mathewson Date: Thu Jul 9 13:15:23 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.3] Bump to 0.4.3.6-dev

2020-07-09 Thread nickm
commit 3517d203227284d41ead62d65e90b38b9f11186e Author: Nick Mathewson Date: Thu Jul 9 13:15:15 2020 -0400 Bump to 0.4.3.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 42c0358ceb2b030e9b9f751ad02ddd82b5912038 Merge: 7ba849349 49b4d1765 Author: Nick Mathewson Date: Thu Jul 9 13:14:58 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.3] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 42c0358ceb2b030e9b9f751ad02ddd82b5912038 Merge: 7ba849349 49b4d1765 Author: Nick Mathewson Date: Thu Jul 9 13:14:58 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.4] Bump to 0.4.3.6-dev

2020-07-09 Thread nickm
commit 3517d203227284d41ead62d65e90b38b9f11186e Author: Nick Mathewson Date: Thu Jul 9 13:15:15 2020 -0400 Bump to 0.4.3.6-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 6e01d5e68506056b1c9ec6b19a60911b15512bd8 Merge: 5aaecf6d0 c9751e261 Author: Nick Mathewson Date: Thu Jul 9 13:14:22 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.4] Bump to 0.3.5.11-dev

2020-07-09 Thread nickm
commit c9751e26119e375fcbc74107e89958957c00ee5e Author: Nick Mathewson Date: Thu Jul 9 13:12:45 2020 -0400 Bump to 0.3.5.11-dev --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.2] Bump to 0.4.2.8-dev

2020-07-09 Thread nickm
commit 49b4d1765c8595fbcfd23ba322cc454875ed1033 Author: Nick Mathewson Date: Thu Jul 9 13:14:48 2020 -0400 Bump to 0.4.2.8-dev --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 4

[tor-commits] [tpo/master] New tor releases: 0.4.3.6 and 0.4.4.2-alpha

2020-07-09 Thread nickm
commit f4bad6a23ee2e378fa5548c48b554571ad8d8167 Author: Nick Mathewson Date: Thu Jul 9 13:07:29 2020 -0400 New tor releases: 0.4.3.6 and 0.4.4.2-alpha --- databags/versions.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/databags/versions.ini

[tor-commits] [tor/release-0.4.4] Update version to 0.4.4.2-alpha.

2020-07-09 Thread nickm
commit 3efd604743a9468542e75971cff4dccc5fa894c6 Author: Nick Mathewson Date: Thu Jul 9 10:31:55 2020 -0400 Update version to 0.4.4.2-alpha. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 78285594f51fc0009d3911fb894e12b793536a5d Merge: 283ce30c5 0bb227d17 Author: Nick Mathewson Date: Thu Jul 9 10:30:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-07-09 Thread nickm
commit f9f4c4ab1d37920eb76b024a1057a0b26ddb8377 Merge: e500ea2ea 7ba849349 Author: Nick Mathewson Date: Thu Jul 9 10:31:16 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.4' into release-0.4.4

2020-07-09 Thread nickm
commit 50b503a9f90f67e7898efdb560e5fdb577f1a1c6 Merge: dfddfa833 3efd60474 Author: Nick Mathewson Date: Thu Jul 9 10:32:39 2020 -0400 Merge branch 'maint-0.4.4' into release-0.4.4 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/release-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 70161785f94ee9e1571af4ec804bf57f877f40e8 Merge: af08dad6d 5aaecf6d0 Author: Nick Mathewson Date: Thu Jul 9 10:30:46 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.4] Update version to 0.4.2.8.

2020-07-09 Thread nickm
commit 5aaecf6d07a3be0f15ef17643d4bc9ef9d69e0c3 Author: Nick Mathewson Date: Thu Jul 9 10:30:37 2020 -0400 Update version to 0.4.2.8. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.3' into release-0.4.3

2020-07-09 Thread nickm
commit 30711296fd5b7f51ef6f4d7b3fbe20f12990c02c Merge: 412546c48 7ba849349 Author: Nick Mathewson Date: Thu Jul 9 10:32:39 2020 -0400 Merge branch 'maint-0.4.3' into release-0.4.3 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/release-0.4.4] bump to 0.3.5.11

2020-07-09 Thread nickm
commit 0bb227d170c2ff5116f9b59a30d055eca192374a Author: Nick Mathewson Date: Thu Jul 9 10:28:21 2020 -0400 bump to 0.3.5.11 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/release-0.4.4] Update version to 0.4.3.6.

2020-07-09 Thread nickm
commit 7ba849349a29bfb07e23180483cd490f93e7a1f7 Author: Nick Mathewson Date: Thu Jul 9 10:31:09 2020 -0400 Update version to 0.4.3.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/release-0.4.3] Update version to 0.4.2.8.

2020-07-09 Thread nickm
commit 5aaecf6d07a3be0f15ef17643d4bc9ef9d69e0c3 Author: Nick Mathewson Date: Thu Jul 9 10:30:37 2020 -0400 Update version to 0.4.2.8. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/release-0.4.2] Update version to 0.4.2.8.

2020-07-09 Thread nickm
commit 5aaecf6d07a3be0f15ef17643d4bc9ef9d69e0c3 Author: Nick Mathewson Date: Thu Jul 9 10:30:37 2020 -0400 Update version to 0.4.2.8. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/release-0.4.3] Update version to 0.4.3.6.

2020-07-09 Thread nickm
commit 7ba849349a29bfb07e23180483cd490f93e7a1f7 Author: Nick Mathewson Date: Thu Jul 9 10:31:09 2020 -0400 Update version to 0.4.3.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 70161785f94ee9e1571af4ec804bf57f877f40e8 Merge: af08dad6d 5aaecf6d0 Author: Nick Mathewson Date: Thu Jul 9 10:30:46 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 70161785f94ee9e1571af4ec804bf57f877f40e8 Merge: af08dad6d 5aaecf6d0 Author: Nick Mathewson Date: Thu Jul 9 10:30:46 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.4.2' into release-0.4.2

2020-07-09 Thread nickm
commit f945751265a140654fdc1a3e900db9affd60ae69 Merge: d3536911e 5aaecf6d0 Author: Nick Mathewson Date: Thu Jul 9 10:32:39 2020 -0400 Merge branch 'maint-0.4.2' into release-0.4.2 configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +-

[tor-commits] [tor/release-0.4.2] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 78285594f51fc0009d3911fb894e12b793536a5d Merge: 283ce30c5 0bb227d17 Author: Nick Mathewson Date: Thu Jul 9 10:30:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-07-09 Thread nickm
commit f9f4c4ab1d37920eb76b024a1057a0b26ddb8377 Merge: e500ea2ea 7ba849349 Author: Nick Mathewson Date: Thu Jul 9 10:31:16 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 70161785f94ee9e1571af4ec804bf57f877f40e8 Merge: af08dad6d 5aaecf6d0 Author: Nick Mathewson Date: Thu Jul 9 10:30:46 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.4] Update version to 0.4.2.8.

2020-07-09 Thread nickm
commit 5aaecf6d07a3be0f15ef17643d4bc9ef9d69e0c3 Author: Nick Mathewson Date: Thu Jul 9 10:30:37 2020 -0400 Update version to 0.4.2.8. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 78285594f51fc0009d3911fb894e12b793536a5d Merge: 283ce30c5 0bb227d17 Author: Nick Mathewson Date: Thu Jul 9 10:30:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Update version to 0.4.4.2-alpha.

2020-07-09 Thread nickm
commit 3efd604743a9468542e75971cff4dccc5fa894c6 Author: Nick Mathewson Date: Thu Jul 9 10:31:55 2020 -0400 Update version to 0.4.4.2-alpha. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files

[tor-commits] [tor/maint-0.4.4] Merge branch 'maint-0.4.3' into maint-0.4.4

2020-07-09 Thread nickm
commit f9f4c4ab1d37920eb76b024a1057a0b26ddb8377 Merge: e500ea2ea 7ba849349 Author: Nick Mathewson Date: Thu Jul 9 10:31:16 2020 -0400 Merge branch 'maint-0.4.3' into maint-0.4.4 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.4] Update version to 0.4.3.6.

2020-07-09 Thread nickm
commit 7ba849349a29bfb07e23180483cd490f93e7a1f7 Author: Nick Mathewson Date: Thu Jul 9 10:31:09 2020 -0400 Update version to 0.4.3.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/maint-0.4.4] Update version to 0.4.4.2-alpha.

2020-07-09 Thread nickm
commit 3efd604743a9468542e75971cff4dccc5fa894c6 Author: Nick Mathewson Date: Thu Jul 9 10:31:55 2020 -0400 Update version to 0.4.4.2-alpha. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files

[tor-commits] [tor/master] Update version to 0.4.2.8.

2020-07-09 Thread nickm
commit 5aaecf6d07a3be0f15ef17643d4bc9ef9d69e0c3 Author: Nick Mathewson Date: Thu Jul 9 10:30:37 2020 -0400 Update version to 0.4.2.8. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/release-0.3.5] bump to 0.3.5.11

2020-07-09 Thread nickm
commit 0bb227d170c2ff5116f9b59a30d055eca192374a Author: Nick Mathewson Date: Thu Jul 9 10:28:21 2020 -0400 bump to 0.3.5.11 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/master] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 78285594f51fc0009d3911fb894e12b793536a5d Merge: 283ce30c5 0bb227d17 Author: Nick Mathewson Date: Thu Jul 9 10:30:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/release-0.3.5] Merge branch 'maint-0.3.5' into release-0.3.5

2020-07-09 Thread nickm
commit fc2d39af700f73859ab3e5fc5e627769867c89e4 Merge: ddfccae79 0bb227d17 Author: Nick Mathewson Date: Thu Jul 9 10:32:39 2020 -0400 Merge branch 'maint-0.3.5' into release-0.3.5 configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h

[tor-commits] [tor/release-0.4.3] bump to 0.3.5.11

2020-07-09 Thread nickm
commit 0bb227d170c2ff5116f9b59a30d055eca192374a Author: Nick Mathewson Date: Thu Jul 9 10:28:21 2020 -0400 bump to 0.3.5.11 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/release-0.4.3] Merge branch 'maint-0.3.5' into maint-0.4.2

2020-07-09 Thread nickm
commit 78285594f51fc0009d3911fb894e12b793536a5d Merge: 283ce30c5 0bb227d17 Author: Nick Mathewson Date: Thu Jul 9 10:30:03 2020 -0400 Merge branch 'maint-0.3.5' into maint-0.4.2 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/master] Update version to 0.4.3.6.

2020-07-09 Thread nickm
commit 7ba849349a29bfb07e23180483cd490f93e7a1f7 Author: Nick Mathewson Date: Thu Jul 9 10:31:09 2020 -0400 Update version to 0.4.3.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

[tor-commits] [tor/master] Merge branch 'maint-0.4.4'

2020-07-09 Thread nickm
commit 487728341977d0f82b09e99cff0ea1bb91cfc001 Merge: 5b6cd566b 3efd60474 Author: Nick Mathewson Date: Thu Jul 9 10:32:20 2020 -0400 Merge branch 'maint-0.4.4' `-s ours` to avoid version bump ___ tor-commits mailing list

[tor-commits] [tor/release-0.4.2] bump to 0.3.5.11

2020-07-09 Thread nickm
commit 0bb227d170c2ff5116f9b59a30d055eca192374a Author: Nick Mathewson Date: Thu Jul 9 10:28:21 2020 -0400 bump to 0.3.5.11 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/master] bump to 0.3.5.11

2020-07-09 Thread nickm
commit 0bb227d170c2ff5116f9b59a30d055eca192374a Author: Nick Mathewson Date: Thu Jul 9 10:28:21 2020 -0400 bump to 0.3.5.11 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.4] bump to 0.3.5.11

2020-07-09 Thread nickm
commit 0bb227d170c2ff5116f9b59a30d055eca192374a Author: Nick Mathewson Date: Thu Jul 9 10:28:21 2020 -0400 bump to 0.3.5.11 --- configure.ac| 2 +- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed, 3

[tor-commits] [tor/maint-0.4.3] Merge branch 'maint-0.4.2' into maint-0.4.3

2020-07-09 Thread nickm
commit 70161785f94ee9e1571af4ec804bf57f877f40e8 Merge: af08dad6d 5aaecf6d0 Author: Nick Mathewson Date: Thu Jul 9 10:30:46 2020 -0400 Merge branch 'maint-0.4.2' into maint-0.4.3 `-s ours` to avoid version bump. ___ tor-commits

[tor-commits] [tor/maint-0.4.3] Update version to 0.4.3.6.

2020-07-09 Thread nickm
commit 7ba849349a29bfb07e23180483cd490f93e7a1f7 Author: Nick Mathewson Date: Thu Jul 9 10:31:09 2020 -0400 Update version to 0.4.3.6. --- configure.ac| 4 ++-- contrib/win32build/tor-mingw.nsi.in | 2 +- src/win32/orconfig.h| 2 +- 3 files changed,

  1   2   3   >