From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6739831389639671808 X-Received: by 2002:a7b:c74a:: with SMTP id w10mr3271312wmk.30.1569507539996; Thu, 26 Sep 2019 07:18:59 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:c408:: with SMTP id v8ls744070wrf.10.gmail; Thu, 26 Sep 2019 07:18:59 -0700 (PDT) X-Google-Smtp-Source: APXvYqxKGlGm3M7FWagNE+WY+8aErSMLi+vepCyyac8vY5jWhdbHwgV4DxsgMYjEsMj3VUdUblF2 X-Received: by 2002:a5d:67cc:: with SMTP id n12mr3282865wrw.359.1569507539573; Thu, 26 Sep 2019 07:18:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569507539; cv=none; d=google.com; s=arc-20160816; b=Ji2y61MrZrYIOvCYqSvYmrjz7tOOP5lPRrgrLyVj/fsXs0x40103qHubKfK10f8/8J ZOIpeGGFz7+jKLOxkxU8PpHUKXEbd8ttYGuHmyqZIe+kRqWfmIBEq4ChzihAtdTFnttw OH3oaV393Fo1OvDf8J12+76Llv/k4J/fsYIPgeJbUJC9e97qyWxm2lsqKXB0ZDFXQVp/ VAn9Q32PCdwUYcXYOSUdmo9r9HIAvqzLPwnq0alVZGQDuj6LEse/4n9lgQNwo+G6FR70 VXxdZMjUNU6cq2gPNmBrgt5qWIE9XttDGyVosDWD42dB7gYz36Cp6ZdOTFz+RYAGcoIW UX2w== 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=vjoCIhSBgCu2275lUHiFCsFWILq0MGhv38+csab19BA=; b=q2HsdZXNeTWk1OQs1r8RbT6Ds3cPDSyU4LB0wE1GgpxIFSxzreN8jI8ZsvbJiWOI0r ZNekc2UvqELrpu1YLKP2JpBc5rMqpFrjro+eGESf7OJRvqhD3+aDhkkyLt21gaQuoUMc AHyBRv+N/hJwDiWWsLZbiEK6HR649Qarw9DGoCB2vWCWIV0KRw+5rmuibDgIZY50zde+ 4J629SnLKi++FiV2DbvEAcqLYO1BEx/jv5/jHUEZUNzfdAQqmlpFIQvYG9mmRfhRzV04 DUNKwD2EbXsWj0tQ9C1pAqsbQROlXdVsNmuyTUcS+xXsyflRIi9CGhvo98zHMWN++6Kb V9jQ== 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 i21si626214wml.4.2019.09.26.07.18.59 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 26 Sep 2019 07:18:59 -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 x8QEIvZB020906 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 26 Sep 2019 16:18:58 +0200 Date: Thu, 26 Sep 2019 16:18:57 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH v2] isar-bootstrap: Switch to gnupg as dependency, rather than obsolete gnupg2 Message-ID: <20190926141857.skirgp5ger3ki23j@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: NeoMutt/20180716 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: BMNiu8cyUlyu On Tue, Sep 24, 2019 at 07:01:55PM +0200, Jan Kiszka wrote: > gnupg2 was only needed with jessie which we no longer support. Applied to next, thanks. With kind regards, Baurzhan.