I noticed that the PHP 7.1.2 tar source file is downloaded every night with the cronjob and most of the times I manually check for updates. The file is already there and is not removed before I check for updates. It happened again just now when I do ./build update;
Somehow CB is not recognizing the current 7.1.2.tar.gz in the custombuild dir and downloads it again. Can this be fixed? It is just unnecessary traffic. 7.1.2 is the only version installed with PHP-FPM, latest CB version.
Downloading php-7.1.2.tar.gz...
--2017-03-09 11:19:30-- http://files6.directadmin.com/services/custombuild/php-7.1.2.tar.gz
Resolving files6.directadmin.com (files6.directadmin.com)... 2001:16e8:1:c:62:148:174:106, 62.148.174.106
Connecting to files6.directadmin.com (files6.directadmin.com)|2001:16e8:1:c:62:148:174:106|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 20301212 (19M) [application/x-gzip]
Saving to: '/usr/local/directadmin/custombuild/php-7.1.2.tar.gz'
100%[============================================================================================================>] 20,301,212 58.1MB/s in 0.3s
2017-03-09 11:19:31 (58.1 MB/s) - '/usr/local/directadmin/custombuild/php-7.1.2.tar.gz' saved [20301212/20301212]
Somehow CB is not recognizing the current 7.1.2.tar.gz in the custombuild dir and downloads it again. Can this be fixed? It is just unnecessary traffic. 7.1.2 is the only version installed with PHP-FPM, latest CB version.