From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6851869180939993088 X-Received: by 2002:a05:651c:1125:: with SMTP id e5mr2050424ljo.238.1598251775613; Sun, 23 Aug 2020 23:49:35 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:d46:: with SMTP id 67ls499341lfn.3.gmail; Sun, 23 Aug 2020 23:49:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyprZwJYYlGei6THPBJoDFJH3twtQfdp1nWxUKq3w9M2tvLP/MefYQspfMmk7KQcYM/xLGT X-Received: by 2002:a19:6b18:: with SMTP id d24mr2011730lfa.40.1598251774713; Sun, 23 Aug 2020 23:49:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598251774; cv=none; d=google.com; s=arc-20160816; b=Gy/MGMls/GFBvYc30oAJtnD2WsoE9HMoAniCqYqSazCUHfei7lYUsXGQbDhpiW/ux5 rF0lrK5SR4khyFdCGqWe2kQBSw8CjtY1VFUHMOQNZUKpLlbiMBEaUWuEsiurCjXKF+P/ i/vOJwpuoNFGRaKy42UUmzd2zz7Fu6fiogXK3KWPVgQy2hv2xr9iGAKH4lgWYMIyfFvd ij5q15DrwVkIfBFk+bx9ivpSZdNoZNCScyp/hpTRt17Dn7T2lvy5TqSDTYYYtPomgSSZ Z/0iuCngB41zQGTjerDRIhL80KLENihigqaUi85bdN3dOtL6gO+STyRde+GgTfBmJnEp KdaA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=b0ROc1Gd7gNT7N49wgybcVDV8/kRV+kHBmafYWviH7c=; b=Xp3TkuXDwpT6oSyUs55Srmo9pcOE0dWOW3Bz+R96/KfLzfcm6+6QAc8tHbJ9F9+i69 Y4BvRZLzvAqyediFahs8oOIadxs7QXOjbgGgyQ2vm95GgIlsFHK4R0nQxe2j1A8OXfi7 6CGzjSahMl5N0miNWadmsxEUB1uyQdAjrYGDwSHTi2VZPhjak2skLHBGISPcke9+3ZfQ L/wAYqyaxP1hD4jS/k9cZNCvh4uK3ayl0I3Nkq0O3Pk6JT2DaRKcr13RVuYvWU+kQoRD U80uHrLhlin9mAWhkYnWY0mbaXFP9dDaD/x/YX3L2VL2b1Rnpz1QK2jW+ZEUkP8zAjBa FLRA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id a23si357868lji.7.2020.08.23.23.49.34 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sun, 23 Aug 2020 23:49:34 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id 07O6nUva007562 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Mon, 24 Aug 2020 08:49:32 +0200 Date: Mon, 24 Aug 2020 08:49:29 +0200 From: Baurzhan Ismagulov To: isar-users@googlegroups.com Subject: Re: [PATCH] meta/debianize: bump default dh compat to 10 Message-ID: <20200824064929.GE11779@yssyq.m.ilbers.de> Mail-Followup-To: isar-users@googlegroups.com References: <20200721095146.30749-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200721095146.30749-1-henning.schild@siemens.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: ocSxczzunLjC On Tue, Jul 21, 2020 at 11:51:46AM +0200, Henning Schild wrote: > 10 is the default compat level currently used by debian. Bumping to it > makes us up to date and helps with stuff like parallel builds. I couldn't reproduce the problem. Applied to next, thanks. With kind regards, Baurzhan.