mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Merge commit 'origin/maint-0.2.1'
This commit is contained in:
commit
cfce7d5dea
@ -31,6 +31,11 @@ Changes in version 0.2.2.1-alpha - 2009-??-??
|
|||||||
|
|
||||||
|
|
||||||
Changes in version 0.2.1.16-?? - 2009-??-??
|
Changes in version 0.2.1.16-?? - 2009-??-??
|
||||||
|
o Security fixes:
|
||||||
|
- Fix an edge case where a malicious exit relay could convince a
|
||||||
|
controller that the client's DNS question resolves to an internal IP
|
||||||
|
address. Bug found and fixed by "optimist"; bugfix on 0.1.2.8-beta.
|
||||||
|
|
||||||
o Major performance improvements (on 0.2.0.x):
|
o Major performance improvements (on 0.2.0.x):
|
||||||
- Disable and refactor some debugging checks that forced a linear scan
|
- Disable and refactor some debugging checks that forced a linear scan
|
||||||
over the whole server-side DNS cache. These accounted for over 50%
|
over the whole server-side DNS cache. These accounted for over 50%
|
||||||
|
10
tor.spec.in
10
tor.spec.in
@ -62,7 +62,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{is_rfl}
|
%if %{is_rfl}
|
||||||
%define ostag redflag%(sed -e 's/^.*Desktop /redflag/' -e 's/ .*$//' -e 's/\\./_/g' < /etc/redflag-release)
|
%define ostag %(sed -e 's/^.*Desktop /redflag/' -e 's/ .*$//' -e 's/\\./_/g' < /etc/redflag-release)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Using the build date ensures that every build really does get
|
# Using the build date ensures that every build really does get
|
||||||
@ -109,11 +109,11 @@ Vendor: The Tor Project (https://torproject.org)
|
|||||||
Packager: Andrew Lewman <andrew@torproject.org>
|
Packager: Andrew Lewman <andrew@torproject.org>
|
||||||
|
|
||||||
%if %{is_suse}
|
%if %{is_suse}
|
||||||
Requires: openssl >= 0.9.6
|
Requires: openssl >= 0.9.7
|
||||||
BuildRequires: openssl-devel >= 0.9.6, rpm >= 4.0, zlib-devel
|
BuildRequires: openssl-devel >= 0.9.7, rpm >= 4.0, zlib-devel
|
||||||
%else
|
%else
|
||||||
Requires: openssl >= 0.9.6, libevent >= 1.1
|
Requires: openssl >= 0.9.7
|
||||||
BuildRequires: openssl-devel >= 0.9.6, libevent-devel >= 1.1
|
BuildRequires: openssl-devel >= 0.9.7
|
||||||
%endif
|
%endif
|
||||||
%if %{is_fc}
|
%if %{is_fc}
|
||||||
BuildRequires: rpm-build >= 4.0
|
BuildRequires: rpm-build >= 4.0
|
||||||
|
Loading…
Reference in New Issue
Block a user