network/aria2: Updated for version 1.27.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-09-17 00:46:09 +07:00
parent 579a2ffc57
commit 3024276329
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
3 changed files with 4 additions and 29 deletions

View File

@ -1,21 +0,0 @@
--- aria2-1.19.0/src/a2gmp.h.orig 2015-05-26 23:16:33.145925238 +0700
+++ aria2-1.19.0/src/a2gmp.h 2015-05-26 23:17:01.022556391 +0700
@@ -35,6 +35,7 @@
#ifndef D_A2GMP_H
#define D_A2GMP_H
+#include <stddef.h>
#include <gmp.h>
namespace aria2 {
--- aria2-1.19.0/src/LibgmpDHKeyExchange.h.orig 2015-05-26 23:34:32.190146786 +0700
+++ aria2-1.19.0/src/LibgmpDHKeyExchange.h 2015-05-26 23:34:46.847939101 +0700
@@ -36,7 +36,7 @@
#define D_LIBGMP_DH_KEY_EXCHANGE_H
#include "common.h"
-
+#include <stddef.h>
#include <gmp.h>
namespace aria2 {

View File

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=${PRGNAM:-aria2}
VERSION=${VERSION:-1.26.1}
VERSION=${VERSION:-1.27.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,10 +73,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# patch for gcc 4.9 in -current, but harmless in stable
# remove this patch when gmp is upgraded to 6.0
patch -p1 < $CWD/aria2-gcc4.9.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View File

@ -1,8 +1,8 @@
PRGNAM="aria2"
VERSION="1.26.1"
VERSION="1.27.0"
HOMEPAGE="https://aria2.github.io/"
DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.26.1/aria2-1.26.1.tar.xz"
MD5SUM="73a968125511c2271695156de9273565"
DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.27.0/aria2-1.27.0.tar.xz"
MD5SUM="e1e4d54e5c1e8c8cb74237f7afd717ba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="c-ares"