diff options
author | Adrien Nader <adrien@notk.org> | 2014-09-25 02:46:32 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2014-09-25 02:46:32 +0200 |
commit | 774bf02b6b6c9ad0100eac316f9d49f33b3bf946 (patch) | |
tree | f2e24aee3b3db19ab9e863f03ba90b4e3b439288 /l | |
parent | eaf257bc251019ed746f124c8d7abaa1be12a1f3 (diff) |
Wed Sep 24 22:52:53 UTC 2014
a/bash-4.3.025-x86_64-1.txz: Upgraded.
This update fixes a vulnerability in bash related to how environment
variables are processed: trailing code in function definitions was
executed, independent of the variable name. In many common configurations
(such as the use of CGI scripts), this vulnerability is exploitable over
the network. Thanks to Stephane Chazelas for discovering this issue.
For more information, see:
http://seclists.org/oss-sec/2014/q3/650
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-6271
(* Security fix *)
l/mozilla-nss-3.16.5-x86_64-1.txz: Upgraded.
Fixed an RSA Signature Forgery vulnerability.
For more information, see:
https://www.mozilla.org/security/announce/2014/mfsa2014-73.html
(* Security fix *)
Diffstat (limited to 'l')
-rwxr-xr-x | l/mozilla-nss/mozilla-nss.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/l/mozilla-nss/mozilla-nss.SlackBuild b/l/mozilla-nss/mozilla-nss.SlackBuild index acd8a95..65f3256 100755 --- a/l/mozilla-nss/mozilla-nss.SlackBuild +++ b/l/mozilla-nss/mozilla-nss.SlackBuild @@ -24,7 +24,7 @@ PKGNAM=mozilla-nss SRCNAM=nss -VERSION=${VERSION:-3.16.4} +VERSION=${VERSION:-3.16.5} NSPR=${NSPR:-4.10.7} BUILD=${BUILD:-1} |