From unknown Sun Jun 22 03:48:52 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#52858 <52858@debbugs.gnu.org> To: bug#52858 <52858@debbugs.gnu.org> Subject: Status: [PATCH] gnu: passwordsafe: Update to 5.1. Reply-To: bug#52858 <52858@debbugs.gnu.org> Date: Sun, 22 Jun 2025 10:48:52 +0000 retitle 52858 [PATCH] gnu: passwordsafe: Update to 5.1. reassign 52858 guix-patches submitter 52858 raingloom severity 52858 normal tag 52858 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 28 16:09:35 2021 Received: (at submit) by debbugs.gnu.org; 28 Dec 2021 21:09:35 +0000 Received: from localhost ([127.0.0.1]:47571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2Jix-00054t-CQ for submit@debbugs.gnu.org; Tue, 28 Dec 2021 16:09:35 -0500 Received: from lists.gnu.org ([209.51.188.17]:52476) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n2Jis-00054i-Bu for submit@debbugs.gnu.org; Tue, 28 Dec 2021 16:09:33 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37118) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2Jir-0000vJ-Uy for guix-patches@gnu.org; Tue, 28 Dec 2021 16:09:30 -0500 Received: from mx1.riseup.net ([198.252.153.129]:38710) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n2Jip-0007hp-Px for guix-patches@gnu.org; Tue, 28 Dec 2021 16:09:29 -0500 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mail.riseup.net", Issuer "R3" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4JNnGZ0bsvzDqRy for ; Tue, 28 Dec 2021 13:09:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1640725766; bh=d9LzlYiIPFjdrmELH1JCDQz3bWjYcuJST9ebEtBlu+E=; h=Date:From:To:Subject:From; b=mOt/yMs3mGErZtlAzRTgFxoU8vFmsUL+TB3D4I/WEZmaBw9trrFuctJOo6Xt3g2jI cazhaetXE22zuwrzr5KU3wvy9dFAuaQ9hi2Fd5iX+hWYhVRqYjCx0KhNThFK0StmG7 1Gw7qooaiDcO5UWbjxhc9EO/ki4XCnGESaJsleFQ= X-Riseup-User-ID: 5D38265F5C7C3783676B87306FCF6F00E1BE614446E721CDB8BEEB9CDF01D5AC Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4JNnGY4FP8z5vbc for ; Tue, 28 Dec 2021 13:09:25 -0800 (PST) Date: Tue, 28 Dec 2021 22:09:13 +0100 From: raingloom To: Guix Patches Subject: [PATCH] gnu: passwordsafe: Update to 5.1. Message-ID: <20211228220913.72c185d5@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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: -2.4 (--) * gnu/packages/gnome.scm (passwordsafe): Update to 5.1. * gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch: New file. * gnu/local.mk: Add it. --- gnu/local.mk | 1 + gnu/packages/gnome.scm | 7 ++++--- ...wordsafe-meson-remove-extra-argument.patch | 20 +++++++++++++++++++ 3 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch diff --git a/gnu/local.mk b/gnu/local.mk index 72fa405e17..0cac2b5508 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1570,6 +1570,7 @@ dist_patch_DATA = \ %D%/packages/patches/p7zip-remove-unused-code.patch \ %D%/packages/patches/pam-krb5-CVE-2020-10595.patch \ %D%/packages/patches/pango-skip-libthai-test.patch \ + %D%/packages/patches/passwordsafe-meson-remove-extra-argument.patch \ %D%/packages/patches/pciutils-hurd-configure.patch \ %D%/packages/patches/pciutils-hurd-fix.patch \ %D%/packages/patches/pitivi-fix-build-with-meson-0.60.patch \ diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 47178a9de9..d98d1968e8 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10707,16 +10707,17 @@ (define-public cheese (define-public passwordsafe (package (name "passwordsafe") - (version "5.0") + (version "5.1") (source (origin (method git-fetch) (uri (git-reference - (url "https://gitlab.gnome.org/World/PasswordSafe") + (url "https://gitlab.gnome.org/World/secrets") (commit version))) (file-name (git-file-name name version)) + (patches (search-patches "passwordsafe-meson-remove-extra-argument.patch")) (sha256 - (base32 "1xh64bbg10gnfzlck5jvqy2zk6hbk9cyqgv85xc9kbdvs8n4lhgh")))) + (base32 "0kd43j6i017wdsqj6d5gnxhfv4ijnh3xahlw7md2gh51i8p682j6")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t diff --git a/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch b/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch new file mode 100644 index 0000000000..3cb61a364a --- /dev/null +++ b/gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch @@ -0,0 +1,20 @@ +diff --git a/data/meson.build b/data/meson.build +index 46f6373..26a2c18 100644 +--- a/data/meson.build ++++ b/data/meson.build +@@ -35,7 +35,6 @@ if get_option('profile') == 'development' + endif + desktop_conf.set('ICON', application_id) + desktop = i18n.merge_file( +- 'desktop', + input: configure_file( + input: files('org.gnome.PasswordSafe.desktop.in.in'), + output: 'org.gnome.PasswordSafe.desktop.in', +@@ -65,7 +64,6 @@ if get_option('profile') == 'development' + endif + appdata_conf.set('APPID', application_id) + appdata = i18n.merge_file( +- 'appdata', + input: configure_file( + input: files('org.gnome.PasswordSafe.appdata.xml.in.in'), + output: 'org.gnome.PasswordSafe.appdata.xml.in', -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 15 16:57:48 2022 Received: (at 52858-done) by debbugs.gnu.org; 15 Jan 2022 21:57:48 +0000 Received: from localhost ([127.0.0.1]:42129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8r3P-0005ih-7D for submit@debbugs.gnu.org; Sat, 15 Jan 2022 16:57:48 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:37444) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n8r3J-0005iK-16 for 52858-done@debbugs.gnu.org; Sat, 15 Jan 2022 16:57:41 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 86AB4784; Sat, 15 Jan 2022 22:57:30 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DjPpDc1-dOZa; Sat, 15 Jan 2022 22:57:29 +0100 (CET) Received: from ribbon (91-160-117-201.subs.proxad.net [91.160.117.201]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7219BF8; Sat, 15 Jan 2022 22:57:29 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: raingloom Subject: Re: bug#52858: [PATCH] gnu: passwordsafe: Update to 5.1. References: <20211228220913.72c185d5@riseup.net> Date: Sat, 15 Jan 2022 22:57:28 +0100 In-Reply-To: <20211228220913.72c185d5@riseup.net> (raingloom@riseup.net's message of "Tue, 28 Dec 2021 22:09:13 +0100") Message-ID: <87wnj01x2v.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: 86AB4784 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 52858-done Cc: 52858-done@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: -0.0 (/) Hi, raingloom skribis: > * gnu/packages/gnome.scm (passwordsafe): Update to 5.1. > * gnu/packages/patches/passwordsafe-meson-remove-extra-argument.patch: > New file. > * gnu/local.mk: Add it. Applied, thanks! Please use =E2=80=98git send-email=E2=80=99 or attach the patch next time; = this one got mangled and I had to =E2=80=9Crepair=E2=80=9D it, which is a bit tedious. Ludo=E2=80=99. From unknown Sun Jun 22 03:48:52 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 13 Feb 2022 12:24:08 +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