Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2021-04-24 23:09:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and      /work/SRC/openSUSE:Factory/.tor.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tor"

Sat Apr 24 23:09:09 2021 rev:92 rq:888127 version:0.4.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/tor/tor.changes  2021-03-28 11:57:37.012290605 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new.12324/tor.changes       2021-04-24 
23:10:21.807497495 +0200
@@ -1,0 +2,8 @@
+Fri Apr 23 21:22:30 UTC 2021 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- Fix logging issue due to systemd picking up stdout - boo#1181244
+  Continue to log notices to syslog by default.
+- actually build with lzma/zstd
+- skip i586 tests (boo#1179331)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.yWHmJM/_old  2021-04-24 23:10:22.319498220 +0200
+++ /var/tmp/diff_new_pack.yWHmJM/_new  2021-04-24 23:10:22.323498226 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tor
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -84,6 +84,8 @@
        --with-tor-user=%{toruser} \
        --with-tor-group=%{torgroup} \
        --enable-systemd \
+       --enable-lzma \
+       --enable-zstd \
        --enable-unittests \
        --enable-gcc-warnings-advisory \
        --docdir=%{_docdir}/%{name}
@@ -117,7 +119,7 @@
 install -D -m 644 contrib/operator-tools/tor.logrotate 
%{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
 
 %check
-%ifnarch ppc ppc64 ppc64le aarch64 armv7l
+%ifnarch ppc ppc64 ppc64le aarch64 armv7l i586
 %make_build check || (
        find -type f -name test-suite.log -print -exec cat {} \;
        exit 42

++++++ defaults-torrc ++++++
--- /var/tmp/diff_new_pack.yWHmJM/_old  2021-04-24 23:10:22.343498254 +0200
+++ /var/tmp/diff_new_pack.yWHmJM/_new  2021-04-24 23:10:22.343498254 +0200
@@ -1,9 +1,6 @@
 DataDirectory /var/lib/tor
 PidFile /var/run/tor/tor.pid
-#User tor # handled instead via tor.service
-Log notice file /var/log/tor/tor.log
-#Log notice syslog
-
+Log notice syslog
 ControlSocket /var/run/tor/control GroupWritable RelaxDirModeCheck
 ControlSocketsGroupWritable 1
 SocksPort unix:/var/run/tor/socks WorldWritable


++++++ tor.service ++++++
--- /var/tmp/diff_new_pack.yWHmJM/_old  2021-04-24 23:10:22.391498321 +0200
+++ /var/tmp/diff_new_pack.yWHmJM/_new  2021-04-24 23:10:22.391498321 +0200
@@ -8,8 +8,8 @@
 Type=notify
 NotifyAccess=all
 #User=tor
-ExecStartPre=/usr/bin/tor --runasdaemon 0 --defaults-torrc 
/usr/share/tor/defaults-torrc -f /etc/tor/torrc --verify-config --user tor
-ExecStart=/usr/bin/tor --runasdaemon 0 --defaults-torrc 
/usr/share/tor/defaults-torrc -f /etc/tor/torrc --user tor
+ExecStartPre=/usr/bin/tor --runasdaemon 0 --defaults-torrc 
/usr/share/tor/defaults-torrc -f /etc/tor/torrc --verify-config --user tor 
--hush
+ExecStart=/usr/bin/tor --runasdaemon 0 --defaults-torrc 
/usr/share/tor/defaults-torrc -f /etc/tor/torrc --user tor --hush
 ExecReload=/bin/kill -HUP ${MAINPID}
 KillSignal=SIGINT
 TimeoutSec=30

Reply via email to