From debbugs-submit-bounces@debbugs.gnu.org Fri Mar 24 17:46:51 2017 Received: (at submit) by debbugs.gnu.org; 24 Mar 2017 21:46:51 +0000 Received: from localhost ([127.0.0.1]:42867 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crX2p-00028i-HY for submit@debbugs.gnu.org; Fri, 24 Mar 2017 17:46:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:46834) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1crX2n-00028W-TX for submit@debbugs.gnu.org; Fri, 24 Mar 2017 17:46:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crX2h-0002cV-8F for submit@debbugs.gnu.org; Fri, 24 Mar 2017 17:46:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:49488) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1crX2h-0002cP-50 for submit@debbugs.gnu.org; Fri, 24 Mar 2017 17:46:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37801) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1crX2f-0007FM-FT for guix-patches@gnu.org; Fri, 24 Mar 2017 17:46:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1crX2b-0002ae-Ji for guix-patches@gnu.org; Fri, 24 Mar 2017 17:46:41 -0400 Received: from latitanza.investici.org ([82.94.249.234]:47733) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1crX2b-0002aL-8l for guix-patches@gnu.org; Fri, 24 Mar 2017 17:46:37 -0400 Received: from [82.94.249.234] (latitanza [82.94.249.234]) (Authenticated sender: niasterisk@grrlz.net) by localhost (Postfix) with ESMTPSA id 82A54120CEE for ; Fri, 24 Mar 2017 21:46:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cryptolab.net; s=stigmate; t=1490391994; bh=K7jIWPpCTMyYl+lE8gAhLq74IISDp6uGpE5oWDykpEs=; h=Date:From:To:Subject; b=PfC6y3SBfrNdEoGTTBCa+tJ8/waxwdIKojfwi5xEvDEIaic1UIGBCDfsumg6hgns4 Yt5LR9Fnp1XygKxDvXPvGMU1XXNUb9OcJBIjSCjfRWVnl7qcaxXNGuO9NbRk0aBClp EIyq1dIszf4Bq+UgGoSv8ddmWtvlKQJqtkvgzIcI= Date: Fri, 24 Mar 2017 22:46:01 +0000 From: ng0 To: guix-patches@gnu.org Subject: dovecot-trees: Update to 2.1.0 Message-ID: <20170324224601.6ezaxr2q6wwbozdd@abyayala> Mail-Followup-To: guix-patches@gnu.org MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="rtrryeseoffi7v6j" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) --rtrryeseoffi7v6j Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This updates dovecot-trees to 2.1.0. It also changes the -fetch method to use file instead of git. The problem is I'm not sure if I picked the correct link. https://0xacab.org/riseuplabs/trees/tree/v2.1.0 is the url I used, in the webbrowser I selected the dropdown menu in their gitlab to save the master. I suppose that v2.1.0 is a tag and not just a branch, and that this downloads the tag at this commit. If you know a better way, or know this doesn't work, I appreciate feedback. Maybe we could document how to get this from gitlab based git instances, so that it's useful for packagers. --rtrryeseoffi7v6j Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-dovecot-trees-Update-to-2.1.0.patch" >From 09e193dad32a8ea9d5756bf3c85ebd32ba36f262 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 24 Mar 2017 16:45:57 +0000 Subject: [PATCH] gnu: dovecot-trees: Update to 2.1.0. * gnu/packages/mail.scm (dovecot-trees): Update to 2.1.0. (source): Change to use 'url-fetch'. --- gnu/packages/mail.scm | 75 +++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 39 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 2ae1277ae..505352644 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1131,44 +1131,41 @@ It supports mbox/Maildir and its own dbox/mdbox formats.") (license (list lgpl2.1 license:expat (non-copyleft "file://COPYING"))))) (define-public dovecot-trees - (let ((commit "006059c8a47d68f14f73c09743e45b9a73014dbf") - (revision "1")) - (package - (name "dovecot-trees") - (version (string-append "2.0.0-" revision "." (string-take commit 7))) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://0xacab.org/riseuplabs/trees.git") - (commit commit))) - (file-name (string-append name "-" version "-checkout")) - (sha256 - (base32 - "0ax90bzc66x179wi1m7ywqwa8nssyhjngs7ij109hqqxg5ymfp73")))) - (build-system gnu-build-system) - (native-inputs - `(("automake" ,automake) - ("autoconf" ,autoconf) - ("libtool" ,libtool) - ("dovecot" ,dovecot) - ("pkg-config" ,pkg-config))) - (inputs - `(("libsodium" ,libsodium))) - (arguments - `(#:tests? #f ;No tests exist. - #:configure-flags (list (string-append "--with-dovecot=" - (assoc-ref %build-inputs "dovecot") - "/lib/dovecot")) - #:phases - (modify-phases %standard-phases - (add-before 'configure 'autogen - (lambda _ - (zero? (system* "./autogen.sh"))))))) - (home-page "https://0xacab.org/riseuplabs/trees") - (synopsis "NaCL-based Dovecot email storage encryption plugin") - (description - "Technology for Resting Email Encrypted Storage (TREES) is a NaCL-based + (package + (name "dovecot-trees") + (version "2.1.0") + (source + (origin + (method url-fetch) + (uri (string-append "https://0xacab.org/riseuplabs/trees/repository/" + "archive.tar.gz?ref=v" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 + "0rkk10b1bsjz979sc864vpgcdchy7yxwmyv4ik50lar1h6awdnrf")))) + (build-system gnu-build-system) + (native-inputs + `(("automake" ,automake) + ("autoconf" ,autoconf) + ("libtool" ,libtool) + ("dovecot" ,dovecot) + ("pkg-config" ,pkg-config))) + (inputs + `(("libsodium" ,libsodium))) + (arguments + `(#:tests? #f ;No tests exist. + #:configure-flags (list (string-append "--with-dovecot=" + (assoc-ref %build-inputs "dovecot") + "/lib/dovecot")) + #:phases + (modify-phases %standard-phases + (add-before 'configure 'autogen + (lambda _ + (zero? (system* "./autogen.sh"))))))) + (home-page "https://0xacab.org/riseuplabs/trees") + (synopsis "NaCL-based Dovecot email storage encryption plugin") + (description + "Technology for Resting Email Encrypted Storage (TREES) is a NaCL-based Dovecot encryption plugin. This plugin adds individually encrypted mail storage to the Dovecot IMAP server. It is inspired by Posteo's scrambler which uses OpenSSL and RSA keypairs. TREES works in a similar way, but uses @@ -1184,7 +1181,7 @@ How it works: using lidsodium sealed boxes. @item New mail is encrypted as it arrives using the Curve25519 public key. @end enumerate\n") - (license agpl3)))) + (license agpl3))) (define-public dovecot-libsodium-plugin (let ((commit "044de73c01c35385df0105f6b387bec5d5317ce7") -- 2.12.1 --rtrryeseoffi7v6j-- From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 27 17:22:27 2017 Received: (at submit) by debbugs.gnu.org; 27 Mar 2017 21:22:27 +0000 Received: from localhost ([127.0.0.1]:47819 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csc5r-0003e5-BB for submit@debbugs.gnu.org; Mon, 27 Mar 2017 17:22:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:33580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1csc5p-0003dp-S2 for submit@debbugs.gnu.org; Mon, 27 Mar 2017 17:22:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csc5j-0002dP-Ox for submit@debbugs.gnu.org; Mon, 27 Mar 2017 17:22:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46107) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1csc5j-0002dL-Ls for submit@debbugs.gnu.org; Mon, 27 Mar 2017 17:22:19 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csc5i-00063S-Ed for guix-patches@gnu.org; Mon, 27 Mar 2017 17:22:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csc5e-0002V3-BB for guix-patches@gnu.org; Mon, 27 Mar 2017 17:22:18 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:44803 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csc5e-0002T0-3I for guix-patches@gnu.org; Mon, 27 Mar 2017 17:22:14 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id 99FA351307D; Mon, 27 Mar 2017 23:22:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1490649731; bh=s2DMe5RMcLTEaFse4u9uFNoigPJm+DseN35bRaTdXKg=; h=From:To:Subject:In-Reply-To:References:Date:From; b=C7mP8D91705Vr0iXW42vKGd6mn9ioHix5AOV/Bgkj3XsJxSUNff7cWN6VjOCyLPzP GiWq7wUoks+krBZhANk5F8PNaswW0HMRhEMis8VHU3i3I4yJHuwXksitOCBHrqCvTI OArZ4yI9VCnxbSztY5GSEwRTLjMwy5FyETDoMuKg= From: Kei Kebreau DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1490649730; bh=s2DMe5RMcLTEaFse4u9uFNoigPJm+DseN35bRaTdXKg=; h=From:To:Subject:In-Reply-To:References:Date:From; b=zqXaL9W6rDfZR+6qJGcacRaClCLiKoBOfZ+Qth1O0Rp93RjyZeHb7auFgWiXYEo8b zGwP1Lo+Yi7vkLTfR5wOkaRNyTeL2RYM758kOfv1yeQeqiRgChmyiCnF0ymVdN1QBR c5WnWun1L8z/tcQ1EPW32kb37PyG0a7ImH/DX/Tg= To: guix-patches@gnu.org Subject: Re: bug#26245: dovecot-trees: Update to 2.1.0 In-Reply-To: <20170324224601.6ezaxr2q6wwbozdd@abyayala> (ng0's message of "Fri, 24 Mar 2017 22:46:01 +0000") References: <20170324224601.6ezaxr2q6wwbozdd@abyayala> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Date: Mon, 27 Mar 2017 17:22:07 -0400 Message-ID: <87bmsma000.fsf@openmailbox.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) --=-=-= Content-Type: text/plain ng0 writes: > This updates dovecot-trees to 2.1.0. > > It also changes the -fetch method to use file instead of git. The > problem is I'm not sure if I picked the correct link. > > https://0xacab.org/riseuplabs/trees/tree/v2.1.0 is the url I used, in > the webbrowser I selected the dropdown menu in their gitlab to save the > master. I suppose that v2.1.0 is a tag and not just a branch, and that > this downloads the tag at this commit. > If you know a better way, or know this doesn't work, I appreciate > feedback. Maybe we could document how to get this from gitlab based git > instances, so that it's useful for packagers. LGTM. If there is a better way, I don't know it. The package 'higan' in gnu/packages/games.scm also uses this sort of URL. Thoughts, anyone? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljZgn8ACgkQ5qXuPBlG eg03Cw/+LkyamU9wVWGpRod6EYZ9rPFGhoSz7HC2TLfv+OT7rtN6uIlSaNwEtqxI an2jckpOdS2GWBsYLo5fS0ru7X+DLd07+rZ0DiuVNLTtKDNTJj+JQ3+ZULLnjiKv Q20z6Vqk+Z+JiEQp3NCYIVZnOFRyRggENzfzHUHPlyjxVRJk/D/VUu2kQPF4ud46 LCYnEv6/68OfB34TIyrxZuazD1GxJfxQcYgtV5tdsHaDBx3kauPAyphbB/fIJ6MA O94/pVKtBEkOtUh/YMz8mfh2JgaHZylK2JsDxPt7Rd7b5XwZ8FEuorXlGigY/4rW F6Y5wvOsbD/LxxXz4uHJMug/GIOpr6yp3URXfuoWMe2mOPxrL1623Ac1BERwM0O4 0LVL5TEekZ0GiboPK2ZH8ViTjnHwFNnSF3adTeFnellzUG1n4U78+PTZ6yxbUIZf Bf9wJZr5zDuJLWMvMcb0Q0tGH4KwMt4XK27AS7B0melzuuqTSm1uLbPT9YOkAOFR p1HPsWciNU/1rDdkZuVVv6wVK7IkW0WQ23iHK8BE8f8h98AKo9sa38/sMlI91/+z YZ+oUmsshz6lMIXYx8J2CYEcbyUVWxez96GthSWYULgV4hQhISMtU1VsCo4NpE4p 3Q7FijvZXCW3pqxGugwl5yOs/2iwqZ1eoIoEMmbMK8+pt6chapo= =UGYs -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 07 17:05:17 2017 Received: (at 26245-done) by debbugs.gnu.org; 7 Apr 2017 21:05:17 +0000 Received: from localhost ([127.0.0.1]:36839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cwb4H-00034l-FM for submit@debbugs.gnu.org; Fri, 07 Apr 2017 17:05:17 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34044) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cwb4F-00034X-M6 for 26245-done@debbugs.gnu.org; Fri, 07 Apr 2017 17:05:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cwb46-0005zA-Oy for 26245-done@debbugs.gnu.org; Fri, 07 Apr 2017 17:05:10 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58042) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cwb46-0005yu-M8 for 26245-done@debbugs.gnu.org; Fri, 07 Apr 2017 17:05:06 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:41300 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cwb46-0000fB-7l for 26245-done@debbugs.gnu.org; Fri, 07 Apr 2017 17:05:06 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: 26245-done@debbugs.gnu.org Subject: Re: bug#26245: dovecot-trees: Update to 2.1.0 References: <20170324224601.6ezaxr2q6wwbozdd@abyayala> Date: Fri, 07 Apr 2017 23:05:04 +0200 In-Reply-To: <20170324224601.6ezaxr2q6wwbozdd@abyayala> (ng0's message of "Fri, 24 Mar 2017 22:46:01 +0000") Message-ID: <87fuhkszcv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 26245-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) ng0 skribis: > This updates dovecot-trees to 2.1.0. > > It also changes the -fetch method to use file instead of git. The > problem is I'm not sure if I picked the correct link. > > https://0xacab.org/riseuplabs/trees/tree/v2.1.0 is the url I used, It seems correct to me. >>>From 09e193dad32a8ea9d5756bf3c85ebd32ba36f262 Mon Sep 17 00:00:00 2001 > From: ng0 > Date: Fri, 24 Mar 2017 16:45:57 +0000 > Subject: [PATCH] gnu: dovecot-trees: Update to 2.1.0. > > * gnu/packages/mail.scm (dovecot-trees): Update to 2.1.0. > (source): Change to use 'url-fetch'. Applied, thanks! Ludo=E2=80=99. From unknown Sat Jun 14 14:27:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 06 May 2017 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator