Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Mar 2016 22:37:53 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410731 - head/security/libotr
Message-ID:  <201603092237.u29MbrPb090739@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: feld
Date: Wed Mar  9 22:37:52 2016
New Revision: 410731
URL: https://svnweb.freebsd.org/changeset/ports/410731

Log:
  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

Modified:
  head/security/libotr/Makefile
  head/security/libotr/distinfo
  head/security/libotr/pkg-plist

Modified: head/security/libotr/Makefile
==============================================================================
--- head/security/libotr/Makefile	Wed Mar  9 22:25:56 2016	(r410730)
+++ head/security/libotr/Makefile	Wed Mar  9 22:37:52 2016	(r410731)
@@ -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/

Modified: head/security/libotr/distinfo
==============================================================================
--- head/security/libotr/distinfo	Wed Mar  9 22:25:56 2016	(r410730)
+++ head/security/libotr/distinfo	Wed Mar  9 22:37:52 2016	(r410731)
@@ -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

Modified: head/security/libotr/pkg-plist
==============================================================================
--- head/security/libotr/pkg-plist	Wed Mar  9 22:25:56 2016	(r410730)
+++ head/security/libotr/pkg-plist	Wed Mar  9 22:37:52 2016	(r410731)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603092237.u29MbrPb090739>