diff options
author | Iskren Slavov <iskren.s@gmail.com> | 2011-02-02 14:55:16 +0200 |
---|---|---|
committer | Iskren Slavov <iskren.s@gmail.com> | 2011-02-02 14:55:16 +0200 |
commit | 99ea9dde8c2c8a2262f25ce92133b159064e83f4 (patch) | |
tree | e7334d620b5cd524834be6e4db4b30918ea602f9 /net-p2p/qbittorrent/files | |
parent | Remove obsolete go-oo-bin, now using libreoffice-bin (diff) | |
download | wish-99ea9dde8c2c8a2262f25ce92133b159064e83f4.tar.gz wish-99ea9dde8c2c8a2262f25ce92133b159064e83f4.tar.bz2 wish-99ea9dde8c2c8a2262f25ce92133b159064e83f4.zip |
updated flush to 0.9.9, added patched qbittorrent
Diffstat (limited to 'net-p2p/qbittorrent/files')
-rw-r--r-- | net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff b/net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff new file mode 100644 index 0000000..9607880 --- /dev/null +++ b/net-p2p/qbittorrent/files/qbittorrent_spoof_utorrent.diff @@ -0,0 +1,17 @@ +diff -U0 -r qbittorrent-2.6.4.orig/src/qtlibtorrent/qbtsession.cpp qbittorrent-2.6.4/src/qtlibtorrent/qbtsession.cpp +--- qbittorrent-2.6.4.orig/src/qtlibtorrent/qbtsession.cpp 2011-02-02 14:30:43.295000066 +0200 ++++ qbittorrent-2.6.4/src/qtlibtorrent/qbtsession.cpp 2011-02-02 14:40:54.988000061 +0200 +@@ -104,5 +104,5 @@ +- version << VERSION_MAJOR; +- version << VERSION_MINOR; +- version << VERSION_BUGFIX; +- version << VERSION_TYPE; +- const QString peer_id = "qB"; ++ version << 2; ++ version << 2; ++ version << 0; ++ version << 0; ++ const QString peer_id = "UT"; +@@ -371 +371 @@ +- sessionSettings.user_agent = "qBittorrent "VERSION; ++ sessionSettings.user_agent = "uTorrent/2200(24402)"; |