From nobody Sat Nov 04 18:58:38 2023 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SN6Mm0RNdz50Cf6; Sat, 4 Nov 2023 18:58:44 +0000 (UTC) (envelope-from mfechner@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4SN6Ml6z7Gz3fWy; Sat, 4 Nov 2023 18:58:43 +0000 (UTC) (envelope-from mfechner@freebsd.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1699124324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rMWhzxpJnVf86hJh/2vEAGJHe9gIM6Dxq/OYr8Q0IAE=; b=NdjlW7K8pmpuH1Wr5VwHNxjSvsiaETwgXZ6GNz37RYCFlrb1c3TMgEoUIFhufaSj7tycsT sPY36tBRlZXI7lgih53dSpjQl6o4LnFJa1gDaGlpynJPyy26dRKnz8bF21m+WuCLrIIY3h lu5WERFO8Hefizdh+OqGV1iDQAYznjK8nAPKujB2breHzAXXEzPpAkzdPt4IJqO3ChWB7C N8z4xc4w8QiKVN92JDtvn4IeMkEfrNw1lGg4oRxDN+udnOmNEiz3MfucaspJQuwrw8wJCs zPJB7hDwOclsSl2SghdWQ+PIjdxPf5fD542MI/zjVxmr4dj6aFPuFAUyabBprA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1699124324; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rMWhzxpJnVf86hJh/2vEAGJHe9gIM6Dxq/OYr8Q0IAE=; b=jWQSSRQBDGOaxoEza5fBLlmYTbH3Rl0/TWBEUb+hmLCY0+uhi6BdmgBVRstZbtlfTzuFUs B+/oPdkBIQl0tkxpYZKwmV/9VTM+Hevy6hVk+6419dwIBnn8uItKs4WTqoY/KlA+PdKazc ARe/KxNyhQf68YmmE00aapuxTWbbnQo8IIKUZexREN5EiamVw+n5CtPgBN03xTqwAnERmO a0cku7mYWmaIzxG0JFvPvEdzLcKSr9xSFZ+zZLRH/3G9Oo8A1ColqrIhDzQiCrPZ02WuNZ ZtFDJqVE4kN7pRQa9dbT8cOoSsZjnvtmmEXGnec5Du1XmJ9okZ31HtDtVZbypQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1699124324; a=rsa-sha256; cv=none; b=aPhDfn3dEPjbiDpbh/wuUS7Sm461TPoAaFa0pcQE4B9bnKQedCWUG49hgV3XxeAoyqz2Wm UTUIk23FzHjBHdUoBrtp0YP6i90GEL76x44LFY8j06j56I8EbJV4VH05jyBWOxuk7JsJ3y dCYewuMUWASki6mBNJi8/+XaKBegEEhliCGnwvRWpjJfqtp0/+FQsVARJ9gz6ZnsY6lf+0 PldQd0blRDsWqZN2n/NgFGLK3ydHiFm9AAWlVXSon3RGchy9r7B8Bl8JEpWgecJdvmN2Gi vV4qPhpUePL1/50SJlRJgZO6Lw5Ezi58NUgP20yjP3RXas593w6+diHLEY0tlg== Received: from [192.168.0.151] (unknown [212.108.138.183]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: mfechner) by smtp.freebsd.org (Postfix) with ESMTPSA id 4SN6Mk4dmwz1Nvl; Sat, 4 Nov 2023 18:58:42 +0000 (UTC) (envelope-from mfechner@freebsd.org) Message-ID: Date: Sat, 4 Nov 2023 20:58:38 +0200 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: git: a02d4231df08 - main - www/gitlab-ce: security update to 16.5.1 To: Vladimir Druzenko , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202311011058.3A1Awlf9049807@gitrepo.freebsd.org> <5fc58829-5b8a-4c36-b125-362559920c5b@freebsd.org> Content-Language: en-US From: Matthias Fechner In-Reply-To: <5fc58829-5b8a-4c36-b125-362559920c5b@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Am 04.11.2023 um 19:03 schrieb Vladimir Druzenko: > Can you please update > www/gitlab-ce/files/extra-patch-Gemfile-kerberos-off: > --- Gemfile.orig > +++ Gemfile > @@ -96,7 +96,7 @@ > >  # Kerberos authentication. EE-only >  gem 'gssapi', '~> 1.3.1', group: :kerberos # rubocop:todo > Gemfile/MissingFeatureCategory > -gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo > Gemfile/MissingFeatureCategory > +#gem 'timfel-krb5-auth', '~> 0.8', group: :kerberos # rubocop:todo > Gemfile/MissingFeatureCategory > >  # Spam and anti-bot protection >  gem 'recaptcha', '~> 5.12', require: 'recaptcha/rails' # rubocop:todo > Gemfile/MissingFeatureCategory > > Or I can commit it self if you allow me to do this. please feel free to commit it. Thanks. Gruß Matthias -- "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning." -- Rich Cook