Date: Mon, 22 May 2006 12:58:59 +0400 From: Andrej Zverev <az@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: mraleks@bk.ru Subject: ports/97597: [update] net-p2p/dcd to 0.6.6 Message-ID: <E1Fi6Ff-000ARt-Bp@mail.electro-com.ru> Resent-Message-ID: <200605220900.k4M90T95027258@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 97597 >Category: ports >Synopsis: [update] net-p2p/dcd to 0.6.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 22 09:00:28 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: >Description: Changelog: We would like to introduce for you our new stable DCD. This version comes with a new way of receiving data from socket, because this caused incredible lag. Now we are DDoS free at this place. The only thing that is slow for now it is getting userlist and because of that your users would be unable to search/chat/download for some time after connecting to hub. Removed files: files/patch-src-cmd.dc.h >How-To-Repeat: >Fix: --- dcd-patch begins here --- Index: dcd/Makefile =================================================================== RCS file: /home/pcvs/ports/net-p2p/dcd/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- dcd/Makefile 11 May 2006 07:03:31 -0000 1.6 +++ dcd/Makefile 22 May 2006 08:43:11 -0000 @@ -6,7 +6,7 @@ # PORTNAME= dcd -PORTVERSION= 0.6.5 +PORTVERSION= 0.6.6 CATEGORIES= net-p2p MASTER_SITES= http://www.dc.ds.pg.gda.pl/download/sources/stable/ Index: dcd/distinfo =================================================================== RCS file: /home/pcvs/ports/net-p2p/dcd/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- dcd/distinfo 11 May 2006 07:03:31 -0000 1.3 +++ dcd/distinfo 22 May 2006 08:43:11 -0000 @@ -1,3 +1,3 @@ -MD5 (dcd-0.6.5.tar.bz2) = f73325ce84cfd31dc6ba7c1e885717bd -SHA256 (dcd-0.6.5.tar.bz2) = 790bb42f6207c5535f892985f8667f2fae32c43f2ee4d1599cd8f5b05493aac9 -SIZE (dcd-0.6.5.tar.bz2) = 346353 +MD5 (dcd-0.6.6.tar.bz2) = 76e7a990cc38c7a848e97ef9bc953eaf +SHA256 (dcd-0.6.6.tar.bz2) = 3963c107fc607a1982136093aeab58c3d4ab3b1b045f8fbc924281e5a851d16d +SIZE (dcd-0.6.6.tar.bz2) = 347104 Index: dcd/files/patch-src-cmd.dc.h =================================================================== RCS file: dcd/files/patch-src-cmd.dc.h diff -N dcd/files/patch-src-cmd.dc.h --- dcd/files/patch-src-cmd.dc.h 11 May 2006 07:03:31 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,13 +0,0 @@ ---- src/cmd.dc.h.orig Mon Mar 20 04:03:53 2006 -+++ src/cmd.dc.h Fri Apr 28 15:10:57 2006 -@@ -13,6 +13,10 @@ - #if !defined(__CMD_DC_H__) - #define __CMD_DC_H__ - -+#ifndef UINT64_C -+#define UINT64_C(c) (c ## ULL) -+#endif -+ - typedef struct{ - userrec_t *usr; - char *cmd; --- dcd-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Fi6Ff-000ARt-Bp>