From 51a6c41166e26ced4d1e7e368833028aab593af1 Mon Sep 17 00:00:00 2001 From: mobinmob Date: Tue, 8 Oct 2019 13:54:32 +0300 Subject: [PATCH] aria2: update to 1.35.0. --- .../patches/patch-src_libssl_compat_h.patch | 16 ---------------- srcpkgs/aria2/template | 6 +++--- 2 files changed, 3 insertions(+), 19 deletions(-) delete mode 100644 srcpkgs/aria2/patches/patch-src_libssl_compat_h.patch diff --git a/srcpkgs/aria2/patches/patch-src_libssl_compat_h.patch b/srcpkgs/aria2/patches/patch-src_libssl_compat_h.patch deleted file mode 100644 index aedaa65199a..00000000000 --- a/srcpkgs/aria2/patches/patch-src_libssl_compat_h.patch +++ /dev/null @@ -1,16 +0,0 @@ -$OpenBSD: patch-src_libssl_compat_h,v 1.1 2018/02/18 11:12:22 sthen Exp $ - -Index: src/libssl_compat.h ---- src/libssl_compat.h.orig -+++ src/libssl_compat.h -@@ -43,7 +43,9 @@ - #define LIBRESSL_IN_USE 0 - #endif // !defined(LIBRESSL_VERSION_NUMBER) - -+/* XXX really OPENSSL_110_API... */ - #define OPENSSL_101_API \ -- (!LIBRESSL_IN_USE && OPENSSL_VERSION_NUMBER >= 0x1010000fL) -+ OPENSSL_VERSION_NUMBER >= 0x1010000fL || \ -+ (LIBRESSL_IN_USE && LIBRESSL_VERSION_NUMBER < 0x2070000fL) - - #endif // LIBSSL_COMPAT_H diff --git a/srcpkgs/aria2/template b/srcpkgs/aria2/template index 22dc750b8d5..4e0fdf6fa1c 100644 --- a/srcpkgs/aria2/template +++ b/srcpkgs/aria2/template @@ -1,7 +1,7 @@ # Template file for 'aria2' pkgname=aria2 -version=1.34.0 -revision=5 +version=1.35.0 +revision=1 build_style=gnu-configure configure_args="--with-openssl --with-libexpat --without-gnutls --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt @@ -18,7 +18,7 @@ license="GPL-2.0-or-later" homepage="https://aria2.github.io/" changelog="https://raw.githubusercontent.com/aria2/aria2/master/NEWS" distfiles="https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz" -checksum=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3 +checksum=1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd libaria2_package() { short_desc="Multi-Protocol/multi-source download library"