[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r12003: devilproxytor noticed tor_gencert isn't needed, so remove it (tor/branches/tor-0_1_2-patches)



Author: phobos
Date: 2007-10-17 15:57:18 -0400 (Wed, 17 Oct 2007)
New Revision: 12003

Modified:
   tor/branches/tor-0_1_2-patches/tor.spec.in
Log:
devilproxytor noticed tor_gencert isn't needed, so remove it.


Modified: tor/branches/tor-0_1_2-patches/tor.spec.in
===================================================================
--- tor/branches/tor-0_1_2-patches/tor.spec.in	2007-10-17 19:23:56 UTC (rev 12002)
+++ tor/branches/tor-0_1_2-patches/tor.spec.in	2007-10-17 19:57:18 UTC (rev 12003)
@@ -287,7 +287,6 @@
 %{_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 @@
 
 %changelog
 
+* Wed Oct 17 2007 Andrew Lewman <phobos@xxxxxxxxxx>
+- 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@xxxxxxxxxx>
 - Fix a potential race condition in how we determine the running state of tor.  Found by Stefan Nordhausen.
 - see OR-CVS for details