aria2: update to 1.35.0.
This commit is contained in:
		
				
					committed by
					
						
						Helmut Pozimski
					
				
			
			
				
	
			
			
			
						parent
						
							02319fdfa5
						
					
				
				
					commit
					3890ab969e
				
			@@ -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'
 | 
			
		||||
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"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user