From d3a6276031adb0cedb123b694dfc8277f17882ae Mon Sep 17 00:00:00 2001 From: Andrew Lewman Date: Wed, 17 Oct 2007 19:57:18 +0000 Subject: [PATCH] devilproxytor noticed tor_gencert isn't needed, so remove it. svn:r12003 --- tor.spec.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tor.spec.in b/tor.spec.in index a26f7b832..86d7ff6f0 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 +- 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 - Fix a potential race condition in how we determine the running state of tor. Found by Stefan Nordhausen. - see OR-CVS for details