pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/40240: [UPDATE] net/tor 0.2.0.31 -> 0.2.0.32



>Number:         40240
>Category:       pkg
>Synopsis:       [UPDATE] net/tor 0.2.0.31 -> 0.2.0.32
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Dec 20 21:35:00 +0000 2008
>Originator:     riastradh%slate.localdomain@localhost
>Release:        NetBSD 4.0_STABLE
>Organization:
        
>Environment:
System: NetBSD slate.localdomain 4.0_STABLE NetBSD 4.0_STABLE (RIABWI) #35: Sun 
Nov 16 12:42:48 EST 2008 
riastradh%Oberon.local@localhost:/Users/riastradh/os/netbsd/4/obj/sys/arch/macppc/compile/RIABWI
 macppc
Architecture: powerpc
Machine: macppc
>Description:

        Update net/tor from tor-0.2.0.31 to tor-0.2.0.32.  Release
        notes are at

          <http://blog.torproject.org/blog/tor-0.2.0.32-released>.

        The noteworthy change affecting pkgsrc is that Tor no longer
        accepts a `Group' option; instead it uses the group id and
        supplementary group ids of the account named by the `User'
        option.  This requires a minor change to the rc.d script.

>How-To-Repeat:
>Fix:

        Apply the following patch:

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/net/tor/Makefile,v
retrieving revision 1.57
diff -p -u -r1.57 Makefile
--- Makefile    16 Oct 2008 21:52:16 -0000      1.57
+++ Makefile    20 Dec 2008 21:16:56 -0000
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.57 2008/10/16 21:52:16 wiz Exp $
 #
 
-DISTNAME=              tor-0.2.0.31
-PKGREVISION=           1
+DISTNAME=              tor-0.2.0.32
 CATEGORIES=            net security
 MASTER_SITES=          http://www.torproject.org/dist/
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/net/tor/distinfo,v
retrieving revision 1.30
diff -p -u -r1.30 distinfo
--- distinfo    8 Sep 2008 19:28:28 -0000       1.30
+++ distinfo    20 Dec 2008 21:16:56 -0000
@@ -1,7 +1,7 @@
 $NetBSD: distinfo,v 1.30 2008/09/08 19:28:28 wiz Exp $
 
-SHA1 (tor-0.2.0.31.tar.gz) = a586cc017a791ac481fde836c3cf8e3667fb5cfc
-RMD160 (tor-0.2.0.31.tar.gz) = 584cbbd9f295a8f677bc95a5f05dc78f6184b97a
-Size (tor-0.2.0.31.tar.gz) = 2156305 bytes
+SHA1 (tor-0.2.0.32.tar.gz) = 0e48d0706f1717afc6d19228a8878c3bc379b25d
+RMD160 (tor-0.2.0.32.tar.gz) = e87bee7d7dadf17280bf0b11245b0bad70d68fc2
+Size (tor-0.2.0.32.tar.gz) = 2159864 bytes
 SHA1 (patch-aa) = 630e1e0a9591c136987b504e73c64ff9f53b54e9
 SHA1 (patch-ab) = 3363efdcf8b9918c1249add1046077f2323a11ff
Index: files/tor.in
===================================================================
RCS file: /cvsroot/pkgsrc/net/tor/files/tor.in,v
retrieving revision 1.2
diff -p -u -r1.2 tor.in
--- files/tor.in        27 Sep 2005 17:44:12 -0000      1.2
+++ files/tor.in        20 Dec 2008 21:16:56 -0000
@@ -26,7 +26,7 @@ restart_cmd="tor_stop ; tor_start"
 
 tor_start ()
 {
-       ${command} --User @TOR_USER@ --Group @TOR_GROUP@ --RunAsDaemon 1 \
+       ${command} --User @TOR_USER@ --RunAsDaemon 1 \
                --DataDirectory @PKG_HOME@ --PIDFile ${pidfile}
 }
 



Home | Main Index | Thread Index | Old Index