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:           Fri Dec  9 14:56:34 UTC 2016

Modified Files:
        pkgsrc/comms/gammu: Makefile PLIST buildlink3.mk distinfo

Log Message:
Update comms/gammu to gammu-1.37.91

Changes:
20161023 - 1.37.91

[!] * Changed version of the shared library.
[-] * Improved support for ZTE MF100.
[-] * Ignore unsolicited +CLCC: reply.
[-] * Correctly report when some SMSD SQL backend is not compiled in.
[-] * Fix build of MySQL backend on Linux.

20161018 - 1.37.90

[-] * Improved support Huawei K3770.
[!] * API changes in some parameter types.
[-] * Fixed various Windows compilation issues.
[-] * Fixed several resource leaks.
[-] * Create outbox SMS atomically in FILES backend.
[!] * Removed getlocation command as we no longer fit into their usage policy.
[-] * Fixed call diverts on TP-LINK MA260.
[+] * Initial support for Oracle database.
[!] * Removed unused daemons, pbk and pbk_groups tables from the SMSD schema.
[+] * SMSD outbox entries now can have priority set in the database.
[+] * Added SIM IMSI to the SMSD status table.
[+] * Added CheckNetwork directive.
[+] * SMSD attempts to power on radio if disabled.
[-] * Fixed processing of AT unsolicited responses in some cases.
[-] * Fixed parsing USSD responses from some devices.

20160816 - 1.37.4

[-] * Improved support for Huawei E3131.
[-] * Fixed SMS support for MULTIBAND 900E.
[-] * Fixed SMS created in text mode.

20160524 - 1.37.3

[-] * Improved support for Huawei E398.
[-] * Improved support for Huawei/Vodafone K4505.
[-] * Fixed possible crash if SMSD used in library.
[-] * Improved support for Huawei E180.

20160413 - 1.37.2

[-] * Fixed compilation of SMSD.

20160413 - 1.37.1

[-] * Properly report errors in HEX encoded strings from SMSD SQL backends.
[-] * Configurable SMSD table names.
[-] * Improved support for Huawei E303.
[-] * Improved support for Vodafone K4511.
[-] * Improved support for Telit M2M modules.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/comms/gammu/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/comms/gammu/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/comms/gammu/buildlink3.mk
cvs rdiff -u -r1.12 -r1.13 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.18 pkgsrc/comms/gammu/Makefile:1.19
--- pkgsrc/comms/gammu/Makefile:1.18    Fri Oct  7 18:25:40 2016
+++ pkgsrc/comms/gammu/Makefile Fri Dec  9 14:56:34 2016
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/10/07 18:25:40 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/12/09 14:56:34 leot Exp $
 #
 
-DISTNAME=      gammu-1.37.0
-PKGREVISION=   2
+DISTNAME=      gammu-1.37.91
 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.7 pkgsrc/comms/gammu/PLIST:1.8
--- pkgsrc/comms/gammu/PLIST:1.7        Sun Feb  7 15:29:34 2016
+++ pkgsrc/comms/gammu/PLIST    Fri Dec  9 14:56:34 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/02/07 15:29:34 leot Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/12/09 14:56:34 leot Exp $
 bin/gammu
 bin/gammu-config
 bin/gammu-smsd
@@ -34,11 +34,11 @@ include/gammu/gammu-unicode.h
 include/gammu/gammu-wap.h
 include/gammu/gammu.h
 lib/libGammu.so
-lib/libGammu.so.7
-lib/libGammu.so.7.${PKGVERSION}
+lib/libGammu.so.8
+lib/libGammu.so.8.${PKGVERSION}
 lib/libgsmsd.so
-lib/libgsmsd.so.7
-lib/libgsmsd.so.7.${PKGVERSION}
+lib/libgsmsd.so.8
+lib/libgsmsd.so.8.${PKGVERSION}
 lib/pkgconfig/gammu-smsd.pc
 lib/pkgconfig/gammu.pc
 man/man1/gammu-config.1

Index: pkgsrc/comms/gammu/buildlink3.mk
diff -u pkgsrc/comms/gammu/buildlink3.mk:1.3 pkgsrc/comms/gammu/buildlink3.mk:1.4
--- pkgsrc/comms/gammu/buildlink3.mk:1.3        Sun Feb  7 15:29:34 2016
+++ pkgsrc/comms/gammu/buildlink3.mk    Fri Dec  9 14:56:34 2016
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.3 2016/02/07 15:29:34 leot Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2016/12/09 14:56:34 leot Exp $
 
 BUILDLINK_TREE+=       gammu
 
 .if !defined(GAMMU_BUILDLINK3_MK)
 GAMMU_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.gammu+=  gammu>=1.37.0
+BUILDLINK_API_DEPENDS.gammu+=  gammu>=1.37.91
 BUILDLINK_PKGSRCDIR.gammu?=    ../../comms/gammu
 
 .endif # GAMMU_BUILDLINK3_MK

Index: pkgsrc/comms/gammu/distinfo
diff -u pkgsrc/comms/gammu/distinfo:1.12 pkgsrc/comms/gammu/distinfo:1.13
--- pkgsrc/comms/gammu/distinfo:1.12    Sun Feb  7 15:29:34 2016
+++ pkgsrc/comms/gammu/distinfo Fri Dec  9 14:56:34 2016
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2016/02/07 15:29:34 leot Exp $
+$NetBSD: distinfo,v 1.13 2016/12/09 14:56:34 leot Exp $
 
-SHA1 (gammu-1.37.0.tar.bz2) = 94776138c034d20b524ef26224c61ce73a3509dc
-RMD160 (gammu-1.37.0.tar.bz2) = 4125d1bbee1241a2596782cdbb4d94d13e1ef27b
-SHA512 (gammu-1.37.0.tar.bz2) = a6728a6e41a0ba2ce53a9b29e8e01d0c818af18512140fb85b5782c149428ffdeccd0897dccbe965e6359798e99977654fa41159f7f16ccf730c6d220a83ffce
-Size (gammu-1.37.0.tar.bz2) = 2128350 bytes
+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 (patch-contrib_smscgi_sms__cgi.c) = 39598119eae4fd27d6d1844ca4a846fc79b126c1
 SHA1 (patch-libgammu_phone_at_at-sms.c) = fb9dd703f822f20efa35303b15faba482e39538c



Home | Main Index | Thread Index | Old Index