diff options
author | Andrew Lewman <andrew@torproject.org> | 2007-10-17 19:57:18 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2007-10-17 19:57:18 +0000 |
commit | d3a6276031adb0cedb123b694dfc8277f17882ae (patch) | |
tree | 4d06651362f10276339c91dbe8062e3a56f1497e /tor.spec.in | |
parent | b545fb5f7ee878f6329ae27af70870376955af33 (diff) | |
download | tor-d3a6276031adb0cedb123b694dfc8277f17882ae.tar.gz tor-d3a6276031adb0cedb123b694dfc8277f17882ae.zip |
devilproxytor noticed tor_gencert isn't needed, so remove it.
svn:r12003
Diffstat (limited to 'tor.spec.in')
-rw-r--r-- | tor.spec.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tor.spec.in b/tor.spec.in index a26f7b832a..86d7ff6f06 100644 --- a/tor.spec.in +++ b/tor.spec.in @@ -287,7 +287,6 @@ exit 0 %{_bindir}/torctl %{_bindir}/torify %{_bindir}/tor-resolve -%{_bindir}/tor-gencert %config %{_initrddir}/%{name} %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name} %dir %attr(0755,root,%{torgroup}) %{_sysconfdir}/%{name}/ @@ -298,6 +297,10 @@ exit 0 %changelog +* Wed Oct 17 2007 Andrew Lewman <phobos@rootme.org> +- Remove tor_gencert as this feature isn't backported yet. +- Confirm all we really need is libevent 1.1a at a minimum + * Tue Feb 27 2007 Andrew Lewman <phobos@rootme.org> - Fix a potential race condition in how we determine the running state of tor. Found by Stefan Nordhausen. - see OR-CVS for details |