[tor/f18] Fix URL to use https://

Jamie Nguyen jamielinux at fedoraproject.org
Mon Mar 4 23:15:12 UTC 2013


commit dcfcf834c5601b882e2e685f85de5484dfa42bc4
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Mar 4 23:02:00 2013 +0000

    Fix URL to use https://

 tor.spec |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
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 <jamielinux at fedoraproject.org> - 0.2.3.25-1801
 - torify subpackage should depend on torsocks not tsocks (#908569)
 


More information about the scm-commits mailing list