Changelog for
leafnode-debugsource-2.0.0+git.1677927696.44d2783-3.8.i586.rpm :
* Sat Mar 04 2023 mceplAATTsuse.com- Update to version 2.0.0+git.1677927696.44d2783:
* configure.ac: add PCRE to LIBS not LDCONFIG
* Make C++17 compatible.
* Add a comment about rnews.
* Plug memory leak.
* Update NEWS and ChangeLog.
* store: cope with folded headers.
* Bump copyright.
* split_serverarg(): initialize char
*s[3].
* log_fclose: fix use-after-free warning
* ugid.h: fix Linux features.h compiler warning
* configure.ac: update and bump version
* newsq: Plug memory leaks.
* Tue May 17 2022 mceplAATTsuse.com- Update to version 2.0.0+git.1625851959.1275fbe:
* Bump version and update NEWS.
* Ship Matěj Cepl\'s systemd files, and refer to them
* Replace /etc/cron.daily/leafnode with systemd timer- Remove upstreamed patches: - systemd-timers.patch
* Mon Oct 04 2021 Johannes Segitz
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
* harden_leafnodeAATT.service.patch
* Fri Jul 09 2021 Matej Cepl - It is not necessary to manually set rights and ownership on %{spooldir}, and it prevents a security issue (bsc#1159996).
* Sat Jun 06 2020 Matej Cepl - Add sudoers droplet to allow users in newsadmin group to run fetchnews.
* Mon Jun 01 2020 Matej Cepl - Run through spec-cleaner
* Wed Dec 04 2019 Matej Cepl - Add Conflicts: inn, because of conflicting moderators(5) manpage and really, these shouldn\'t be on one system together.
* Mon Nov 18 2019 Matej Cepl - Replace leafnode-1 with leafnode-2 (original leafnode-2 changelog is interspersed among the records of this changelog). Details of the change are available in the file CHANGES-FROM-LEAFNODE-1 packaged as a documentation file within the package.- Add README-SUSE.rst for more information on the status of the package in the openSUSE world.- Add systemd-timers.patch to switch from cron to systemd-timers (bsc#1115443)- Remove leafnode-1.11.6-spooldir-permissions.diff patch which is not relevant for the rebased leafnode.
* Mon Nov 11 2019 Matej Cepl - Remove support for cron and xinetd- Silence rpmlint
* Wed Nov 06 2019 matthias.gerstnerAATTsuse.com- add patch fix_overflow.diff: fixes potential stack buffer overflow if unexpected directories with high numbers as a prefix appear. This is only a hardening.