summaryrefslogtreecommitdiff
path: root/security/olm
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-12-14 01:01:48 +0000
committergdt <gdt@pkgsrc.org>2021-12-14 01:01:48 +0000
commit8dc306f3ef68ac4a796c2a070d5ec51a26cf8e68 (patch)
tree42851a11abd140ff51c47149ceea12a3a842253a /security/olm
parent4fbbbc322750f8731e34272dbead588614c79e34 (diff)
downloadpkgsrc-8dc306f3ef68ac4a796c2a070d5ec51a26cf8e68.tar.gz
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 (limited to 'security/olm')
-rw-r--r--security/olm/Makefile7
-rw-r--r--security/olm/PLIST4
-rw-r--r--security/olm/distinfo8
3 files changed, 11 insertions, 8 deletions
diff --git a/security/olm/Makefile b/security/olm/Makefile
index 974fad13b97..217c67fba2c 100644
--- a/security/olm/Makefile
+++ b/security/olm/Makefile
@@ -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/matrix-org/olm
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 --git a/security/olm/PLIST b/security/olm/PLIST
index aac78e8d7f6..e75f706c07c 100644
--- a/security/olm/PLIST
+++ b/security/olm/PLIST
@@ -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
diff --git a/security/olm/distinfo b/security/olm/distinfo
index 95bf1a4873d..75012452bbb 100644
--- a/security/olm/distinfo
+++ b/security/olm/distinfo
@@ -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