From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 6KIjFem7k2JcYgEAbAwnHQ (envelope-from ) for ; Sun, 29 May 2022 20:31:05 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 8GASFem7k2KZnQAA9RJhRA (envelope-from ) for ; Sun, 29 May 2022 20:31:05 +0200 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 E6163346B8 for ; Sun, 29 May 2022 20:31:04 +0200 (CEST) Received: from localhost ([::1]:39412 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nvNgt-0008Gr-Jr for larch@yhetil.org; Sun, 29 May 2022 14:31:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53882) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nvNfy-0007h2-9R for guix-patches@gnu.org; Sun, 29 May 2022 14:30:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48031) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nvNfx-0000UL-VO for guix-patches@gnu.org; Sun, 29 May 2022 14:30:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nvNfx-0003GQ-Sa for guix-patches@gnu.org; Sun, 29 May 2022 14:30:05 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#51314] [PATCH v4 12/14] gnu: Add octoprint-firmwarecheck. Resent-From: Vinicius Monego Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 29 May 2022 18:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 51314 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 51314@debbugs.gnu.org Cc: Vinicius Monego Received: via spool by 51314-submit@debbugs.gnu.org id=B51314.165384897212404 (code B ref 51314); Sun, 29 May 2022 18:30:05 +0000 Received: (at 51314) by debbugs.gnu.org; 29 May 2022 18:29:32 +0000 Received: from localhost ([127.0.0.1]:41913 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvNfP-0003Dv-Uq for submit@debbugs.gnu.org; Sun, 29 May 2022 14:29:32 -0400 Received: from mout02.posteo.de ([185.67.36.66]:38901) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nvNfM-0003DO-Ip for 51314@debbugs.gnu.org; Sun, 29 May 2022 14:29:29 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id 03071240109 for <51314@debbugs.gnu.org>; Sun, 29 May 2022 20:29:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1653848963; bh=y128KLs8drQc7cD78CvcwIRqclRX8zGPR+smWaSeqF8=; h=From:To:Cc:Subject:Date:From; b=aItsXiNkQ/W+dOIPGrCI+/4CNDSIck+TuPTa/phIuWsVi85khTvi90a3zN2zQnrmo luZNmi9HhNJrVMM33eqZoIZabFYM80NOWy6nQfSNdSxb2vgZuTZ5QibQOMZwGL4XTn 2mpoHHjokKswUte3yLLXwMOzSOBRk3MAM3wL9o0xpY8h/SPaqSoDXwQy8zpSpWkbDP hh1vwW1KA63m6ybthTImEUkwfCPR4TduUZTpsqxmLpTld4udH501d4P6I/6Qt3VD7B MwW+IKnuSA1eHTfG0YCk0oin+fhrumhD28zVeEjnDfb7OLU2MpIGa00gWgDeUHj2NQ UL7/O1OY3kBNw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4LB6Wk1kNsz9rxD; Sun, 29 May 2022 20:29:22 +0200 (CEST) From: Vinicius Monego Date: Sun, 29 May 2022 18:27:44 +0000 Message-Id: <20220529182746.314668-13-monego@posteo.net> In-Reply-To: <20220529182746.314668-1-monego@posteo.net> References: <20220529182746.314668-1-monego@posteo.net> 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1653849065; 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=HpGqXgkk6SEE6UcCZoDr9OejVTHd9vndVdA9AZ9Q1MM=; b=qTE5poa2F7wetJWZQxLuC6xeNpGdjhxonlh4eHjd2tLuUVU276D3x3X+hoSdK2J645KXua GrWLCtpEkUGmH1ylWj/HwKMDRm2kT0PzMG+q7DvVlTTCjIyALpc1ncBKKv5ky2/UASlnPx +ae004oxe33vStkqzfgaxrzw2GPBToNv6toe1V61jfeWBYf//zZVz9aC1SyU/PdPjr3Dgu I0IXEr8dYG1swrbOhOie9QqaOuFxVIZvPzx44pc6Hpjh94FUX6EvT+ipvs+9Vlmkk9nGq8 Pa9UyLZkkpzlIAbLcsFtZMr2eGfSTQi4od3AvJGnqXrudkik9xdUYlX/csLeHg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653849065; a=rsa-sha256; cv=none; b=teUAL2d/x7+Rifidr2xPvWci8paV315v0ejLEzPp+6G+G8Ky2NIgB01pO33HNFictFsKP/ vYgEfXy4pAACWbWn/v8uINW1aSZoGsvhE3H44LCut6XJfGnnrO875Qk6AYNmtdaUcn069Y eVObqw9rURi4fxy99cZxgyM/PThmdniGNDHdKRWEm6MeLqcwh60FkZ4yqq0PeTmAL+C6Ge G3IkGnVyJ2uyEj4y7DICL0pQsG86M34lYnRllRfQfprR0ts7bY69Gxl6mVCuJmJY+8WeeA sihrrpGNp4RpM5mSQ1v7jW2q6CW4AU+s4eKbnAK3LTbVolkcCLF6U4+I51Pthw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=aItsXiNk; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" X-Migadu-Spam-Score: 7.97 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=posteo.net header.s=2017 header.b=aItsXiNk; dmarc=fail reason="SPF not aligned (strict)" header.from=posteo.net (policy=none); 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" X-Migadu-Queue-Id: E6163346B8 X-Spam-Score: 7.97 X-Migadu-Scanner: scn0.migadu.com X-TUID: xfIvWia9qLgI * gnu/packages/printers.scm (octoprint-firmwarecheck): New variable. --- gnu/packages/printers.scm | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/gnu/packages/printers.scm b/gnu/packages/printers.scm index 012731b7cd..ca7caad01f 100644 --- a/gnu/packages/printers.scm +++ b/gnu/packages/printers.scm @@ -27,7 +27,8 @@ (define-module (gnu packages printers) #:use-module ((guix licenses) #:prefix license:) #:use-module (gnu packages libusb) #:use-module (gnu packages pkg-config) - #:use-module (gnu packages qt)) + #:use-module (gnu packages qt) + #:use-module (gnu packages python-web)) ;; This is a module for packages related to printer-like devices, but not ;; related to CUPS. @@ -55,6 +56,33 @@ (define-public octoprint-pisupport observed on your Pi or if your Pi is unsupported.") (license license:agpl3))) +(define-public octoprint-firmwarecheck + (package + (name "octoprint-firmwarecheck") + (version "2021.10.11") + (source + (origin + (method url-fetch) + (uri (pypi-uri "OctoPrint-FirmwareCheck" version)) + (sha256 + (base32 "17prs0rmzglw75gkf6j7qypxisjvcfk2mbsyfqrjdbwg99i62s2h")))) + (build-system python-build-system) + (arguments + `(#:tests? #f ; no tests + #:phases + (modify-phases %standard-phases + (delete 'sanity-check)))) ; checks for Octoprint + (propagated-inputs + (list python-flask)) + (home-page "https://github.com/OctoPrint/OctoPrint-FirmwareCheck") + (synopsis "Plugin to check for unsafe or broken printer firmwares") + (description "The Firmware Check plugin tries to identify printers +or rather printer firmware with known safety issues, such as disabled +thermal runaway protection, or other kinds of severe issues, like known +communication crippling bugs, and displays a warning box to logged in users +on identification of such a firmware.") + (license license:agpl3))) + (define-public robocut (package (name "robocut") -- 2.34.1