From owner-svn-ports-all@freebsd.org Mon Oct 15 16:14:53 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 1992110B7CC3; Mon, 15 Oct 2018 16:14:53 +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 C08417A61A; Mon, 15 Oct 2018 16:14:52 +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 9D6947859; Mon, 15 Oct 2018 16:14:52 +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 w9FGEqK0046776; Mon, 15 Oct 2018 16:14:52 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9FGEpTr046770; Mon, 15 Oct 2018 16:14:51 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201810151614.w9FGEpTr046770@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Mon, 15 Oct 2018 16:14:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482159 - in head/devel: libgit2 rubygem-rugged X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: in head/devel: libgit2 rubygem-rugged X-SVN-Commit-Revision: 482159 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: Mon, 15 Oct 2018 16:14:53 -0000 Author: mfechner Date: Mon Oct 15 16:14:51 2018 New Revision: 482159 URL: https://svnweb.freebsd.org/changeset/ports/482159 Log: 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 MFH: 2018Q4 Security: 8c08ab4c-d06c-11e8-b35c-001b217b3468 Modified: head/devel/libgit2/Makefile head/devel/libgit2/distinfo head/devel/rubygem-rugged/Makefile head/devel/rubygem-rugged/distinfo Modified: head/devel/libgit2/Makefile ============================================================================== --- head/devel/libgit2/Makefile Mon Oct 15 16:11:57 2018 (r482158) +++ head/devel/libgit2/Makefile Mon Oct 15 16:14:51 2018 (r482159) @@ -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: head/devel/libgit2/distinfo ============================================================================== --- head/devel/libgit2/distinfo Mon Oct 15 16:11:57 2018 (r482158) +++ head/devel/libgit2/distinfo Mon Oct 15 16:14:51 2018 (r482159) @@ -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: head/devel/rubygem-rugged/Makefile ============================================================================== --- head/devel/rubygem-rugged/Makefile Mon Oct 15 16:11:57 2018 (r482158) +++ head/devel/rubygem-rugged/Makefile Mon Oct 15 16:14:51 2018 (r482159) @@ -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: head/devel/rubygem-rugged/distinfo ============================================================================== --- head/devel/rubygem-rugged/distinfo Mon Oct 15 16:11:57 2018 (r482158) +++ head/devel/rubygem-rugged/distinfo Mon Oct 15 16:14:51 2018 (r482159) @@ -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