diff options
author | leot <leot@pkgsrc.org> | 2017-05-11 13:00:16 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2017-05-11 13:00:16 +0000 |
commit | b01707088a771df120dd2384e40ded6d01a2f7df (patch) | |
tree | 68962872c55043da19e33d9742df0931ce22f50e /comms | |
parent | 98d2fbd43bd9c1d59278a48a270e2498e9ac42c5 (diff) | |
download | pkgsrc-b01707088a771df120dd2384e40ded6d01a2f7df.tar.gz |
Update comms/gammu to 1.38.2
Changes:
20170328 - 1.38.2
[-] * Improved support for Huawei K3765, E150 and E372.
[-] * Fixed decoding of unicode surrogates at message boundary.
[+] * Environment variable PHONE_ID for external program.
[-] * SMS compatibility with devices following old version of GSM 03.38.
[-] * Unicode is now preferred when handling USSD.
[+] * Improved decoding of MMS indication SMS.
20170105 - 1.38.1
[-] * Fixed sending SMS to numbers starting with 000.
[-] * Fixed parsing of vcalendar files with VALUE=DATE-TIME.
[-] * Fixed compatibility with D-Link dwm-157.
[-] * Updated list of GSM countries and networks.
20161212 - 1.38.0
[-] * MySQL script for SMSD is compatible with strict mode.
[-] * Fixed USSD responses for some AT modems.
[-] * Fixed parsing network status for some modems (eg. Quectel UC15).
[-] * Fixed handling of emojis and other Unicode chars from supplementary plan.
[-] * Fixed compilation with C90 compiler.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gammu/Makefile | 5 | ||||
-rw-r--r-- | comms/gammu/PLIST | 3 | ||||
-rw-r--r-- | comms/gammu/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/comms/gammu/Makefile b/comms/gammu/Makefile index 0ac38b85a4f..61b12fbcffd 100644 --- a/comms/gammu/Makefile +++ b/comms/gammu/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2017/04/30 01:21:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.22 2017/05/11 13:00:16 leot Exp $ # -DISTNAME= gammu-1.37.91 -PKGREVISION= 2 +DISTNAME= gammu-1.38.2 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ EXTRACT_SUFX= .tar.bz2 diff --git a/comms/gammu/PLIST b/comms/gammu/PLIST index 961fb0a0c8a..767b7fb2894 100644 --- a/comms/gammu/PLIST +++ b/comms/gammu/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2016/12/09 14:56:34 leot Exp $ +@comment $NetBSD: PLIST,v 1.9 2017/05/11 13:00:16 leot Exp $ bin/gammu bin/gammu-config bin/gammu-smsd @@ -89,6 +89,7 @@ share/doc/gammu/examples/php/smsd-mysql-list/sms.php share/doc/gammu/examples/sms-read.c share/doc/gammu/examples/sms-send.c share/doc/gammu/examples/smsd.c +share/doc/gammu/examples/sql/mysql-strict.sql share/doc/gammu/examples/sql/mysql.sql share/doc/gammu/examples/sql/pgsql.sql share/doc/gammu/examples/sql/sqlite.sql diff --git a/comms/gammu/distinfo b/comms/gammu/distinfo index 3b2750361ab..44b463ebc2e 100644 --- a/comms/gammu/distinfo +++ b/comms/gammu/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2016/12/09 14:56:34 leot Exp $ +$NetBSD: distinfo,v 1.14 2017/05/11 13:00:16 leot Exp $ -SHA1 (gammu-1.37.91.tar.bz2) = e0fae9437e57438455feae5390cf41b6a7fd453a -RMD160 (gammu-1.37.91.tar.bz2) = 5f89748e62bbdd4d23e4f34d13a0e39ee7384a8b -SHA512 (gammu-1.37.91.tar.bz2) = 6a219cb4cc0781bc4a5ccb612eff10d6ea82201608fa10a38c0d0545f8d10e044945ed5306fb3df76b375df055724a77527c2336e575e3b1bed72daa9a2d45eb -Size (gammu-1.37.91.tar.bz2) = 2139399 bytes +SHA1 (gammu-1.38.2.tar.bz2) = 828a80cef33632b075cfba999beae60ad3dd2609 +RMD160 (gammu-1.38.2.tar.bz2) = 38a2851ffdb99175710421f3709f87b7e090f97d +SHA512 (gammu-1.38.2.tar.bz2) = 4ab11da235e22f30e70b48d557e98905b1fd55263fdf353011a31113a9148842363e8ff61546e956a1ffe389c585d810f587e636e6a1ec11c5bb66bc5a84a13c +Size (gammu-1.38.2.tar.bz2) = 2129182 bytes SHA1 (patch-contrib_smscgi_sms__cgi.c) = 39598119eae4fd27d6d1844ca4a846fc79b126c1 SHA1 (patch-libgammu_phone_at_at-sms.c) = fb9dd703f822f20efa35303b15faba482e39538c |