pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/comms/gammu



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu May 11 13:00:16 UTC 2017

Modified Files:
        pkgsrc/comms/gammu: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/comms/gammu/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/comms/gammu/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/comms/gammu/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/comms/gammu/Makefile
diff -u pkgsrc/comms/gammu/Makefile:1.21 pkgsrc/comms/gammu/Makefile:1.22
--- pkgsrc/comms/gammu/Makefile:1.21    Sun Apr 30 01:21:30 2017
+++ pkgsrc/comms/gammu/Makefile Thu May 11 13:00:16 2017
@@ -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

Index: pkgsrc/comms/gammu/PLIST
diff -u pkgsrc/comms/gammu/PLIST:1.8 pkgsrc/comms/gammu/PLIST:1.9
--- pkgsrc/comms/gammu/PLIST:1.8        Fri Dec  9 14:56:34 2016
+++ pkgsrc/comms/gammu/PLIST    Thu May 11 13:00:16 2017
@@ -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-
 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

Index: pkgsrc/comms/gammu/distinfo
diff -u pkgsrc/comms/gammu/distinfo:1.13 pkgsrc/comms/gammu/distinfo:1.14
--- pkgsrc/comms/gammu/distinfo:1.13    Fri Dec  9 14:56:34 2016
+++ pkgsrc/comms/gammu/distinfo Thu May 11 13:00:16 2017
@@ -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



Home | Main Index | Thread Index | Old Index