FreeBSD Bugzilla – Attachment 99844 Details for
Bug 139020
update net-p2p/qbittorrent to 1.3.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.30 KB, created by
Pedro F. Giffuni
on 2009-09-21 16:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2009-09-21 16:20:02 UTC
Size:
2.30 KB
patch
obsolete
>diff -ruN qbittorrent.orig/Makefile qbittorrent/Makefile >--- qbittorrent.orig/Makefile 2009-09-04 18:25:24.000000000 +0000 >+++ qbittorrent/Makefile 2009-09-21 09:32:43.000000000 +0000 >@@ -6,8 +6,7 @@ > # > > PORTNAME= qbittorrent >-PORTVERSION= 1.3.4 >-PORTREVISION= 1 >+PORTVERSION= 1.3.5 > CATEGORIES= net-p2p > MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} > >diff -ruN qbittorrent.orig/distinfo qbittorrent/distinfo >--- qbittorrent.orig/distinfo 2009-07-22 20:57:43.000000000 +0000 >+++ qbittorrent/distinfo 2009-09-21 09:32:48.000000000 +0000 >@@ -1,3 +1,3 @@ >-MD5 (qbittorrent-1.3.4.tar.gz) = 867c7a23406a87176ec55efcc3407ddb >-SHA256 (qbittorrent-1.3.4.tar.gz) = 685f4b22a4451a1925325e2c6c1e7fb1710ffe96f082a1a57d1d8be752cd2928 >-SIZE (qbittorrent-1.3.4.tar.gz) = 1668050 >+MD5 (qbittorrent-1.3.5.tar.gz) = c4f1b208f9c0a3f55aa0237bf6348d8d >+SHA256 (qbittorrent-1.3.5.tar.gz) = 4456ea2fda5dd79e68e495808947c868090c2e84a565e3d8250648c8736206d9 >+SIZE (qbittorrent-1.3.5.tar.gz) = 1668776 >diff -ruN qbittorrent.orig/files/patch-src__createtorrent_imp.cpp qbittorrent/files/patch-src__createtorrent_imp.cpp >--- qbittorrent.orig/files/patch-src__createtorrent_imp.cpp 2009-03-23 21:43:30.000000000 +0000 >+++ qbittorrent/files/patch-src__createtorrent_imp.cpp 2009-09-21 10:06:48.000000000 +0000 >@@ -1,13 +1,13 @@ >---- src/createtorrent_imp.cpp.orig 2009-03-07 07:22:19.000000000 +0900 >-+++ src/createtorrent_imp.cpp 2009-03-23 02:00:49.000000000 +0900 >-@@ -245,7 +245,11 @@ >+--- src/createtorrent_imp.cpp.orig 2009-09-21 10:02:50.000000000 +0000 >++++ src/createtorrent_imp.cpp 2009-09-21 10:05:18.000000000 +0000 >+@@ -257,7 +257,11 @@ > } > if(abort) return; > // calculate the hash for all pieces > +#if defined(__GNUC__) && __GNUC__ <= 3 >-+ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); >++ set_piece_hashes(t, full_path.branch_path(), boost::bind(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); > +#else >- set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), parent)); >+ set_piece_hashes(t, full_path.branch_path(), boost::bind<void>(&sendProgressUpdateSignal, _1, t.num_pieces(), this)); > +#endif > // Set qBittorrent as creator and add user comment to > // torrent_info structure
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 139020
: 99844