From owner-svn-ports-head@freebsd.org Tue Jun 11 08:02:40 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C7F0C15B2195; Tue, 11 Jun 2019 08:02:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6E35E80FEF; Tue, 11 Jun 2019 08:02:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 24EBE26C53; Tue, 11 Jun 2019 08:02:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5B82e0n014557; Tue, 11 Jun 2019 08:02:40 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5B82cDT014552; Tue, 11 Jun 2019 08:02:38 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201906110802.x5B82cDT014552@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Tue, 11 Jun 2019 08:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503940 - in head: net-im/mtxclient net-im/nheko security/olm X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head: net-im/mtxclient net-im/nheko security/olm X-SVN-Commit-Revision: 503940 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 6E35E80FEF X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.97)[-0.967,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2019 08:02:41 -0000 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@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@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@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