diff options
author | jnemeth <jnemeth@pkgsrc.org> | 2009-08-23 09:22:23 +0000 |
---|---|---|
committer | jnemeth <jnemeth@pkgsrc.org> | 2009-08-23 09:22:23 +0000 |
commit | 36a844076113ba39e4f5d02ceac48ba66c37ee6f (patch) | |
tree | 3ad8899d9556e9498cf865201475e56b31a760dd /comms/asterisk/Makefile | |
parent | 10da2b5d4a2e7c93d36e242959c82b44604d9fce (diff) | |
download | pkgsrc-36a844076113ba39e4f5d02ceac48ba66c37ee6f.tar.gz |
This update is just to fix a hypothetical security issue (AST-2009-005)
which is most likely not exploitable.
Diffstat (limited to 'comms/asterisk/Makefile')
-rw-r--r-- | comms/asterisk/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index e62f324f26e..e7f571b291f 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,9 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2009/08/21 08:34:25 jnemeth Exp $ +# $NetBSD: Makefile,v 1.67 2009/08/23 09:22:23 jnemeth Exp $ -DISTNAME= asterisk-1.2.33 -PKGREVISION= 1 -# delete this with next version, this is only to account for the moh change -DIST_SUBDIR= ${PKGNAME_NOREV}-newmoh +DISTNAME= asterisk-1.2.34 CATEGORIES= comms net audio MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ \ http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ |