Changelog for
ppp-modem-2.4.9-1.1.noarch.rpm :
* Wed Dec 28 2022 Stefan Schubert
- Migration of PAM settings to /usr/lib/pam.d.
* Thu May 26 2022 Martin Liška - Add ppp-compiling-with-clang-encounters-an-error-in-eap-tls..patch that fixed the following rpmlint error: executable-stack (Badness: 10000) /usr/sbin/pppd
* Mon May 23 2022 Ferdinand Thiessen - Update to version 2.4.9
* Support for new EAP (Extensible Authentication Protocol) methods
* Support for EAP-TLS
* Support for EAP-MSCHAPv2
* New pppd options:
* chap-timeout
* chapms-strip-domain
* replacedefaultroute
* noreplacedefaultroute
* ipv6cp-accept-remote
* lcp-echo-adaptive
* ip-up-script
* ip-down-script
* ca
* capath
* cert
* key
* crl-dir
* crl
* max-tls-version
* need-peer-eap
* Fixes for CVE-2020-8597 and CVE-2015-3310.
* The rp-pppoe plugin has been renamed to pppoe, to distinguish it from the upstream rp-pppoe code. Its options have changed names, but the old names are kept as aliases.
* Many bug fixes and cleanups.- Drop upstream fixed patches
* ppp-2.4.3-winbind-setuidfix.patch
* fix-header-conflict.patch
* ppp-CVE-2015-3310.patch
* ppp-CVE-2020-8597.patch
* ppp-cifdefroute.patch
* ppp-higher-speeds.patch
* ppp-2.4.3-strip.diff
* ppp-filter.patch
* ppp-__P.patch- Drop upstream resolved ppp-make.patch use `--cflags` configure switch instead
* Thu Mar 10 2022 Илья Индиго - Removed Wants=network.target from modemAATT.service (bsc#1196359).
* Mon Nov 09 2020 Илья Индиго - Refresh spec-file via spec-cleaner and manual optimizations.
* Removed obsolete constructs (creating dialout group via shadow).
* Fri Oct 09 2020 Dominique Leuenberger - Fix build with RPM 4.16: error: bare words are no longer supported, please use \"...\": lib64 == lib64.
* Mon Aug 03 2020 Reinhard Max - New version 2.4.8.
* New pppd options have been added:
* ifname, to set the name for the PPP interface device
* defaultroute-metric, to set the metric for the default route
* defaultroute6, to add an IPv6 default route (with nodefaultroute6 to prevent adding an IPv6 default route).
* up_sdnotify, to have pppd notify systemd when the link is up.
* The rp-pppoe plugin has new options:
* host-uniq, to set the Host-Uniq value to send
* pppoe-padi-timeout, to set the timeout for discovery packets
* pppoe-padi-attempts, to set the number of discovery attempts.
* Added the CLASS attribute in radius packets.
* Fixed warnings and issues found by static analysis.- Obsoleted patches:
* ppp-2.4.3-pppoatm.diff
* ppp-2.4.4-strncatfix.patch
* ppp-2.4.6-ifname.diff
* ppp-2.4.7-DES-openssl.patch
* ppp-2.4.7.tar.gz.asc
* ppp-send-padt.patch- Patches that got renamed, because they needed rediffing:
* ppp-2.4.1-higher-speeds.diff -> ppp-higher-speeds.patch
* ppp-2.4.1-higher-speeds.diff -> ppp-higher-speeds.patch
* ppp-2.4.2-__P.diff -> ppp-__P.patch
* ppp-2.4.2-cifdefroute.diff -> ppp-cifdefroute.patch
* ppp-2.4.2-pie.patch -> ppp-pie.patch
* ppp-2.4.2-smpppd.diff -> ppp-smpppd.patch
* ppp-2.4.3-filter.diff -> ppp-filter.patch
* ppp-2.4.3-fork-fix.diff -> ppp-fork-fix.patch
* ppp-2.4.4-var_run_resolv_conf.patch -> ppp-var_run_resolv_conf.patch
* ppp-2.4.6-lib64.patch -> ppp-lib64.patch
* ppp-2.4.6-make.diff -> ppp-make.patch
* ppp-2.4.6-misc.diff -> ppp-misc.patch
* ppp-2.4.7-fix-bashisms.patch -> ppp-fix-bashisms.patch- bsc#1172916: Fix an outdated comment for lcp-echo-interval.
* Tue May 19 2020 Dominique Leuenberger - Fixup previous fix: use the defined macro %_unitdir for the systemd unit.
* Thu May 07 2020 pgajdosAATTsuse.com- /usr/lib/systemd instead %{_libexecdir}/systemd
* Sun Apr 26 2020 Andreas Stieger - add upstream signing keyring and verify source signature
* Tue Mar 03 2020 Reinhard Max - Add pam_keyinit to /etc/pam.d/ppp (bsc#1144055).
* Fri Feb 07 2020 Reinhard Max - CVE-2020-8597, bsc#1162610, ppp-CVE-2020-8597.patch: rhostname buffer overflow in the eap_request and eap_response functions.