pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/aria2 Update to aria2-0.15.3. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d179e3fa307d
branches:  trunk
changeset: 546806:d179e3fa307d
user:      bjs <bjs%pkgsrc.org@localhost>
date:      Mon Sep 08 03:07:48 2008 +0000

description:
Update to aria2-0.15.3.  Changes:

  Added Turkish translation. Updated German and Russian translations.

  If an error occurred with a URI, remove identical URI from remaining
  URI list because it is likely that same error occurred in the end and it
  is waste of time.

  Added -lrt to LIBCARES_LIBS if -lrt is needed to link program with
  -lcares.

  Moved implementation to SimpleRandomizer.cc from SimpleRandomizer.h.
  Added return value of getpid() to argument of srand() to achieve more
  randomized value.

  Contact tracker frequently when the number of connections are 0 and
  download is not finished yet.

  Moved threshold values to UTPexExtensionMessage.

  Added _incoming member to Peer class and made it true if the peer
  initiated connection. Don't add those peer to UTPex message.
  If extended handshake is received, assign _incoming to false.

  Fixed infinite loop bug in FTP when SIZE command failed.

  Made files whose name ends with ".gz", ".tgz" not inflated by Content
  Encoding Decoder. Removed size threshold for turning off on the fly
  inflation because resulting file may or may not be inflated depending
  on the file size and I think it is not expected by users.
  This change fixes segmentation fault when Metalink file contains gzipped
  file and its filesize is provided.

  Fixed chunk checksum validation cannot detect trailing garbage data.
  BUG#2074141

diffstat:

 net/aria2/Makefile |  4 ++--
 net/aria2/PLIST    |  3 ++-
 net/aria2/distinfo |  8 ++++----
 3 files changed, 8 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r f9ff68d6541d -r d179e3fa307d net/aria2/Makefile
--- a/net/aria2/Makefile        Mon Sep 08 01:50:40 2008 +0000
+++ b/net/aria2/Makefile        Mon Sep 08 03:07:48 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2008/08/19 14:41:58 bjs Exp $
+# $NetBSD: Makefile,v 1.14 2008/09/08 03:07:48 bjs Exp $
 #
 
-DISTNAME=      aria2c-0.15.2
+DISTNAME=      aria2c-0.15.3
 PKGNAME=       ${DISTNAME:S/+/./:S/2c-/2-/}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=aria2/}
diff -r f9ff68d6541d -r d179e3fa307d net/aria2/PLIST
--- a/net/aria2/PLIST   Mon Sep 08 01:50:40 2008 +0000
+++ b/net/aria2/PLIST   Mon Sep 08 03:07:48 2008 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2008/08/19 14:41:58 bjs Exp $
+@comment $NetBSD: PLIST,v 1.7 2008/09/08 03:07:48 bjs Exp $
 bin/aria2c
 man/man1/aria2c.1
 share/doc/aria2c/README
@@ -24,5 +24,6 @@
 share/locale/ru/LC_MESSAGES/aria2c.mo
 share/locale/sv/LC_MESSAGES/aria2c.mo
 share/locale/th/LC_MESSAGES/aria2c.mo
+share/locale/tr/LC_MESSAGES/aria2c.mo
 share/locale/zh_CN/LC_MESSAGES/aria2c.mo
 @dirrm share/doc/aria2c
diff -r f9ff68d6541d -r d179e3fa307d net/aria2/distinfo
--- a/net/aria2/distinfo        Mon Sep 08 01:50:40 2008 +0000
+++ b/net/aria2/distinfo        Mon Sep 08 03:07:48 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2008/08/19 14:41:58 bjs Exp $
+$NetBSD: distinfo,v 1.12 2008/09/08 03:07:48 bjs Exp $
 
-SHA1 (aria2c-0.15.2.tar.bz2) = 8d1da44d68a5f8772434fdd29041dcb57747d0fa
-RMD160 (aria2c-0.15.2.tar.bz2) = 13b50050c2adfea41ec2dede6dae5cb2a5940567
-Size (aria2c-0.15.2.tar.bz2) = 1010832 bytes
+SHA1 (aria2c-0.15.3.tar.bz2) = 4548d9ae2e571d9bc8fc9de0e42f7d028a3dbdac
+RMD160 (aria2c-0.15.3.tar.bz2) = 550e36c1750c92c802f4f08eb0fd97ed40c759b2
+Size (aria2c-0.15.3.tar.bz2) = 1044973 bytes



Home | Main Index | Thread Index | Old Index