diff options
author | obache <obache@pkgsrc.org> | 2006-09-10 04:43:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-09-10 04:43:13 +0000 |
commit | 209b5f618e5f92b5394859293e664f9c718e3343 (patch) | |
tree | 15644ff1b3ea06b6c6a5be759b1ab156f8512696 /net/btpd | |
parent | 86c7c2d2c97244cf10672c47549a956fb8c032cb (diff) | |
download | pkgsrc-209b5f618e5f92b5394859293e664f9c718e3343.tar.gz |
Update btpd to 0.11, patch provided via PR 34068.
btpd 0.11:
----------
Bug fixes:
- A file descriptor was closed too early, which could cause btpd to exit
with an error message on systems using epoll.
btpd 0.10:
----------
Misc:
- The protection mode of the ipc socket can now be specified via the new
"--ipcprot" option for btpd.
Bug fixes:
- The pid file is now written correctly.
- btpd's "-d" option now works for relative paths too.
- Add a time out for handshake completion. Prevously btpd could slowly
fill with unused incoming connections.
btpd 0.9:
---------
Misc:
- Small changes to 'btcli stat' output.
Bug fixes:
- Use correct value for '--prealloc' default.
- Stopped torrents now show correct rates (0kB/s).
- The test of content that has been modified between runs was broken.
Diffstat (limited to 'net/btpd')
-rw-r--r-- | net/btpd/Makefile | 4 | ||||
-rw-r--r-- | net/btpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 7bb92527b9d..cc4ceba4c5e 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2006/04/06 06:22:30 reed Exp $ +# $NetBSD: Makefile,v 1.4 2006/09/10 04:43:13 obache Exp $ -DISTNAME= btpd-0.8 +DISTNAME= btpd-0.11 CATEGORIES= net MASTER_SITES= http://www.murmeldjur.se/btpd/ \ http://people.su.se/~rnyberg/btpd/ diff --git a/net/btpd/distinfo b/net/btpd/distinfo index 27fd87e96e6..0fb62cfe77c 100644 --- a/net/btpd/distinfo +++ b/net/btpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/02/14 00:49:23 rillig Exp $ +$NetBSD: distinfo,v 1.2 2006/09/10 04:43:13 obache Exp $ -SHA1 (btpd-0.8.tar.gz) = d440ceff94fc745f192b9ab371af7e0e436fb624 -RMD160 (btpd-0.8.tar.gz) = a11e3f984f82e89c596efbfb6c7ac947e2b4b80c -Size (btpd-0.8.tar.gz) = 145435 bytes +SHA1 (btpd-0.11.tar.gz) = fe9379b567d40afc8341df32baf31b2d6d99938a +RMD160 (btpd-0.11.tar.gz) = b43bcd6ece668c2f6365a940fdcc49d3275e4abe +Size (btpd-0.11.tar.gz) = 146794 bytes |