diff options
author | Mark Felder <feld@FreeBSD.org> | 2016-03-09 22:38:34 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2016-03-09 22:38:34 +0000 |
commit | ce01c0b5c43d2e0a5152bc87719e34d202012714 (patch) | |
tree | 9b38d6e07f9cb5210add00a3a26c4bf44e519355 /security/libotr/distinfo | |
parent | cf261fce124a03e6e7e44904de3063d7ebcbe575 (diff) | |
download | ports-ce01c0b5c43d2e0a5152bc87719e34d202012714.tar.gz ports-ce01c0b5c43d2e0a5152bc87719e34d202012714.zip |
MFH: r410731release/10.3.0
security/libotr: Update to 4.1.1
Changes:
* Fix an integer overflow bug that can cause a heap buffer overflow (and
from there remote code execution) on 64-bit platforms
* Fix possible free() of an uninitialized pointer
* Be stricter about parsing v3 fragments
* Add a testsuite ("make check" to run it), but only on Linux for now,
since it uses Linux-specific features such as epoll
* Fix a memory leak when reading a malformed instance tag file
* Protocol documentation clarifications
Security: CVE-2016-2851
Approved by: ports-secteam (with hat)
Notes
Notes:
svn path=/branches/2016Q1/; revision=411746
svn path=/tags/RELEASE_10_3_0/; revision=411747; tag=release/10.3.0
Diffstat (limited to 'security/libotr/distinfo')
-rw-r--r-- | security/libotr/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/libotr/distinfo b/security/libotr/distinfo index 3127792cdf86..2335952e842c 100644 --- a/security/libotr/distinfo +++ b/security/libotr/distinfo @@ -1,4 +1,4 @@ -SHA256 (libotr-4.1.0.tar.gz) = 4fdb891940ec89d300190a98f69a9138248dcb8c8d337633fb981b8d0a9cd930 -SIZE (libotr-4.1.0.tar.gz) = 576771 -SHA256 (libotr-4.1.0.tar.gz.asc) = d77b093c282235977bbf8050a310f64f197e6ed05fb432b516e9e2dab272077b -SIZE (libotr-4.1.0.tar.gz.asc) = 190 +SHA256 (libotr-4.1.1.tar.gz) = 8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5 +SIZE (libotr-4.1.1.tar.gz) = 655791 +SHA256 (libotr-4.1.1.tar.gz.asc) = 3a24fe5ef490292295a5be7484d1148a4dbcace3a703279c9ea8ff7947215e90 +SIZE (libotr-4.1.1.tar.gz.asc) = 811 |