Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] aria2: update to 1.35.0.
@ 2019-10-08 11:29 voidlinux-github
  2019-10-08 19:14 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-10-08 11:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is a new pull request by mobinmob against master on the void-packages repository

https://github.com/mobinmob/void-packages aria2
https://github.com/void-linux/void-packages/pull/15245

aria2: update to 1.35.0.


A patch file from https://github.com/void-linux/void-packages/pull/15245.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-aria2-15245.patch --]
[-- Type: text/x-diff, Size: 2252 bytes --]

From 51a6c41166e26ced4d1e7e368833028aab593af1 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
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"

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-08 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-08 11:29 [PR PATCH] aria2: update to 1.35.0 voidlinux-github
2019-10-08 19:14 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).