* Wed Mar 27 2024 Antonio Teixeira <antonio.teixeira@suse.com>
- Provide user(fax) in sendfax package. [bsc#1221420]
* Fri Feb 23 2024 pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
* Fri Dec 16 2022 pgajdos@suse.com
- do not enable/disable parametrized service [bsc#914661c17]
* Tue Feb 22 2022 Martin Hauke <mardnh@gmx.de>
- Restore AutoPPP functionality by properly passing "-DAUTO_PPP"
to CFLAGS.
* Fri Oct 15 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* mgetty@.service
* vgetty@.service
* Thu Jun 24 2021 Matthias Gerstner <matthias.gerstner@suse.com>
- add faxq-libexec.patch: adjust buildsystem to move faxq-helper setuid binary
to /usr/libexec (bsc#1171164)
* Tue May 25 2021 Wolfgang Frisch <wolfgang.frisch@suse.com>
- Link /usr/bin/newslock as PIE (bsc#1184124).
- Modified fixpie.patch
* Tue Mar 16 2021 Marcus Meissner <meissner@suse.com>
- mgetty-fix-errlist.patch: just use strerror() here.
* Tue May 26 2020 Matthias Gerstner <matthias.gerstner@suse.com>
- fix set_permissions invocation, a '%' was missing for the faxq-helper path,
causing the path never to be adjusted correctly during %post.
* Wed Feb 26 2020 Marketa Calabkova <mcalabkova@suse.com>
- Update to version 1.2.1
Changes from 1.1.37 to 1.2.0:
* policy.h: default MAILER to "/usr/sbin/sendmail"
* conf_mg.c, conf_mg.h, mgetty.c: new option "open-delay <msec>"
* utmp.c, mg_utmp.h: apply FreeBSD port patches to adjust to 9.x
* bug fixes based on static code analysis (mem leaks, buffer overruns)
* mgetty.c: make "dialout!" logging more useful (log dialout command)
* more bugfixes, features and code improvements
* see ftp://mgetty.greenie.net/pub/mgetty/source/1.2/mgetty-1.1.37-1.2.0.diff.gz
Changes from 1.2.0 to 1.2.1:
* fax/faxrunq.in, fax/faxq.in: properly quote input from JOB files,
avoid attack with shell metacharacters (CVE-2018-16741, bsc#1108752)
* contrib/scrtsc.c: remove from distribution (CVE-2018-16742, bsc#1108762)
* contrib/next-login/next-login.c: fix buffer overflow on username
(CVE-2018-16743, bsc#1108761)
* faxrec.c, policy.h: rework mail handling, avoid potential buffer
overrun by means of "mail-to" config variable (CVE-2018-16744, bsc#1108757)
* more bugfixes
* see ftp://mgetty.greenie.net/pub/mgetty/source/1.2/mgetty-1.2.0-1.2.1.diff.gz
- Drop upstreamed patch 0001-Fix-build-failure-with-gcc-7.patch
- Reapplied patch mgetty-1.1.37-makefile.patch