SF.net SVN: gar:[24214] csw/mgar/pkg/tor/branches/alpha
jake_goerzen at users.sourceforge.net
jake_goerzen at users.sourceforge.net
Sun Oct 26 20:45:52 CET 2014
Revision: 24214
http://sourceforge.net/p/gar/code/24214
Author: jake_goerzen
Date: 2014-10-26 19:45:50 +0000 (Sun, 26 Oct 2014)
Log Message:
-----------
tor: update to 2.5.10; add cswusergroup class
Modified Paths:
--------------
csw/mgar/pkg/tor/branches/alpha/Makefile
csw/mgar/pkg/tor/branches/alpha/checksums
Added Paths:
-----------
csw/mgar/pkg/tor/branches/alpha/files/cswusergroup
Modified: csw/mgar/pkg/tor/branches/alpha/Makefile
===================================================================
--- csw/mgar/pkg/tor/branches/alpha/Makefile 2014-10-26 18:08:23 UTC (rev 24213)
+++ csw/mgar/pkg/tor/branches/alpha/Makefile 2014-10-26 19:45:50 UTC (rev 24214)
@@ -1,6 +1,6 @@
# $Id$
NAME = tor
-VERSION = 0.2.5.9-rc
+VERSION = 0.2.5.10
GARTYPE = v2
DESCRIPTION = Secure network traffic router
@@ -40,6 +40,8 @@
INITSMF = /etc/opt/csw/init.d/cswtor
+USERGROUP = /etc/opt/csw/pkg/CSWtor/cswusergroup
+
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
include gar/category.mk
@@ -54,4 +56,9 @@
ginstall -m 444 $(FILEDIR)/README.CSW \
$(DESTDIR)/opt/csw/share/doc/tor/
+ # Copy cswusergroup
+ ginstall -m 755 -d $(DESTDIR)/etc/opt/csw/pkg/CSWtor
+ ginstall -m 444 $(FILEDIR)/cswusergroup \
+ $(DESTDIR)/etc/opt/csw/pkg/CSWtor/
+
@$(MAKECOOKIE)
Modified: csw/mgar/pkg/tor/branches/alpha/checksums
===================================================================
--- csw/mgar/pkg/tor/branches/alpha/checksums 2014-10-26 18:08:23 UTC (rev 24213)
+++ csw/mgar/pkg/tor/branches/alpha/checksums 2014-10-26 19:45:50 UTC (rev 24214)
@@ -1 +1 @@
-9f120a07749e6b581a4017131463db09 tor-0.2.5.9-rc.tar.gz
+4bde375229a7a7f77c0596ae05556527 tor-0.2.5.10.tar.gz
Added: csw/mgar/pkg/tor/branches/alpha/files/cswusergroup
===================================================================
--- csw/mgar/pkg/tor/branches/alpha/files/cswusergroup (rev 0)
+++ csw/mgar/pkg/tor/branches/alpha/files/cswusergroup 2014-10-26 19:45:50 UTC (rev 24214)
@@ -0,0 +1 @@
+tor:tor:The Onion Router:/tmp:/bin/false:::NP
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list