diff options
author | recht <recht> | 2005-02-13 13:53:34 +0000 |
---|---|---|
committer | recht <recht> | 2005-02-13 13:53:34 +0000 |
commit | 66011034992d3dd1c3f7f46cd9f7c11c858c07f8 (patch) | |
tree | 71994e3b00596a4d5f53f5f9777b6351d1b4ba11 /net/bittorrent/patches/patch-ab | |
parent | e3f9080faa1b2c3b3f6e2caea182a7619191d840 (diff) | |
download | pkgsrc-66011034992d3dd1c3f7f46cd9f7c11c858c07f8.tar.gz |
Add a couple of patches from the FreeBSD port:
patch-BitTorrent::Rerequester.py
o Chase latest CVS version
- Add {show_infopage,infopage_redirect,scrape_allowed}
options to tracker
- Try to resolve IPs when possible
patch-BitTorrent::track.py
o Chase latest CVS version
- Add {show_infopage,infopage_redirect,scrape_allowed}
options to tracker
- Try to resolve IPs when possible
patch-BitTorrent::zurllib.py
o A better fix for the python 2.4 issue: there are still some minor
adjustments required but the port is quite useable again
patch-btcompletedir.py
o Chase latest CVS version
- Add {show_infopage,infopage_redirect,scrape_allowed}
options to tracker
- Try to resolve IPs when
Bump PKGREVISION.
Diffstat (limited to 'net/bittorrent/patches/patch-ab')
-rw-r--r-- | net/bittorrent/patches/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/bittorrent/patches/patch-ab b/net/bittorrent/patches/patch-ab index 75817a76472..781f509d4dd 100644 --- a/net/bittorrent/patches/patch-ab +++ b/net/bittorrent/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.1 2004/03/09 10:33:22 recht Exp $ +$NetBSD: patch-ab,v 1.2 2005/02/13 13:53:34 recht Exp $ ---- btreannounce.py.orig 2004-03-07 22:50:01.000000000 +0100 -+++ btreannounce.py 2004-03-07 22:50:12.000000000 +0100 +--- btreannounce.py.orig Mon Mar 17 20:26:40 2003 ++++ btreannounce.py @@ -3,7 +3,7 @@ # Written by Henry 'Pi' James and Bram Cohen # see LICENSE.txt for license information |