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/Makefile | |
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/Makefile')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |