Updates no longer work

tarta

Verified User
Joined
Jan 31, 2018
Messages
83
Hi,

Was there a change on DA side that the software version updates are no longer from DA packages but via system (debian / apt in my case) packages?

I have a script I use on a regular basis to update system:

cd /usr/local/directadmin/custombuild
./build clean
./build update
./build versions
sleep 5
./build update_versions
apt update && apt upgrade
apt dist-upgrade

but I've noticed recently that, if new software is released, it's not being build from DA package but system, e.g.


Hit:14 https://deb.nodesource.com/node_16.x bullseye InRelease
Fetched 48.2 kB in 7s (7,040 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
apache2 apache2-bin apache2-data apache2-utils rspamm



I'd expect to get the update at ./build update && ./build update_versions stage and not from apt update && apt upgrade
 
There was a lot changes last 3-4 DA versions, you must read changelog. They moved from compilling to OS installed: clamav, curl, ImageMagick and some others that I don't remember.
 
Back
Top