diff options
author | drochner <drochner@pkgsrc.org> | 2007-03-07 12:10:29 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-03-07 12:10:29 +0000 |
commit | da2211b7ef0b756cf0bf45b9872eee32060d704e (patch) | |
tree | 636a380835107bcf9b79a3c0568010e57b313587 /comms/asterisk | |
parent | 8c787d5d153ca43b10a26e937cc826414dbc1ec2 (diff) | |
download | pkgsrc-da2211b7ef0b756cf0bf45b9872eee32060d704e.tar.gz |
update to 1.2.16
changes:
1.2.15: This release contains a significant Astribank (XPP) driver update,
support for Digium's TE120P card, and various bug fixes.
1.2.16: This release contains a number of bug fixes, including a fix for
a recently discovered security vulnerability. All Asterisk 1.2 users are
urged to update to this release as soon as possible.
This is in response to PR pkg/35924 by David Wetzel. The PR suggests
to update to 1.4.1, but since I'm not using Asterisk myself I prefer
to do just the minor update (which also fixes the security vulnerability)
for now.
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 e698c7b8ea5..39231beab33 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2006/12/20 11:34:55 mjl Exp $ +# $NetBSD: Makefile,v 1.35 2007/03/07 12:10:29 drochner Exp $ -DISTNAME= asterisk-1.2.14 +DISTNAME= asterisk-1.2.16 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 387b3e993ab..b930ca8305f 100644 --- a/comms/asterisk/distinfo +++ b/comms/asterisk/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.22 2006/12/20 11:34:55 mjl Exp $ +$NetBSD: distinfo,v 1.23 2007/03/07 12:10:29 drochner Exp $ -SHA1 (asterisk-1.2.14.tar.gz) = 1e88a30bcd3d78c1cdee44b80e0162516102ea86 -RMD160 (asterisk-1.2.14.tar.gz) = c07410e57086ebc34c78fd6794fa5395c3f5a174 -Size (asterisk-1.2.14.tar.gz) = 10595184 bytes +SHA1 (asterisk-1.2.16.tar.gz) = 0cf7adec1d78a7b90a1384f4333c72370885287c +RMD160 (asterisk-1.2.16.tar.gz) = 754803eeef7b050121c3e8482b7b5752c726acb5 +Size (asterisk-1.2.16.tar.gz) = 10612921 bytes SHA1 (patch-aa) = e457617cb3fbec6a67971258af145cc25f0ca03e SHA1 (patch-ab) = 1bdae0ff206b63fe63373a307ecd23859c10cb79 SHA1 (patch-ac) = 4f783699c7d701030788646f8b961fa9245dc127 |