summaryrefslogtreecommitdiff
path: root/net/asterisk/files/patch-AST-2016-002 (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-09-12Remove net/astersisk, Asterisk 1.8 reached EOL on 2015-10-21.Guido Falsi1-18/+0
Please use net/asterisk11 or net/asterisk13 containing newer, supported versions.
2016-02-04- Add security fixes to net/asterisk port (PORTVERSION bumped)Guido Falsi1-0/+18
- Update net/asterisk11 to 11.21.1 - Update net/asterisk13 to 13.7.1 The security update included in these commits introduces an unexpected incompatibility with FreeBSD 9.3 bundled OpenSSL. Unluckily simply forcing this port to use ports provided openssl on 9.x isn't viable, since ftp/curl by default links with base openssl. A default binary package would just crash on startup when loading the asterisk curl module, due to conflicting openssl implementations being used. This commit adds a check in the Makefile, copied from the ftp/curl port, which removes the offending (and unsupported on that openssl version) code from the source file when linking against base OpenSSL on 9.x. Security: 559f3d1b-cb1d-11e5-80a4-001999f8d30b MFH: 2016Q1