summaryrefslogtreecommitdiff
path: root/net/asterisk14
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2008-01-02 22:59:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2008-01-02 22:59:12 +0000
commit1119c2a1ceeba6a8eb37dba5fe0a3d842d7b0630 (patch)
treebc65e2d61cf5db54ab425909913b083ea0f5c250 /net/asterisk14
parent- New port xmlcopyeditor-1.1.0.3 (diff)
Upgrade to 1.4.17, this is mostly a security release that fixes bug
which can cause DoS (AST-2008-001).
Notes
Notes: svn path=/head/; revision=204869
Diffstat (limited to 'net/asterisk14')
-rw-r--r--net/asterisk14/Makefile2
-rw-r--r--net/asterisk14/distinfo6
-rw-r--r--net/asterisk14/files/patch-channels::chan_h323.c13
3 files changed, 4 insertions, 17 deletions
diff --git a/net/asterisk14/Makefile b/net/asterisk14/Makefile
index bc8214d64071..140cd524bbea 100644
--- a/net/asterisk14/Makefile
+++ b/net/asterisk14/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= asterisk
-PORTVERSION= 1.4.16.2
+PORTVERSION= 1.4.17
CATEGORIES= net
MASTER_SITES= http://ftp.digium.com/pub/asterisk/ \
http://ftp.digium.com/pub/asterisk/old-releases/
diff --git a/net/asterisk14/distinfo b/net/asterisk14/distinfo
index dd93bea638a2..f31f749c06e0 100644
--- a/net/asterisk14/distinfo
+++ b/net/asterisk14/distinfo
@@ -1,6 +1,6 @@
-MD5 (asterisk-1.4.16.2.tar.gz) = 1010a11dace37ae8e8b55864db73d0ef
-SHA256 (asterisk-1.4.16.2.tar.gz) = f8992aade6cec5e6aa2630474f9eb1156283d18a21256265957216e1f9f4eeb8
-SIZE (asterisk-1.4.16.2.tar.gz) = 11458626
+MD5 (asterisk-1.4.17.tar.gz) = ff25f56d775858c4de619f2f59a55099
+SHA256 (asterisk-1.4.17.tar.gz) = 85331e63c90370c305121f134358e76cbb06846a12c04a7825d5869f331ee00d
+SIZE (asterisk-1.4.17.tar.gz) = 11463021
MD5 (asterisk-1.4.16-codec-negotiation-20071224.diff.gz) = 748e5854c1fd646151aed0025c1c2f55
SHA256 (asterisk-1.4.16-codec-negotiation-20071224.diff.gz) = 611a53044f242602101a5ef98f2936f31cb9db4e41461884a12aca15e52aaedf
SIZE (asterisk-1.4.16-codec-negotiation-20071224.diff.gz) = 38127
diff --git a/net/asterisk14/files/patch-channels::chan_h323.c b/net/asterisk14/files/patch-channels::chan_h323.c
deleted file mode 100644
index 4ca048812ecd..000000000000
--- a/net/asterisk14/files/patch-channels::chan_h323.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- channels/chan_h323.c.orig
-+++ channels/chan_h323.c
-@@ -31,6 +31,7 @@
- * \ingroup channel_drivers
- */
-
-+#include <sys/types.h>
- #include <sys/socket.h>
- #include <sys/signal.h>
- #include <sys/param.h>