svn commit: r503940 - in head: net-im/mtxclient net-im/nheko security/olm

Adriaan de Groot adridg at FreeBSD.org
Tue Jun 11 08:02:41 UTC 2019


Author: adridg
Date: Tue Jun 11 08:02:38 2019
New Revision: 503940
URL: https://svnweb.freebsd.org/changeset/ports/503940

Log:
  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

Modified:
  head/net-im/mtxclient/Makefile
  head/net-im/nheko/Makefile
  head/security/olm/Makefile
  head/security/olm/distinfo
  head/security/olm/pkg-descr
  head/security/olm/pkg-plist

Modified: head/net-im/mtxclient/Makefile
==============================================================================
--- head/net-im/mtxclient/Makefile	Tue Jun 11 07:51:38 2019	(r503939)
+++ head/net-im/mtxclient/Makefile	Tue Jun 11 08:02:38 2019	(r503940)
@@ -3,6 +3,7 @@
 PORTNAME=		mtxclient
 DISTVERSIONPREFIX=	v
 DISTVERSION=		0.2.1
+PORTREVISION=		1
 CATEGORIES=		net-im
 
 MAINTAINER=	adridg at FreeBSD.org

Modified: head/net-im/nheko/Makefile
==============================================================================
--- head/net-im/nheko/Makefile	Tue Jun 11 07:51:38 2019	(r503939)
+++ head/net-im/nheko/Makefile	Tue Jun 11 08:02:38 2019	(r503940)
@@ -3,6 +3,7 @@
 PORTNAME=	nheko
 DISTVERSIONPREFIX=v
 DISTVERSION=	0.6.4
+PORTREVISION=		1
 CATEGORIES=	net-im
 
 MAINTAINER=	adridg at FreeBSD.org

Modified: head/security/olm/Makefile
==============================================================================
--- head/security/olm/Makefile	Tue Jun 11 07:51:38 2019	(r503939)
+++ head/security/olm/Makefile	Tue Jun 11 08:02:38 2019	(r503940)
@@ -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 at FreeBSD.org
 COMMENT=	Double Ratchet cryptographic ratchet in C++

Modified: head/security/olm/distinfo
==============================================================================
--- head/security/olm/distinfo	Tue Jun 11 07:51:38 2019	(r503939)
+++ head/security/olm/distinfo	Tue Jun 11 08:02:38 2019	(r503940)
@@ -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

Modified: head/security/olm/pkg-descr
==============================================================================
--- head/security/olm/pkg-descr	Tue Jun 11 07:51:38 2019	(r503939)
+++ head/security/olm/pkg-descr	Tue Jun 11 08:02:38 2019	(r503940)
@@ -2,4 +2,4 @@ An implementation of the Double Ratchet cryptographic 
 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

Modified: head/security/olm/pkg-plist
==============================================================================
--- head/security/olm/pkg-plist	Tue Jun 11 07:51:38 2019	(r503939)
+++ head/security/olm/pkg-plist	Tue Jun 11 08:02:38 2019	(r503940)
@@ -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


More information about the svn-ports-all mailing list