Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2014-10-29 21:09:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-10-24 10:48:23.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes     2014-10-29 
21:09:35.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Oct 24 20:48:14 UTC 2014 - [email protected]
+
+- tor 0.2.5.10, the first stable release in the 0.2.5 series.
+  * improved denial-of-service resistance for relays
+  * new compiler hardening options
+  * system-call sandbox for hardened installations on Linux
+    (requires seccomp2)
+  * controller protocol has several new features
+  * improvements in resolving IPv6 addresses
+  * relays more CPU-efficient
+- adjust tor-0.2.4.x-logrotate.patch to tor-0.2.5.x-logrotate.patch
+- run unit tests
+
+-------------------------------------------------------------------

Old:
----
  tor-0.2.4.25.tar.gz
  tor-0.2.4.25.tar.gz.asc
  tor-0.2.4.x-logrotate.patch

New:
----
  tor-0.2.5.10.tar.gz
  tor-0.2.5.10.tar.gz.asc
  tor-0.2.5.x-logrotate.patch

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.eQfuLp/_old  2014-10-29 21:09:37.000000000 +0100
+++ /var/tmp/diff_new_pack.eQfuLp/_new  2014-10-29 21:09:37.000000000 +0100
@@ -16,14 +16,14 @@
 #
 
 
-%bcond_with bufferevents
 %define with_systemd 0%{?suse_version} > 1140
 %define with_upnp 0%{?suse_version} >= 1220 
 %define toruser %{name}
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
+%bcond_with bufferevents
 Name:           tor
-Version:        0.2.4.25
+Version:        0.2.5.10
 Release:        0
 Summary:        Anonymizing overlay network for TCP (The onion router)
 License:        BSD-3-Clause
@@ -36,15 +36,16 @@
 Source3:        tor.service
 Source4:        tor.tmpfiles
 Source5:        tor.firewall
-Patch0:         tor-0.2.4.x-logrotate.patch
-%if %{with_upnp}
-BuildRequires:  libminiupnpc-devel
-%endif
+Patch0:         tor-0.2.5.x-logrotate.patch
 BuildRequires:  openssl-devel
 BuildRequires:  pwdutils
+BuildRequires:  python-base
 Requires:       logrotate
-PreReq(post):  %fillup_prereq 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+PreReq(post):  %fillup_prereq
+%if %{with_upnp}
+BuildRequires:  libminiupnpc-devel
+%endif
 #
 %if %{with bufferevents}
 BuildRequires:  pkgconfig(libevent) >= 2.0.13
@@ -97,6 +98,7 @@
 %if %{with bufferevents}
        --enable-bufferevents \
 %endif
+       --enable-unittests \
        --docdir=%{_docdir}/%{name}
 
 make %{?_smp_mflags}
@@ -120,7 +122,7 @@
 ln -s -f service %{buildroot}%{_sbindir}/rc%{name}
 %else
 # init script
-install -D -m 755 contrib/suse/tor.sh %{buildroot}/%{_initddir}/%{name}
+install -D -m 755 contrib/dist/suse/tor.sh %{buildroot}/%{_initddir}/%{name}
 ln -s -f ../..%{_initddir}/%{name} %{buildroot}%{_sbindir}/rc%{name}
 %endif
 
@@ -128,14 +130,17 @@
 install -m 644 -D %{SOURCE5} 
%{buildroot}/%{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/%{name}
 
 # control script
-install -p -m 755 contrib/torctl %{buildroot}/%{_bindir}
+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
 
 # logrotate conf
-sed -i -e "s|_tor|tor|g" contrib/tor.logrotate
-install -D -m 644 contrib/tor.logrotate 
%{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
+sed -i -e "s|_tor|tor|g" contrib/operator-tools/tor.logrotate
+install -D -m 644 contrib/operator-tools/tor.logrotate 
%{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
+
+%check
+make %{?_smp_mflags} check
 
 %pre
 getent group %{torgroup} >/dev/null || groupadd -r %{torgroup}

++++++ tor-0.2.4.25.tar.gz -> tor-0.2.5.10.tar.gz ++++++
++++ 66317 lines of diff (skipped)

++++++ tor-0.2.4.x-logrotate.patch -> tor-0.2.5.x-logrotate.patch ++++++
--- /work/SRC/openSUSE:Factory/tor/tor-0.2.4.x-logrotate.patch  2014-05-18 
21:37:04.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor-0.2.5.x-logrotate.patch     
2014-10-29 21:09:35.000000000 +0100
@@ -9,13 +9,13 @@
   to fix logrotate on systemd-only setups without init script (by seife)
 
 ---
- contrib/tor.logrotate.in |    3 ++-
+ contrib/operator-tools/tor.logrotate.in |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
-Index: tor-0.2.4.22/contrib/tor.logrotate.in
+Index: tor-0.2.5.10/contrib/operator-tools/tor.logrotate.in
 ===================================================================
---- tor-0.2.4.22.orig/contrib/tor.logrotate.in 2013-01-16 06:47:59.000000000 
+0000
-+++ tor-0.2.4.22/contrib/tor.logrotate.in      2014-05-18 00:09:09.000000000 
+0100
+--- tor-0.2.5.10.orig/contrib/operator-tools/tor.logrotate.in  2014-06-27 
22:45:19.000000000 +0100
++++ tor-0.2.5.10/contrib/operator-tools/tor.logrotate.in       2014-10-24 
20:22:54.000000000 +0100
 @@ -7,8 +7,9 @@
        notifempty
        # you may need to change the username/groupname below

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

Reply via email to