168 Commits

Author SHA256 Message Date
d1d4e74b6d Accepting request 1325233 from home:dirkmueller:Factory
- update to 0.4.8.21:
  * This release is a continuation of the previous one and
    addresses additional Conflux-related issues identified through
    further testing and feedback from relay operators. We strongly
    recommend upgrading as soon as possible.
  * Major bugfixes (conflux, exit):
    - When dequeuing out-of-order conflux cells, the circuit
    could be close in between two dequeue which could lead to a
    mishandling of a NULL pointer. Fixes bug 41162;
  * Add -mbranch-protection=standard for arm64.
  * Regenerate fallback directories generated on November
  * Update the geoip files to match the IPFire Location
    Database, as retrieved on 2025/11/17.
  * Fix a bug causing the initial tor process to hang
    intead of exiting with RunAsDaemon, when pluggable transports
    are used.

    valid when it is successfully processed. This will quiet a
  * CVE-2021-22929: do not log v2 onion services access attempt
- tor 0.3.0.7:
  quite a bit
- Remove useless conditon for libevent, there is dependency for it
  Clients using circuit isolation should upgrade;
    load.
    cell.
- tor 0.2.4.22:
  fixes potentially poor random number generation for users who
  1) use OpenSSL 1.0.0 or later,
  2) set "HardwareAccel 1" in their torrc file,
  and

OBS-URL: https://build.opensuse.org/request/show/1325233
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=293
2026-01-05 06:37:12 +00:00
cf3053c703 0.4.8.20
* Add a new hardening compiler flag -fcf-protection=full
  * Fix the root cause of some conflux fragile asserts
  * Fix a series of conflux edge cases

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=291
2025-11-12 03:42:41 +00:00
5d74eb3ec7 0.4.8.19
* Fix some clients not being able to connect to LibreSSL relays
  * Improve stream flow control performance

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=288
2025-10-08 07:44:14 +00:00
34868ff54c Accepting request 1306274 from home:AndreasStieger:branches:network
changelog

OBS-URL: https://build.opensuse.org/request/show/1306274
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=286
2025-09-22 12:01:00 +00:00
b715645ef9 0.4.8.18
* important bug fix for onion service directory
  * use quantum-resistant MLKEM-768 cipher

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=285
2025-09-17 06:22:36 +00:00
6728b2470f - 0.4.8.17
* Minor features and bugfixes

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=283
2025-07-09 16:14:10 +00:00
aceef04227 Accepting request 1271191 from home:AndreasStieger:branches:network
tor 0.4.8.16

OBS-URL: https://build.opensuse.org/request/show/1271191
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=281
2025-04-22 09:51:57 +00:00
ca0b354ca6 tor 0.4.8.14
* bugfix for onion service directory cache
  * test-network now unconditionally includes IPv6
  * Regenerate fallback directories 2025-02-05
  * Update the geoip files to 2025-02-05
  * Fix a pointer free

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=279
2025-02-05 18:29:26 +00:00
f4b0ece726 Accepting request 1233607 from home:AndreasStieger:branches:network
tor 0.4.8.13

OBS-URL: https://build.opensuse.org/request/show/1233607
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=277
2025-01-02 03:33:55 +00:00
4ad4c5da4c tor 0.4.8.12
* Minor features and bugfixes
  * See https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.8/ReleaseNotes

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=275
2024-06-11 10:07:17 +00:00
e557df18a8 Add link to full release notes
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=273
2024-04-11 10:21:31 +00:00
9d38f5ec7e tor 0.4.8.11
* Minor features and bugfixes

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=272
2024-04-11 06:50:51 +00:00
2f8330cde5 Accepting request 1146604 from home:pluskalm:branches:network
- Enables scrypt support unconditionally

OBS-URL: https://build.opensuse.org/request/show/1146604
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=270
2024-03-01 12:33:21 +00:00
2c9a95ec37 Accepting request 1144143 from home:AndreasStieger:branches:network
- fix users/groups with rpm 4.19

OBS-URL: https://build.opensuse.org/request/show/1144143
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=268
2024-02-06 08:31:51 +00:00
3fb0834804 Accepting request 1132316 from home:AndreasStieger:branches:network
boo#1217918 reference

OBS-URL: https://build.opensuse.org/request/show/1132316
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=266
2023-12-11 09:17:58 +00:00
15c5ecd399 tor 0.4.8.10:
* (TROVE-2023-007, exit)
    - fix a a UAF and NULL pointer dereference crash on Exit relays

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=265
2023-12-08 21:52:40 +00:00
9c116b59ac tor 0.4.8.9:
* (onion service, TROVE-2023-006):
    - Fix a possible hard assert on a NULL pointer
  * (guard usage):
    - When Tor excluded a guard due to temporary circuit restrictions,
      it considered *additional* primary guards for potential usage by
      that circuit.

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=263
2023-11-09 17:40:19 +00:00
d95b3a5394 Accepting request 1123276 from home:AndreasStieger:branches:network
tor 0.4.8.8 boo#1216873

OBS-URL: https://build.opensuse.org/request/show/1123276
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=261
2023-11-06 07:08:29 +00:00
e1636a04cf Accepting request 1113538 from home:AndreasStieger:branches:network
tor 0.4.8.7

OBS-URL: https://build.opensuse.org/request/show/1113538
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=259
2023-09-29 07:24:31 +00:00
ddfe08b669 Accepting request 1112358 from home:AndreasStieger:branches:network
tor 0.4.8.6

OBS-URL: https://build.opensuse.org/request/show/1112358
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=257
2023-09-20 09:38:08 +00:00
0b43ab67b9 Accepting request 1108171 from home:AndreasStieger:branches:network
tor 0.4.8.5

OBS-URL: https://build.opensuse.org/request/show/1108171
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=255
2023-09-01 09:48:02 +00:00
cbaae7498d Accepting request 1106178 from home:AndreasStieger:branches:network
tor 0.4.8.4

OBS-URL: https://build.opensuse.org/request/show/1106178
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=253
2023-08-28 10:12:47 +00:00
bbff8928a3 Accepting request 1101370 from home:AndreasStieger:branches:network
tor 0.4.7.14

OBS-URL: https://build.opensuse.org/request/show/1101370
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=251
2023-07-31 09:52:09 +00:00
9052eab11d Accepting request 1070652 from home:pluskalm:branches:network
- Enable support for scrypt()

OBS-URL: https://build.opensuse.org/request/show/1070652
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=249
2023-03-14 09:11:04 +00:00
f1ec287dd3 tor 0.4.7.13:
* fix SafeSocks option to avoid DNS leaks (boo#1207110, TROVE-2022-002)
  * improve congestion control
  * fix relay channel handling

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=247
2023-01-13 06:33:56 +00:00
e664546740 Accepting request 1040805 from home:AndreasStieger:branches:network
tor 0.4.7.12

OBS-URL: https://build.opensuse.org/request/show/1040805
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=245
2022-12-14 10:09:36 +00:00
39ab5a84f6 Accepting request 1035139 from home:AndreasStieger:branches:network
tor 0.4.7.11 boo#1205307

OBS-URL: https://build.opensuse.org/request/show/1035139
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=243
2022-11-11 12:06:37 +00:00
9f10178280 Accepting request 994803 from home:AndreasStieger:branches:network
tor 0.4.7.10

OBS-URL: https://build.opensuse.org/request/show/994803
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=241
2022-08-13 06:53:51 +00:00
54607e5e2d Accepting request 994612 from home:AndreasStieger:branches:network
tor 0.4.7.9 (boo#1202336)

OBS-URL: https://build.opensuse.org/request/show/994612
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=239
2022-08-12 05:26:50 +00:00
770c64956a Accepting request 983545 from home:AndreasStieger:branches:network
better changelog for tor 0.4.7.8 CVE-2022-33903, boo#1200672

OBS-URL: https://build.opensuse.org/request/show/983545
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=237
2022-06-19 17:20:33 +00:00
beeab4ae2d tor 0.4.7.8
* Important security fix (TROVE-2022-001, CVE-2022-33903)

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=235
2022-06-17 14:59:17 +00:00
f11f7c08ad Accepting request 973258 from home:AndreasStieger:branches:network
tor 0.4.7.7 boo#1198949

OBS-URL: https://build.opensuse.org/request/show/973258
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=233
2022-04-28 06:09:04 +00:00
b2e91c61f7 tor 0.4.6.10
* minor bugfixes and features
  * https://gitlab.torproject.org/tpo/core/tor/-/raw/release-0.4.6/ReleaseNotes

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=230
2022-02-06 01:37:20 +00:00
2ec5347bbc Accepting request 941291 from home:AndreasStieger:branches:network
tor 0.4.6.9

OBS-URL: https://build.opensuse.org/request/show/941291
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=229
2021-12-20 03:06:20 +00:00
066eb23610 Accepting request 931414 from home:AndreasStieger:branches:network
tor 0.4.6.8 CVE-2021-22929 boo#1192658

OBS-URL: https://build.opensuse.org/request/show/931414
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=228
2021-11-18 15:53:10 +00:00
Lars Vogdt
15cd3a170e Accepting request 913992 from home:jengelh:branches:network
- Reduce boilerplate generated by %service_*.

OBS-URL: https://build.opensuse.org/request/show/913992
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=227
2021-09-14 09:53:56 +00:00
c1839d234c tor 0.4.6.7:
* Fix a DoS via a remotely triggerable assertion failure
    (boo#1189489, TROVE-2021-007, CVE-2021-38385)

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=226
2021-08-17 18:55:29 +00:00
7d1394a845 Add missing service_add_pre tor-master.service
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=225
2021-07-06 07:16:07 +00:00
4c7fc74d52 Accepting request 903386 from home:AndreasStieger:branches:network
tor 0.4.6.6

OBS-URL: https://build.opensuse.org/request/show/903386
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=224
2021-07-02 07:36:26 +00:00
09e79de5e4 Accepting request 900458 from home:AndreasStieger:branches:network
tor 0.4.6.5

OBS-URL: https://build.opensuse.org/request/show/900458
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=221
2021-06-17 04:40:15 +00:00
1bdc857df7 * Don't allow relays to spoof RELAY_END or RELAY_RESOLVED cell (CVE-2021-34548, boo#1187322)
* Detect more failure conditions from the OpenSSL RNG code (boo#1187323)
  * Resist a hashtable-based CPU denial-of-service attack against relays (CVE-2021-34549, boo#1187324)
  * Fix an out-of-bounds memory access in v3 onion service descriptor parsing (CVE-2021-34550, boo#1187325)

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=219
2021-06-15 04:50:11 +00:00
38093bb364 tor 0.4.5.9
* Don't allow relays to spoof RELAY_END or RELAY_RESOLVED cell
  * Detect more failure conditions from the OpenSSL RNG code
  * Resist a hashtable-based CPU denial-of-service attack against relays
  * Fix an out-of-bounds memory access in v3 onion service descriptor parsing

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=218
2021-06-14 18:08:02 +00:00
cfa529b6a3 - tor 0.4.5.8
* https://lists.torproject.org/pipermail/tor-announce/2021-May/000219.html
  * allow Linux sandbox with Glibc 2.33
  * work with autoconf 2.70+
  * several other minor features and bugfixes (see announcement)

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=216
2021-05-11 01:58:29 +00:00
a4ead94c42 Accepting request 888251 from home:AndreasStieger:branches:network
- fix packaging warnings related to tor-master service

OBS-URL: https://build.opensuse.org/request/show/888251
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=214
2021-04-25 00:19:32 +00:00
d625071277 skip i586 tests (boo#1179331)
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=212
2021-04-24 04:58:41 +00:00
3a10ab1100 Accepting request 888108 from home:AndreasStieger:branches:network
boo#1181244

OBS-URL: https://build.opensuse.org/request/show/888108
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=211
2021-04-24 04:55:48 +00:00
7bb155e0e7 * Fix 2 denial of service security issues (boo#1183726)
OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=209
2021-03-18 16:05:56 +00:00
0f2e3f32e5 tor 0.4.5.7
* https://lists.torproject.org/pipermail/tor-announce/2021-March/000216.html
  * Fix 2 denial of service security issues
    + Disable the dump_desc() function that we used to dump unparseable
      information to disk (CVE-2021-28089)
    + Fix a bug in appending detached signatures to a pending consensus
      document that could be used to crash a directory authority
      (CVE-2021-28090)
  * Ship geoip files based on the IPFire Location Database

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=207
2021-03-16 23:45:23 +00:00
e9f84696c0 tor 0.4.5.6
* https://lists.torproject.org/pipermail/tor-announce/2021-February/000214.html
  * Introduce a new MetricsPort HTTP interface
  * Support IPv6 in the torrc Address option
  * Add event-tracing library support for USDT and LTTng-UST
  * Try to read N of N bytes on a TLS connection
- Drop upstream tor-practracker.patch

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=205
2021-02-16 08:46:12 +00:00
c18c50e3cb * https://blog.torproject.org/node/1990
- Add tor-practracker.patch to fix tests

OBS-URL: https://build.opensuse.org/package/show/network/tor?expand=0&rev=202
2021-02-05 09:16:12 +00:00