From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 1/2] gnu: Add sqlcipher. Date: Tue, 20 Sep 2016 17:49:50 -0400 Message-ID: <20160920214950.GB7018@jasmine> References: <20160914193014.24224-1-ajpatter@uwaterloo.ca> <20160914193014.24224-2-ajpatter@uwaterloo.ca> <20160920084244.GA17906@macbook42.flashner.co.il> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="IrhDeMKUP4DT/M7F" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60590) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmSvP-00013z-E8 for guix-devel@gnu.org; Tue, 20 Sep 2016 17:50:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmSvM-0007cU-7r for guix-devel@gnu.org; Tue, 20 Sep 2016 17:49:59 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:49680) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmSvL-0007aS-0n for guix-devel@gnu.org; Tue, 20 Sep 2016 17:49:56 -0400 Content-Disposition: inline In-Reply-To: <20160920084244.GA17906@macbook42.flashner.co.il> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Efraim Flashner Cc: guix-devel@gnu.org --IrhDeMKUP4DT/M7F Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 20, 2016 at 11:42:44AM +0300, Efraim Flashner wrote: > On Wed, Sep 14, 2016 at 03:30:13PM -0400, Andy Patterson wrote: > > + ;; tests are un-maintained in this fork > > + #:tests? #f)) > > + (home-page "https://www.zetetic.net/sqlcipher/") > > + (synopsis > > + "Library providing transparent encryption of SQLite database file= s") > > + (description "SQLCipher is an SQLite extension that provides trans= parent > > +256-bit AES encryption of database files. Pages are encrypted before = being > > +written to disk and are decrypted when read back. It=E2=80=99s well s= uited for > > +protecting embedded application databases and for mobile development.") > > + (license license:bsd-3))) > > --=20 > > 2.10.0 > >=20 >=20 > I'm a little confused how much of this is actually upstream sqlite and > how much is their own code. The commit messages look like they're > continually merging in sqlite. Also, many of the files in the src folder > I checked are public-domain and not bsd-3 licensed. I'm also wondering what the relationship is between this project and SQLite. The comment about disabling tests describes SQLCipher as a fork, but the SQLCipher home page describe it as an extension. --IrhDeMKUP4DT/M7F Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX4a79AAoJECZG+jC6yn8IlGwQAN9n+sCfuOEWEm0Yk+52Kx06 WGKEKujl9U7qcjH0156fx9lo127fXmLeH9hYGr668tk4HSa+0nv4DJN/YfYuFCMI zGxeNQTx6lED7cSfRUKjLMVyf8ZPVEnYZtbDIOT/kYj+egJUNxZIDzIY613kyWFT IMDpevQjms8Z+3STKfBFMH47SpnotGgaif6ziM39kCDoGfR7QWQAl7j2CMKh5I5O FqDutOZCSgyLxCCU99j372sylh9vucnQP91slhFKULCVMCLE/iFhRQevB/OnLB2H oYk8ETpPYTchzhqQD618rmsW9A+RPChb4iNWrJn8uhtAFkwLlt9/29skGdsFZgEG r4dznzpn4yrg9s8DecMWrxFmQfCHPY4oKXjV/sghV2jMMHmruRMdJclPwDZ5KwLQ H4fcQkV6FQlz+4n2QdbyInqqJSjlHCa6AtWhgcgKuOnKF/1wck/yTiqwuOkm5qwZ Vobem1Rmw7cOKMX710GHKvmEi2Y/Bskx3ljXU8xUkwf6J3O4nkcIiHR6fBsjsg2G kWk34wD6sHaoms5LRzbuNEAbTcaEFzHo7xbQigBQvXHcpKmko2Lhloo2GYPXzkps +jyhRMWrsR86kz8FdKMaymnwonWzc9OpI2OmVsYrOd6kn+8HOc1SNa43/2ye/wZK 791iUdPOeS1N7Q/yE1+w =VOdX -----END PGP SIGNATURE----- --IrhDeMKUP4DT/M7F--