commit tor for openSUSE:Factory
Hello community, here is the log from the commit of package tor for openSUSE:Factory checked in at 2014-04-20 11:37:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-09 20:27:18.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2014-04-20 11:37:21.000000000 +0200 @@ -1,0 +2,5 @@ +Sat Apr 19 02:54:55 UTC 2014 - mook.moz+com.novell@gmail.com + +- Add tor-fw-helper for UPnP port forwarding; not used by default + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tor.spec ++++++ --- /var/tmp/diff_new_pack.HMWl2z/_old 2014-04-20 11:37:22.000000000 +0200 +++ /var/tmp/diff_new_pack.HMWl2z/_new 2014-04-20 11:37:22.000000000 +0200 @@ -18,6 +18,7 @@ %define with_bufferevents 0%{?suse_version} > 1220 %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 @@ -36,6 +37,9 @@ Source4: tor.tmpfiles # 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 +%if %{with_upnp} +BuildRequires: libminiupnpc-devel +%endif BuildRequires: openssl-devel BuildRequires: pwdutils Requires: logrotate @@ -93,6 +97,9 @@ %configure \ --with-tor-user=%{toruser} \ --with-tor-group=%{torgroup} \ +%if %{with_upnp} + --enable-upnp \ +%endif %if %{with_bufferevents} --enable-bufferevents \ %endif @@ -174,6 +181,9 @@ %{_bindir}/%{name}ify %{_bindir}/%{name}-gencert %{_bindir}/%{name}-resolve +%if %{with_upnp} +%{_bindir}/%{name}-fw-helper +%endif %dir %{_datadir}/%{name} %{_datadir}/%{name}/geoip* %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name} -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de