pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/olm security/olm: Update to 3.2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b926a1aefd73
branches:  trunk
changeset: 771136:b926a1aefd73
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue Dec 14 01:01:48 2021 +0000

description:
security/olm: Update to 3.2.8

Packaging: While this is 3.2.8 in distfile and upstream announcements,
tt is sort of 3.2.2.1 in unpack dir and shlib versions.

This is a security release fixing a buffer overflow.  While upstream
has a changes file, there are no entries for anything beyond 3.2.8,
and the changes are thus expected to be only security fixes as
described at:

  https://matrix.org/blog/2021/12/13/disclosure-buffer-overflow-in-libolm-and-matrix-js-sdk

diffstat:

 security/olm/Makefile |  7 +++++--
 security/olm/PLIST    |  4 ++--
 security/olm/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (51 lines):

diff -r cbe63feeebc8 -r b926a1aefd73 security/olm/Makefile
--- a/security/olm/Makefile     Tue Dec 14 00:14:35 2021 +0000
+++ b/security/olm/Makefile     Tue Dec 14 01:01:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2021/05/23 07:15:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2021/12/14 01:01:48 gdt Exp $
 
-DISTNAME=      olm-3.2.2
+DISTNAME=      olm-3.2.8
 CATEGORIES=    security
 MASTER_SITES=  https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
 EXTRACT_SUFX=  .tar.bz2
@@ -10,6 +10,9 @@
 COMMENT=       Implementation of the Double Ratchet cryptographic ratchet
 LICENSE=       apache-2.0
 
+# Ah for the days when the distfile unpacked to the right place...
+WRKSRC=                ${WRKDIR}/olm-3.2.2-3745ea57bbce319ac2f190e02062e45a46d23471
+
 USE_CMAKE=     yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
diff -r cbe63feeebc8 -r b926a1aefd73 security/olm/PLIST
--- a/security/olm/PLIST        Tue Dec 14 00:14:35 2021 +0000
+++ b/security/olm/PLIST        Tue Dec 14 01:01:48 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2021/05/23 07:15:24 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/14 01:01:48 gdt Exp $
 include/olm/inbound_group_session.h
 include/olm/olm.h
 include/olm/outbound_group_session.h
@@ -10,5 +10,5 @@
 lib/cmake/Olm/OlmTargets.cmake
 lib/libolm.so
 lib/libolm.so.3
-lib/libolm.so.${PKGVERSION}
+lib/libolm.so.3.2.2
 lib/pkgconfig/olm.pc
diff -r cbe63feeebc8 -r b926a1aefd73 security/olm/distinfo
--- a/security/olm/distinfo     Tue Dec 14 00:14:35 2021 +0000
+++ b/security/olm/distinfo     Tue Dec 14 01:01:48 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:17:21 nia Exp $
+$NetBSD: distinfo,v 1.4 2021/12/14 01:01:48 gdt Exp $
 
-BLAKE2s (olm-3.2.2.tar.bz2) = 1bcb375d2380721e31048a03c37420f7b777dba83f7ff97780321f5a68252751
-SHA512 (olm-3.2.2.tar.bz2) = a541299f2fbdaa2be5698a690cd753142311a3206011d70186e1122d575478f91e7feba207fe5d09ce506330dd1f9fbb71dccb3de7014c5333427fdd3b77b668
-Size (olm-3.2.2.tar.bz2) = 475682 bytes
+BLAKE2s (olm-3.2.8.tar.bz2) = ac417015ae5ef6c0d91060b9d63711ec58aad3d79fc0b47094cdd43dfcccb807
+SHA512 (olm-3.2.8.tar.bz2) = c11d745b2858bc8eae8df7bb68ae2d98856c22137d657f944b35f723c29d541039c65ff1d6af314769bcfa2efbab92f15056be5165df5cce703d3778566d8d97
+Size (olm-3.2.8.tar.bz2) = 476485 bytes



Home | Main Index | Thread Index | Old Index