git: d8ea8cc523d2 - main - security/olm: update to 3.2.11, latest upstream
Date: Sun, 17 Apr 2022 22:19:29 UTC
The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8ea8cc523d2cb46c98485c3e5a4b1c1abb24619 commit d8ea8cc523d2cb46c98485c3e5a4b1c1abb24619 Author: Adriaan de Groot <adridg@FreeBSD.org> AuthorDate: 2022-04-17 21:42:46 +0000 Commit: Adriaan de Groot <adridg@FreeBSD.org> CommitDate: 2022-04-17 22:19:25 +0000 security/olm: update to 3.2.11, latest upstream I missed six months of updates here -- portscout doesn't seem to find GitLab-based releases for me. The release notes are on all the tags pages, here's the latest: https://gitlab.matrix.org/matrix-org/olm/-/tags/3.2.11 Documentation builds now, that seems to be the important line-item for us this release. 3.2.8 added a better error description when a buffer is too small. 3.2.7 added better handling of fallback keys. --- security/olm/Makefile | 4 +++- security/olm/distinfo | 6 +++--- security/olm/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/security/olm/Makefile b/security/olm/Makefile index aef41f280574..ab65f12905bd 100644 --- a/security/olm/Makefile +++ b/security/olm/Makefile @@ -1,6 +1,6 @@ PORTNAME= olm DISTVERSIONPREFIX= -DISTVERSION= 3.2.6 +DISTVERSION= 3.2.11 CATEGORIES= security MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/${DISTVERSION}/ @@ -15,4 +15,6 @@ USES= cmake compiler:c++11-lang cpe \ CPE_VENDOR= matrix +PLIST_SUB= SOVER=${DISTVERSION} + .include <bsd.port.mk> diff --git a/security/olm/distinfo b/security/olm/distinfo index 2d9b8fcc82d6..19ae04d22429 100644 --- a/security/olm/distinfo +++ b/security/olm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635287119 -SHA256 (olm-3.2.6.tar.bz2) = dcec66507378a1f58fa87a9c4dd5d4d92a830a51ce2dcfd9792871ec25a81197 -SIZE (olm-3.2.6.tar.bz2) = 485416 +TIMESTAMP = 1650224483 +SHA256 (olm-3.2.11.tar.bz2) = 648f8d6cc9cf9c3678ad8a6ca4c095928495d1ea22fc928869da85d5abd2191b +SIZE (olm-3.2.11.tar.bz2) = 2735303 diff --git a/security/olm/pkg-plist b/security/olm/pkg-plist index ded79e0cab61..ddfa0c997372 100644 --- a/security/olm/pkg-plist +++ b/security/olm/pkg-plist @@ -11,5 +11,5 @@ lib/cmake/Olm/OlmTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Olm/OlmTargets.cmake lib/libolm.so lib/libolm.so.3 -lib/libolm.so.3.2.6 +lib/libolm.so.%%SOVER%% libdata/pkgconfig/olm.pc