diff options
author | adridg <adridg@FreeBSD.org> | 2019-06-11 16:02:38 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2019-06-11 16:02:38 +0800 |
commit | 25c52c89dc06b41db81fc05378a7a8ea7add275b (patch) | |
tree | 4ef84ee36818c560251eeb77163d6050654c7baf /security/olm | |
parent | 61f1ad839e01636e81b3a480a85e6203eb111346 (diff) | |
download | freebsd-ports-gnome-25c52c89dc06b41db81fc05378a7a8ea7add275b.tar.gz freebsd-ports-gnome-25c52c89dc06b41db81fc05378a7a8ea7add275b.tar.zst freebsd-ports-gnome-25c52c89dc06b41db81fc05378a7a8ea7add275b.zip |
Update security/olm to latest upstream release.
Source has moved to gitlab, still under Matrix.org. Release notes at
https://gitlab.matrix.org/matrix-org/olm/releases
major changes were in 3.1.0 already, Short Authentication String
and public key signing. Various compatibility and build fixes
were also applied.
Also PORTREVISION dependent ports (that I know about). No MFH because
these are feature-based releases, not security updates.
PR: 238384
Submitted by: Alexander Sieg
Reported by: Alexander Sieg
Diffstat (limited to 'security/olm')
-rw-r--r-- | security/olm/Makefile | 4 | ||||
-rw-r--r-- | security/olm/distinfo | 6 | ||||
-rw-r--r-- | security/olm/pkg-descr | 2 | ||||
-rw-r--r-- | security/olm/pkg-plist | 3 |
4 files changed, 8 insertions, 7 deletions
diff --git a/security/olm/Makefile b/security/olm/Makefile index 0ce2a4d6caf8..74d55cd96153 100644 --- a/security/olm/Makefile +++ b/security/olm/Makefile @@ -2,9 +2,9 @@ PORTNAME= olm DISTVERSIONPREFIX= -DISTVERSION= 3.0.0 +DISTVERSION= 3.1.2 CATEGORIES= security -MASTER_SITES= https://git.matrix.org/git/olm/snapshot/ +MASTER_SITES= https://gitlab.matrix.org/matrix-org/olm/-/archive/${DISTVERSION}/ MAINTAINER= adridg@FreeBSD.org COMMENT= Double Ratchet cryptographic ratchet in C++ diff --git a/security/olm/distinfo b/security/olm/distinfo index 7fae244adeeb..cd51024205b2 100644 --- a/security/olm/distinfo +++ b/security/olm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1553454378 -SHA256 (olm-3.0.0.tar.bz2) = 8ecbe3756eebe79aafc5331bd0b25d0a853792a774f7dbdf681d30363aed148d -SIZE (olm-3.0.0.tar.bz2) = 444358 +TIMESTAMP = 1558431062 +SHA256 (olm-3.1.2.tar.bz2) = d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49 +SIZE (olm-3.1.2.tar.bz2) = 460046 diff --git a/security/olm/pkg-descr b/security/olm/pkg-descr index 68aa6f4d0a20..ed33755ad6b2 100644 --- a/security/olm/pkg-descr +++ b/security/olm/pkg-descr @@ -2,4 +2,4 @@ An implementation of the Double Ratchet cryptographic ratchet described by https://whispersystems.org/docs/specifications/doubleratchet/, written in C and C++11 and exposed as a C API. -WWW: https://git.matrix.org/git/olm/about/ +WWW: https://gitlab.matrix.org/matrix-org/olm diff --git a/security/olm/pkg-plist b/security/olm/pkg-plist index 4da32d5b055c..829e7a93d0d9 100644 --- a/security/olm/pkg-plist +++ b/security/olm/pkg-plist @@ -2,10 +2,11 @@ include/olm/inbound_group_session.h include/olm/olm.h include/olm/outbound_group_session.h include/olm/pk.h +include/olm/sas.h lib/cmake/Olm/OlmConfig.cmake lib/cmake/Olm/OlmConfigVersion.cmake lib/cmake/Olm/OlmTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/Olm/OlmTargets.cmake lib/libolm.so lib/libolm.so.3 -lib/libolm.so.3.0.0 +lib/libolm.so.3.1.2 |