From owner-svn-ports-head@freebsd.org Fri Jun 29 15:13:10 2018 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 9CC11EFA914 for ; Fri, 29 Jun 2018 15:13:10 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C3B48ED52 for ; Fri, 29 Jun 2018 15:13:10 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: from mail-it0-f47.google.com (mail-it0-f47.google.com [209.85.214.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) (Authenticated sender: sunpoet) by smtp.freebsd.org (Postfix) with ESMTPSA id 1066A10752 for ; Fri, 29 Jun 2018 15:13:10 +0000 (UTC) (envelope-from sunpoet@freebsd.org) Received: by mail-it0-f47.google.com with SMTP id v83-v6so3336173itc.3 for ; Fri, 29 Jun 2018 08:13:10 -0700 (PDT) X-Gm-Message-State: APt69E1tBjJYceqjcJZg6lsmYmXt9rQYjpRDacoTQtNuGIgppmtKlkHC bLnhibKEVlsDaHKDo6TqeEAT8h/rDMS/3TRL5DRyBQ== X-Google-Smtp-Source: AAOMgpc5lRhhiyaX3W0jlRBntWeOTWYtCyQteaWbZ1aLyr90flGmijPfUs6LXSzfcreDrw0J65YjEhSfuArg4rHUNiM= X-Received: by 2002:a02:a798:: with SMTP id e24-v6mr12592484jaj.41.1530285189405; Fri, 29 Jun 2018 08:13:09 -0700 (PDT) MIME-Version: 1.0 References: <201806291501.w5TF1VPk029810@repo.freebsd.org> In-Reply-To: <201806291501.w5TF1VPk029810@repo.freebsd.org> From: Po-Chuan Hsieh Date: Fri, 29 Jun 2018 23:12:32 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r473553 - in head/www/gitlab: . files To: Matthias Fechner Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.26 X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 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: Fri, 29 Jun 2018 15:13:10 -0000 On Fri, Jun 29, 2018 at 11:01 PM Matthias Fechner wrote: > Author: mfechner > Date: Fri Jun 29 15:01:30 2018 > New Revision: 473553 > URL: https://svnweb.freebsd.org/changeset/ports/473553 > > Log: > Security update to 10.8.5. > This update was blocked as it requires version 2.7.1, 2.7.2 fails which > is a gitlab core bug: > https://gitlab.com/gitlab-org/gitlab-ce/issues/48415 > > Reviewed by: tz (mentor) > Approved by: tz (mentor) > Security: b950a83b-789e-11e8-8545-d8cb8abf62dd > Differential Revision: https://reviews.freebsd.org/D16009 > > Hello, gitlab does not require oj anymore since 10.7 but "rubygem-oj2>=2.17.4:devel/rubygem-oj2" was not removed yet. Could you please take a look? Thanks. Regards, sunpoet