aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lewman <andrew@torproject.org>2007-10-17 19:57:18 +0000
committerAndrew Lewman <andrew@torproject.org>2007-10-17 19:57:18 +0000
commitd3a6276031adb0cedb123b694dfc8277f17882ae (patch)
tree4d06651362f10276339c91dbe8062e3a56f1497e
parentb545fb5f7ee878f6329ae27af70870376955af33 (diff)
downloadtor-d3a6276031adb0cedb123b694dfc8277f17882ae.tar.gz
tor-d3a6276031adb0cedb123b694dfc8277f17882ae.zip
devilproxytor noticed tor_gencert isn't needed, so remove it.
svn:r12003
-rw-r--r--tor.spec.in5
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