aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-16 13:33:43 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2009-09-16 13:33:43 +0000
commit0dc49f4d26edc5dfd66e1ade1d2f07a8f775976c (patch)
tree0368735f4bdf0b186004080aa48b9f80b350ee1a
parent1534107407d0fd11c8ae1867a0a1c71878472ca8 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@218798 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--UPGRADE.txt6
-rw-r--r--contrib/firmware/iax/iaxy.binbin39402 -> 0 bytes
2 files changed, 6 insertions, 0 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 81215cb51..4cbcdffa7 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 6f06c4cdb..000000000
--- a/contrib/firmware/iax/iaxy.bin
+++ /dev/null
Binary files differ