summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorbjs <bjs>2008-09-08 03:07:48 +0000
committerbjs <bjs>2008-09-08 03:07:48 +0000
commitbb5e72b06ba93c62a6d40d406a9a08c7dc104166 (patch)
tree3b47a0655db820a4f10f3b171b178e5131b45257 /net
parent49cab148f33c814ac9394b8f9cb8646897ff3708 (diff)
downloadpkgsrc-bb5e72b06ba93c62a6d40d406a9a08c7dc104166.tar.gz
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 (limited to 'net')
-rw-r--r--net/aria2/Makefile4
-rw-r--r--net/aria2/PLIST3
-rw-r--r--net/aria2/distinfo8
3 files changed, 8 insertions, 7 deletions
diff --git a/net/aria2/Makefile b/net/aria2/Makefile
index bdc77eb8a2c..08b91bab9e4 100644
--- a/net/aria2/Makefile
+++ b/net/aria2/Makefile
@@ -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 --git a/net/aria2/PLIST b/net/aria2/PLIST
index 357d32f5829..ea2881b1012 100644
--- a/net/aria2/PLIST
+++ b/net/aria2/PLIST
@@ -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/pt_BR/LC_MESSAGES/aria2c.mo
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 --git a/net/aria2/distinfo b/net/aria2/distinfo
index abe9381030d..f41e75cc717 100644
--- a/net/aria2/distinfo
+++ b/net/aria2/distinfo
@@ -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