Changelog for
tftp-5.2-150500.94.2.x86_64.rpm :
* Wed Jun 19 2024 mjamborAATTsuse.com- Add tftp-c99.patch to avoid calling undeclaed function and thus make the package buildable with GCC 14 [boo#1225935]
* Wed Dec 07 2022 meissnerAATTsuse.com- source url -> https
* Wed Nov 24 2021 jsegitzAATTsuse.com- Added hardening to systemd service(s) (bsc#1181400). Modified:
* tftp.service
* Wed Jul 28 2021 dmuellerAATTsuse.com- correct source url to new location
* Fri Jul 02 2021 gmbr3AATTopensuse.org- Use systemd-sysusers external package
* Tue Oct 13 2020 jengelhAATTinai.de- Do not suppress errors from useradd.- Replace some old specfile constructs. To that end, patches were refreshed: tftp-hpa-0.43_include_sys_params.patch, tftp-hpa-0.46_colon_check.patch, tftp-hpa-0.48-macros-crash.patch, tftp-hpa-0.48-macros-v6mapped.patch.
* Tue Sep 01 2020 olafAATTaepfle.de- Remove bogus comment about directory assumptions in.tftpd assumes nothing, exactly one directory must be specified when option -s is used- Reorder command line options Optional admin options come before the final directory option
* Wed Jan 08 2020 tchvatalAATTsuse.com- Pass fcommon to cflags wrt bsc#1160297
* Mon Oct 14 2019 pmonrealgonzalezAATTsuse.com- Add tftp.socket requirement to the service unit section [bsc#1153625]
* Thu Jul 11 2019 antoine.belvireAATTopensuse.org- Remove SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld (which already provides a tftp service).
* Fri Apr 26 2019 mvetterAATTsuse.com- bsc#1130588: Require shadow instead of old pwdutils
* Tue Jul 10 2018 kukukAATTsuse.de- Don\'t require systemd explicit, spec file can handle both cases correct and in containers we don\'t have systemd.
* Thu Nov 23 2017 rbrownAATTsuse.com- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)
* Fri Sep 08 2017 pmonrealgonzalezAATTsuse.com- Changed permissions of /srv/tftpboot to be readable [bsc#940608]
* Fri Jun 16 2017 jhuraAATTsuse.com- Removed xinetd service
* Mon Nov 02 2015 vcizekAATTsuse.com- add a sysconfig file to allow passing parameters to the service (requested in bsc#951591)
* added tftp.sysconfig
* Fri Sep 18 2015 vcizekAATTsuse.com- respond from the destination address taken from the first udp message\'s ancillary data (bnc#928283)
* added tftp-multi-addresses.patch
* Fri Sep 18 2015 vcizekAATTsuse.com- tftp-hpa-0.48-macros-crash.patch: prevent buffer overflow in handling of \\x macro (bnc#793883)- tftp-hpa-0.48-macros-v6mapped.patch: for \\i and \\x, expand v6-mapped addresses as native IPv4 (bnc#793883)- patches come from Michal Kubecek