diff options
author | wiz <wiz@pkgsrc.org> | 2011-08-16 19:58:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-08-16 19:58:06 +0000 |
commit | beea0374bc265d0056ee826e79fa255062e69817 (patch) | |
tree | 3dcefd2de98975fc697aca79c54653ac40259d6d /comms | |
parent | b64d66c170f389eff8de5d2828ad399692ed4e44 (diff) | |
download | pkgsrc-beea0374bc265d0056ee826e79fa255062e69817.tar.gz |
Update to 1.58:
1.58 Mon Mar 7 22:31:22 EST 2011
- Fixed RT #48229, an uninitialized value when registering to the network
but getting no answer from the phone.
1.57 Mon Mar 7 20:53:03 EST 2011
- Fixed a bug in send_sms() that prevented it from working at all.
The bug was introduced with the "assume_registered" option.
- Fixed RT #57585. Thanks to Eric Kössldorfer for his patch and
test case.
- Added PDU<->latin1 conversion functions in Device::Gsm::Pdu
- Note to self: first release from Australia!
Diffstat (limited to 'comms')
-rw-r--r-- | comms/p5-Device-Gsm/Makefile | 5 | ||||
-rw-r--r-- | comms/p5-Device-Gsm/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/p5-Device-Gsm/Makefile b/comms/p5-Device-Gsm/Makefile index a9488ef9414..9871b168562 100644 --- a/comms/p5-Device-Gsm/Makefile +++ b/comms/p5-Device-Gsm/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.23 2011/08/14 07:43:02 obache Exp $ +# $NetBSD: Makefile,v 1.24 2011/08/16 19:58:06 wiz Exp $ # -DISTNAME= Device-Gsm-1.56 +DISTNAME= Device-Gsm-1.58 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dgs -PKGREVISION= 1 CATEGORIES= comms perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Device/} diff --git a/comms/p5-Device-Gsm/distinfo b/comms/p5-Device-Gsm/distinfo index f73e75ce996..f934a24caa8 100644 --- a/comms/p5-Device-Gsm/distinfo +++ b/comms/p5-Device-Gsm/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2010/12/02 12:07:59 wiz Exp $ +$NetBSD: distinfo,v 1.12 2011/08/16 19:58:06 wiz Exp $ -SHA1 (Device-Gsm-1.56.tar.gz) = f127f5f795c33d355045a89036fe07cef9836da6 -RMD160 (Device-Gsm-1.56.tar.gz) = 81e51f30b154fe32e9e760730a7d2d9601648b65 -Size (Device-Gsm-1.56.tar.gz) = 46397 bytes +SHA1 (Device-Gsm-1.58.tar.gz) = 01a1d15ba606d2760d6f6091f1693afe89eea1b2 +RMD160 (Device-Gsm-1.58.tar.gz) = a18da5132776ff2e2228efdb5c7fd6bf7017e7fc +Size (Device-Gsm-1.58.tar.gz) = 48197 bytes |