From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eos5T-0007Cz-Hf for guix-patches@gnu.org; Thu, 22 Feb 2018 09:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eos5O-0004nJ-MA for guix-patches@gnu.org; Thu, 22 Feb 2018 09:43:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47611) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eos5O-0004mc-Do for guix-patches@gnu.org; Thu, 22 Feb 2018 09:43:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eos5O-0008BM-7U for guix-patches@gnu.org; Thu, 22 Feb 2018 09:43:02 -0500 Subject: [bug#30390] [PATCH 1/3] gnu: Add rhash. Resent-Message-ID: From: Arun Isaac In-Reply-To: <87po4zblo2.fsf@fastmail.com> References: <20180208121323.14840-1-arunisaac@systemreboot.net> <20180208121747.15072-1-arunisaac@systemreboot.net> <87po4zblo2.fsf@fastmail.com> Date: Thu, 22 Feb 2018 20:12:12 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Marius Bakke , 30390@debbugs.gnu.org Marius Bakke writes: > Arun Isaac writes: > >> * gnu/packages/crypto.scm (rhash): New variable. > > I guess this can go to "master" in case it's needed before the CMake > update. I'll make the changes and push rhash to master. I'm building the other packages, but it's taking a while. So, do bear with me. No problem about the cmake reindent. I'll separate it out as a different patch. Also, it looks like the sqlite package is broken. Upstream has changed the source URL from https://sqlite.org/2017/sqlite-autoconf-3220000.tar.gz to https://sqlite.org/2018/sqlite-autoconf-3220000.tar.gz Notice the change in the year: 2017 -> 2018. I'll send a patch for this as well.