diff options
author | mjl <mjl> | 2006-04-13 18:36:58 +0000 |
---|---|---|
committer | mjl <mjl> | 2006-04-13 18:36:58 +0000 |
commit | c9492fe04704045dce7ec2aad3e78a69852abb9b (patch) | |
tree | ffa93bdba2efea892d5272bafd720a52abad49fc /comms/asterisk | |
parent | 3e225528006407b4b6a0ec96338cff9b8a7c887f (diff) | |
download | pkgsrc-c9492fe04704045dce7ec2aad3e78a69852abb9b.tar.gz |
Update to asterisk 1.2.7.1
* apps/app_page.c: oops... let's not set a variable and then
immediately overwrite it while assuming its old value will
magically return
* pbx.c: Bug 6957 - variable names beginning with CALLERID weren't
substituted correctly
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 4 | ||||
-rw-r--r-- | comms/asterisk/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index e5a06293d5d..f1410f9ef71 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2006/04/13 08:47:06 adam Exp $ +# $NetBSD: Makefile,v 1.24 2006/04/13 18:36:58 mjl Exp $ -DISTNAME= asterisk-1.2.7 +DISTNAME= asterisk-1.2.7.1 CATEGORIES= comms net audio MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ http://ftp.digium.com/pub/asterisk/old-releases diff --git a/comms/asterisk/distinfo b/comms/asterisk/distinfo index a9e897d86db..6a83d416741 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.12 2006/04/13 08:47:06 adam Exp $ +$NetBSD: distinfo,v 1.13 2006/04/13 18:36:58 mjl Exp $ -SHA1 (asterisk-1.2.7.tar.gz) = 66af7ebfc55ae8cc7ff13bb94b5d99e34e02d4ca -RMD160 (asterisk-1.2.7.tar.gz) = 07944addac8a6867489d510fbd49513f319de0c9 -Size (asterisk-1.2.7.tar.gz) = 10553806 bytes +SHA1 (asterisk-1.2.7.1.tar.gz) = 070a5ca9aaac5fd11544955e4261d5f38b765911 +RMD160 (asterisk-1.2.7.1.tar.gz) = 28c1d5c3ac6db52d7d315f59d391a655b77338fd +Size (asterisk-1.2.7.1.tar.gz) = 10554037 bytes SHA1 (patch-aa) = eacc0ecee06ab79f6fb1e6dfed009a0b514c8c5a SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 |