pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ctorrent Changes 1.3.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f73fc08fe2c7
branches:  trunk
changeset: 483926:f73fc08fe2c7
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 22 15:45:18 2004 +0000

description:
Changes 1.3.4:
* Bug fix for compact peer address acquisition
* Addition of peer identifier

diffstat:

 net/ctorrent/Makefile         |  16 ++++++++--------
 net/ctorrent/distinfo         |  10 +++++-----
 net/ctorrent/patches/patch-aa |  10 +++++-----
 net/ctorrent/patches/patch-ab |   6 +++---
 4 files changed, 21 insertions(+), 21 deletions(-)

diffs (81 lines):

diff -r 64cebd541bb4 -r f73fc08fe2c7 net/ctorrent/Makefile
--- a/net/ctorrent/Makefile     Mon Nov 22 15:40:23 2004 +0000
+++ b/net/ctorrent/Makefile     Mon Nov 22 15:45:18 2004 +0000
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.2 2004/11/22 15:45:18 adam Exp $
 
-DISTNAME=              ctorrent-1.3.2
-CATEGORIES=            net
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=ctorrent/}
+DISTNAME=      ctorrent-1.3.4
+CATEGORIES=    net
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=ctorrent/}
+EXTRACT_SUFX=  .tar.bz2
 
-MAINTAINER=            tech-pkg%NetBSD.org@localhost
-HOMEPAGE=              http://ctorrent.sourceforge.net/
-COMMENT=               Bittorrent client for the console
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://ctorrent.sourceforge.net/
+COMMENT=       Bittorrent client for the console
 
 USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
diff -r 64cebd541bb4 -r f73fc08fe2c7 net/ctorrent/distinfo
--- a/net/ctorrent/distinfo     Mon Nov 22 15:40:23 2004 +0000
+++ b/net/ctorrent/distinfo     Mon Nov 22 15:45:18 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2004/06/25 17:25:01 wiz Exp $
+$NetBSD: distinfo,v 1.3 2004/11/22 15:45:18 adam Exp $
 
-SHA1 (ctorrent-1.3.2.tar.gz) = 8757bafd304d9c8c0b241a1a91ce8389613f1e69
-Size (ctorrent-1.3.2.tar.gz) = 87195 bytes
-SHA1 (patch-aa) = 338158f13fce9f9b9f29eb49fc7bc7b6ef0d9862
-SHA1 (patch-ab) = 99b17b928c1d6dff35f87f8d67071a00495ed30c
+SHA1 (ctorrent-1.3.4.tar.bz2) = bf1ea430513dc6de48de5ac429cdac57ceab738d
+Size (ctorrent-1.3.4.tar.bz2) = 87333 bytes
+SHA1 (patch-aa) = 12a7110825a3d5be74ed49caf9d5100e62d5e76c
+SHA1 (patch-ab) = cfa80ca0d3f030837334ac9cc27c437dfd9adbf6
diff -r 64cebd541bb4 -r f73fc08fe2c7 net/ctorrent/patches/patch-aa
--- a/net/ctorrent/patches/patch-aa     Mon Nov 22 15:40:23 2004 +0000
+++ b/net/ctorrent/patches/patch-aa     Mon Nov 22 15:45:18 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $
+$NetBSD: patch-aa,v 1.2 2004/11/22 15:45:18 adam Exp $
 
---- configure.orig     2004-02-01 07:15:43.000000000 +0100
+--- configure.orig     2004-09-08 23:10:51.000000000 +0000
 +++ configure
-@@ -2888,13 +2888,13 @@ _ACEOF
+@@ -3216,13 +3216,13 @@ _ACEOF
  
  else
  
@@ -18,8 +18,8 @@
 +LIBS="-lcrypto  $LIBS"
  cat >conftest.$ac_ext <<_ACEOF
  #line $LINENO "configure"
- #include "confdefs.h"
-@@ -2948,7 +2948,7 @@ if test $ac_cv_lib_crypt_SHA1_Init = yes
+ /* confdefs.h.  */
+@@ -3275,7 +3275,7 @@ if test $ac_cv_lib_crypt_SHA1_Init = yes
  #define HAVE_LIBCRYPT 1
  _ACEOF
  
diff -r 64cebd541bb4 -r f73fc08fe2c7 net/ctorrent/patches/patch-ab
--- a/net/ctorrent/patches/patch-ab     Mon Nov 22 15:40:23 2004 +0000
+++ b/net/ctorrent/patches/patch-ab     Mon Nov 22 15:45:18 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.2 2004/06/25 17:25:01 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2004/11/22 15:45:18 adam Exp $
 
---- peerlist.cpp.orig  2004-06-25 19:16:32.000000000 +0200
+--- peerlist.cpp.orig  2004-09-08 23:10:51.000000000 +0000
 +++ peerlist.cpp
-@@ -361,6 +362,7 @@ int PeerList::Initial_ListenPort()
+@@ -360,6 +360,7 @@ int PeerList::Initial_ListenPort()
    struct sockaddr_in lis_addr;
    memset(&lis_addr,0, sizeof(sockaddr_in));
    lis_addr.sin_addr.s_addr = INADDR_ANY;



Home | Main Index | Thread Index | Old Index