diff options
author | adam <adam@pkgsrc.org> | 2004-11-22 15:45:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-22 15:45:18 +0000 |
commit | e366ea6e18c54af82bc566eb0375fd957a92b3d5 (patch) | |
tree | 2431da244178750fe34d040e4a2dd9a7bacf8082 /net | |
parent | 8b3faee68e9c4575ee7b25e8918b1b4c9bc4f762 (diff) | |
download | pkgsrc-e366ea6e18c54af82bc566eb0375fd957a92b3d5.tar.gz |
Changes 1.3.4:
* Bug fix for compact peer address acquisition
* Addition of peer identifier
Diffstat (limited to 'net')
-rw-r--r-- | net/ctorrent/Makefile | 16 | ||||
-rw-r--r-- | net/ctorrent/distinfo | 10 | ||||
-rw-r--r-- | net/ctorrent/patches/patch-aa | 10 | ||||
-rw-r--r-- | net/ctorrent/patches/patch-ab | 6 |
4 files changed, 21 insertions, 21 deletions
diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index 460b7a095a6..6bb0e3729e6 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -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 -HOMEPAGE= http://ctorrent.sourceforge.net/ -COMMENT= Bittorrent client for the console +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://ctorrent.sourceforge.net/ +COMMENT= Bittorrent client for the console USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes diff --git a/net/ctorrent/distinfo b/net/ctorrent/distinfo index fc8b6a1eb86..6adc49ef42b 100644 --- a/net/ctorrent/distinfo +++ b/net/ctorrent/distinfo @@ -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 --git a/net/ctorrent/patches/patch-aa b/net/ctorrent/patches/patch-aa index 3d6b0ce6ea9..7ee4363f3b8 100644 --- a/net/ctorrent/patches/patch-aa +++ b/net/ctorrent/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/06/25 17:20:47 wiz Exp $ +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 --git a/net/ctorrent/patches/patch-ab b/net/ctorrent/patches/patch-ab index 5ae248668c5..b378d66a081 100644 --- a/net/ctorrent/patches/patch-ab +++ b/net/ctorrent/patches/patch-ab @@ -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; |