Received: by mail.netbsd.org (Postfix, from userid 605) id 8639684E83; Wed, 29 Sep 2021 14:54:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BDEC884D50 for ; Wed, 29 Sep 2021 14:54:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0RHyKjHF3OUF for ; Wed, 29 Sep 2021 14:54:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 34BA484D0F for ; Wed, 29 Sep 2021 14:54:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2CEB9FA97; Wed, 29 Sep 2021 14:54:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1632927254218180" MIME-Version: 1.0 Date: Wed, 29 Sep 2021 14:54:14 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/net/aria2 To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20210929145414.2CEB9FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1632927254218180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Wed Sep 29 14:54:14 UTC 2021 Modified Files: pkgsrc/net/aria2: Makefile distinfo Log Message: aria2: Update to 1.36.0 Changelog: 1.36.0 Changes ------- * Update wslay * Bump Windows build dependencies * Bump android build dependencies * Fix segfault when time_t is 64bit on 32bit arch Patch from Natanael Copa bug 1666 * Updates the make_bash_completion script to Python3. Patch from sleepymac bug 1672 * Prevent corrupt downloads after app and/or system crash Patch from Ali MJ Al-Nasrawy bug 1644 * Reset sessionDownloadLength and sessionUploadLength on download start bug 1486 * AppleTLS: Add TLSv1.3 support To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/aria2/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/net/aria2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1632927254218180 Content-Disposition: inline Content-Length: 1594 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/aria2/Makefile diff -u pkgsrc/net/aria2/Makefile:1.89 pkgsrc/net/aria2/Makefile:1.90 --- pkgsrc/net/aria2/Makefile:1.89 Wed Apr 21 13:25:06 2021 +++ pkgsrc/net/aria2/Makefile Wed Sep 29 14:54:13 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.89 2021/04/21 13:25:06 adam Exp $ +# $NetBSD: Makefile,v 1.90 2021/09/29 14:54:13 ryoon Exp $ -DISTNAME= aria2-1.35.0 -PKGREVISION= 8 +DISTNAME= aria2-1.36.0 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=aria2/} GITHUB_RELEASE= release-${PKGVERSION_NOREV} Index: pkgsrc/net/aria2/distinfo diff -u pkgsrc/net/aria2/distinfo:1.42 pkgsrc/net/aria2/distinfo:1.43 --- pkgsrc/net/aria2/distinfo:1.42 Wed Jan 1 16:21:02 2020 +++ pkgsrc/net/aria2/distinfo Wed Sep 29 14:54:13 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.42 2020/01/01 16:21:02 leot Exp $ +$NetBSD: distinfo,v 1.43 2021/09/29 14:54:13 ryoon Exp $ -SHA1 (aria2-1.35.0.tar.xz) = 1e4f8dba13e6eb5860b90c567a9c03d2c4be8f18 -RMD160 (aria2-1.35.0.tar.xz) = 9264f00160eca215a709ad442fd14316457a2e66 -SHA512 (aria2-1.35.0.tar.xz) = 82b49cecd61064ae33b4a422a2320d533f54afea8fab0f014072a46afdc05972d2e9c603e843960c097410adf87290df65849f4ee05e047403618ae50db151ef -Size (aria2-1.35.0.tar.xz) = 1534460 bytes +SHA1 (aria2-1.36.0.tar.xz) = cd2e5e69ae8382b03bf18619d501af8b73bee201 +RMD160 (aria2-1.36.0.tar.xz) = dcde8da73d2300528d9cef8cc7bcbbbfb101e811 +SHA512 (aria2-1.36.0.tar.xz) = 8203dbb75274455a78c50dd4f894e631de6931ac889f26896dceed78ec38c98cdbcf07e164744f308f2bfffeae1016beec1bfdbe8cad7f3280d11376aa0c2542 +Size (aria2-1.36.0.tar.xz) = 1619036 bytes --_----------=_1632927254218180--