summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-17 00:46:09 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-09-17 06:26:18 +0700
commit30242763296710b2d897ba301c162f1566319a5f (patch)
treeeea86d95f77cff2021f70998e173a0f6216c6b1b
parent579a2ffc57f9e456d26883937391a8ccb2ebfd1c (diff)
downloadslackbuilds-30242763296710b2d897ba301c162f1566319a5f.tar.gz
slackbuilds-30242763296710b2d897ba301c162f1566319a5f.tar.xz
network/aria2: Updated for version 1.27.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/aria2/aria2-gcc4.9.patch21
-rw-r--r--network/aria2/aria2.SlackBuild6
-rw-r--r--network/aria2/aria2.info6
3 files changed, 4 insertions, 29 deletions
diff --git a/network/aria2/aria2-gcc4.9.patch b/network/aria2/aria2-gcc4.9.patch
deleted file mode 100644
index e293c84866..0000000000
--- a/network/aria2/aria2-gcc4.9.patch
+++ /dev/null
@@ -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 {
diff --git a/network/aria2/aria2.SlackBuild b/network/aria2/aria2.SlackBuild
index 7fcbb43aaa..4177f40633 100644
--- a/network/aria2/aria2.SlackBuild
+++ b/network/aria2/aria2.SlackBuild
@@ -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 \
diff --git a/network/aria2/aria2.info b/network/aria2/aria2.info
index cb03dc56bb..8cad949f32 100644
--- a/network/aria2/aria2.info
+++ b/network/aria2/aria2.info
@@ -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"