mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
aria2: bump to 1.34.0, try to fix TEST(), add TEST_REQUIRES. (#2559)
Also update HOMEPAGE & SOURCE_URI.
This commit is contained in:
@@ -7,12 +7,12 @@ BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP \
|
||||
is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, \
|
||||
aria2 automatically validates chunks of data while downloading a file like \
|
||||
BitTorrent."
|
||||
HOMEPAGE="http://aria2.sourceforge.net"
|
||||
COPYRIGHT="2006-2014 Tatsuhiro Tsujikawa"
|
||||
HOMEPAGE="https://aria2.github.io/"
|
||||
COPYRIGHT="2006-2018 Tatsuhiro Tsujikawa"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/tatsuhiro-t/aria2/releases/download/release-$portVersion/aria2-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="2539e4844f55a1f1f5c46ad42744335266053a69162e964d9a2d80a362c75e1b"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/aria2/aria2/releases/download/release-$portVersion/aria2-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3"
|
||||
PATCHES="aria2-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="!x86_gcc2 ?x86 x86_64"
|
||||
@@ -88,6 +88,11 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
TEST_REQUIRES="
|
||||
cmd:cppunit_config$secondaryArchSuffix
|
||||
devel:libcppunit$secondaryArchSuffix
|
||||
"
|
||||
|
||||
defineDebugInfoPackage aria2$secondaryArchSuffix \
|
||||
"$libDir"/libaria2.so.$libVersion
|
||||
|
||||
@@ -116,5 +121,5 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
make tests
|
||||
make check
|
||||
}
|
||||
@@ -5,10 +5,10 @@ Subject: haiku: detect libnetwork
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 863d36f..0a66ff1 100644
|
||||
index 1ab1d32..529a00e 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -720,6 +720,9 @@ case "$host" in
|
||||
@@ -653,6 +653,9 @@ case "$host" in
|
||||
EXTRALIBS="$LIBS $EXTRALIBS"
|
||||
LIBS=$save_LIBS
|
||||
;;
|
||||
@@ -29,7 +29,7 @@ Subject: check SSL_OP_NO_TLSv1_1
|
||||
|
||||
|
||||
diff --git a/src/LibsslTLSContext.cc b/src/LibsslTLSContext.cc
|
||||
index fb74ccc..5147cab 100644
|
||||
index 62a5577..be6d12b 100644
|
||||
--- a/src/LibsslTLSContext.cc
|
||||
+++ b/src/LibsslTLSContext.cc
|
||||
@@ -113,7 +113,9 @@ OpenSSLTLSContext::OpenSSLTLSContext(TLSSessionSide side, TLSVersion minVer)
|
||||
Reference in New Issue
Block a user