Subject: CVS commit: pkgsrc/net
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: pkgsrc-changes
Date: 02/25/2006 17:24:21
Module Name:	pkgsrc
Committed By:	tron
Date:		Sat Feb 25 17:24:21 UTC 2006

Modified Files:
	pkgsrc/net/libtorrent: Makefile distinfo
	pkgsrc/net/rtorrent: Makefile distinfo
Removed Files:
	pkgsrc/net/rtorrent/patches: patch-aa

Log Message:
Update "libtorrent" package to version 0.8.5 and "rtorrent" package
to version 0.4.5. Changes since 0.8.3 respectively 0.4.3:
- Bind udp and http tracker requests to the address given with the "bind"
  option.
- Change the priority of a torrent with the '+' and '-' keys.
- The schedule option allows clock time for the start and interval
  sections.
- Made it safe to remove torrents being viewed/selected, making
  "remove_untied" usable.
- Added the ^O key to change a closed torrent's destination directory. A
  bit of a hack, and only works if the torrents hasn't been activated.
- Allow new settings to be applied with the ^P key. This can be tested
  with "print = foobar", which prints the string to the log.
- Added the "working_directory" option that calls 'chdir' for the process.
- Fixed a bug that caused crashes with small screen sizes.
- Enabled a session lock file by default. Made it remove stale locks
  if the hostname matches and the process id is not running.
- Added proper abstraction for creating timers from seconds, this
  fixes some overflow bugs when scheduling tasks like tracker timeouts.
- For every time all the trackers in the list has been unsuccessfully
  tried, increase the timeout by 20 seconds.
- Expand ~ in paths in the client. This should cover all uses of file
  paths, but I might have missed some.
- Added "import" and "try_import" options that loads an option
  file. The latter silently fails on non-existent files.
- Added "-O" flag that takes a single option, allowing ',' to be used.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/net/libtorrent/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/libtorrent/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/net/rtorrent/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/net/rtorrent/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/net/rtorrent/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.