oxen-io / lokinet

Lokinet is an anonymous, decentralized and IP based overlay network for the internet.
https://lokinet.org/
GNU General Public License v3.0
1.72k stars 220 forks source link

Missing source archive release for 0.9.11 #2081

Closed Kusoneko closed 1 year ago

Kusoneko commented 1 year ago

In the release here: https://github.com/oxen-io/lokinet/releases/tag/v0.9.11

There is no linux release tarball.

jagerman commented 1 year ago

We stopped providing pre-built static Linux binaries a while ago, because some of the extra steps required to properly run it (like setcapping) were easily missed, and security is worse (because you don't get automatic security fixes of dependencies via system libraries) so the preferred solution for Linux is to get it from a precompiled package repository:

Other distributions ought to be fairly easy to build and install from the source.

Kusoneko commented 1 year ago

Dec. 4, 2022 23:12:31 Jason Rhinelander @.***>:

We stopped providing pre-built static Linux binaries a while ago, because some of the extra steps required to properly run it (like setcapping) were easily missed, and security is worse (because you don't get automatic security fixes of dependencies via system libraries) so the preferred solution for Linux is to get it from a precompiled package repository:

  • For Debian and Ubuntu and Debian- or Ubuntu-derived distributions, https://deb.oxen.io has the releases for several recent versions of each.

  • For Fedora we're currently working on upgrading the Fedora packages, but when ready they will be available on https://rpm.oxen.io

  • Arch Linux has a lokinet package in the AUR.

Other distributions ought to be fairly easy to build and install from the source.

— Reply to this email directly, view it on GitHub[https://github.com/oxen-io/lokinet/issues/2081#issuecomment-1336724911], or unsubscribe[https://github.com/notifications/unsubscribe-auth/AB4OXMEBM6PPAKM2LHBA2RDWLVTSZANCNFSM6AAAAAASTVEH74]. You are receiving this because you authored the thread.[Tracking image][https://github.com/notifications/beacon/AB4OXMCCVIYQ276H35ZMLF3WLVTSZA5CNFSM6AAAAAASTVEH76WGG33NNVSW45C7OR4XAZNMJFZXG5LFINXW23LFNZ2KUY3PNVWWK3TUL5UWJTSPVTG26.gif]Message ID: @.***>

Yes, I get that, but I meant more that in version 0.9.10, there's a release tarball (presumably not a binary either) along with a sig file, which both are missing from this release. I flagged the package as out of date on the AUR, but while looking at this release vs the previous ones I noticed these missing files that were previously included in even the last release.

jagerman commented 1 year ago

Ah, that is the source archive. I'll make that and add it to the release page.

jagerman commented 1 year ago

It's added to the release now. Thanks for the report!