pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/aria2



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.

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



Home | Main Index | Thread Index | Old Index