zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
13.85k stars 1.61k forks source link

[Feature Request] alpine 3.18 package is missing #2020

Open giulianozor opened 1 year ago

giulianozor commented 1 year ago

Please, Can you add the package to alpine 3.18 repository ?

Thank you!

[update] I manually downloaded the apks from the 3.17 community repository and installed them manually and it seems to work fine

wget https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/zerotier-one-openrc-1.10.2-r0.apk
wget https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/zerotier-one-1.10.2-r0.apk
sudo apk add zerotier-one-1.10.2-r0.apk 
sudo apk add zerotier-one-openrc-1.10.2-r0.apk 
sudo rc-update add zerotier-one
sudo service zerotier-one start
el-vishal commented 1 year ago

your commands helped me! Thank you for sharing +1 on this request

hubrichc commented 11 months ago

thank you for sharing

ShaRose commented 11 months ago

Just to add since I did some digging: The cause was that alpine ports need to be an open source license, which zerotier isn't.

Not really a fix for this unless zerotier hosts a proper alpine repo,

https://git.alpinelinux.org/aports/commit/community?id=7f7b355d081655ed3fbbc6391f6aac987d2d4e2c

https://wiki.alpinelinux.org/wiki/Package_policies

"The license of the program should be based on the licenses approved by the Free Software Foundation or OSI."

Seems whoever initially submitted the package didn't look closely and put it in as 'GPL-3.0-or-later', when it should have been 'BUSL-1.1'.

donluca commented 9 months ago

Seconding this.

Even if we can't have ZeroTier in the Alpine Linux package manager, it would be nice if the developers could provide standalone packages like they do for Debian/RPM.

kormose commented 3 months ago

Still missing in Alpine 3.19.

underwoodblog commented 1 week ago

...and 3.20

NepBreadus commented 1 week ago

+1 no ZeroTier for 3.20.

kormose commented 1 day ago

Packages or build instructions would be great to have for Alpine.