pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/olm



Module Name:    pkgsrc
Committed By:   gdt
Date:           Tue Dec 14 01:01:48 UTC 2021

Modified Files:
        pkgsrc/security/olm: Makefile PLIST distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/olm/Makefile \
    pkgsrc/security/olm/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/olm/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/olm/Makefile
diff -u pkgsrc/security/olm/Makefile:1.1 pkgsrc/security/olm/Makefile:1.2
--- pkgsrc/security/olm/Makefile:1.1    Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/Makefile        Tue Dec 14 01:01:48 2021
@@ -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 @@ HOMEPAGE=     https://gitlab.matrix.org/matr
 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++
Index: pkgsrc/security/olm/PLIST
diff -u pkgsrc/security/olm/PLIST:1.1 pkgsrc/security/olm/PLIST:1.2
--- pkgsrc/security/olm/PLIST:1.1       Sun May 23 07:15:24 2021
+++ pkgsrc/security/olm/PLIST   Tue Dec 14 01:01:48 2021
@@ -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-release.cmake
 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

Index: pkgsrc/security/olm/distinfo
diff -u pkgsrc/security/olm/distinfo:1.3 pkgsrc/security/olm/distinfo:1.4
--- pkgsrc/security/olm/distinfo:1.3    Tue Oct 26 11:17:21 2021
+++ pkgsrc/security/olm/distinfo        Tue Dec 14 01:01:48 2021
@@ -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