Company lockdown, I am not allowed to use apt-get so I have to get our systems team to download packages for me, they ftp them to the system and then I install them with
dpkg -i <package>.deb
Pain in the **** but I can't get this changed; I've asked, pleaded and cajoled but the auditors and security boys will not allow it, no matter that I have to send a request to them every time I want to install a new package or dependency.
SO: I need to upgrade from 16.04.3LTS to 16.04.7LTS (to fix a Samba vulnerability). Any idea if this is possible using package downloads, and where I can find them? Is it just a kernel, and if so where can I get it?
Ah OK looking further into info on CVE-2017-7494 I see "Ubuntu 16.04 LTS (Xenial Xerus): released (2:4.3.11+dfsg-0ubuntu0.16.04.7)". The installed Samba version I have is 4.3.11 so I'm not sure why I'm seeing Ubuntu 16.04.7 in there? I get confused easily...
7
is not part of the release code, see How does Ubuntu name packages? for an explanation. – dessert Oct 02 '17 at 15:12samba (2:4.3.11+dfsg-0ubuntu0.16.04.11
so what you're looking for is outdated anyway. All samba packages in 16.04 are version 4.3.11 – doug Oct 02 '17 at 20:03