First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 130479
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Desktop Misc. Team <desktop-misc@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Sergiy Borodych <bor@univ.kiev.ua>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
d4x-2.5.7.1-libintl_fix.patch files/d4x-2.5.7.1-libintl_fix.patch patch Alon Bar-Lev (RETIRED) 2006-04-29 11:37 0000 402 bytes Details | Diff
d4x-2.5.7.1.diff d4x-2.5.7.1.diff patch Alon Bar-Lev (RETIRED) 2006-04-29 11:38 0000 1.35 KB Details | Diff
d4x-speed.patch Patch for capped speeds in D4X patch abhay 2006-05-13 10:28 0000 706 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 130479 depends on: Show dependency tree
Bug 130479 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-04-19 07:06 0000
net-misc/d4x version bump from 2.5.6 to 2.5.7.1

also need
change SRC_URI to 
SRC_URI="http://d4x.krasu.ru/files/${P}.tar.bz2"
and add to DEPEND
dev-libs/boost

------- Comment #1 From Alon Bar-Lev (RETIRED) 2006-04-29 11:37:37 0000 -------
Created an attachment (id=85781) [details]
files/d4x-2.5.7.1-libintl_fix.patch

Required by ebuild.

------- Comment #2 From Alon Bar-Lev (RETIRED) 2006-04-29 11:38:06 0000 -------
Created an attachment (id=85782) [details]
d4x-2.5.7.1.diff

New ebuild.

------- Comment #3 From Krzysiek Pawlik 2006-05-06 10:20:04 0000 -------
Bumped, thanks.

------- Comment #4 From abhay 2006-05-13 10:28:43 0000 -------
Created an attachment (id=86709) [details]
Patch for capped speeds in D4X

D4X 2.5.7.1 suffers from a bug that caps the download speeds. Developer
comments about it in the following link
http://www.krasu.ru/soft/chuchelo/forum.php3?forumaction=showmessage&forummessage=2538
I am attaching a patch that solves the bug as explained by the developer.

------- Comment #5 From Krzysiek Pawlik 2006-05-13 11:27:06 0000 -------
Patch added in -r1. For future: please file a new bug for such issues.

------- Comment #6 From abhay 2006-05-13 15:09:05 0000 -------
(From update of attachment 86709 [details])
--- /var/tmp/portage/d4x-2.5.7.1-r1/work/d4x-2.5.7.1/main/socket.cc-orig       
2006-05-13 22:24:42.000000000 +0530
+++ /var/tmp/portage/d4x-2.5.7.1-r1/work/d4x-2.5.7.1/main/socket.cc    
2006-05-13 22:26:54.000000000 +0530
@@ -164,11 +164,11 @@
        if ((fd = socket(info.sin_family,SOCK_STREAM, 0)) < 0)
                return(SOCKET_CANT_ALLOCATE);
        int a=1;
-       setsockopt(fd,SOL_SOCKET,SO_KEEPALIVE,(char *)&a,sizeof(a));
+
        setsockopt(fd,SOL_SOCKET,SO_KEEPALIVE,(char *)&a,sizeof(a));

        size_t sl=2000; //set receive buffer to default+30% MTU size
-       setsockopt(fd,SOL_SOCKET,SO_RCVBUF,(char *)&sl,sizeof(sl));
+

        if (!connect_impl())
                return(SOCKET_CANT_CONNECT);

First Last Prev Next    No search results available      Search page      Enter new bug