From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28367 invoked from network); 18 Oct 2020 16:12:42 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 18 Oct 2020 16:12:42 -0000 Received: (qmail 9275 invoked by uid 550); 18 Oct 2020 16:12:41 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 9251 invoked from network); 18 Oct 2020 16:12:40 -0000 Date: Sun, 18 Oct 2020 12:12:27 -0400 From: Rich Felker To: musl@lists.openwall.com Message-ID: <20201018161225.GD17637@brightrain.aerifal.cx> References: <1752dd63ca0.f45c706c130962.3068699904194055827@tim.vanderstaaij.email> <20201015203232.GA7129@openwall.com> <1752e0fb54a.df9dc6c5135741.5665031325422067973@tim.vanderstaaij.email> <20201017192751.GA10679@openwall.com> <9B85D4E9-C7CA-4EBA-949B-AA8291E3C88C@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <9B85D4E9-C7CA-4EBA-949B-AA8291E3C88C@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] [PATCH] crypt: support $2b$ prefix for blowfish On Sun, Oct 18, 2020 at 10:57:43AM +0200, Julien Ramseier wrote: > > > > Le 17 oct. 2020 à 21:27, Solar Designer a écrit : > > > > On Thu, Oct 15, 2020 at 10:59:42PM +0200, Tim van der Staaij wrote: > >> I didn't realize that this code had an upstream, should've paid more > >> attention to the header! Of course I agree that syncing it with your > >> version would be a better solution. > > > > Tim, are you going to submit a revised patch? > > I already tried to upstream your changes some time ago, but it was not merged: > https://www.openwall.com/lists/musl/2017/01/12/6 Sorry for missing your follow-up then. I don't see anything that could be a problem in it so I'll apply it now. Rich