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:   wiz
Date:           Mon Sep 15 12:22:07 UTC 2025

Modified Files:
        pkgsrc/net/aria2: Makefile distinfo

Log Message:
aria2: update to 1.37.0.

Fix header in --http-accept-gzip documentation by @richardnias in #1824
Fix typo in documentation, --help text by @h3xx in #1877
Update aria2c.rst by @ITriskTI in #1902
Allow empty dist name in bencode which is needed for hybrid torrent by @tatsuhiro-t in #1905
Better entropy for getRandomBytes by @tatsuhiro-t in #1907
Deal with missing nproc on macos by @tatsuhiro-t in #1924
Bump actions by @tatsuhiro-t in #1923
Bump workflow ubuntu by @tatsuhiro-t in #1929
Add missing include to WinTLSSession.h by @hmartinez82 in #1943
Fix undefined behavior/crash in GZipEncoder by @himikof in #1970
Fix Metalink4 parsing with foreign namespaces by @himikof in #1969
fix wrong dht.dat binary file structure in docs by @yixinBC in #2068
Increase ByteArrayDiskWriter maximum size by @kelson42 in #1893
Minor grammar improvements by @nkh0472 in #1804
Fix static link failure against libssh2 by @tatsuhiro-t in #2088
Update Dockerfile.mingw by @tatsuhiro-t in #2089
Prefer random number generator from crypto libraries by @tatsuhiro-t in #2091
android(ndk r23) has timegm by @FH0 in #1822
Add Dockerfile.android by @tatsuhiro-t in #2092
Remove deprecated std::unary_function and std::binary_function by @tatsuhiro-t in #2093
Update wslay by @tatsuhiro-t in #2094
Fix test errors with ubsan by @tatsuhiro-t in #2095
ci: Build with gnutls by @tatsuhiro-t in #2096
ci: Build mingw image by @tatsuhiro-t in #2097
Revert "ci: Build mingw image" by @tatsuhiro-t in #2098
Fix overflow by @tatsuhiro-t in #2099
Make releases with docker by @tatsuhiro-t in #2100
Dockerfile.mingw: Parallel build by @tatsuhiro-t in #2101
Dockerfile.android: Add dpkg-dev for dpkg-architecture by @tatsuhiro-t in #2102
Dockerfile.mingw: Remove deprecated libssh2 configure flags by @tatsuhiro-t in #2103
Dockerfile.mingw: Update how to get aria2c.exe from a container by @tatsuhiro-t in #2104
Update sphinx_rtd_theme by @tatsuhiro-t in #2105
Static check fix by @tatsuhiro-t in #2106
Do not close stdout and stderr by @tatsuhiro-t in #2107
Avoid non-nil argument errors by @tatsuhiro-t in #2108
Logger: Fix format string overflow in writeHeader() by @egorenar in #2117
ci: Bump gcc and clang by @tatsuhiro-t in #2125
Do not require strict C++ mode and update ax_cxx_compile_stdcxx.m4 by @tatsuhiro-t in #2126
Cap infoHashLength in .aria2 file by @tatsuhiro-t in #2127
Fix non bt build error by @tatsuhiro-t in #2129
Various documenation fixes and rewords by @h3xx in #1982
Change 'meta data' to 'metadata' by @h3xx in #1983
Dockerfile: Bump c-ares to 1.21.0 by @tatsuhiro-t in #2132
Dockerfile.mingw: Downgrade c-ares to 1.19.1 by @tatsuhiro-t in #2135


To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 pkgsrc/net/aria2/Makefile
cvs rdiff -u -r1.45 -r1.46 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.104 pkgsrc/net/aria2/Makefile:1.105
--- pkgsrc/net/aria2/Makefile:1.104     Sun Aug 31 19:55:33 2025
+++ pkgsrc/net/aria2/Makefile   Mon Sep 15 12:22:07 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.104 2025/08/31 19:55:33 wiz Exp $
+# $NetBSD: Makefile,v 1.105 2025/09/15 12:22:07 wiz Exp $
 
-DISTNAME=      aria2-1.36.0
-PKGREVISION=   13
+DISTNAME=      aria2-1.37.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.45 pkgsrc/net/aria2/distinfo:1.46
--- pkgsrc/net/aria2/distinfo:1.45      Tue Oct 26 11:05:22 2021
+++ pkgsrc/net/aria2/distinfo   Mon Sep 15 12:22:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2021/10/26 11:05:22 nia Exp $
+$NetBSD: distinfo,v 1.46 2025/09/15 12:22:07 wiz Exp $
 
-BLAKE2s (aria2-1.36.0.tar.xz) = 632ae5342503f7aec38c86edb0aa4f2ec933a5d1ff745d543d5ce5d91a122871
-SHA512 (aria2-1.36.0.tar.xz) = 8203dbb75274455a78c50dd4f894e631de6931ac889f26896dceed78ec38c98cdbcf07e164744f308f2bfffeae1016beec1bfdbe8cad7f3280d11376aa0c2542
-Size (aria2-1.36.0.tar.xz) = 1619036 bytes
+BLAKE2s (aria2-1.37.0.tar.xz) = 32fbcdb6ab4065cf7728b11875fe0bd26dd914a4b70cd7ec0e9f563d3c69b37e
+SHA512 (aria2-1.37.0.tar.xz) = df3b8b4de8fa8d78f203ea00c059e43585e18a229009f202e42e6a9e59db67d09df0dbba8a016e99ed73c82f59e4f8b26f86c2288afdbb96a6807cbe2c56e6b3
+Size (aria2-1.37.0.tar.xz) = 1705256 bytes



Home | Main Index | Thread Index | Old Index