Subject: CVS commit: pkgsrc/comms/gammu
From: Emmanuel Dreyfus
Date: 2023-09-24 02:50:48
Message id: 20230924005048.6E12EFBDB@cvs.NetBSD.org

Log Message:
Skip garbage reply on AT+CMGL in PDU mode as in text mode

From upstream https://github.com/gammu/gammu/pull/823

THe D-Link DWM222 4G USB modem sends a garbage line before the reply
to AT+CMGL. This case was handled in text mode but not in PDU mode,
and this device exhibit the bad behavior in PDU mode too.

This change brings garbage skip behavior in PDU mode on par with text mode.

Files:
RevisionActionfile
1.52modifypkgsrc/comms/gammu/Makefile
1.24modifypkgsrc/comms/gammu/distinfo
1.4modifypkgsrc/comms/gammu/patches/patch-libgammu_phone_at_at-sms.c