diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-18 08:39:39 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-18 08:39:39 +0000 |
commit | 6b3e2bd2ee73222349b6d9b478037fc1c3f2a0d7 (patch) | |
tree | c065c38a41bfd235f5858d8f10317a7629b16706 /security/libotr | |
parent | - Update to 20120714 (diff) |
14 August 2012 libotr version 3.2.1 released
Versions 3.2.0 and earlier of libotr contain a small heap write overrun
(thanks to Justin Ferguson for the report), and a large heap read overrun
(thanks to Ben Hawkes for the report).
Add a vuxml entry, and tune up the notes about adding a new entry.
Notes
Notes:
svn path=/head/; revision=302713
Diffstat (limited to 'security/libotr')
-rw-r--r-- | security/libotr/Makefile | 4 | ||||
-rw-r--r-- | security/libotr/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/libotr/Makefile b/security/libotr/Makefile index 555dc238cf5d..9e97e19406fb 100644 --- a/security/libotr/Makefile +++ b/security/libotr/Makefile @@ -7,10 +7,10 @@ # PORTNAME= libotr -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 # Please do not bump PORTREVISION for this port unless you have # confirmed via testing that it is necessary -PORTREVISION= 4 +PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.cypherpunks.ca/otr/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc diff --git a/security/libotr/distinfo b/security/libotr/distinfo index 3abcadf9fd61..b1af629e7a25 100644 --- a/security/libotr/distinfo +++ b/security/libotr/distinfo @@ -1,4 +1,4 @@ -SHA256 (libotr-3.2.0.tar.gz) = d83b9d20e36e2a4a55e5336f15d1d218d627bc0af7af94e3835bdc8b6d8b6693 -SIZE (libotr-3.2.0.tar.gz) = 430299 -SHA256 (libotr-3.2.0.tar.gz.asc) = ac0cdb8ec410cf35c632aee2b0d9d75525a2d59361d3b23002f598e35ac79f65 -SIZE (libotr-3.2.0.tar.gz.asc) = 191 +SHA256 (libotr-3.2.1.tar.gz) = d428eaa584984baa09450cca07742e0ac8fc62401f3a1c556e3025023369cdf4 +SIZE (libotr-3.2.1.tar.gz) = 414684 +SHA256 (libotr-3.2.1.tar.gz.asc) = 8ec08871018ce41bb4f631f5672daeaab72e9ea1b8913b3ddad22b9672a5e2b4 +SIZE (libotr-3.2.1.tar.gz.asc) = 190 |