rpms/tor/F-10 tor-0.2.0.32-geoippath.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 lastver, 1.4, 1.5 sources, 1.13, 1.14 tor.spec, 1.23, 1.24 tor-0.2.0.30-setgroups.patch, 1.1, NONE

Enrico Scholz ensc at fedoraproject.org
Sun Dec 7 10:36:37 UTC 2008


Author: ensc

Update of /cvs/extras/rpms/tor/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10432

Modified Files:
	.cvsignore lastver sources tor.spec 
Added Files:
	tor-0.2.0.32-geoippath.patch 
Removed Files:
	tor-0.2.0.30-setgroups.patch 
Log Message:
updated

tor-0.2.0.32-geoippath.patch:

--- NEW FILE tor-0.2.0.32-geoippath.patch ---
diff -up tor-0.2.0.30/src/or/config.c.~1~ tor-0.2.0.30/src/or/config.c
--- tor-0.2.0.30/src/or/config.c.~1~	2008-06-19 06:59:43.000000000 +0200
+++ tor-0.2.0.30/src/or/config.c	2008-07-20 13:23:38.000000000 +0200
@@ -202,7 +202,7 @@ static config_var_t _option_vars[] = {
   V(GeoIPFile,                   STRING,   "<default>"),
 #else
   V(GeoIPFile,                   STRING,
-    SHARE_DATADIR PATH_SEPARATOR "tor" PATH_SEPARATOR "geoip"),
+    "/var/lib/tor-data" PATH_SEPARATOR "tor" PATH_SEPARATOR "geoip"),
 #endif
   OBSOLETE("Group"),
   V(HardwareAccel,               BOOL,     "0"),


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tor/F-10/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	20 Jul 2008 12:25:33 -0000	1.4
+++ .cvsignore	7 Dec 2008 10:36:06 -0000	1.5
@@ -1,2 +1,2 @@
-tor-0.2.0.30.tar.gz
-tor-0.2.0.30.tar.gz.asc
+tor-0.2.0.32.tar.gz
+tor-0.2.0.32.tar.gz.asc


Index: lastver
===================================================================
RCS file: /cvs/extras/rpms/tor/F-10/lastver,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lastver	20 Jul 2008 12:25:33 -0000	1.4
+++ lastver	7 Dec 2008 10:36:06 -0000	1.5
@@ -1 +1 @@
-0.2.0.30
+0.2.0.32


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tor/F-10/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	20 Jul 2008 12:25:33 -0000	1.13
+++ sources	7 Dec 2008 10:36:07 -0000	1.14
@@ -1,2 +1,2 @@
-d37b582ee35b4f69564b0635a449b5f6  tor-0.2.0.30.tar.gz
-6ae456c60864a1316600bf3ed504eaf7  tor-0.2.0.30.tar.gz.asc
+fd55489f7ad1ef53c0b0dac857696fc9  tor-0.2.0.32.tar.gz
+5df4502967a3cb3fe8e1c3bb57cf3426  tor-0.2.0.32.tar.gz.asc


Index: tor.spec
===================================================================
RCS file: /cvs/extras/rpms/tor/F-10/tor.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- tor.spec	20 Jul 2008 13:00:56 -0000	1.23
+++ tor.spec	7 Dec 2008 10:36:07 -0000	1.24
@@ -10,7 +10,7 @@
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Name:		tor
-Version:	0.2.0.30
+Version:	0.2.0.32
 Release:	%release_func 1
 Group:		System Environment/Daemons
 License:	BSD
@@ -29,8 +29,7 @@
 Source2:	tor.logrotate
 Source3:	update-geoip
 Source4:	netfilter-ipv4.h
-Patch0:		tor-0.2.0.30-setgroups.patch
-Patch1:		tor-0.2.0.30-geoippath.patch
+Patch1:		tor-0.2.0.32-geoippath.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 
 BuildRequires:	libevent-devel openssl-devel transfig ghostscript
@@ -51,6 +50,7 @@
 Provides:	init(%name) = lsb
 Requires:	%name-core =  %version-%release
 Source10:	tor.lsb
+BuildArch:		noarch
 Requires(pre):		%name-core
 Requires(postun):	lsb-core-noarch %name-core
 Requires(post):		lsb-core-noarch
@@ -92,7 +92,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .setgroups
 %patch1 -p1 -b .geoippath
 
 install -p -m0644 %SOURCE3 .
@@ -199,6 +198,10 @@
 
 
 %changelog
+* Sun Dec  7 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.0.32-1
+- updated to 0.2.0.32
+- removed -setgroups patch; supplementary groups are now set upstream
+
 * Sun Jul 20 2008 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.2.0.30-1
 - updated to 0.2.0.30; rediffed patches
 - (re)enabled transparent proxy support by workarounding broken


--- tor-0.2.0.30-setgroups.patch DELETED ---




More information about the fedora-extras-commits mailing list