From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 06 17:26:28 2020 Received: (at submit) by debbugs.gnu.org; 6 Aug 2020 21:26:28 +0000 Received: from localhost ([127.0.0.1]:54989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3nP9-00048a-Rn for submit@debbugs.gnu.org; Thu, 06 Aug 2020 17:26:28 -0400 Received: from lists.gnu.org ([209.51.188.17]:60786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3nP5-00048Q-Lr for submit@debbugs.gnu.org; Thu, 06 Aug 2020 17:26:27 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k3nP5-0006JC-Es for guix-patches@gnu.org; Thu, 06 Aug 2020 17:26:23 -0400 Received: from pat.zlotemysli.pl ([37.59.186.212]:39528) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k3nP2-0006DM-Gv for guix-patches@gnu.org; Thu, 06 Aug 2020 17:26:23 -0400 Received: (qmail 11960 invoked by uid 1009); 6 Aug 2020 23:26:11 +0200 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25895. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.034474 secs); 06 Aug 2020 21:26:11 -0000 Received: from unknown (HELO localhost.localdomain) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with AES256-SHA encrypted SMTP; 6 Aug 2020 23:26:11 +0200 From: =?UTF-8?q?Jakub=20K=C4=85dzio=C5=82ka?= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add age. Date: Thu, 6 Aug 2020 23:26:06 +0200 Message-Id: <20200806212606.28269-1-kuba@kadziolka.net> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Qmailux-2.08st: added fake Content-Type header Content-Type: text/plain Received-SPF: none client-ip=37.59.186.212; envelope-from=kuba@kadziolka.net; helo=pat.zlotemysli.pl X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/06 17:26:11 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_NONE=0.001, URIBL_BLOCKED=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) 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: -3.3 (---) * gnu/packages/crypto.scm (age): New variable. --- gnu/packages/crypto.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 5532f7e9f8..1aa5127799 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1185,3 +1185,34 @@ length extension attacks supporting MD4, MD5, RIPEMD-160, SHA-0, SHA-1, SHA-256, SHA-512, and WHIRLPOOL hashes.") (home-page "https://github.com/iagox86/hash_extender") (license license:bsd-3)))) + +(define-public age + (package + (name "age") + (version "1.0.0-beta4") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/FiloSottile/age") + (commit (string-append "v" version)))) + (sha256 + (base32 + "0pp6zn4rdypyxn1md9ppisiwiapkfkbh08rzfl3qwn0998wx6gnb")) + (file-name (git-file-name name version)))) + (build-system go-build-system) + (arguments + `(#:import-path "filippo.io/age/cmd/..." + #:unpack-path "filippo.io/age" + #:install-source? #f)) + (inputs + `(("x-crypto" ,go-golang-org-x-crypto))) + (synopsis "Encrypt files with a password or public key") + (description "@command{age} is a simple, modern and secure file encryption +tool. It features small explicit keys, no config options, and UNIX-style +composability. + +Files can be encrypted with passphrases, as well as with age-specific or SSH +public keys. A single encrypted container can be efficiently encrypted to +multiple recipients.") + (home-page "https://age-encryption.org/") + (license license:bsd-3))) -- 2.28.0 From debbugs-submit-bounces@debbugs.gnu.org Thu Aug 06 22:06:59 2020 Received: (at 42732) by debbugs.gnu.org; 7 Aug 2020 02:06:59 +0000 Received: from localhost ([127.0.0.1]:55241 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3rmc-0004Z5-Vo for submit@debbugs.gnu.org; Thu, 06 Aug 2020 22:06:59 -0400 Received: from wout4-smtp.messagingengine.com ([64.147.123.20]:59319) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k3rma-0004Ys-VU for 42732@debbugs.gnu.org; Thu, 06 Aug 2020 22:06:57 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.west.internal (Postfix) with ESMTP id B7E10BDC; Thu, 6 Aug 2020 22:06:50 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Thu, 06 Aug 2020 22:06:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=WY4I/wcu7JzN6Dy9XgH2rcM7 B+HJrkFYf6HKP81gk70=; b=BtN5yEvRnKPPs/cBfK0CFrkgoeiWrKSVaFtGDR2U thdjxU+aMquUAybGvrxtcEKKgB87ErumS2XuEqezRw/PQhaTC2ZHNntcDWyNC2X3 5HRHS2ZJ84BafvO3LlOToOblvXzaaaEYRuQlqwDaQ2hthwdnAO63x/BnMd1GGfPr KRA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=WY4I/w cu7JzN6Dy9XgH2rcM7B+HJrkFYf6HKP81gk70=; b=ZEqUW4L3b1VIg5HpPAI56b UNFpzROLTr994ctlRU7uYCrFraxSNCM8grUM8O51J3QmeARq7yb4gKBB5y/UGebE vAalS3e5hbhfhJXsbR2yR37hci1xLbhVL5LYOwqmV/miCWp/wa4IE1DyZnccCLqR pH2In03xV02X7rAGxDuk926Eh3KZkW7cb3iBw81h7+tvUrKWTbtIGiYRkOqc9/K2 +pD2ea+W5LZG7WmEDg9yR6wwTcWJ6nooP9TK3EgDt+WM4uRQVwwD+w9NnCk3aVgQ bf28YXwram315tD/q0QCtU2f4QBBsEKyG7jpi+bLqqy/o5bu10nanyw3pTaYKkag == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrkedugdehiecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhepfffhvffukfhfgggtuggjsehgtderre dttdejnecuhfhrohhmpefnvghoucfhrghmuhhlrghrihcuoehlvghosehfrghmuhhlrghr ihdrnhgrmhgvqeenucggtffrrghtthgvrhhnpeeigffhfeeftdffkeevkedttdeikeefff eltdfgveekkeetueeftdefhfeghfekfeenucfkphepjeefrddugedurdduvdejrddugeei necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheplhgvoh esfhgrmhhulhgrrhhirdhnrghmvg X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 208A230600A3; Thu, 6 Aug 2020 22:06:50 -0400 (EDT) Date: Thu, 6 Aug 2020 22:06:47 -0400 From: Leo Famulari To: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= Subject: Re: [bug#42732] [PATCH] gnu: Add age. Message-ID: <20200807020647.GA14302@jasmine.lan> References: <20200806212606.28269-1-kuba@kadziolka.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="u3/rZRmxL6MmkK24" Content-Disposition: inline In-Reply-To: <20200806212606.28269-1-kuba@kadziolka.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42732 Cc: 42732@debbugs.gnu.org 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: -1.7 (-) --u3/rZRmxL6MmkK24 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 06, 2020 at 11:26:06PM +0200, Jakub K=C4=85dzio=C5=82ka wrote: > * gnu/packages/crypto.scm (age): New variable. Nice! I've been looking forward to this program. > + (version "1.0.0-beta4") I know it's been in development for 10 months, but we usually don't include betas or release candidates in Guix, unless the project is abandoned. I think that, in this case, we should wait a bit longer for the final release. --u3/rZRmxL6MmkK24 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAl8stzQACgkQJkb6MLrK fwiyAQ/+KOOyuXLvw+id/YPhJhKlAFoqux424zJQ/FPODLOoyE+xjWtlw5ZGcyXq PGEQqC+35ACF2EhS9Xr4HpN11rM9myGkKDgYdBsGdP7CVXeAewmXUCTR70ldlFH1 hnQnFbTXa6DOXE39votr25UFkWZZx6QnqhNf0PtUHTiaD6n228ez5bpizF4cbxzV mUNd8g+PLk60qWKix8jWA9yfDC5CDV0Dcri2VXcKgYCUVnHkpssNgrCJ5BxI8hiA W3bLwtNV1y+tjQ5ZP0vPrLcQSvOtv4lMIoHtarkwilaccWu828uRY8KUGXjsxI0j EtjBsuGffWN3EY61RIduP1weCwFEHUx4VQ51xD1lypkZ75iDfE1ZTq7EWjkbdot8 sgXcwWw5xvFQ5QRpC7zRrBcw2irQ381rY6S5INhZchuqIA1YX0nRJKXAd0+6X+32 OdnBjDNkepGuKaG6KIegwZM9M+Gkwz6N6mpAALqGnLyOZFjCT4V0qtsnzGDXqiSt HPYXyyWqqzbZQCaS4aVUaL73rm05cTBwTrLK8agDahC3K7gkJlwK964M5dqB55ys wJeT/DV5z3yP2Wyi2ZIlNvhgG3jrIScKSAkSuCY7HMjvCADB/bcf9iNxC13Dr8xj cAJJGi65IiWCawvZONLvs6D98au+SULLGntbrV02TP2nxBghdlM= =ZrUE -----END PGP SIGNATURE----- --u3/rZRmxL6MmkK24-- From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 07 13:46:02 2020 Received: (at 42732) by debbugs.gnu.org; 7 Aug 2020 17:46:02 +0000 Received: from localhost ([127.0.0.1]:57497 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k46RO-0003AY-CY for submit@debbugs.gnu.org; Fri, 07 Aug 2020 13:46:02 -0400 Received: from pat.zlotemysli.pl ([37.59.186.212]:51950) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k46RL-0003A1-RK for 42732@debbugs.gnu.org; Fri, 07 Aug 2020 13:46:01 -0400 Received: (qmail 540 invoked by uid 1009); 7 Aug 2020 19:45:57 +0200 Received: from 188.123.215.55 (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl (envelope-from , uid 1002) with qmail-scanner-2.08st (clamdscan: 0.98.6/25896. spamassassin: 3.4.0. perlscan: 2.08st. Clear:RC:1(188.123.215.55):. Processed in 0.048737 secs); 07 Aug 2020 17:45:57 -0000 Received: from unknown (HELO gravity) (kuba@kadziolka.net@188.123.215.55) by pat.zlotemysli.pl with SMTP; 7 Aug 2020 19:45:57 +0200 Date: Fri, 7 Aug 2020 19:45:56 +0200 From: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= To: Leo Famulari Subject: Re: [bug#42732] [PATCH] gnu: Add age. Message-ID: <20200807174556.a3fqxfrcbyfw2nkn@gravity> References: <20200806212606.28269-1-kuba@kadziolka.net> <20200807020647.GA14302@jasmine.lan> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zoyyszm66cd4ozl7" Content-Disposition: inline In-Reply-To: <20200807020647.GA14302@jasmine.lan> X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42732 Cc: 42732@debbugs.gnu.org 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: -1.0 (-) --zoyyszm66cd4ozl7 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 06, 2020 at 10:06:47PM -0400, Leo Famulari wrote: > On Thu, Aug 06, 2020 at 11:26:06PM +0200, Jakub K=C4=85dzio=C5=82ka wrote: > > * gnu/packages/crypto.scm (age): New variable. >=20 > Nice! I've been looking forward to this program. >=20 > > + (version "1.0.0-beta4") >=20 > I know it's been in development for 10 months, but we usually don't > include betas or release candidates in Guix, unless the project is > abandoned. I think that, in this case, we should wait a bit longer for > the final release. Okay. Is the rest of the package fine? I doubt any of that will change once the program gets a full release. Regards, Jakub K=C4=85dzio=C5=82ka --zoyyszm66cd4ozl7 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl8tk1QACgkQ4xWnWEYT FWTbvA//fNdXyTs5jWr7ae61P0MgYq2exgn8ofzEk47KszF+3UiEdKf040Vh3rnZ gUcJdEDj2IBKcgxa6rlb2NtvrWupMF3fXxVZUYRP9o+D0O32s5QQwcQxgPdZWTtX 0+N/paQvNPzkuCqaZdT2zGmLpPJZ4aVqy+CIOhltr8mrw+jvLBvjlCsYhRKR18ld fd0ftuU1PmcDTH6rVI11iiM+zGZJ0CE0SyyZhOln7ZnX9p9TBZQ7Fs1FP6PVHRX3 oM7WebwxUo9AUl0AHpfiDk/PG1k0lBM033ou/ob4sLIwrje7Hohw4NY7cBoxPLdW M5yd7FPiHfkOUTUNqK1wZmFK01Ni6vXY5yU/QL0/4kXL8QMF+p5N8W3tRZ+pRzu/ yr6UIfaJ+ECC1mZkp81LEGPxu77192Sq4ooLvX2Mh7qGnwS5Ph8EUQtRCPQ8GG5R TK+DzbM/eR1UCbgHct8loW97+Dcfpi0YI6XDlc8Pw0eyjfVwxyOolok/+u4kJvk7 aRWl5sbHSSpggSNZvQCY98B+8TGNtfCBqO07Pq8IDcbWXKgTRXwII7ZPlq0phKOs KhKczwX1XREdNuhlogDHcvzugBm51zQBmtQPZSfjPmUZnEvROhf91y3Yst85tqUH QwFikDfRQWxAYKYVHcSxbZTyN8F9ympt9V8V7FBL9BscUNyCg/k= =IE6o -----END PGP SIGNATURE----- --zoyyszm66cd4ozl7-- From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 07 14:14:14 2020 Received: (at 42732) by debbugs.gnu.org; 7 Aug 2020 18:14:14 +0000 Received: from localhost ([127.0.0.1]:57564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k46sg-0003s1-LP for submit@debbugs.gnu.org; Fri, 07 Aug 2020 14:14:14 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:47273) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k46sd-0003rl-UB for 42732@debbugs.gnu.org; Fri, 07 Aug 2020 14:14:13 -0400 Received: from compute2.internal (compute2.nyi.internal [10.202.2.42]) by mailout.nyi.internal (Postfix) with ESMTP id DC3E45C0054; Fri, 7 Aug 2020 14:14:06 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute2.internal (MEProxy); Fri, 07 Aug 2020 14:14:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=famulari.name; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:in-reply-to; s=mesmtp; bh=WYLxRilfSSdksa+xIDClNy2Y G5Wc/oqFRr0CsXs7qvA=; b=ov6Hw7LACeg/E943IWAhDnyC23A2kJizzvOnnWyc fHlwvWbB1Hhs6WiEecYz0RBRgjkAYq9++D3p/r8o29MIIKIUgS1EVVLgKImPRTGR fFayd37vvl6UzV6vqFLqmFvdYbBP651JiALOmEvR2Y9PMYUErV3t+P9T7HjuUBqr Eis= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=WYLxRi lfSSdksa+xIDClNy2YG5Wc/oqFRr0CsXs7qvA=; b=UGZRPoEi87jO2h4eW1B5n+ ICrIb1iWjMWIIik9yoXJle0N4KDYm6+59JYz37+NEB52/3A/56JnXjxZwWUeQBXN c9Yz4BGfusmyc/dz3cqcmrYk/hyHqCgLZbVIv9iht9aK2FUGXRisxfMF/UQSuZ3/ 1H1vFqg3a3JDYFfYTKli/AmSgAjnA8koQnJdaXxfxYn8vHPFuxPa2L8ALaGq/fQV ogk5jmp70lY/ct/d24cj+cmmlzMb07UVEq0xiStJIeWCUpg4zwTeLEpd0txij99Q q3W5fiSkbeSZ33AKDbhORuuEHNmZyBurrOfGqajYmysHOt6fFIJ5K6IHOgLmw9jQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduiedrkedvgdduudelucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpeffhffvuffkfhggtggujgesghdtre ertddtjeenucfhrhhomhepnfgvohcuhfgrmhhulhgrrhhiuceolhgvohesfhgrmhhulhgr rhhirdhnrghmvgeqnecuggftrfgrthhtvghrnhepgeffieffteeutdefgefhleevieekue fhveffieekteeufeejhefgvdegtdelfeejnecuffhomhgrihhnpehmohgurdhinhdpmhho ugdrihhtnecukfhppeejfedrudeguddruddvjedrudegieenucevlhhushhtvghrufhiii gvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehlvghosehfrghmuhhlrghrihdrnhgr mhgv X-ME-Proxy: Received: from localhost (c-73-141-127-146.hsd1.pa.comcast.net [73.141.127.146]) by mail.messagingengine.com (Postfix) with ESMTPA id 73A2030600B4; Fri, 7 Aug 2020 14:14:06 -0400 (EDT) Date: Fri, 7 Aug 2020 14:14:04 -0400 From: Leo Famulari To: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= Subject: Re: [bug#42732] [PATCH] gnu: Add age. Message-ID: <20200807181404.GA995@jasmine.lan> References: <20200806212606.28269-1-kuba@kadziolka.net> <20200807020647.GA14302@jasmine.lan> <20200807174556.a3fqxfrcbyfw2nkn@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="EeQfGwPcQSOJBaQU" Content-Disposition: inline In-Reply-To: <20200807174556.a3fqxfrcbyfw2nkn@gravity> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42732 Cc: 42732@debbugs.gnu.org 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: -1.7 (-) --EeQfGwPcQSOJBaQU Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 07, 2020 at 07:45:56PM +0200, Jakub K=C4=85dzio=C5=82ka wrote: > Okay. Is the rest of the package fine? I doubt any of that will change > once the program gets a full release. I would make sure that version of our Go crypto library package is equal to or newer than the one in 'go.mod'. In general, I had not tried packaging this yet due to the long-ish list of dependencies in 'go.sum'. But it seems they are not actually used... I'm also curious about the go-diff dependency in 'go.mod'. It's imported in 'internal/format/format_gofuzz.go' so I'm surprised the compilation succeeds without it. --EeQfGwPcQSOJBaQU Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAl8tmekACgkQJkb6MLrK fwgAQg//Zfi6uVu/uF4Mo+QCYIepAI9mAshiSmlqwgSwfzejJ6Q+FTMO7ke9rYc+ pV/bJrjMIab3UdpwjuVOj88R+zYn2FW3MVa94BXqR1uFqAZuqPo/Rp+rSjtD77gN t1TyUylwg4HhNJVBFjzpLy9+0XPLHdFj5ayoiuJxeEEJukEQ9OjZSBLshmMiMp9S ckmIaOakm9G7KjZTjkhrpChmcqz69+ItBctx9oTchJilRv8m2G30XO69/5P1qPXM V2iqC4XKPupud5MuuCu+dJxpgKaOIeUW1Ne7funkiX/6nC4oiVpfEr4cOyhwG0Be rzTOsxXO6dV1MtcWLJfvIKIbTC07UcjDPwULYtIqBlDpNyxAw/ZY+vQ+cPYcHUUS F8OGTNvdqPIHtTll/IG4m2K5LsYKNo/ZKePoKk2RZFxahHcbxfJS+GyjnqDEJmZe nPPSJCKOPSzBfHZGMdRMuQj0OVcRCpwFOZc/fuGdixLke1NTUiWdCngnwpiwpS2w NyuRCYnWu2eK9nwE1zsbqLhCzvHh/KNWjARLYzO1ERqZE6mEXjV4ysSSTieKnYaD KPqGHwDK6bv8nVfpzlFFcW5dfr6dRFAIJp9hCJVX6dV/Oep9wv6/5KsDq3ZMUP6j lDnqi7WSYrNQd0gSRMACFlXog3JJTXZ3UcQhOzgFSbQK8k5r7Ho= =6IZ4 -----END PGP SIGNATURE----- --EeQfGwPcQSOJBaQU-- From debbugs-submit-bounces@debbugs.gnu.org Sun May 28 18:02:06 2023 Received: (at 42732-done) by debbugs.gnu.org; 28 May 2023 22:02:06 +0000 Received: from localhost ([127.0.0.1]:54826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3OSk-00044n-CK for submit@debbugs.gnu.org; Sun, 28 May 2023 18:02:06 -0400 Received: from mail1.fsfe.org ([217.69.89.151]:51476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1q3OSi-00044W-BN for 42732-done@debbugs.gnu.org; Sun, 28 May 2023 18:02:04 -0400 From: Jelle Licht DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1685311323; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=tBA9gjYNKsJELcJEKKyJooY0/i+Vjf3e+kjYwS6ahPM=; b=nT5opIpr9sjgEECinaYZSCoo9bOlA8jwiYTplXjQ9fEoPTWnURw10Z8rsq3o7or8cGu09G 803ugiY7ROhXdSwUclxA/3BNlWP11DXW+Cve3+oBL10MRFenJSRyNyL12MWlunXpli9MDK +imPgAjZxex+FBK6moaN7uXo4dIo714= To: 42732-done@debbugs.gnu.org Subject: Re: bug#42732: [PATCH] gnu: Add age. In-Reply-To: <20200807181404.GA995@jasmine.lan> (Leo Famulari's message of "Fri, 7 Aug 2020 14:14:04 -0400") References: <20200806212606.28269-1-kuba@kadziolka.net> <20200807020647.GA14302@jasmine.lan> <20200807174556.a3fqxfrcbyfw2nkn@gravity> <20200807181404.GA995@jasmine.lan> Date: Mon, 29 May 2023 00:02:02 +0200 Message-ID: <87353gp12d.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42732-done Cc: Jakub =?utf-8?B?S8SFZHppb8WCa2E=?= , Leo Famulari 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: -1.0 (-) Master already has age@1.1.1, so I'm closing this. From unknown Fri Jun 20 05:35:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 26 Jun 2023 11:24:05 +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