From: <abe...@us...> - 2013-03-20 19:07:37
|
Revision: 6007 http://astlinux.svn.sourceforge.net/astlinux/?rev=6007&view=rev Author: abelbeck Date: 2013-03-20 19:07:28 +0000 (Wed, 20 Mar 2013) Log Message: ----------- update ChangeLog Modified Paths: -------------- branches/1.0/docs/ChangeLog.txt Modified: branches/1.0/docs/ChangeLog.txt =================================================================== --- branches/1.0/docs/ChangeLog.txt 2013-03-20 18:38:14 UTC (rev 6006) +++ branches/1.0/docs/ChangeLog.txt 2013-03-20 19:07:28 UTC (rev 6007) @@ -22,8 +22,11 @@ Note: The Asterisk database is located at "/mnt/kd/asterisk-odbc.sqlite3" with DSN=asterisk The CDR ODBC database is located at "/mnt/kd/cdr-sqlite3/cdr-odbc.sqlite3" with DSN=asterisk-cdr --- php, version bump to 5.3.22. Additionally, PDO SQLite(3) is enabled. +-- php, version bump to 5.3.23. Additionally, PDO SQLite(3) is enabled. + (security fixes: CVE-2013-1635 and CVE-2013-1643) +-- sudo, version bump to 1.8.6p7, (security fixes: CVE-2013-1775 and CVE-2013-1776) + -- zabbix, version bump to 2.0.5, many bug fixes ** Networking @@ -32,6 +35,8 @@ -- libcurl (curl) version bump to 7.29.0, (security fix: CVE-2013-0249) and bug fixes. Additionally enable IPv6. +-- stunnel, version bump to 4.55, (security fix: CVE-2013-1762) + -- OpenVPN, version bump to 2.3.0. Remove easy-rsa scripts. == New Server rc.conf variables: OVPN_AUTH, OVPN_TA, OVPN_SERVERV6 and OVPN_TOPOLOGY == New Client rc.conf variables: OVPNC_AUTH, OVPNC_TA and OVPNC_USER_PASS @@ -89,7 +94,12 @@ -- Network tab, validate Timezone setting and display an error if invalid. +-- All tabs, sanitize text input data used for rc.conf variable configuration. + Input characters: double-quote ("), dollar-sign ($) and grave-accent (`) will be ignored. + Asterisk astDB stored data will only ignore the double-quote (") character. + Note: The single-quote (') character is allowed. + Additions for AstLinux 1.1.0: ============================= This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |