aboutsummaryrefslogtreecommitdiff
path: root/security/libotr
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2016-03-09 22:37:52 +0000
committerMark Felder <feld@FreeBSD.org>2016-03-09 22:37:52 +0000
commit23cc40478d49aa0c18fedb9489125c18625d61a6 (patch)
tree123cfb6af6bd38a67e1e10cac3c5ed102bf01bf9 /security/libotr
parent947e5fd48de4be11e83293af972cf4d7a518f1d5 (diff)
downloadports-23cc40478d49aa0c18fedb9489125c18625d61a6.tar.gz
ports-23cc40478d49aa0c18fedb9489125c18625d61a6.zip
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 MFH: 2016Q1 Security: CVE-2016-2851
Notes
Notes: svn path=/head/; revision=410731
Diffstat (limited to 'security/libotr')
-rw-r--r--security/libotr/Makefile3
-rw-r--r--security/libotr/distinfo8
-rw-r--r--security/libotr/pkg-plist2
3 files changed, 6 insertions, 7 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile
index 3efa3bdb7117..b2d91159b25e 100644
--- a/security/libotr/Makefile
+++ b/security/libotr/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= libotr
-PORTVERSION= 4.1.0
-PORTREVISION= 1
+PORTVERSION= 4.1.1
CATEGORIES= security net-im net
MASTER_SITES= https://otr.cypherpunks.ca/ \
http://www.c-s.li/ports/
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
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