diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-07-27 08:28:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-07-27 08:28:45 +0800 |
commit | c93ef0a7467b0e90ee7df41f7ee0d4500284acf8 (patch) | |
tree | 6fa619387c2e06718463ea504a757065a27214bb /net/asterisk12/Makefile | |
parent | 7884f295b14662a9944fee39e6e70ca088c0541c (diff) | |
download | freebsd-ports-graphics-c93ef0a7467b0e90ee7df41f7ee0d4500284acf8.tar.gz freebsd-ports-graphics-c93ef0a7467b0e90ee7df41f7ee0d4500284acf8.tar.zst freebsd-ports-graphics-c93ef0a7467b0e90ee7df41f7ee0d4500284acf8.zip |
Fix a critical bug in the channel code, which can result in a thread
going into infinite loop on hangup. This bug is already fixed in 1.4.x.
Bump PORTREVISION.
Sponsored by: Sippy Software, Inc. ( http://www.sippysoft.com/ )
Diffstat (limited to 'net/asterisk12/Makefile')
-rw-r--r-- | net/asterisk12/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/asterisk12/Makefile b/net/asterisk12/Makefile index f4a07ae31c5..4f1db3311d7 100644 --- a/net/asterisk12/Makefile +++ b/net/asterisk12/Makefile @@ -7,6 +7,7 @@ PORTNAME= asterisk PORTVERSION= 1.2.17 +PORTREVISION= 1 PKGNAMESUFFIX= 12 CATEGORIES= net MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \ |