FreeBSD Bugzilla – Attachment 62727 Details for
Bug 93692
security/tor-devel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
tor.diff.txt
tor.diff.txt (text/plain), 3.15 KB, created by
Peter Thoenen
on 2006-04-10 20:20:52 UTC
(
hide
)
Description:
tor.diff.txt
Filename:
MIME Type:
Creator:
Peter Thoenen
Created:
2006-04-10 20:20:52 UTC
Size:
3.15 KB
patch
obsolete
>diff -ruN tor-devel.orig/Makefile tor-devel/Makefile >--- tor-devel.orig/Makefile Wed Feb 22 07:34:44 2006 >+++ tor-devel/Makefile Mon Apr 10 23:08:29 2006 >@@ -6,11 +6,11 @@ > # > > PORTNAME= tor >-PORTVERSION= 0.1.1.13 >+PORTVERSION= 0.1.1.18 > CATEGORIES= security net > MASTER_SITES= http://tor.eff.org/dist/ > PKGNAMESUFFIX= -devel >-DISTNAME= ${PORTNAME}-${PORTVERSION}-alpha >+DISTNAME= ${PORTNAME}-${PORTVERSION}-rc > > MAINTAINER= peter.thoenen@yahoo.com > COMMENT= An anonymizing overlay network for TCP >@@ -23,7 +23,6 @@ > > USE_RC_SUBR= tor > SUB_FILES= pkg-message >-PKG_MESSAGE= ${WRKSRC}/pkg-message > > CONFLICTS= tor-[0-9]* > >@@ -45,13 +44,10 @@ > ${PKGINSTALL} ${PKGNAME} PRE-INSTALL > > post-install: >- @${MKDIR} /var/run/tor >- @${CHOWN} _tor:_tor /var/run/tor > @${TOUCH} /var/log/tor > @${CHOWN} _tor:_tor /var/log/tor > @${MKDIR} /var/db/tor >- @${MKDIR} /var/db/tor/data >- @${CHOWN} -R _tor:_tor /var/db/tor >+ @${CHOWN} _tor:_tor /var/db/tor > @${CAT} ${PKGMESSAGE} > > .include <bsd.port.mk> >diff -ruN tor-devel.orig/distinfo tor-devel/distinfo >--- tor-devel.orig/distinfo Wed Feb 22 07:34:44 2006 >+++ tor-devel/distinfo Mon Apr 10 23:08:33 2006 >@@ -1,3 +1,3 @@ >-MD5 (tor-0.1.1.13-alpha.tar.gz) = 5cdf6c5ed20efd7048ee1257cbcc1b4e >-SHA256 (tor-0.1.1.13-alpha.tar.gz) = cb15a83ed8ad87d67c0685b20a41096c32211f20ae321f39ed110d7ace38e29f >-SIZE (tor-0.1.1.13-alpha.tar.gz) = 756583 >+MD5 (tor-0.1.1.18-rc.tar.gz) = 1e67150f74b23db92fdf8000a5ed107b >+SHA256 (tor-0.1.1.18-rc.tar.gz) = 98c6ae87a41ceafbc98fea7128bba8ffce2857610ef367da3a4c0d9fcc963193 >+SIZE (tor-0.1.1.18-rc.tar.gz) = 811574 >diff -ruN tor-devel.orig/files/pkg-message.in tor-devel/files/pkg-message.in >--- tor-devel.orig/files/pkg-message.in Wed Feb 22 07:34:44 2006 >+++ tor-devel/files/pkg-message.in Wed Mar 22 12:20:36 2006 >@@ -1,6 +1,5 @@ >-===================================================================================== >- >+================================================================================ > To enable the tor server, set tor_enable="YES" in your /etc/rc.conf >-and edit %%PREFIX%%/etc/tor/torrc >- >-===================================================================================== >+and edit %%PREFIX%%/etc/tor/torrc. Also note that the rc.subr script overrides >+many torrc options and is tunable. See %%PREFIX%%/etc/rc.d/tor.sh for details >+================================================================================ >diff -ruN tor-devel.orig/files/tor.in tor-devel/files/tor.in >--- tor-devel.orig/files/tor.in Wed Feb 22 07:34:44 2006 >+++ tor-devel/files/tor.in Wed Mar 22 12:24:40 2006 >@@ -12,7 +12,10 @@ > # tor_conf (str): Points to your tor conf file > # Default: %%PREFIX%%/etc/tor/torrc > # tor_user (str): Tor Daemon user. Default _tor >-# tor_groupr (str): Tor Daemon group. Default _tor >+# tor_group (str): Tor Daemon group. Default _tor >+# tor_datadir (str): Tor DataDir. Defaults /var/db/tor >+# This will overide your torrc as it is >+# a command line option. > # > > . %%RC_SUBR%% >@@ -28,7 +31,7 @@ > : ${tor_group="_tor"} > : ${tor_pidfile="/var/run/tor/tor.pid"} > : ${tor_logfile="/var/log/tor"} >-: ${tor_datadir="/var/run/tor"} >+: ${tor_datadir="/var/db/tor"} > > required_files=${tor_conf} > required_dirs=${tor_datadir}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 93692
:
62724
|
62725
|
62726
| 62727