Update for Aria2 to 1.16.0:
* Enabled TCP_NODELAY * Don't use AC_FUNC_MMAP * Added --force-save option. * Get the correct uploaded data size * Made --http-no-cache false by default * Fixed memory leak in AsyncNameResolver * Fixed resource leak in XmlParser and GenericParser * Reset iostream format state * gnutls: Added more status checking when verifying peer * Content-Disposition parser conforming to RFC 6266. * Reworked download/upload statistics calculation * Added --rpc-save-upload-metadata option * Perform SSL/TLS handshake after checking whether connection is established * Fixed bug that --enable-mmap won't work if MultiDiskAdaptor is used * RPC over SSL/TLS transport * aria2rpc: Added appendUri command * Don't send Proxy-Connection header field * Don't set SNI hostname if it does not include "." for GNUTLS * Disable SSL/TLS compression with OpenSSL * Pause download even if download is completed * Use execlp() instead of execl() Ok remi@ (ex-maintainer)
This commit is contained in:
parent
f1a76dc88f
commit
cee7a0f1a5
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2012/09/04 11:25:37 gonzalo Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2012/12/06 15:04:15 gonzalo Exp $
|
||||
|
||||
COMMENT = lightweight multi-protocol & multi-source download utility
|
||||
DISTNAME = aria2-1.15.2
|
||||
DISTNAME = aria2-1.16.0
|
||||
CATEGORIES = www
|
||||
HOMEPAGE = http://aria2.sourceforge.net/
|
||||
|
||||
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
||||
MAINTAINER = Gonzalo L. R. <gonzalo@openbsd.org>
|
||||
|
||||
# GPLv2
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (aria2-1.15.2.tar.gz) = tTbM0HSMRPx04l8G3Ii1sHfwLVJeY8hlIRj3OcVkTKM=
|
||||
SIZE (aria2-1.15.2.tar.gz) = 3090110
|
||||
SHA256 (aria2-1.16.0.tar.gz) = wgo27ixr9aUJHnSld8MuWtWrgTTxIxezK9nzvGz+QZE=
|
||||
SIZE (aria2-1.16.0.tar.gz) = 3286194
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2012/07/02 13:13:51 gonzalo Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2012/12/06 15:04:15 gonzalo Exp $
|
||||
@bin bin/aria2c
|
||||
@man man/man1/aria2c.1
|
||||
man/ru/
|
||||
@ -19,6 +19,9 @@ share/locale/ar/
|
||||
share/locale/ar/LC_MESSAGES/
|
||||
share/locale/ar/LC_MESSAGES/aria2.mo
|
||||
share/locale/bg/LC_MESSAGES/aria2.mo
|
||||
share/locale/bn/
|
||||
share/locale/bn/LC_MESSAGES/
|
||||
share/locale/bn/LC_MESSAGES/aria2.mo
|
||||
share/locale/ca/LC_MESSAGES/aria2.mo
|
||||
share/locale/da/LC_MESSAGES/aria2.mo
|
||||
share/locale/de/LC_MESSAGES/aria2.mo
|
||||
@ -26,19 +29,37 @@ share/locale/el/LC_MESSAGES/aria2.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/aria2.mo
|
||||
share/locale/en@quot/LC_MESSAGES/aria2.mo
|
||||
share/locale/es/LC_MESSAGES/aria2.mo
|
||||
share/locale/fa/
|
||||
share/locale/fa/LC_MESSAGES/
|
||||
share/locale/fa/LC_MESSAGES/aria2.mo
|
||||
share/locale/fi/LC_MESSAGES/aria2.mo
|
||||
share/locale/fil/
|
||||
share/locale/fil/LC_MESSAGES/
|
||||
share/locale/fil/LC_MESSAGES/aria2.mo
|
||||
share/locale/fr/LC_MESSAGES/aria2.mo
|
||||
share/locale/he/LC_MESSAGES/aria2.mo
|
||||
share/locale/hr/LC_MESSAGES/aria2.mo
|
||||
share/locale/hu/LC_MESSAGES/aria2.mo
|
||||
share/locale/id/LC_MESSAGES/aria2.mo
|
||||
share/locale/it/LC_MESSAGES/aria2.mo
|
||||
share/locale/ja/LC_MESSAGES/aria2.mo
|
||||
share/locale/kk/
|
||||
share/locale/kk/LC_MESSAGES/
|
||||
share/locale/kk/LC_MESSAGES/aria2.mo
|
||||
share/locale/ko/LC_MESSAGES/aria2.mo
|
||||
share/locale/ms/
|
||||
share/locale/ms/LC_MESSAGES/
|
||||
share/locale/ms/LC_MESSAGES/aria2.mo
|
||||
share/locale/nb/LC_MESSAGES/aria2.mo
|
||||
share/locale/nl/LC_MESSAGES/aria2.mo
|
||||
share/locale/nn/LC_MESSAGES/aria2.mo
|
||||
share/locale/oc/
|
||||
share/locale/oc/LC_MESSAGES/
|
||||
share/locale/oc/LC_MESSAGES/aria2.mo
|
||||
share/locale/pl/LC_MESSAGES/aria2.mo
|
||||
share/locale/pt/LC_MESSAGES/aria2.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/aria2.mo
|
||||
share/locale/ro/LC_MESSAGES/aria2.mo
|
||||
share/locale/ru/LC_MESSAGES/aria2.mo
|
||||
share/locale/sk/LC_MESSAGES/aria2.mo
|
||||
share/locale/sr/LC_MESSAGES/aria2.mo
|
||||
@ -50,4 +71,5 @@ share/locale/tr/LC_MESSAGES/aria2.mo
|
||||
share/locale/uk/LC_MESSAGES/aria2.mo
|
||||
share/locale/vi/LC_MESSAGES/aria2.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/aria2.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/aria2.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/aria2.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user