Hello,

Update for Aria2 to 1.35.0:

https://github.com/aria2/aria2/releases/tag/release-1.35.0

OK? Comments?

Cheers.-

-- 

                - gonzalo
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/aria2/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile    12 Jul 2019 20:50:17 -0000      1.57
+++ Makefile    15 Oct 2019 14:24:34 -0000
@@ -3,11 +3,10 @@
 BROKEN-alpha = MetalinkParserStateV4Impl.cc:219:1: internal compiler error: 
Segmentation fault
 
 COMMENT =              lightweight multi-protocol & multi-source download 
utility
-V =                    1.34.0
+V =                    1.35.0
 DISTNAME =             aria2-${V}
 CATEGORIES =           www
 HOMEPAGE =             https://aria2.github.io/
-REVISION =             1
 
 MAINTAINER =           Gonzalo L. R. <gonz...@openbsd.org>
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/aria2/distinfo,v
retrieving revision 1.33
diff -u -p -r1.33 distinfo
--- distinfo    16 May 2018 10:06:08 -0000      1.33
+++ distinfo    15 Oct 2019 14:24:34 -0000
@@ -1,2 +1,2 @@
-SHA256 (aria2-1.34.0.tar.gz) = 7EhmmFdgtQaqNtyQIdvcaVUcGmR4I8rjKMMKTzr/qmw=
-SIZE (aria2-1.34.0.tar.gz) = 3786225
+SHA256 (aria2-1.35.0.tar.gz) = /YVYlBb4JGzvxOa6L6UtpU/fEf1WAqLbS2dJ98M7Wy0=
+SIZE (aria2-1.35.0.tar.gz) = 3799574
Index: patches/patch-src_libssl_compat_h
===================================================================
RCS file: patches/patch-src_libssl_compat_h
diff -N patches/patch-src_libssl_compat_h
--- patches/patch-src_libssl_compat_h   18 Feb 2018 11:12:22 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -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

Reply via email to