[rtorrent] Switch to fixed patch

konradm konradm at fedoraproject.org
Fri Jan 14 23:38:49 UTC 2011


commit afc3bb0b56a76db8ce8fbc32ce97e02259ab8d26
Author: Conrad Meyer <cemeyer at cs.washington.edu>
Date:   Fri Jan 14 15:38:22 2011 -0800

    Switch to fixed patch

 rtorrent-0.8.7-optional-https-noverify.patch |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/rtorrent-0.8.7-optional-https-noverify.patch b/rtorrent-0.8.7-optional-https-noverify.patch
index 2f771d9..5e1b7e9 100644
--- a/rtorrent-0.8.7-optional-https-noverify.patch
+++ b/rtorrent-0.8.7-optional-https-noverify.patch
@@ -1,5 +1,5 @@
---- rtorrent-0.8.7/src/command_network.cc	2010-10-08 08:33:01.000000000 +1300
-+++ rtorrent-0.8.7/src/command_network.cc	2011-01-13 16:21:58.831309734 +1300
+--- rtorrent-0.8.7.orig/src/command_network.cc	2010-10-08 08:33:01.000000000 +1300
++++ rtorrent-0.8.7.orig/src/command_network.cc	2011-01-14 09:45:06.217385828 +1300
 @@ -480,6 +480,7 @@ initialize_command_network() {
    CMD2_ANY_STRING_V("network.http.proxy_address.set", std::tr1::bind(&core::CurlStack::set_http_proxy, httpStack, std::tr1::placeholders::_2));
    CMD2_ANY         ("network.http.max_open",          std::tr1::bind(&core::CurlStack::max_active, httpStack));
@@ -8,6 +8,8 @@
  
    CMD2_ANY         ("network.send_buffer.size",        std::tr1::bind(&torrent::ConnectionManager::send_buffer_size, cm));
    CMD2_ANY_VALUE_V ("network.send_buffer.size.set",    std::tr1::bind(&torrent::ConnectionManager::set_send_buffer_size, cm, std::tr1::placeholders::_2));
+--- rtorrent-0.8.7.orig/src/core/curl_stack.cc	2010-06-27 00:05:06.000000000 +1200
++++ rtorrent-0.8.7.orig/src/core/curl_stack.cc	2011-01-14 09:45:06.284385570 +1300
 @@ -42,6 +42,7 @@ 
  #include <torrent/exceptions.h>
  
@@ -28,6 +30,8 @@
    base_type::push_back(get);
  
    if (m_active >= m_maxActive)
+--- rtorrent-0.8.7.orig/src/main.cc	2010-10-07 01:03:35.000000000 +1300
++++ rtorrent-0.8.7.orig/src/main.cc	2011-01-14 09:45:07.079382500 +1300
 @@ -563,6 +563,10 @@ main(int argc, char** argv) {
        CMD2_REDIRECT_GENERIC("http_proxy", "network.http.proxy_address.set");
        CMD2_REDIRECT        ("get_http_proxy", "network.http.proxy_address");


More information about the scm-commits mailing list