Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2012-06-18 14:57:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-14 22:26:46.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes     2012-06-18 
14:57:35.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Jun 15 19:45:01 UTC 2012 - [email protected]
+
+- add tor-0.2.2.37-logrotate.patch : add su option to logrotate to
+  fix W: suse-logrotate-user-writable-log-dir in Factory
+
+-------------------------------------------------------------------

New:
----
  tor-0.2.2.37-logrotate.patch

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

Other differences:
------------------
++++++ tor.spec ++++++
--- /var/tmp/diff_new_pack.D6097E/_old  2012-06-18 14:57:37.000000000 +0200
+++ /var/tmp/diff_new_pack.D6097E/_new  2012-06-18 14:57:37.000000000 +0200
@@ -25,6 +25,8 @@
 Group:          Productivity/Networking/Security
 Url:            https://www.torproject.org/
 Source:         https://www.torproject.org/dist/%{name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM tor-0.2.2.37-logrotate.patch -- add su to logrotate 
config to fix W: suse-logrotate-user-writable-log-dir
+Patch0:         tor-0.2.2.37-logrotate.patch
 Requires:       logrotate
 BuildRequires:  openssl-devel
 %if 0%{?suse_version} > 1100
@@ -62,6 +64,7 @@
 
 %prep
 %setup -q
+%patch0
 
 %build
 %configure \

++++++ tor-0.2.2.37-logrotate.patch ++++++
Index: contrib/tor.logrotate.in
===================================================================
--- contrib/tor.logrotate.in.orig       2012-05-10 21:00:16.000000000 +0100
+++ contrib/tor.logrotate.in    2012-06-15 20:06:22.000000000 +0100
@@ -7,6 +7,7 @@
        notifempty
        # you may need to change the username/groupname below
        create 0640 _tor _tor
+       su _tor _tor
        sharedscripts
        postrotate
                /etc/init.d/tor reload > /dev/null
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to