From owner-svn-ports-all@freebsd.org Thu Oct 18 11:42:13 2018 Return-Path: Delivered-To: svn-ports-all@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 55CE210D9C35; Thu, 18 Oct 2018 11:42:13 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0A14588AF6; Thu, 18 Oct 2018 11:42:13 +0000 (UTC) (envelope-from mfechner@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 DF2091F60F; Thu, 18 Oct 2018 11:42:12 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9IBgCA3029198; Thu, 18 Oct 2018 11:42:12 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9IBgBDa029194; Thu, 18 Oct 2018 11:42:11 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201810181142.w9IBgBDa029194@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Thu, 18 Oct 2018 11:42:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r482340 - in branches/2018Q4/devel: libgit2 rubygem-rugged X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in branches/2018Q4/devel: libgit2 rubygem-rugged X-SVN-Commit-Revision: 482340 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 11:42:13 -0000 Author: mfechner Date: Thu Oct 18 11:42:11 2018 New Revision: 482340 URL: https://svnweb.freebsd.org/changeset/ports/482340 Log: MFH: r482159 Security update of devel/libgit2 and depending ports to fix seceurity vulnerabilities. For more details see here: https://github.com/libgit2/libgit2/releases/tag/v0.27.5 Approved by: mentors (implicit) MFC after: 1d Security: 8c08ab4c-d06c-11e8-b35c-001b217b3468 Approved by: ports-secteam (miwi) Modified: branches/2018Q4/devel/libgit2/Makefile branches/2018Q4/devel/libgit2/distinfo branches/2018Q4/devel/rubygem-rugged/Makefile branches/2018Q4/devel/rubygem-rugged/distinfo Directory Properties: branches/2018Q4/ (props changed) Modified: branches/2018Q4/devel/libgit2/Makefile ============================================================================== --- branches/2018Q4/devel/libgit2/Makefile Thu Oct 18 09:48:40 2018 (r482339) +++ branches/2018Q4/devel/libgit2/Makefile Thu Oct 18 11:42:11 2018 (r482340) @@ -3,7 +3,7 @@ # Also update devel/libgit2-glib, devel/rubygem-rugged, devel/py-pygit2 PORTNAME= libgit2 -PORTVERSION= 0.27.4 +PORTVERSION= 0.27.5 DISTVERSIONPREFIX= v CATEGORIES= devel Modified: branches/2018Q4/devel/libgit2/distinfo ============================================================================== --- branches/2018Q4/devel/libgit2/distinfo Thu Oct 18 09:48:40 2018 (r482339) +++ branches/2018Q4/devel/libgit2/distinfo Thu Oct 18 11:42:11 2018 (r482340) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535127656 -SHA256 (libgit2-libgit2-v0.27.4_GH0.tar.gz) = 0b7ca31cb959ff1b22afa0da8621782afe61f99242bf716c403802ffbdb21d51 -SIZE (libgit2-libgit2-v0.27.4_GH0.tar.gz) = 4772254 +TIMESTAMP = 1539602141 +SHA256 (libgit2-libgit2-v0.27.5_GH0.tar.gz) = 15f2775f4f325951d9139ed906502b6c71fee6787cada9b045f5994072ccbd33 +SIZE (libgit2-libgit2-v0.27.5_GH0.tar.gz) = 4775158 Modified: branches/2018Q4/devel/rubygem-rugged/Makefile ============================================================================== --- branches/2018Q4/devel/rubygem-rugged/Makefile Thu Oct 18 09:48:40 2018 (r482339) +++ branches/2018Q4/devel/rubygem-rugged/Makefile Thu Oct 18 11:42:11 2018 (r482340) @@ -4,7 +4,7 @@ # Also update devel/libgit2, devel/libgit2-glib, devel/py-pygit2 PORTNAME= rugged -PORTVERSION= 0.27.4 +PORTVERSION= 0.27.5 CATEGORIES= devel rubygems MASTER_SITES= RG Modified: branches/2018Q4/devel/rubygem-rugged/distinfo ============================================================================== --- branches/2018Q4/devel/rubygem-rugged/distinfo Thu Oct 18 09:48:40 2018 (r482339) +++ branches/2018Q4/devel/rubygem-rugged/distinfo Thu Oct 18 11:42:11 2018 (r482340) @@ -1,3 +1,3 @@ -TIMESTAMP = 1535127618 -SHA256 (rubygem/rugged-0.27.4.gem) = e274316b4d5723a19a42510f16332d7323417f1feaae4515d981c1eab22fd3f8 -SIZE (rubygem/rugged-0.27.4.gem) = 1156608 +TIMESTAMP = 1539602085 +SHA256 (rubygem/rugged-0.27.5.gem) = a6a3bf97a08e52a97f315287eb408902c5693f7399520a2144b7d30d13b764cb +SIZE (rubygem/rugged-0.27.5.gem) = 1157120