Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2019 17:01:57 +0000 (UTC)
From:      Adriaan de Groot <adridg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r521547 - head/security/olm
Message-ID:  <201912301701.xBUH1vaB024467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adridg
Date: Mon Dec 30 17:01:57 2019
New Revision: 521547
URL: https://svnweb.freebsd.org/changeset/ports/521547

Log:
  Update security/olm to latest upstream release
  
  Release notes:
  	https://gitlab.matrix.org/matrix-org/olm/-/releases
  
  The changes are only in the Python bindings and the build system,
  so this is only a minor change.

Modified:
  head/security/olm/Makefile
  head/security/olm/distinfo
  head/security/olm/pkg-plist

Modified: head/security/olm/Makefile
==============================================================================
--- head/security/olm/Makefile	Mon Dec 30 17:00:39 2019	(r521546)
+++ head/security/olm/Makefile	Mon Dec 30 17:01:57 2019	(r521547)
@@ -2,8 +2,7 @@
 
 PORTNAME=	olm
 DISTVERSIONPREFIX=
-DISTVERSION=	3.1.2
-PORTREVISION=	1
+DISTVERSION=	3.1.4
 CATEGORIES=	security
 MASTER_SITES=	https://gitlab.matrix.org/matrix-org/olm/-/archive/${DISTVERSION}/
 

Modified: head/security/olm/distinfo
==============================================================================
--- head/security/olm/distinfo	Mon Dec 30 17:00:39 2019	(r521546)
+++ head/security/olm/distinfo	Mon Dec 30 17:01:57 2019	(r521547)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1558431062
-SHA256 (olm-3.1.2.tar.bz2) = d09f9082cdbaf4d95b0a372affdf6129a6b451913831c5915e799877acab6d49
-SIZE (olm-3.1.2.tar.bz2) = 460046
+TIMESTAMP = 1577724894
+SHA256 (olm-3.1.4.tar.bz2) = eff513cff8e5c7af657e800a2c2dbbdee5be19ee9ce24c5498a2528c4b5f1dc3
+SIZE (olm-3.1.4.tar.bz2) = 461540

Modified: head/security/olm/pkg-plist
==============================================================================
--- head/security/olm/pkg-plist	Mon Dec 30 17:00:39 2019	(r521546)
+++ head/security/olm/pkg-plist	Mon Dec 30 17:01:57 2019	(r521547)
@@ -9,4 +9,4 @@ lib/cmake/Olm/OlmTargets-%%CMAKE_BUILD_TYPE%%.cmake
 lib/cmake/Olm/OlmTargets.cmake
 lib/libolm.so
 lib/libolm.so.3
-lib/libolm.so.3.1.2
+lib/libolm.so.3.1.4



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912301701.xBUH1vaB024467>