From: Russell Bryant Date: Wed, 16 Sep 2009 13:33:43 +0000 (+0000) Subject: Remove the IAXy firmware from Asterisk. X-Git-Tag: 1.4.27-rc1~2^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03d3a47ca741bb2c4d87cb371dc6211d82480a53;p=thirdparty%2Fasterisk.git Remove the IAXy firmware from Asterisk. The firmware can now be found on downloads.digium.com, where the rest of our binary downloads live. This was the last part of our Asterisk tarballs that was considered non-free by Debian. :-) (closes issue #15838) Reported by: paravoid git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@218798 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/UPGRADE.txt b/UPGRADE.txt index 81215cb515..4cbcdffa75 100644 --- a/UPGRADE.txt +++ b/UPGRADE.txt @@ -8,6 +8,12 @@ IAX2: +* The firmware for the IAXy has been removed from Asterisk. It can be + downloaded from http://downloads.digium.com/pub/iaxy/. To have Asterisk + install the firmware into its proper location, place the firmware in the + contrib/firmware/iax/ directory in the Asterisk source tree before running + "make install". + * There have been some changes to the IAX2 protocol to address the security concerns documented in the security advisory AST-2009-006. Please see the IAX2 security document, doc/IAX2-security.pdf, for information regarding diff --git a/contrib/firmware/iax/iaxy.bin b/contrib/firmware/iax/iaxy.bin deleted file mode 100644 index 6f06c4cdbd..0000000000 Binary files a/contrib/firmware/iax/iaxy.bin and /dev/null differ