Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D9BF61A9239 for ; Tue, 14 Dec 2021 01:01:50 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1D1BA84F03; Tue, 14 Dec 2021 01:01:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 55BBA84D52 for ; Tue, 14 Dec 2021 01:01:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zAMWjdVj-W5R for ; Tue, 14 Dec 2021 01:01:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id B58A284D1B for ; Tue, 14 Dec 2021 01:01:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B0F03FAEC; Tue, 14 Dec 2021 01:01:48 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639443708285650" MIME-Version: 1.0 Date: Tue, 14 Dec 2021 01:01:48 +0000 From: "Greg Troxel" Subject: CVS commit: pkgsrc/security/olm To: pkgsrc-changes@NetBSD.org Reply-To: gdt@netbsd.org X-Mailer: log_accum Message-Id: <20211214010148.B0F03FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639443708285650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1639443708285650 Content-Disposition: inline Content-Length: 2490 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1639443708285650--