GNU bug report logs

#49859 Remove packages that depend on unsupported old OpenSSL releases

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Full log

Message #37 received at 49859@debbugs.gnu.org (full text, mbox, reply):

Received: (at 49859) by debbugs.gnu.org; 4 Aug 2021 02:58:58 +0000
From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 03 22:58:58 2021
Received: from localhost ([127.0.0.1]:42035 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces@debbugs.gnu.org>)
	id 1mB77S-0006OP-DK
	for submit@debbugs.gnu.org; Tue, 03 Aug 2021 22:58:58 -0400
Received: from lepiller.eu ([89.234.186.109]:54096)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <julien@lepiller.eu>) id 1mB77P-0006OG-SQ
 for 49859@debbugs.gnu.org; Tue, 03 Aug 2021 22:58:57 -0400
Received: from lepiller.eu (localhost [127.0.0.1])
 by lepiller.eu (OpenSMTPD) with ESMTP id 9aefe88f;
 Wed, 4 Aug 2021 02:58:53 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=lepiller.eu; h=date:from
 :to:cc:subject:in-reply-to:references:message-id:mime-version
 :content-type:content-transfer-encoding; s=dkim; bh=dGuhuC6R7fYY
 xixjx5qYpMKGHOPVFflBfB6wb1177cs=; b=gGMi2MiE0SV9JGK+SmSVqeRJYsAs
 7giMr1qL71g7joN9FFnp9L/TJpgMtSBmLHVD9QeYmn1Va1oAMmCLs7yVSWHKVI9i
 gudONGVLhehhFsMLzGL3HJ2IMxCGIErikM4LfqpYdLdr6012SZmF6sECDUm4CP/f
 GwBiYghx63+NfbZ5It88b5RVyCut5ArhcoLn8huNVgjKPHsX4iEnbzXwXhdG6yJn
 VKf9GRWrL/cKIrpjOvBd1Ef9BmrvYdgrQwjZLf2nMPPqn9EWXYQRgVTRVhUOhJAm
 tsfKHDBfmNKTgcopllJHVYTf/0K+txFnXm3fusApyr0tKF5cKaX4Zka5jA==
Received: by lepiller.eu (OpenSMTPD) with ESMTPSA id 8dde0a14
 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); 
 Wed, 4 Aug 2021 02:58:53 +0000 (UTC)
Date: Tue, 03 Aug 2021 22:58:46 -0400
From: Julien Lepiller <julien@lepiller.eu>
To: Leo Famulari <leo@famulari.name>
Subject: Re: [bug#49859] [PATCH 3/6] gnu: Remove adb and fastboot.
User-Agent: K-9 Mail for Android
In-Reply-To: <YQoBD7/TqncxyRG4@jasmine.lan>
References: <e874bdd3732a0423a9fa1c52f2996411ce08072c.1628040048.git.leo@famulari.name>
 <98b6d8eee70e27683b6617ba92afd7a353514e45.1628040049.git.leo@famulari.name>
 <83DA07E5-55F3-4F1C-9C57-8957526A53B6@lepiller.eu>
 <YQoBD7/TqncxyRG4@jasmine.lan>
Message-ID: <FCC37C95-6E9F-46C2-8A08-EF9CADB4CEE8@lepiller.eu>
MIME-Version: 1.0
Content-Type: multipart/alternative;
 boundary=----XLUK6P14QFAUKQC8O9WC75OWFZYIXL
Content-Transfer-Encoding: 7bit
X-Spam-Score: -0.0 (/)
X-Debbugs-Envelope-To: 49859
Cc: 49859@debbugs.gnu.org
X-BeenThere: debbugs-submit@debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit@debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request@debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request@debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces@debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces@debbugs.gnu.org>
X-Spam-Score: -1.0 (-)
[Message part 1 (text/plain, inline)]
There are more recent versions, unfortunately this is the latest version we can support. Later versions use a different build system, soong, that require much more work. I have a wip for that, but it will need more work to be really useful and be able to build adb and fastboot.

Le 3 août 2021 22:53:03 GMT-04:00, Leo Famulari <leo@famulari.name> a écrit :
>On Tue, Aug 03, 2021 at 10:42:50PM -0400, Julien Lepiller wrote:
>> Gasp… do we have no other choice? Adb and fastboot are really useful to me.
>
>I think there must be a new version of adb that doesn't use the old
>unsupported OpenSSL. Do you have time to check on that?
>
>The unsupported OpenSSL version is the 1.0 series.
>
>The supported version is 1.1.1.
>
>Looking at android.scm, I see that our packages are based on the Git tag
>7.1.2_r36 from this repo:
>
>https://android.googlesource.com/platform/system/core
[Message part 2 (text/html, inline)]

Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Sun Dec 22 16:44:14 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.