Package: ppp Version: 2.4.8-1+1~exp1 According to RFC2759, the format of PPP success packets is :
"S=<auth_string> M=<message>" Recently Windows Server 2019 has started producing non-complaint PPP success packets which have a space missing before the M= characters. The following upstream patch handles the non-compliant, missing-space before M= : https://github.com/paulusmack/ppp/commit/3cd95baf3f1de1d5a9bc89be0f4c3215ceb5aefe.patch If that upstream patch can be applied to the existing package, that would be great.