Samba 4.9.5+dfsg-5+deb10u5 - Build and installation notes ========================================================== Source package: samba-4.9.5+dfsg-5+deb10u5.tar.xz SHA-256 checksum: 62ae00a8e08d6657867736ec9b1f959c92687a8e951bd47a67c9e52168b22c01 To check the downloaded file, run: sha256sum samba-4.9.5+dfsg-5+deb10u5.tar.xz The command output must start with the SHA-256 checksum shown above. The archive contains Debian source package files, including .dsc, .orig.tar.xz and .debian.tar.xz files. Example rebuild flow on a compatible Debian-based build system: tar -xf samba-4.9.5+dfsg-5+deb10u5.tar.xz cd samba dpkg-source -x samba_*.dsc cd samba-* sudo apt-get build-dep ./ dpkg-buildpackage -b -us -uc Example installation of rebuilt packages: sudo systemctl stop smbd nmbd winbind sudo dpkg -i ../samba*.deb ../libsmbclient*.deb ../smbclient*.deb ../winbind*.deb sudo systemctl restart smbd nmbd winbind Notes: - Package selection depends on which Samba binary packages are rebuilt and required by the system. - Preserve existing Samba configuration files before replacing packages.