From unknown Sat Aug 16 16:56:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57198] [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Aug 2022 04:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57198 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57198@debbugs.gnu.org Cc: kiasoc5 X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166045185818158 (code B ref -1); Sun, 14 Aug 2022 04:38:02 +0000 Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 04:37:38 +0000 Received: from localhost ([127.0.0.1]:35588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN5NZ-0004im-Ci for submit@debbugs.gnu.org; Sun, 14 Aug 2022 00:37:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:59654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN5NU-0004ib-6X for submit@debbugs.gnu.org; Sun, 14 Aug 2022 00:37:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN5NU-0004hz-0E for guix-patches@gnu.org; Sun, 14 Aug 2022 00:37:32 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34058) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN5NS-0004jX-4b for guix-patches@gnu.org; Sun, 14 Aug 2022 00:37:31 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 716DB400AD; Sun, 14 Aug 2022 06:37:26 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qQlnX8TXQMhv; Sun, 14 Aug 2022 06:37:25 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1660451845; bh=JlLYKi/OcdHFs7LVu90DtXKvEEQE08NoTxUx41iseFw=; h=From:To:Cc:Subject:Date; b=TfCPt9tP2+l4NZ4Z7nIEDSZKIeWyCITQaryp0DFb3A0FEdEUwSOTKLRyZme33TnrG e0QP101uYH9oEn2XAJkeeCct0UgYKeD6kvWFVQ9SHyB38EiAvygRkAXFYCbVerPhEn GphzJHxBoqwZOoQmCR4rKgDNvT70J5/2OFy1ItDpQM9qAfboO5LAJKrXjKp7kL5VqQ u0xxEyyEyYdZhdIwt12+WaHgXSvwWpgdWbZuGLqxQ9zPpvX8EV7ck+TJ5Fbp7DvUUp r7xciARU+rDKbB649TLeJaCKrUoHxpXITRbFrH350jJ87ngawwNOrM+N06TLPdjg5E OEMkgTFqHdt7A== Date: Sun, 14 Aug 2022 00:36:57 -0400 Message-Id: <20220814043656.26839-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/hardware.scm (usbguard): Update to 1.1.1. --- gnu/packages/hardware.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 68c4667662..cfd667d757 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -1149,7 +1149,7 @@ (define-public usbguard (name "usbguard") ;; Note: Use a recent snapshot to get compatibility with newer system ;; libraries. - (version "1.0.0-55-g466f1f0") + (version "1.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -1157,7 +1157,7 @@ (define-public usbguard (commit (string-append "usbguard-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rc0213qsfap3sgx9m3m1kppxbjl2fdwmzlbn5rbmn1i33125dfi")))) + (base32 "0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask")))) (build-system gnu-build-system) (arguments '(#:phases -- 2.37.1 From unknown Sat Aug 16 16:56:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57198] [PATCH] gnu: usbguard: Use new package style. References: <20220814043656.26839-1-kiasoc5@disroot.org> In-Reply-To: <20220814043656.26839-1-kiasoc5@disroot.org> Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Aug 2022 13:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57198 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 57198@debbugs.gnu.org Cc: kiasoc5 Received: via spool by 57198-submit@debbugs.gnu.org id=B57198.166048228614268 (code B ref 57198); Sun, 14 Aug 2022 13:05:02 +0000 Received: (at 57198) by debbugs.gnu.org; 14 Aug 2022 13:04:46 +0000 Received: from localhost ([127.0.0.1]:36181 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNDIL-0003i3-2N for submit@debbugs.gnu.org; Sun, 14 Aug 2022 09:04:46 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34648) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNDII-0003hs-5T for 57198@debbugs.gnu.org; Sun, 14 Aug 2022 09:04:44 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 712AC40077; Sun, 14 Aug 2022 15:04:40 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1nhI_46r-5oV; Sun, 14 Aug 2022 15:04:39 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1660482277; bh=RtQWOYhP6DdWYMDgDyndOk6jQRiDhKrwbQbMSnM3MNo=; h=From:To:Cc:Subject:Date; b=Bzi8NbBfBuoZqvH2EpJYbdzJS1uXGHBngNsllUx59RBFXX3nkIufgCwxBfppazhr7 SrJTSSkP3tc7MrSQSJiRYm/JRGjtIXTPilFlVQlMGWqweEblU0LxyApWOM69+rTc5f t5/GZ7qh5OL2gbHMVWqrse1vqeC2/zina20w9rMZMMZTznR6LwNnVD2i30WO8A18ex vf8enk2qDtiw4VuHua3uOS1jCG/Jjf2W6Y7W+Y2GrzFYfVIdihes1OisZUMAN1GGBe VDYhfY/APRfBM9uzKIv8no2PYDOZa57zqw2OopqaZ4vFrKzNmE0C7HP+oCKfTazlXO qlTRbmmg+eaBg== Date: Sun, 14 Aug 2022 09:03:29 -0400 Message-Id: <20220814130327.66270-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) 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 (-) Use G-exps and #$output while we're at it. * gnu/packages/hardware.scm (usbguard)[arguments]: Use G-expressions. <#:phases>: Use '#$output' instead of 'assoc-ref' --- gnu/packages/hardware.scm | 84 +++++++++++++++++++-------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index cfd667d757..8d06920b79 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -1160,48 +1160,48 @@ (define-public usbguard (base32 "0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask")))) (build-system gnu-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch-bootstrap-script - (lambda _ - ;; Don't attempt to fetch git submodules. - (substitute* "autogen.sh" - (("^git submodule.*") - "")))) - (add-after 'bootstrap 'patch-build-scripts - (lambda* (#:key inputs #:allow-other-keys) - (substitute* "configure" - (("/usr/include/catch") - (dirname (search-input-file inputs "include/catch.hpp")))) - ;; Do not create log directory. - (substitute* "Makefile.in" ((".*/log/usbguard.*") "")) - ;; Disable LDAP tests: they use 'sudo'. - (substitute* "src/Tests/Makefile.in" - (("\\$\\(am__append_2\\)") "")))) - (add-after 'install 'delete-static-library - (lambda* (#:key outputs #:allow-other-keys) - ;; It can't be direclty disabled since it's needed for the tests. - (delete-file (string-append (assoc-ref outputs "out") - "/lib/libusbguard.a")))) - (add-after 'install 'install-zsh-completion - (lambda* (#:key outputs #:allow-other-keys) - (let* ((out (assoc-ref outputs "out")) - (site-functions - (string-append out "/share/zsh/site-functions"))) - (mkdir-p site-functions) - (copy-file "scripts/usbguard-zsh-completion" - (string-append site-functions "/_usbguard")))))) - #:make-flags - (list (string-append "BASH_COMPLETION_DIR=" - (assoc-ref %outputs "out") - "/etc/bash_completion.d")) - #:configure-flags - (list - "--localstatedir=/var" - "--enable-systemd=no" - "--with-ldap" - "--with-dbus" - "--with-polkit"))) + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch-bootstrap-script + (lambda _ + ;; Don't attempt to fetch git submodules. + (substitute* "autogen.sh" + (("^git submodule.*") + "")))) + (add-after 'bootstrap 'patch-build-scripts + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "configure" + (("/usr/include/catch") + (dirname (search-input-file inputs "include/catch.hpp")))) + ;; Do not create log directory. + (substitute* "Makefile.in" ((".*/log/usbguard.*") "")) + ;; Disable LDAP tests: they use 'sudo'. + (substitute* "src/Tests/Makefile.in" + (("\\$\\(am__append_2\\)") "")))) + (add-after 'install 'delete-static-library + (lambda args + ;; It can't be directly disabled since it's needed for the tests. + (delete-file (string-append #$output + "/lib/libusbguard.a")))) + (add-after 'install 'install-zsh-completion + (lambda args + (let ((site-functions + (string-append #$output "/share/zsh/site-functions"))) + (mkdir-p site-functions) + (copy-file "scripts/usbguard-zsh-completion" + (string-append site-functions "/_usbguard")))))) + #:make-flags + #~(list (string-append "BASH_COMPLETION_DIR=" + #$output + "/etc/bash_completion.d")) + #:configure-flags + #~(list + "--localstatedir=/var" + "--enable-systemd=no" + "--with-ldap" + "--with-dbus" + "--with-polkit"))) (inputs (list audit catch-framework -- 2.37.2 From unknown Sat Aug 16 16:56:20 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#57198] [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]. Resent-From: Tobias Geerinckx-Rice Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 14 Aug 2022 16:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57198 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: kiasoc5 Cc: 57198-done@debbugs.gnu.org, 57198@debbugs.gnu.org X-Debbugs-Original-Cc: 57198-done@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166049509722750 (code B ref -1); Sun, 14 Aug 2022 16:39:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 16:38:17 +0000 Received: from localhost ([127.0.0.1]:39724 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNGcz-0005us-AR for submit@debbugs.gnu.org; Sun, 14 Aug 2022 12:38:17 -0400 Received: from lists.gnu.org ([209.51.188.17]:52236) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNGcy-0005ul-4d for submit@debbugs.gnu.org; Sun, 14 Aug 2022 12:38:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33948) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNGcw-0002Li-8F for guix-patches@gnu.org; Sun, 14 Aug 2022 12:38:15 -0400 Received: from tobias.gr ([80.241.217.52]:40254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oNGct-0004pG-2O for guix-patches@gnu.org; Sun, 14 Aug 2022 12:38:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=wBa6x32Uu9jWo NCIE11VQ7yPjUjhP9AuWsVpatuFkfU=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=hHFMQlvSaipwyc0e1enSv0zcOHTbLc8gpO6OZG KGEQBV+OdIDvXJtRv7t01BHvWjSVqCHqE+4MyOq2ViJJQKVL0tJfBlHSAcngmzaLicQq/j kwwrIw+WiqAqo+y5YhEL/MDyzIxjBQT6N051m6uuete2LrJNi58I9JZmDRj+ZDuEqyoMV7 HkGs7CiMedkyVjIHdNWNr07YHcD2VqkHwMfOVeGXX2IseFiPx7nLjz8qaUv5L5rGi+2Asc ABSw50bUTGLoGfWh8EYwLFI8MpMNRiqvJdsDg0RuQmSYUscIhc9BzyHPdRzxHLSTfZEdtS umBXVHKEDjzHcgN2R1crpjtg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 84542574 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 14 Aug 2022 16:38:05 +0000 (UTC) References: <20220814043656.26839-1-kiasoc5@disroot.org> From: Tobias Geerinckx-Rice Date: Sun, 14 Aug 2022 15:48:19 +0200 In-reply-to: <20220814043656.26839-1-kiasoc5@disroot.org> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87bksmn5ld.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=80.241.217.52; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi, kiasoc5 via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/hardware.scm (usbguard): Update to 1.1.1. Thanks! > ;; Note: Use a recent snapshot to get compatibility with=20 > newer system > ;; libraries. This comment is now no longer true, so it should be removed. Done in ca4ab89ddd4bbc46c54bcac160fd5a28b979edc3. Closing, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYvkk7g0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15OhcBAMkGa9CqOwu4JPF9DqPPrty397ryWXJXOWadIrqd JVZiAQCrobZiLGe/3kwxF08HQr4eB6OeTDlAA8AlBrmJsu2IAg== =ShWi -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 16:56:20 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: kiasoc5 Subject: bug#57198: closed (Re: [bug#57198] [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058].) Message-ID: References: <87bksmn5ld.fsf@nckx> <20220814043656.26839-1-kiasoc5@disroot.org> X-Gnu-PR-Message: they-closed 57198 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 57198@debbugs.gnu.org Date: Sun, 14 Aug 2022 16:39:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1660495142-22812-1" This is a multi-part message in MIME format... ------------=_1660495142-22812-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #57198: [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 57198@debbugs.gnu.org. --=20 57198: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D57198 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1660495142-22812-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 57198-done) by debbugs.gnu.org; 14 Aug 2022 16:38:11 +0000 Received: from localhost ([127.0.0.1]:39720 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNGct-0005uZ-1d for submit@debbugs.gnu.org; Sun, 14 Aug 2022 12:38:11 -0400 Received: from tobias.gr ([80.241.217.52]:48736) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oNGcq-0005uR-Qt for 57198-done@debbugs.gnu.org; Sun, 14 Aug 2022 12:38:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=wBa6x32Uu9jWo NCIE11VQ7yPjUjhP9AuWsVpatuFkfU=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=hHFMQlvSaipwyc0e1enSv0zcOHTbLc8gpO6OZG KGEQBV+OdIDvXJtRv7t01BHvWjSVqCHqE+4MyOq2ViJJQKVL0tJfBlHSAcngmzaLicQq/j kwwrIw+WiqAqo+y5YhEL/MDyzIxjBQT6N051m6uuete2LrJNi58I9JZmDRj+ZDuEqyoMV7 HkGs7CiMedkyVjIHdNWNr07YHcD2VqkHwMfOVeGXX2IseFiPx7nLjz8qaUv5L5rGi+2Asc ABSw50bUTGLoGfWh8EYwLFI8MpMNRiqvJdsDg0RuQmSYUscIhc9BzyHPdRzxHLSTfZEdtS umBXVHKEDjzHcgN2R1crpjtg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 84542574 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 14 Aug 2022 16:38:05 +0000 (UTC) References: <20220814043656.26839-1-kiasoc5@disroot.org> From: Tobias Geerinckx-Rice To: kiasoc5 Subject: Re: [bug#57198] [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]. Date: Sun, 14 Aug 2022 15:48:19 +0200 In-reply-to: <20220814043656.26839-1-kiasoc5@disroot.org> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87bksmn5ld.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 57198-done Cc: 57198-done@debbugs.gnu.org, guix-patches@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 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Hi, kiasoc5 via Guix-patches via =E5=86=99=E9=81=93=EF=BC=9A > * gnu/packages/hardware.scm (usbguard): Update to 1.1.1. Thanks! > ;; Note: Use a recent snapshot to get compatibility with=20 > newer system > ;; libraries. This comment is now no longer true, so it should be removed. Done in ca4ab89ddd4bbc46c54bcac160fd5a28b979edc3. Closing, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYvkk7g0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15OhcBAMkGa9CqOwu4JPF9DqPPrty397ryWXJXOWadIrqd JVZiAQCrobZiLGe/3kwxF08HQr4eB6OeTDlAA8AlBrmJsu2IAg== =ShWi -----END PGP SIGNATURE----- --=-=-=-- ------------=_1660495142-22812-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Aug 2022 04:37:38 +0000 Received: from localhost ([127.0.0.1]:35588 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN5NZ-0004im-Ci for submit@debbugs.gnu.org; Sun, 14 Aug 2022 00:37:37 -0400 Received: from lists.gnu.org ([209.51.188.17]:59654) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oN5NU-0004ib-6X for submit@debbugs.gnu.org; Sun, 14 Aug 2022 00:37:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36434) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN5NU-0004hz-0E for guix-patches@gnu.org; Sun, 14 Aug 2022 00:37:32 -0400 Received: from knopi.disroot.org ([178.21.23.139]:34058) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oN5NS-0004jX-4b for guix-patches@gnu.org; Sun, 14 Aug 2022 00:37:31 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 716DB400AD; Sun, 14 Aug 2022 06:37:26 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qQlnX8TXQMhv; Sun, 14 Aug 2022 06:37:25 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1660451845; bh=JlLYKi/OcdHFs7LVu90DtXKvEEQE08NoTxUx41iseFw=; h=From:To:Cc:Subject:Date; b=TfCPt9tP2+l4NZ4Z7nIEDSZKIeWyCITQaryp0DFb3A0FEdEUwSOTKLRyZme33TnrG e0QP101uYH9oEn2XAJkeeCct0UgYKeD6kvWFVQ9SHyB38EiAvygRkAXFYCbVerPhEn GphzJHxBoqwZOoQmCR4rKgDNvT70J5/2OFy1ItDpQM9qAfboO5LAJKrXjKp7kL5VqQ u0xxEyyEyYdZhdIwt12+WaHgXSvwWpgdWbZuGLqxQ9zPpvX8EV7ck+TJ5Fbp7DvUUp r7xciARU+rDKbB649TLeJaCKrUoHxpXITRbFrH350jJ87ngawwNOrM+N06TLPdjg5E OEMkgTFqHdt7A== To: guix-patches@gnu.org Subject: [PATCH] gnu: usbguard: Update to 1.1.1 [fixes CVE-2019-25058]. Date: Sun, 14 Aug 2022 00:36:57 -0400 Message-Id: <20220814043656.26839-1-kiasoc5@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 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: -2.4 (--) * gnu/packages/hardware.scm (usbguard): Update to 1.1.1. --- gnu/packages/hardware.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 68c4667662..cfd667d757 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -1149,7 +1149,7 @@ (define-public usbguard (name "usbguard") ;; Note: Use a recent snapshot to get compatibility with newer system ;; libraries. - (version "1.0.0-55-g466f1f0") + (version "1.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -1157,7 +1157,7 @@ (define-public usbguard (commit (string-append "usbguard-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0rc0213qsfap3sgx9m3m1kppxbjl2fdwmzlbn5rbmn1i33125dfi")))) + (base32 "0lpyhkz5nr0c9mq57mgcvam5c8qfqqwjc4xd46n2ldqc9vhfsask")))) (build-system gnu-build-system) (arguments '(#:phases -- 2.37.1 ------------=_1660495142-22812-1--