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: ryoon
Date: Tue Jan 25 12:55:43 UTC 2022
Modified Files:
pkgsrc/security/olm: Makefile PLIST distinfo
Log Message:
olm: Update to 3.2.10
CHangelog:
Changes in `3.2.10 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.10>`_
=========================================================================
This release includes no change since 3.2.9, but is created to be able to
publish again the Android library on MavenCentral.
Changes in `3.2.9 <https://gitlab.matrix.org/matrix-org/olm/tags/3.2.9>`_
=========================================================================
This release includes the following changes since 3.2.8:
* Switch C++ tests to use doctest. Thanks to Nicolas Werner.
* Switch JavaScript tests to use jasmine instead of deprecated jasmine-node.
* Add session describe function to Python binding. Thanks to Tulir Asokan.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/olm/Makefile \
pkgsrc/security/olm/PLIST
cvs rdiff -u -r1.4 -r1.5 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.2 pkgsrc/security/olm/Makefile:1.3
--- pkgsrc/security/olm/Makefile:1.2 Tue Dec 14 01:01:48 2021
+++ pkgsrc/security/olm/Makefile Tue Jan 25 12:55:43 2022
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2021/12/14 01:01:48 gdt Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/25 12:55:43 ryoon Exp $
-DISTNAME= olm-3.2.8
+DISTNAME= olm-3.2.10
CATEGORIES= security
-MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.2/
+MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/3.2.10/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,9 +10,6 @@ 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.2 pkgsrc/security/olm/PLIST:1.3
--- pkgsrc/security/olm/PLIST:1.2 Tue Dec 14 01:01:48 2021
+++ pkgsrc/security/olm/PLIST Tue Jan 25 12:55:43 2022
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2021/12/14 01:01:48 gdt Exp $
+@comment $NetBSD: PLIST,v 1.3 2022/01/25 12:55:43 ryoon Exp $
+include/olm/error.h
include/olm/inbound_group_session.h
include/olm/olm.h
+include/olm/olm_export.h
include/olm/outbound_group_session.h
include/olm/pk.h
include/olm/sas.h
@@ -10,5 +12,5 @@ lib/cmake/Olm/OlmTargets-release.cmake
lib/cmake/Olm/OlmTargets.cmake
lib/libolm.so
lib/libolm.so.3
-lib/libolm.so.3.2.2
+lib/libolm.so.${PKGVERSION}
lib/pkgconfig/olm.pc
Index: pkgsrc/security/olm/distinfo
diff -u pkgsrc/security/olm/distinfo:1.4 pkgsrc/security/olm/distinfo:1.5
--- pkgsrc/security/olm/distinfo:1.4 Tue Dec 14 01:01:48 2021
+++ pkgsrc/security/olm/distinfo Tue Jan 25 12:55:43 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/12/14 01:01:48 gdt Exp $
+$NetBSD: distinfo,v 1.5 2022/01/25 12:55:43 ryoon Exp $
-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
+BLAKE2s (olm-3.2.10.tar.bz2) = 84c6a275ef0dda8371152f198ea0559d2531f51509a152223b148698d1b722c8
+SHA512 (olm-3.2.10.tar.bz2) = 127a81f8585550fb59b922e656b877251fbc96b5b61629a9faaf10b82c88c28f5036de815803c654d9d82c436c75e11dd3b96c6a6cb14d4ae686b24ce3dcff94
+Size (olm-3.2.10.tar.bz2) = 2733952 bytes
Home |
Main Index |
Thread Index |
Old Index