Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2012-11-28 17:04:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and      /work/SRC/openSUSE:Factory/.tor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tor", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/tor/tor.changes  2012-11-22 14:31:58.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes     2012-11-28 
17:04:59.000000000 +0100
@@ -1,0 +2,23 @@
+Tue Nov 27 21:46:02 UTC 2012 - [email protected]
+
+- update to 0.2.3.25, the first stable release in the 0.2.3 branch
+  + significantly reduced directory overhead (via microdescriptors)
+  + enormous crypto performance improvements for fast relays on new
+     enough hardware
+  + new v3 TLS handshake protocol that can better resist 
+    fingerprinting
+  + support for protocol obfuscation plugins (pluggable transports)
+  + better scalability for hidden services
+  + IPv6 support for bridges
+  + performance improvements 
+  + new "stream isolation" design to isolate different applications 
+    on different circuits
+  + many stability, security, and privacy fixes
+  + Complete list of changes enumerated in:
+    https://lists.torproject.org/pipermail/tor-talk/2012-November/026554.html
+    
https://gitweb.torproject.org/tor.git/blob/267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4:/ReleaseNotes
+  + Tear down the circuit when receiving an unexpected SENDME cell.
+    [bnc#791374] CVE-2012-5573
+- build using --enable-bufferevents provided by Libevent 2.0.13
+ 
+-------------------------------------------------------------------

Old:
----
  tor-0.2.2.39.tar.gz

New:
----
  tor-0.2.3.25.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.80TSa4/_old  2012-11-28 17:05:03.000000000 +0100
+++ /var/tmp/diff_new_pack.80TSa4/_new  2012-11-28 17:05:03.000000000 +0100
@@ -16,8 +16,10 @@
 #
 
 
+%define with_bufferevents 0%{?suse_version} > 1220
+
 Name:           tor
-Version:        0.2.2.39
+Version:        0.2.3.25
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        Anonymizing overlay network for TCP (The onion router)
@@ -29,11 +31,16 @@
 Patch0:         tor-0.2.2.37-logrotate.patch
 Requires:       logrotate
 BuildRequires:  openssl-devel
+
+%if %with_bufferevents
+BuildRequires:  libevent-devel >= 2.0.13
+%else
 %if 0%{?suse_version} > 1100
 BuildRequires:  libevent-devel
 %else
 BuildRequires:  libevent
 %endif
+%endif
 
 %define toruser %{name}
 %define torgroup %{name}
@@ -70,6 +77,9 @@
 %configure \
        --with-tor-user=%{toruser} \
        --with-tor-group=%{torgroup} \
+%if %with_bufferevents
+       --enable-bufferevents \
+%endif
        --docdir=%{_docdir}/%{name}
 
 %__make %{?jobs:-j%{jobs}}

++++++ tor-0.2.2.39.tar.gz -> tor-0.2.3.25.tar.gz ++++++
++++ 83076 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to