AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home/overview.html
GNU General Public License v3.0
25.63k stars 1.84k forks source link

v0.107.52 not updated in freebsd.. (is there a reason?) #7294

Closed bcookatpcsd closed 1 month ago

bcookatpcsd commented 1 month ago

Prerequisites

Platform (OS and CPU architecture)

FreeBSD, AMD64 (aka x86_64)

Installation

Other (please mention in the description)

Setup

Standalone machine for a network for tailscale

AdGuard Home version

v0.107.51

Action

Put up a FreeBSD machine for a project and installed adguardhome from pkg.

Not sure why 107.51 is in pkg and in ports.. is there a reason 107.52 isn't there?

getting the github release for 107.52 and cp'ing the AdGuardHome binary to adguardhome and everything seems just fine..

(but is there something that I don't know about yet..? )

Expected result

FreeBSD pkg and ports would have the stable release found in github..

Actual result

one version behind, but just confused why

https://cgit.freebsd.org/ports/tree/www/adguardhome

.. any ideas?

possibly related to golang ver or npm ver?

Additional information and/or screenshots

thank you in advance as always..

bcookatpcsd commented 1 month ago

This seems to have no problems..

cd /tmp
fetch https://static.adguard.com/adguardhome/release/AdGuardHome_freebsd_amd64.tar.gz
tar xvf AdGuardHome_freebsd_amd64.tar.gz

/usr/local/bin/adguardhome --version
/usr/local/etc/rc.d/adguardhome stop

cp /tmp/AdGuardHome/AdGuardHome /usr/local/bin/adguardhome

/usr/local/etc/rc.d/adguardhome start
/usr/local/bin/adguardhome --version

rm -rf /tmp/AdGuardHome