Minor update for Aria2 to 1.15.0 with:
* Fixed assertion failure if Chunked encoding along with Content-Length is used. * Fixed clang and gcc-4.7 warning and errors. * Fixed the bug that aria2 cannot read line longer than 4096 bytes from the file specified by --input-file option. While here USE_GROFF is not needed. OK rpointel@ (maintainer), aja@
This commit is contained in:
parent
ffe09c8f33
commit
42fdfffc74
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2012/03/19 06:07:20 rpointel Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2012/04/23 15:24:05 gonzalo Exp $
|
||||
|
||||
COMMENT = lightweight multi-protocol & multi-source download utility
|
||||
DISTNAME = aria2-1.14.2
|
||||
DISTNAME = aria2-1.15.0
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://aria2.sourceforge.net/
|
||||
|
||||
@ -42,8 +42,6 @@ CONFIGURE_ARGS += --with-sqlite3 \
|
||||
CFLAGS += -O0
|
||||
.endif
|
||||
|
||||
USE_GROFF = Yes
|
||||
|
||||
REGRESS_FLAGS += LDFLAGS="-lcppunit"
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (aria2-1.14.2.tar.gz) = 0l15avYZY3jwCt8NsRxdpA==
|
||||
RMD160 (aria2-1.14.2.tar.gz) = r9ZZWq4N4oFo0npNvfX0fTs3aD0=
|
||||
SHA1 (aria2-1.14.2.tar.gz) = kF9MBzOin6S9xLdZcT14zavX7bo=
|
||||
SHA256 (aria2-1.14.2.tar.gz) = 58DqWARKhARv9argR3/T0LZ3AqhdMJldHRzVBoHYmDI=
|
||||
SIZE (aria2-1.14.2.tar.gz) = 2653058
|
||||
MD5 (aria2-1.15.0.tar.gz) = eHO90NPoc333f1t+2hO4SQ==
|
||||
RMD160 (aria2-1.15.0.tar.gz) = UAUaB71z+3CxzQeC3wbmstMFR7M=
|
||||
SHA1 (aria2-1.15.0.tar.gz) = phRoh3w87OFzqjRAUEGxRQg1izA=
|
||||
SHA256 (aria2-1.15.0.tar.gz) = gCijhB5CooAso0LbU0HspARn/Ka7sncpLAjbEfVG5CA=
|
||||
SIZE (aria2-1.15.0.tar.gz) = 3251486
|
||||
|
Loading…
x
Reference in New Issue
Block a user