SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for atftp-debuginfo-0.8.0-lp155.1.6.x86_64.rpm :

* Wed Sep 14 2022 David Anes - Update to version 0.8.0
* test.sh: add MTFTP tests
* Fix MTFTP support for atftp
* Fix multicast download.
* Fix algorithm in case of packet loss in the last window.
* Improve the robustness of the atftp-client in case of package loss or duplication
* Implement PCRE tests.
* Improve upstream test script. Include tests for windowsize option.
* Fix/update minor issues in upstream
* Fix the \'windowsize\' option for write requests
* FAQ INSTALL README.CVS README.PCRE: cosmetic and spelling fixes
*
*.h: cosmetic and spelling fixes
* configure.ac: more fixes, also for libpcre2 detection
* Port to maintained PCRE2 API
* Changelog: update the recent changes
* autoconf: modify autogen.sh
* atftp.1: add more examples for options
* Add a simple congestion control
* Do some cosmetic changes
* Add windowsize option as described in RFC7440
* Thu Sep 01 2022 Stefan Schubert - Migration to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update.
* Tue Jun 28 2022 Stefan Schubert - Moved logrotate files from user specific directory /etc/logrotate.d to vendor specific directory /usr/etc/logrotate.d.
* Wed Sep 15 2021 Pedro Monreal - Update to version 0.7.5 [bsc#1190522, CVE-2021-41054]
* text files: mark/convert all textfiles to UTF-8
* fix some compiler warnings
* fix buffer overflow in atftpd (CVE-2021-41054)
* test.sh: check for root no longer necessary
* tftpd.c: Only drop privs if requested or running as root + check for failure
* fix invalid read of 1 byte in tftp_send_request.
* Check return value of fseek(), abort if != 0
* options.c: Proper fix for the read-past-end-of-array
* configure.ac: Add -std=gnu89 if gcc/clang is detected
* tftpd.c: Fix memleak if thread spawning fails
* atftp: Check return value of fgets, buffer might be uninitialized on NULL
* Fix check for argz support (HAVE_ARGZ -> HAVE_ARGZ_H)
* replace LICENSE with current version
* Remove patches fixed upstream: - atftp-0.7-sorcerers_apprentice.patch - atftp-0.7-server_receive_race.patch - atftp-0.7-ack_heuristic.patch
* Rebase patches: - atftp-drop_privileges_non-daemon.patch - atftp-0.7-default_dir_man.patch - atftp-0.7-default_user_man.patch
* Tue Sep 14 2021 Johannes Segitz - Added hardening to systemd service(s) (bsc#1181400). Modified:
* atftpd.service
* Tue May 25 2021 Ferdinand Thiessen - Update to version 0.7.4
* fix compile, missing include
* fix compile, add missing defines
* link against libpthread for atftp
* fixed atftp fails to write to /proc/self/fd/1
* Fix for DoS issue CVE-2020-6097
* remove inline keyword from definitions
* remove extern inlines
* sys/cdefs usage- Drop fixed atftp-CVE-2020-6097.patch
* Thu Jan 21 2021 Thorsten Kukuk - Use system wide tftp user/group, don\'t create them again
* Wed Oct 21 2020 Pedro Monreal - Security fix: [bsc#1176437, CVE-2020-6097]
* A specially crafted sequence of RRQ-Multicast requests can trigger an assert() call resulting denial-of-service.- Add atftp-CVE-2020-6097.patch
* Sat Apr 25 2020 chrisAATTcomputersalat.de- fix logrotate
* change command to \'/sbin/service atftpd restart\' since there is no init script and we are using systemd- fix service file
* atftpd does not create logfile when there is none, hence we create in ExecStartPre- Update sysconfig file
* add ATFTPD_LOGFILE if we want to use our own logfile
* add comment to ATFTPD_BIND_ADDRESSES that it is obsolete since systemd (binds to 0.0.0.0)
* Fri Jul 05 2019 matthias.gerstnerAATTsuse.com- removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html
* Fri Apr 26 2019 Pedro Monreal Gonzalez - Removed old initscript conditionals and atftpd.init file
* Wed Apr 24 2019 Pedro Monreal Gonzalez - Update to version 0.7.2 [bsc#1133114, CVE-2019-11365][bsc#1133145, CVE-2019-11366]
* atftpd.c: Fixed a potential DoS bug (introduced by the IPv6 patch)
* Fix Debian Bug deb#613582 and deb#258998 atftpd: does not reply properly when there\'s more than 1 interface
* Fix Debian Bug deb#622840 atftpd: Forgets port if both --port and --bind-address are used
* Fix Debian Bug deb#606969 atftp exits with no error after a get when disk is full
* Fix Debian Bug deb#575831 atftp: error return value when tftp put file
* Fix missing default port from Ubuntu bug lp#972834
* Merged patches to improve debugging and warning messages
* Merged patch from Gentoo distribution: add support for proprietary password extension necessary for transferring files to linksys routers (atftp client)
* Added patch from Gentoo bug #322601: client fails for filenames containing spaces
* Listening Address configuration fixed
* Added Patch \"Blksize option can be smaller than SEGSIZE\"
* Fix Debian Bug deb#609813 Apply patch listen on requested port when in daemon mode.
* Fix Debian Bug deb#598474 Fixed use of sendto() over a connected datagram socket on FreeBSD
* Fix Debian Bug deb#580473 Apply IPv6 support patch by Ben Hutchings. Add AC_GNU_SOURCE to configure.ac to address FTBFS.
* Fix Debian Bug deb#536295 Updated config.sub .guess.
* Fix Debian Bug deb#535604 Make sure we have the --daemon option before starting atftpd
* Fix Debian Bug deb#514521 Crash fix
* Fix Debian Bug deb#484739 Added support for logging to stdout.
* Fix Debian Bug deb#484932 inetd.conf: change udp to udp4
* Fix Debian Bug deb#436310 Fixed the FTBFS.
* Fix Debian Bug deb#420900 Use CLOCKS_PER_SEC instead of CLK_TCK. Fixed a FTBFS.
* Fix Debian Bug deb#271816 Random segfaults fixed
* Fix Debian Bug deb#291829 Segfault fixed on AMD64.
* Fix Debian Bug deb#290062 Copyright fixed.
* Fix Debian Bug deb#275052 Data corruption bug in multicast mode fixed.
* New Project home: https://sourceforge.net/projects/atftp/- Removed patches fixed upstream:
* atftp-0.7.dif
* atftp-CLK_TCK.diff
* atftp-0.7_compiler_warnings.patch
* atftp-0.7_thread_crash.patch
* atftp-0.7_sol_ip.patch
* atftp-0.7_bug-213384_OPT_NUMBER.patch
* atftpd-0.7_unprotected_assignments_crash.patch
* atftpd-0.7_circumvent_tftp_size_restrictions.patch- Rebased patches:
* atftp-0.7-ack_heuristic.patch
* atftp-0.7-default_user_man.patch
* atftp-0.7-server_receive_race.patch
* atftp-0.7-sorcerers_apprentice.patch
* atftp-drop_privileges_non-daemon.patch
* 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]
* Tue Dec 06 2016 vcizekAATTsuse.com- honor --user and --group options in non-daemon mode (bsc#1013565)
* add atftp-drop_privileges_non-daemon.patch
* Mon Jun 15 2015 mpluskalAATTsuse.com- Use ATFTPD_BIND_ADDRESSES in init script (boo#921219)- Move autoreconf back to %buils as it causes issues with quilt
* Mon Jun 08 2015 schwabAATTsuse.de- Force gnu89 inline semantics
* Tue May 26 2015 mpluskalAATTsuse.com- Move autoreconf to %prep section as it better fits there
* Sun May 24 2015 mpluskalAATTsuse.com- Fix atftpd.socket (boo#932161)
* Wed Mar 18 2015 mpluskalAATTsuse.com- Do not install service and socket file as executable
* change to 0644- Cleanup spec file with spec-cleaner
* Mon Feb 16 2015 p.drouandAATTgmail.com- Add systemd support for openSUSE >= 12.1
 
ICM