aboutsummaryrefslogtreecommitdiff
path: root/net/aria2/patches
Commit message (Collapse)AuthorAge
* aria2: Fix the faulty patch againRosen Penev2019-01-25
| | | | | | | | The previous solution was incorrect. The issue was that the macro was not defined as the header defining it was not included. GCC warns if -Wunder is passed and does not error by default, leading to the confusion. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* aria2: Fix faulty patchRosen Penev2019-01-06
| | | | | | | The if condition was wrong and caused compilation errors with 1.1. Potentially broke 1.0.2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* aria2: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-13
Signed-off-by: Rosen Penev <rosenp@gmail.com>