Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2015-03-30 19:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and      /work/SRC/openSUSE:Factory/.tor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tor/tor.changes  2015-03-23 12:17:22.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes     2015-03-30 
19:33:40.000000000 +0200
@@ -1,0 +2,25 @@
+Sun Mar 29 11:51:09 UTC 2015 - [email protected]
+
+- tor 0.2.6.6, the first stable release in the 0.2.6 series:
+  * safety/security improvements
+  * correctness improvements
+  * performance improvements
+  * Client programs can be configured to use more kinds of sockets
+  * AutomapHosts works better
+  * multithreading backend is improved
+  * cell transmission is refactored
+  * test coverage is much higher
+  * more denial-of-service attacks are handled
+  * guard selection is improved to handle long-term guards better
+  * pluggable transports should work a bit better
+  * some annoying hidden service performance bugs addressed
+- new minimal configuration file installed as active configuration
+  allows daemon to be run right after package installation
+- build with systemd notifications where supported
+
+-------------------------------------------------------------------
+Wed Mar 25 08:05:24 UTC 2015 - [email protected]
+
+- add CVE IDs for 0.2.5.11 release
+
+-------------------------------------------------------------------
@@ -8 +33 @@
-  * relay crashes trough assertion
+  * relay crashes trough assertion (CVE-2015-2688)
@@ -9,0 +35 @@
+    (CVE-2015-2689)

Old:
----
  tor-0.2.5.11.tar.gz
  tor-0.2.5.11.tar.gz.asc

New:
----
  tor-0.2.6.6.tar.gz
  tor-0.2.6.6.tar.gz.asc

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.KVAt7H/_old  2015-03-30 19:33:41.000000000 +0200
+++ /var/tmp/diff_new_pack.KVAt7H/_new  2015-03-30 19:33:41.000000000 +0200
@@ -17,13 +17,14 @@
 
 
 %define with_systemd 0%{?suse_version} > 1140
+%define with_systemd_notifications 0%{?suse_version} > 1310
 %define with_upnp 0%{?suse_version} >= 1220 && 0%{?suse_version} != 1315
 %define toruser %{name}
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
 %bcond_with bufferevents
 Name:           tor
-Version:        0.2.5.11
+Version:        0.2.6.6
 Release:        0
 Summary:        Anonymizing overlay network for TCP (The onion router)
 License:        BSD-3-Clause
@@ -55,10 +56,14 @@
 %else
 BuildRequires:  libevent-devel
 %endif
-%if 0%{?with_systemd}
+%if 0%{with_systemd}
 BuildRequires:  pkgconfig(systemd)
 %{?systemd_requires}
 %endif
+%if 0%{with_systemd_notifications}
+BuildRequires:  pkg-config >= 0.9.0
+BuildRequires:  systemd-devel >= 209
+%endif
 #
 
 %description
@@ -98,7 +103,12 @@
 %if %{with bufferevents}
        --enable-bufferevents \
 %endif
+%if 0%{with_systemd_notifications}
+       --enable-systemd \
+%endif
        --enable-unittests \
+       --enable-gcc-warnings \
+       --enable-gcc-warnings-advisory \
        --docdir=%{_docdir}/%{name}
 
 make %{?_smp_mflags}
@@ -132,8 +142,9 @@
 # control script
 install -p -m 755 contrib/dist/torctl %{buildroot}/%{_bindir}
 
-# sample config file
-install -p -m 644 src/config/torrc.sample 
%{buildroot}/%{_sysconfdir}/%{name}/torrc.sample
+# sample config files
+install -p -m 644 -D src/config/torrc.{sample,minimal} 
%{buildroot}/%{_sysconfdir}/%{name}
+install -p -m 644 src/config/torrc.minimal 
%{buildroot}/%{_sysconfdir}/%{name}/torrc
 
 # logrotate conf
 sed -i -e "s|_tor|tor|g" contrib/operator-tools/tor.logrotate
@@ -189,7 +200,8 @@
 %{_datadir}/%{name}/geoip*
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}
 %dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}
-%config(noreplace) %attr(0644,root,%{torgroup}) %{_sysconfdir}/%{name}/*
+%config(noreplace) %attr(0644,root,%{torgroup}) %{_sysconfdir}/%{name}/torrc
+%config %attr(0644,root,%{torgroup}) %{_sysconfdir}/%{name}/torrc.*
 %config(noreplace) %attr(0644,root,root) 
%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 %attr(0700,%{toruser},%{torgroup}) %dir %{_localstatedir}/lib/%{name}
 %attr(0750,%{toruser},%{torgroup}) %dir %{_localstatedir}/log/%{name}

++++++ tor-0.2.5.11.tar.gz -> tor-0.2.6.6.tar.gz ++++++
++++ 85162 lines of diff (skipped)


Reply via email to