From dcfcf834c5601b882e2e685f85de5484dfa42bc4 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Mar 04 2013 23:06:31 +0000 Subject: Fix URL to use https:// --- diff --git a/tor.spec b/tor.spec index 72ba931..26e8bd6 100644 --- a/tor.spec +++ b/tor.spec @@ -11,15 +11,15 @@ Release: 1802%{?dist} Group: System Environment/Daemons License: BSD Summary: Anonymizing overlay network for TCP (The onion router) -URL: http://www.torproject.org +URL: https://www.torproject.org Source0: https://www.torproject.org/dist/%{name}-%{version}.tar.gz Source1: https://www.torproject.org/dist/%{name}-%{version}.tar.gz.asc # Upstream ship their own logrotate file. Ours only has 2 modifications: # use 'toranon' user, and use systemctl to reload. Source2: tor.logrotate -# This makes sure tor runs as 'toranon' and writes to /var/lib/tor instead -# of /root/.tor directory. +# This makes sure tor runs as 'toranon', logs to syslog at 'notice' level, +# and writes to /var/lib/tor instead of /root/.tor directory. Source3: tor.defaults-torrc # A ticket has been opened to have the systemd service included upstream: # https://trac.torproject.org/projects/tor/ticket/8368 @@ -192,7 +192,6 @@ exit 0 - increase LimitNOFILE in tor.service from 4096 to 32768, as advised by upstream: https://trac.torproject.org/projects/tor/ticket/8368#comment:4 - * Thu Feb 07 2013 Jamie Nguyen - 0.2.3.25-1801 - torify subpackage should depend on torsocks not tsocks (#908569)