Page MenuHomeSolus

Update aria2 to 1.34.0
ClosedPublic

Authored by Girtablulu on May 12 2018, 11:21 PM.
Tags
None
Referenced Files
F11065577: D2923.diff
Fri, Aug 11, 5:03 PM
F11035743: D2923.id7162.diff
Wed, Aug 9, 6:18 PM
F11018393: D2923.id7162.diff
Sun, Aug 6, 11:47 AM
F11017367: D2923.id7162.diff
Sun, Aug 6, 1:32 AM
F10990683: D2923.id7197.diff
Mon, Jul 24, 9:49 PM
F10990681: D2923.id7199.diff
Mon, Jul 24, 9:49 PM
F10989916: D2923.id7162.diff
Mon, Jul 24, 6:09 PM
F10987695: D2923.id7166.diff
Mon, Jul 24, 6:48 AM

Details

Summary
  • Fix high CPU usage in BitTorrent downloads
  • Changelog 1.34.0 Link
Test Plan

installed and downloaded budgie iso

Diff Detail

Repository
R383 aria2
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

joebonrichie added a subscriber: joebonrichie.

Couple of small changes needed. Also you've seemed to have done a git add * and accidently added an unneeded index.html file.

package.yml
6

Should be SDPX 3.0 identifiers. Seems to be GPL-2.0-or-later from https://github.com/aria2/aria2/blob/master/src/A2STR.cc#L10

17

You should instead use the %reconfigure macro instead if %configure not longer works, see https://github.com/solus-project/ypkg/blob/master/ypkg2/rc.yml#L4

This revision now requires changes to proceed.May 13 2018, 11:51 AM

@joebonrichie guilty with the git add * didn't pay attention and thx regarding the %reconfigure command, didn't know this one exist

Changed licenz, used %reconfigure and removed index file

JoshStrobl added a subscriber: JoshStrobl.

You shouldn't be using that tarball, you should be using https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1.tar.xz, which is their release tarball, and using %configure.

This revision now requires changes to proceed.May 13 2018, 3:30 PM

switched source to release tarball

Girtablulu retitled this revision from Update aria2 to 1.33.1 to Update aria2 to 1.34.0.May 16 2018, 9:09 AM
Girtablulu edited the summary of this revision. (Show Details)

Thanks for the catch Josh, LGTM

This revision was not accepted when it landed; it landed in state Needs Review.May 16 2018, 5:58 PM
Closed by commit R383:278caa5814ce: Update aria2 to 1.34.0 (authored by Girtablulu, committed by joebonrichie). · Explain Why
This revision was automatically updated to reflect the committed changes.