[Lunar-commits] r23590 - moonbase/trunk/web/ctorrent
Terry Chan
tchan at lunar-linux.org
Mon Mar 12 06:28:31 CET 2007
Author: tchan
Date: 2007-03-12 06:28:31 +0100 (Mon, 12 Mar 2007)
New Revision: 23590
Added:
moonbase/trunk/web/ctorrent/BUILD
Modified:
moonbase/trunk/web/ctorrent/DETAILS
Log:
Added the reassign patch that fixes a potential crash when reassigning a piece
for download to a faster peer. It likely only shows itself on
memory-constrained systems or particular OS's. Patch is straight from the
devs webpage.
Added: moonbase/trunk/web/ctorrent/BUILD
===================================================================
--- moonbase/trunk/web/ctorrent/BUILD (rev 0)
+++ moonbase/trunk/web/ctorrent/BUILD 2007-03-12 05:28:31 UTC (rev 23590)
@@ -0,0 +1,6 @@
+(
+
+ patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+ default_build
+
+) > $C_FIFO 2>&1
Modified: moonbase/trunk/web/ctorrent/DETAILS
===================================================================
--- moonbase/trunk/web/ctorrent/DETAILS 2007-03-12 01:00:22 UTC (rev 23589)
+++ moonbase/trunk/web/ctorrent/DETAILS 2007-03-12 05:28:31 UTC (rev 23590)
@@ -1,13 +1,16 @@
MODULE=ctorrent
VERSION=1.3.4-dnh2.2
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=patch-reassign.diff
SOURCE_URL=http://www.rahul.net/dholmes/ctorrent/
SOURCE_VFY=sha1:7a5be8acdbab07ae5e2c3359bd9ffa0f95e0a9e4
SOURCE_DIRECTORY=$BUILD_DIRECTORY/ctorrent-dnh2.2
+ SOURCE2_URL=http://www.rahul.net/dholmes/ctorrent/
+ SOURCE2_VFY=sha1:6032b798c30a9e5d0dd71c314a187a571a025d45
WEB_SITE=http://www.rahul.net/dholmes/ctorrent/
# WEB_SITE=http://ctorrent.sourceforge.net/
ENTERED=20040203
- UPDATED=20061222
+ UPDATED=20070312
SHORT="A tiny but neat bittorrent client"
cat << EOF
More information about the Lunar-commits
mailing list