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/pkg-plist | |
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/pkg-plist')
-rw-r--r-- | security/libotr/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libotr/pkg-plist b/security/libotr/pkg-plist index 77911e33be25..d2d915569961 100644 --- a/security/libotr/pkg-plist +++ b/security/libotr/pkg-plist @@ -23,7 +23,7 @@ include/libotr/version.h lib/libotr.a lib/libotr.so lib/libotr.so.5 -lib/libotr.so.5.1.0 +lib/libotr.so.5.1.1 libdata/pkgconfig/libotr.pc man/man1/otr_mackey.1.gz man/man1/otr_modify.1.gz |