diff options
author | martti <martti> | 2002-11-05 13:13:04 +0000 |
---|---|---|
committer | martti <martti> | 2002-11-05 13:13:04 +0000 |
commit | 69b447340bee418081ce6a7a922ce4f8187c0750 (patch) | |
tree | 2419d5839d7740b32d58d8adafe8d06631760fcb /www/kannel | |
parent | 3022ae67086d9d5e6e2540706fba64351afd9e05 (diff) | |
download | pkgsrc-69b447340bee418081ce6a7a922ce4f8187c0750.tar.gz |
Updated kannel to 1.2.1
* bug fixes
* new features
* compatibility breakers:
SMPP module users should note that the 'msg-id-type' default behaviour
has changed. The SMPP spec says that msg ids should be C strings and
hence we treat them as such per default. If your SMSC gives msg ids
in submit_sm and deliver_dm PDUs in different numbering basing, then
please use the 'msg-id-type' config directive to set it accordingly.
Diffstat (limited to 'www/kannel')
-rw-r--r-- | www/kannel/Makefile | 5 | ||||
-rw-r--r-- | www/kannel/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www/kannel/Makefile b/www/kannel/Makefile index 23ad42ba2b8..5033bd5c12f 100644 --- a/www/kannel/Makefile +++ b/www/kannel/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2002/09/10 16:06:51 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2002/11/05 13:13:04 martti Exp $ # DISTNAME= gateway-${KANNEL_VER} PKGNAME= kannel-${KANNEL_VER} -PKGREVISION= 1 CATEGORIES= www net MASTER_SITES= http://www.kannel.org/download/${KANNEL_VER}/ @@ -11,7 +10,7 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.kannel.org COMMENT= Open source WAP and SMS gateway -KANNEL_VER= 1.2.0 +KANNEL_VER= 1.2.1 GNU_CONFIGURE= YES USE_BUILDLINK2= YES diff --git a/www/kannel/distinfo b/www/kannel/distinfo index 8849ff73f22..9a755490ec6 100644 --- a/www/kannel/distinfo +++ b/www/kannel/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2002/08/25 21:52:11 jlam Exp $ +$NetBSD: distinfo,v 1.6 2002/11/05 13:13:04 martti Exp $ -SHA1 (gateway-1.2.0.tar.gz) = f81fdfca26be69de8505550a076fb3628f477af2 -Size (gateway-1.2.0.tar.gz) = 2094749 bytes +SHA1 (gateway-1.2.1.tar.gz) = 023bdf8ab9e769ef76872d4010af6bbd0da4c5ba +Size (gateway-1.2.1.tar.gz) = 2134160 bytes SHA1 (patch-aa) = 5982f3ddffe19910aa433b7c47c734f18387bf0e SHA1 (patch-ab) = df965c5d3bf3751c46d1650eb3f8e2adcfb66277 |