The NetBSD Project

CVS log for pkgsrc/net/aria2/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / aria2

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: pkgsrc-2008Q4


Revision 1.16.2.1 / (download) - annotate - [select for diffs], Sun Jan 4 13:23:24 2009 UTC (15 years, 3 months ago) by tron
Branch: pkgsrc-2008Q4
Changes since 1.16: +2 -1 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Pullup ticket #2619 - requested by dholland
aria2: build fix

Revisions pulled up:
- net/aria2/Makefile			1.17
- net/aria2/distinfo			1.15
- net/aria2/patches/patch-aa		1.6
---
Module Name:	pkgsrc
Committed By:	dholland
Date:		Sat Jan  3 23:11:47 UTC 2009

Modified Files:
	pkgsrc/net/aria2: Makefile distinfo
Added Files:
	pkgsrc/net/aria2/patches: patch-aa

Log Message:
Work around API bug in pre-christos-time_t NetBSD, where struct
timeval's seconds are "long" rather than "time_t". Passing these
seconds to localtime_r() breaks on 64-bit platforms where those types
aren't the same. Fixes PR 40323 from Andreas Burghardt.

PKGREVISION++ as a precaution, since I patched the source.

Revision 1.16 / (download) - annotate - [select for diffs], Wed Oct 29 01:04:06 2008 UTC (15 years, 5 months ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base
Branch point for: pkgsrc-2008Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Update to aria2-0.16.2.  Notable changes:

- Added Serbian, Vietnamese, and Traditional Chinese translations.
  Updated French, Simplified Chinese, and Japanese Translations.

- Added length equality test to operator== to drop a piece message
  whose length does not match to the requested one.

- Fixed the bug that aria2 aborts when a request larger than 16KiB is
  recieved.  In this fix, if a request larger than 16KiB length is
  received, aria2 disconnects the peer.

- Updated man page. Changed doctype of aria2c.1.html to manpage in order
  not to replace '--' with em dash character.

- Added --auto-save-interval=SEC option. A control file(*.aria2) is saved
  every SEC seconds.

- Added --dht-file-path option to change the path to dht.dat, which is a
  serialized DHT routing table.

- Fixed the bug that last character in URI is not encoded.

- Fixed the bug that referer header field contains fragment.  Now Request
  class removes fragment part of URI and encodes it in Request::setUri()
  and setReferer().

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>