FreeBSD Bugzilla – Attachment 167421 Details for
Bug 207502
[PATCH] www/aria2: update to 1.20.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update www/aria2 to 1.20.0
www_aria2.patch (text/plain), 2.45 KB, created by
Matthew Rezny
on 2016-02-25 22:39:48 UTC
(
hide
)
Description:
update www/aria2 to 1.20.0
Filename:
MIME Type:
Creator:
Matthew Rezny
Created:
2016-02-25 22:39:48 UTC
Size:
2.45 KB
patch
obsolete
>Index: www/aria2/Makefile >=================================================================== >--- www/aria2/Makefile (revision 409515) >+++ www/aria2/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= aria2 >-PORTVERSION= 1.19.3 >+PORTVERSION= 1.20.0 > CATEGORIES= www > MASTER_SITES= https://github.com/tatsuhiro-t/${PORTNAME}/releases/download/release-${PORTVERSION}/ > >@@ -50,7 +50,7 @@ > NLS_USES= gettext localbase > SQLITE_CONFIGURE_OFF= --without-sqlite3 > SQLITE_CONFIGURE_ON= --with-sqlite3 >-SQLITE_USE= SQLITE=yes >+SQLITE_USE= USES+=sqlite > > ARIA2_DISK_CACHE?= 16M > >Index: www/aria2/distinfo >=================================================================== >--- www/aria2/distinfo (revision 409515) >+++ www/aria2/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (aria2-1.19.3.tar.xz) = 6abcc6c28437a519cc1016736cb446ed38db360cb9828c4a7105526ea82299e3 >-SIZE (aria2-1.19.3.tar.xz) = 1406904 >+SHA256 (aria2-1.20.0.tar.xz) = bf96344b6fee3aada0881ca008b077ea2c5dd820e8f8d693329481ecc7ff8fd0 >+SIZE (aria2-1.20.0.tar.xz) = 1410880 >Index: www/aria2/files/patch-src-DownloadEngine.cc >=================================================================== >--- www/aria2/files/patch-src-DownloadEngine.cc (revision 409515) >+++ www/aria2/files/patch-src-DownloadEngine.cc (working copy) >@@ -1,4 +1,4 @@ >---- src/DownloadEngine.cc.orig 2014-07-22 14:33:38 UTC >+--- src/DownloadEngine.cc.orig 2016-02-15 15:36:34 UTC > +++ src/DownloadEngine.cc > @@ -37,6 +37,7 @@ > #include <signal.h> >Index: www/aria2/files/patch-src-LibsslTLSContext.cc >=================================================================== >--- www/aria2/files/patch-src-LibsslTLSContext.cc (revision 409515) >+++ www/aria2/files/patch-src-LibsslTLSContext.cc (working copy) >@@ -1,19 +1,19 @@ >---- src/LibsslTLSContext.cc.orig 2015-02-23 14:34:01 UTC >+--- src/LibsslTLSContext.cc.orig 2016-02-15 15:36:34 UTC > +++ src/LibsslTLSContext.cc >-@@ -103,14 +103,20 @@ OpenSSLTLSContext::OpenSSLTLSContext(TLS >+@@ -112,14 +112,20 @@ OpenSSLTLSContext::OpenSSLTLSContext(TLS > > long ver_opts = 0; >- switch(minVer) { >+ switch (minVer) { > +#ifdef SSL_OP_NO_TLSv1_1 > case TLS_PROTO_TLS12: > ver_opts |= SSL_OP_NO_TLSv1_1; > +#endif // SSL_OP_NO_TLSv1_1 >- // fall through >+ // fall through > +#ifdef SSL_OP_NO_TLSv1 > case TLS_PROTO_TLS11: > ver_opts |= SSL_OP_NO_TLSv1; > +#endif // SSL_OP_NO_TLSv1 >- // fall through >+ // fall through > +#ifdef SSL_OP_NO_SSLv3 > case TLS_PROTO_TLS10: > ver_opts |= SSL_OP_NO_SSLv3;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207502
: 167421