aria2: update to 1.35.0.
This commit is contained in:
parent
02319fdfa5
commit
3890ab969e
2 changed files with 3 additions and 19 deletions
|
@ -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
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aria2'
|
# Template file for 'aria2'
|
||||||
pkgname=aria2
|
pkgname=aria2
|
||||||
version=1.34.0
|
version=1.35.0
|
||||||
revision=5
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openssl --with-libexpat --without-gnutls
|
configure_args="--with-openssl --with-libexpat --without-gnutls
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
@ -18,7 +18,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="https://aria2.github.io/"
|
homepage="https://aria2.github.io/"
|
||||||
changelog="https://raw.githubusercontent.com/aria2/aria2/master/NEWS"
|
changelog="https://raw.githubusercontent.com/aria2/aria2/master/NEWS"
|
||||||
distfiles="https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz"
|
distfiles="https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz"
|
||||||
checksum=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3
|
checksum=1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd
|
||||||
|
|
||||||
libaria2_package() {
|
libaria2_package() {
|
||||||
short_desc="Multi-Protocol/multi-source download library"
|
short_desc="Multi-Protocol/multi-source download library"
|
||||||
|
|
Loading…
Reference in a new issue