From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id aNNyJKLKjWbiaQAAe85BDQ:P1 (envelope-from ) for ; Tue, 09 Jul 2024 23:41:22 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id aNNyJKLKjWbiaQAAe85BDQ (envelope-from ) for ; Wed, 10 Jul 2024 01:41:22 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=YqfPi4Sa; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1720568482; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=bd34K3oHVr8kVgVRPmP5S8CILzBeD2N8sDUxJ4SobnE=; b=tJu11b36t42rfuc9skLDLEqrWQ3HF+XCbvh+07Y6oDYJSvKkJeGrosVowm0J4pdlumFWMK 5pf1Wp4LdNz68y14++8GuRR/aeTArSqkVvtOtWPZdfZLKY4v9Wkd8NAvo9WKtO2vW/vy9j 9ehNLFDaMbxy3UFkvpuAHLT6qKMr2h95hjZy+QVToC9oAs0V8/WviHOF5146WBCMJQ6gIM UoxrodmFR+PVTeyqF3kkyjNO77BanW2UuvmLW5CsdyqgwZgyyMVnFTx1Kc2+TiF7FvvRNz kqcgyYFLNpoiaKMJGvVg+l5/90WwuPwAno8mnXahuBooegoJ/ErRRGqttqXXmg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=wmeyer.eu header.s=mail header.b=YqfPi4Sa; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=wmeyer.eu (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1720568482; a=rsa-sha256; cv=none; b=DC1iR4Rosw2WDB6QCIPtaCHo9WIMcO4ixNXWACowfpxnji52BxJuptGdvKy6Gl17leyIro DGjSeQ8aSEAE3Mc7ibY1rky5L2aPDpRDc71/FbzFgKoa4grU7/Pwi/FRazwOzFCag7yo6+ udMO3qCmWx/bvyEPgPqozugg05MVxtExrzI2CiDLpWKh1hLIctQLI07PJLOkaDMB1Q/rrz Sop2rqtJJ6gs/wgF8idwcqfjNdKwwW8hPdK/GJruAlafHzU4M1F38xt+NugxArSRc7ZWot dz0tB4IeasZ+0wFV2vCNAK922s7Vxi6bRKa0P5Ibea+2TL+X36S5vo/8EsFeSw== Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 74865611F4 for ; Wed, 10 Jul 2024 01:41:22 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sRKRi-0007kN-Ob; Tue, 09 Jul 2024 19:40:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sRKRK-0007NK-1b for guix-patches@gnu.org; Tue, 09 Jul 2024 19:40:06 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sRKRH-0007nF-4A for guix-patches@gnu.org; Tue, 09 Jul 2024 19:40:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sRKRM-000263-QH; Tue, 09 Jul 2024 19:40:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#72021] [PATCH 14/38] gnu: Add rust-zlib-rs-0.1. Resent-From: Wilko Meyer Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Tue, 09 Jul 2024 23:40:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 72021 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 72021@debbugs.gnu.org Cc: Wilko Meyer , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 72021-submit@debbugs.gnu.org id=B72021.17205683657665 (code B ref 72021); Tue, 09 Jul 2024 23:40:08 +0000 Received: (at 72021) by debbugs.gnu.org; 9 Jul 2024 23:39:25 +0000 Received: from localhost ([127.0.0.1]:54361 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRKQe-0001zT-Kw for submit@debbugs.gnu.org; Tue, 09 Jul 2024 19:39:24 -0400 Received: from mail.wmeyer.eu ([95.216.196.112]:59290) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sRKQV-0001vH-9X for 72021@debbugs.gnu.org; Tue, 09 Jul 2024 19:39:17 -0400 From: Wilko Meyer DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wmeyer.eu; s=mail; t=1720568343; bh=bd34K3oHVr8kVgVRPmP5S8CILzBeD2N8sDUxJ4SobnE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=YqfPi4SaJB6fjzacxgqgmYi5pbJWbyLafhPwqblYEkMYnULZ8yg+cmpGTCobokpC5 v7PIuyI3+wrxyBpBgv9cYZkzhAARh3hqe+s0i98BNHfF7qbRE0r8MoUFRTQV7Qk0P2 +ouSm49hAwZ/swKsT+pB+zUdR3Mu2IbgcUsYkqZ4= Date: Wed, 10 Jul 2024 01:36:54 +0200 Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: 74865611F4 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -3.80 X-Spam-Score: -3.80 X-TUID: RN8njD/jgWp8 * gnu/packages/crates-io.scm (rust-zlib-rs-0.1): New variable. Change-Id: Ie0246811a1ededb68a70b319fdc569656bc52351 --- gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 771ff45e67..3f7aa4b1db 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -38971,6 +38971,30 @@ (define-public rust-libxml-0.2 (sha256 (base32 "1xx1bsay6c0jy9vi7qcvliidya33lvbkxwpdfz9qmzl23f11xxxh")))))) +(define-public rust-zlib-rs-0.1 + (package + (name "rust-zlib-rs") + (version "0.1.1") + (source + (origin + (method url-fetch) + (uri (crate-uri "zlib-rs" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "18a49npwcrpbvsxs3dzk51kizd81qffnaxjqfn4fqq37vki0a8f5")))) + (build-system cargo-build-system) + (arguments + `(#:cargo-inputs (("rust-arbitrary" ,rust-arbitrary-1) + ("rust-libz-sys" ,rust-libz-sys-1) + ("rust-quickcheck" ,rust-quickcheck-1)))) + (native-inputs (list pkg-config)) + (inputs (list (list zstd "lib"))) + (home-page "https://github.com/memorysafety/zlib-rs") + (synopsis "Memory-safe zlib implementation") + (description + "This package provides a memory-safe zlib implementation written in rust.") + (license license:zlib))) + (define-public rust-libz-sys-1 (package (name "rust-libz-sys") -- 2.41.0