Update to libtorrent 0.8.5/rtorrent 0.4.5; from maintainer Henrik Enberg.

* Set SO_REUSEADDR for listening socket so that there's no need to
  wait for it to time out to reopen the same port
* Fixed a crash when changing file priorities and another caused by
  torrents with empty directories.
* Added the load, load_run, stop_untied and remove_untied options. See
  the example rtorrent.rc for how to use these to watch a directory
  for new torrents.
* Fixed a buffer overflow in the peer connection's write buffer that
  could in some rare cases cause a crash.
This commit is contained in:
naddy 2006-05-31 06:26:15 +00:00
parent b1ed785f57
commit 28e63333a1
5 changed files with 16 additions and 16 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2006/01/14 11:46:15 espie Exp $
# $OpenBSD: Makefile,v 1.5 2006/05/31 06:26:15 naddy Exp $
COMMENT= "BitTorrent Library written in C++"
DISTNAME= libtorrent-0.7.6
PKGNAME= ${DISTNAME}p1
SHARED_LIBS= torrent 6.0
DISTNAME= libtorrent-0.8.5
SHARED_LIBS= torrent 7.0
CATEGORIES= net devel
HOMEPAGE= http://libtorrent.rakshasa.no/

View File

@ -1,4 +1,4 @@
MD5 (libtorrent-0.7.6.tar.gz) = ac93d98e30b90795ef34783e5fae3060
RMD160 (libtorrent-0.7.6.tar.gz) = 042dd53ad6fcea9ce89bdb943cbcde2860d7ff96
SHA1 (libtorrent-0.7.6.tar.gz) = eac5cbbd60fd4086c947fd3cd3c102f05ccb6f40
SIZE (libtorrent-0.7.6.tar.gz) = 440246
MD5 (libtorrent-0.8.5.tar.gz) = a54777817072b221e65956caed09c8fb
RMD160 (libtorrent-0.8.5.tar.gz) = 0a45e6442ea0d4d1e6204e0fbc090f7906be6348
SHA1 (libtorrent-0.8.5.tar.gz) = 2c58bb7cbded9024468d660e5ee204d51c999dec
SIZE (libtorrent-0.8.5.tar.gz) = 448000

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/30 04:41:30 jolan Exp $
@comment $OpenBSD: PLIST,v 1.2 2006/05/31 06:26:15 naddy Exp $
%%SHARED%%
include/torrent/
include/torrent/bencode.h
@ -8,9 +8,11 @@ include/torrent/entry.h
include/torrent/event.h
include/torrent/exceptions.h
include/torrent/http.h
include/torrent/path.h
include/torrent/peer.h
include/torrent/poll.h
include/torrent/poll_epoll.h
include/torrent/poll_kqueue.h
include/torrent/poll_select.h
include/torrent/rate.h
include/torrent/torrent.h

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2006/01/02 22:11:02 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2006/05/31 06:26:15 naddy Exp $
COMMENT= "Ncurses BitTorrent Client based on LibTorrent"
DISTNAME= rtorrent-0.3.6
PKGNAME= ${DISTNAME}p0
DISTNAME= rtorrent-0.4.5
CATEGORIES= net
HOMEPAGE= http://libtorrent.rakshasa.no/

View File

@ -1,4 +1,4 @@
MD5 (rtorrent-0.3.6.tar.gz) = 673372e34c46aab2e03bd7e5a6e22a5a
RMD160 (rtorrent-0.3.6.tar.gz) = 19bf3ed28e92f0dc1eb940a4cce122635e26c4f0
SHA1 (rtorrent-0.3.6.tar.gz) = ec19c75250c064666cd656ca88d11f764f95f536
SIZE (rtorrent-0.3.6.tar.gz) = 223419
MD5 (rtorrent-0.4.5.tar.gz) = 5344b71334bacdbc80066b2a468aa05c
RMD160 (rtorrent-0.4.5.tar.gz) = 37d07de0f9f19d91886cf1949db61b7bbe2be868
SHA1 (rtorrent-0.4.5.tar.gz) = 127ac447bfa283aa28670daed7f744635245c579
SIZE (rtorrent-0.4.5.tar.gz) = 391183