From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6724275995560378368 X-Received: by 2002:a1c:8013:: with SMTP id b19mr3533702wmd.81.1567586680415; Wed, 04 Sep 2019 01:44:40 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:e709:: with SMTP id e9ls845397wmh.2.canary-gmail; Wed, 04 Sep 2019 01:44:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwELMir3Z3tMDmMQ8G4YCvYTrSv3bGtXGc2oQX8L/t2zuHwS1zTu0l1mXES04A/UfhVUrU4 X-Received: by 2002:a7b:cc0a:: with SMTP id f10mr1999328wmh.6.1567586679976; Wed, 04 Sep 2019 01:44:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567586679; cv=none; d=google.com; s=arc-20160816; b=R4JNPjlAvvEmFQdjGdsGmztm1mGIL66sP9BRLjUKyZJdvtS3HvdfbgpWiV8k2lCUiu H9IGtKxCYuZHHRc9sM+1mXv3YmDViDCeB9bAo9eav7tjT4PlcU1sS04I1oHv6qTRQBqT Hvu7rTSsfF8C+emTZJpEEiUtA9KsQRWsV4YgZZxEpzAkHd90MP2f89NQCHMkqNWiYaTr JD+6CYlIXszRoqsy5nvXhsiSszIDrvywDyQS6rfpNh1vE7EF34jEgkBuaEgMo5epwjUi 5OxuAj+L6+G0svIyptFyjAlMm/R5bSdJlhDuJG9AMPDfVLJ8MwRz0LL6bC9tUfJcNU09 Dcfw== 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=QnsWewX8nWORZqxW1sWs77hejJjg49xY2suWhgrloBI=; b=v/xQuYy9chkJp4SxLc+3qEo9/XY9khMV+Ux2MjV2+SZAj5ytgdoonadYZHYM5jI3cX XgEdvFS81CV39txCF/p66TbZZT6wNMP0TgMPyjrY9/w6UEH923d0KMGZh3qpLgGme4/7 x9BSMEcvM702b6SddZIUHhnd4Wtsca6P1X8Q+hEUecoTvAtQDTcpLTSCcs/S6b/s5dFx 3oa679Ms6/ztUxI5yScQTiIGRUT1KlnY9R1+GAxznjZqBuN6ux/kG9nGcV+QIV3cYqE0 B9jEBScfrRw4gGTjhEP/omH5ePKa0jLjpnwEsLD56kctjdlWqN9+qa9j4IUvVszlIYIf IEYA== 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 x13si157267wmk.0.2019.09.04.01.44.39 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 04 Sep 2019 01:44:39 -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 x848icqF015261 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 4 Sep 2019 10:44:39 +0200 Date: Wed, 4 Sep 2019 10:44:37 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] buildchroot: Fix downgrades when installing dependencies Message-ID: <20190904084437.GG6062@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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: iujC3fyMPbmm On Mon, Aug 12, 2019 at 03:45:06PM +0200, Jan Kiszka wrote: > Commit 77e62c1e9bbd didn't fully address the issue: There can still be > failing build dependency installations due to "apt-get upgrade" refusing > the downgrade without explicit --allow-downgrades. Thanks, applied to next. With kind regards, Baurzhan.