Update for Aria2 to 1.15.2:
* Fixed base64::decode() return "" if input ends with garbage and no padding. * Fixed segmentation fault when logger failed to open log file. * Added new file allocation method called 'trunc'. --file-allocation option can now take new value 'trunc'. 'trunc' uses ftruncate() system call or platform-specific counterpart to truncate a file to a specified length. * Added TLS SNI support. Ok rpointel@ (maintainer)
This commit is contained in:
parent
402ab6593a
commit
80813e8fbe
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2012/07/02 13:13:51 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2012/09/04 11:25:37 gonzalo Exp $
|
||||
|
||||
COMMENT = lightweight multi-protocol & multi-source download utility
|
||||
DISTNAME = aria2-1.15.1
|
||||
DISTNAME = aria2-1.15.2
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://aria2.sourceforge.net/
|
||||
|
||||
@ -21,8 +21,7 @@ LIB_DEPENDS = net/libcares
|
||||
|
||||
REGRESS_DEPENDS += devel/cppunit
|
||||
|
||||
WANTLIB += crypto expat ssl cares \
|
||||
sqlite3 c m stdc++ z
|
||||
WANTLIB += c cares crypto expat m sqlite3 ssl stdc++ z
|
||||
|
||||
CONFIGURE_STYLE = gnu
|
||||
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (aria2-1.15.1.tar.gz) = M5OvTPplmBov0KjyYfR6Ag==
|
||||
RMD160 (aria2-1.15.1.tar.gz) = G4yCxSHGTzF1gNS1SadYNNCQKiI=
|
||||
SHA1 (aria2-1.15.1.tar.gz) = xsrDX1NjyISym4q3LCQ4cVzwrWQ=
|
||||
SHA256 (aria2-1.15.1.tar.gz) = KNJagGAO1MeBurAMCs9850/28q2zKMqcYjbib1blLXo=
|
||||
SIZE (aria2-1.15.1.tar.gz) = 3169833
|
||||
SHA256 (aria2-1.15.2.tar.gz) = tTbM0HSMRPx04l8G3Ii1sHfwLVJeY8hlIRj3OcVkTKM=
|
||||
SIZE (aria2-1.15.2.tar.gz) = 3090110
|
||||
|
Loading…
Reference in New Issue
Block a user