From unknown Sun Jun 22 11:46:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60345] [PATCH] gnu: perl-image-exiftool: Update to 12.50, use new package style. Resent-From: kiasoc5 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 26 Dec 2022 21:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 60345 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60345@debbugs.gnu.org Cc: kiasoc5 X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16720885067789 (code B ref -1); Mon, 26 Dec 2022 21:02:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Dec 2022 21:01:46 +0000 Received: from localhost ([127.0.0.1]:54187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9ubR-00021X-Gc for submit@debbugs.gnu.org; Mon, 26 Dec 2022 16:01:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:56710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9ubQ-00021Q-4v for submit@debbugs.gnu.org; Mon, 26 Dec 2022 16:01:44 -0500 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 1p9ubP-0003U6-Jc for guix-patches@gnu.org; Mon, 26 Dec 2022 16:01:43 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9ubN-0002ql-EN for guix-patches@gnu.org; Mon, 26 Dec 2022 16:01:43 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0683440913; Mon, 26 Dec 2022 22:01:39 +0100 (CET) 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 qknFPebclRLl; Mon, 26 Dec 2022 22:01:37 +0100 (CET) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1672088497; bh=02+Lz20qyZbzyHSEzWrWkzCGSOHVCqORiTlEPgargk0=; h=From:To:Cc:Subject:Date; b=Xa2PtzFQxX1H1RlDZV9ifSSMy61hoPB5Y7DKSORLlSijxJaHNS/hqGy0PlG/kQU3b bSkgjsBB3FNmsRn/xrT6JaXsTxNfadeNdtjxFXJzXDnx8eXAtmf7nC7LzIeu35FCp+ JkkgaTdApZ+XYJjyyFsI3kFlkFPBCXzwsDPbpJeNHmiYc9eWew3NNufA+mOh5/Ir8G Vij5IbxDsbYTxyT30K5cl2VJqf9NMj5Zkq02cjzqVY5PFDimgk9ftmlXimiADYgqh6 JfxEBl/funsg2QKMNEsDaTlJaIpTZJHzvWuhJmRO4wlk3tH/FBvIMiJS2NRnTd1NiC VZYPyDc+RmcLA== Date: Mon, 26 Dec 2022 16:01:33 -0500 Message-Id: <20221226210133.16139-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 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/photo.scm (perl-image-exiftool): Update to 12.50. [arguments]: Use G-expresisons. Remove trailing #t. Use #$output instead of assoc-ref. --- gnu/packages/photo.scm | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 4d85611101..2a8a8de25d 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -299,7 +299,7 @@ (define-public gphoto2 (define-public perl-image-exiftool (package (name "perl-image-exiftool") - (version "12.16") + (version "12.50") (source (origin (method url-fetch) @@ -309,24 +309,21 @@ (define-public perl-image-exiftool ;; New releases may take a while to hit CPAN. (string-append "https://www.sno.phy.queensu.ca/~phil/exiftool/" "Image-ExifTool-" version ".tar.gz"))) - (patches (search-patches "perl-image-exiftool-CVE-2021-22204.patch")) (sha256 (base32 - "0skm22b3gg1bfk0amklrprpva41m6mkrhqp0gi7z1nmcf9ypjh61")))) + "1a605rz00d7p866a22sw0s63m5a6y4xqqrzp7q7jyc0hbky43s5w")))) (build-system perl-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'install 'post-install - (lambda* (#:key outputs #:allow-other-keys) - ;; Make sure the 'exiftool' commands finds the library. - ;; XXX: Shouldn't it be handled by PERL-BUILD-SYSTEM? - (let* ((out (assoc-ref outputs "out")) - (pm (find-files out "^ExifTool\\.pm$")) - (lib (dirname (dirname (car pm))))) - (wrap-program (string-append out "/bin/exiftool") - `("PERL5LIB" prefix (,lib))) - #t)))))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'install 'post-install + (lambda* (#:key outputs #:allow-other-keys) + ;; Make sure the 'exiftool' commands finds the library. + ;; XXX: Shouldn't it be handled by PERL-BUILD-SYSTEM? + (let* ((pm (find-files #$output "^ExifTool\\.pm$")) + (lib (dirname (dirname (car pm))))) + (wrap-program (string-append #$output "/bin/exiftool") + `("PERL5LIB" prefix (,lib))))))))) (home-page "https://metacpan.org/release/Image-ExifTool") (synopsis "Program and Perl library to manipulate EXIF and other metadata") (description "This package provides the @code{exiftool} command and the base-commit: 7c476873e0300711bf92668cf01abd28f7295ead -- 2.39.0 From unknown Sun Jun 22 11:46:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#60345] [PATCH] gnu: perl-image-exiftool: Update to 12.50, use new package style. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 16 Jan 2023 20:40:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60345 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: kiasoc5 Cc: 60345-done@debbugs.gnu.org, 60345@debbugs.gnu.org X-Debbugs-Original-Cc: 60345-done@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16739015633192 (code B ref -1); Mon, 16 Jan 2023 20:40:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Jan 2023 20:39:23 +0000 Received: from localhost ([127.0.0.1]:34974 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHWGJ-0000pQ-J3 for submit@debbugs.gnu.org; Mon, 16 Jan 2023 15:39:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:48296) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHWGH-0000pH-3K for submit@debbugs.gnu.org; Mon, 16 Jan 2023 15:39:21 -0500 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 1pHWGG-0000Mp-SF for guix-patches@gnu.org; Mon, 16 Jan 2023 15:39:20 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pHWGF-0004Na-Gc for guix-patches@gnu.org; Mon, 16 Jan 2023 15:39:20 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 4779327BBE9; Mon, 16 Jan 2023 20:39:18 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 77ecc2f9; Mon, 16 Jan 2023 20:39:17 +0000 (UTC) References: <20221226210133.16139-1-kiasoc5@disroot.org> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines Date: Mon, 16 Jan 2023 20:39:03 +0000 In-reply-to: <20221226210133.16139-1-kiasoc5@disroot.org> Message-ID: <878ri243ka.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net 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_PASS=-0.001 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 (--) --=-=-= Content-Type: text/plain kiasoc5 via Guix-patches via writes: > * gnu/packages/photo.scm (perl-image-exiftool): Update to 12.50. > [arguments]: Use G-expresisons. Remove trailing #t. Use #$output instead of assoc-ref. > --- > gnu/packages/photo.scm | 27 ++++++++++++--------------- > 1 file changed, 12 insertions(+), 15 deletions(-) Looks good to me, pushed to master as ab09e8e578480463bafd8e21451acf9dd6ddd74f. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPFtfVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xfy9w/+O/GLZ9Y9V3Rr6w+Ltb0Du0o8a8c5gfSc 4RuV4acK5g5AMSlJvcLyTqYOzHqmQ1RaUZkq5bLAU0G5G6pRobVS2S4crxGqlwyW 33x7G7gcDht489VV6sS81lOnF6KU0QX2uyvySt0MXgF8IAehVZNzX+SPqUzvEcMw WO1751MP2FiBQI/9OqqZxbrvwJ57pg2q5siWKvHzd3R1rDIYgUUabmYGe1UZ7hVK yImoKLDvnrX2dwg1wRrAmUKoRMX5mVthrq4LWVBVH8KaO08E/diN9R/3DMWH0em6 GfJscAfoJG85MmmTy/hEJceZ31xksAvViq0KCyx/6D3NCvODui8sIcSjJQciwg1I kVxsxLwGUFkXbVJBK5319H2AeE6RuCzCx+TsiqoyUCnNYsz9dc0Dat+s7/XTfY0x Dy000CzPt4yJVUxY08kOgZn+JTIh/F/KbvQ7pHzCCKATkYa349YrNdXI9rxb6fZw bIGmjAtZpooIHKkqwB/ukICb8M3cZMhXDdgNIWuAqrRHiQbxCPwyc7LH5vUb3+WQ mhhfsCyzEE2Ttc+4UZtBgcQ4wRiuVJF8R6EDKFHoKTYniHcNm7Yry5/n1GaD8hx2 De3XrEyngYvKY/coNfg4sE80TviFTutzKyGLwGiV5eve9sa7F46LAgSYMQE7hPYp 9KrkRTh5Ijs= =kEPz -----END PGP SIGNATURE----- --=-=-=-- From unknown Sun Jun 22 11:46:26 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#60345: closed (Re: [bug#60345] [PATCH] gnu: perl-image-exiftool: Update to 12.50, use new package style.) Message-ID: References: <878ri243ka.fsf@cbaines.net> <20221226210133.16139-1-kiasoc5@disroot.org> X-Gnu-PR-Message: they-closed 60345 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 60345@debbugs.gnu.org Date: Mon, 16 Jan 2023 20:40:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1673901602-3259-1" This is a multi-part message in MIME format... ------------=_1673901602-3259-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #60345: [PATCH] gnu: perl-image-exiftool: Update to 12.50, use new package = style. 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 60345@debbugs.gnu.org. --=20 60345: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D60345 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1673901602-3259-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 60345-done) by debbugs.gnu.org; 16 Jan 2023 20:39:20 +0000 Received: from localhost ([127.0.0.1]:34971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHWGG-0000pA-6X for submit@debbugs.gnu.org; Mon, 16 Jan 2023 15:39:20 -0500 Received: from mira.cbaines.net ([212.71.252.8]:42092) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pHWGE-0000p2-MV for 60345-done@debbugs.gnu.org; Mon, 16 Jan 2023 15:39:19 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 4779327BBE9; Mon, 16 Jan 2023 20:39:18 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 77ecc2f9; Mon, 16 Jan 2023 20:39:17 +0000 (UTC) References: <20221226210133.16139-1-kiasoc5@disroot.org> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines To: kiasoc5 Subject: Re: [bug#60345] [PATCH] gnu: perl-image-exiftool: Update to 12.50, use new package style. Date: Mon, 16 Jan 2023 20:39:03 +0000 In-reply-to: <20221226210133.16139-1-kiasoc5@disroot.org> Message-ID: <878ri243ka.fsf@cbaines.net> 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: 60345-done Cc: 60345-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 kiasoc5 via Guix-patches via writes: > * gnu/packages/photo.scm (perl-image-exiftool): Update to 12.50. > [arguments]: Use G-expresisons. Remove trailing #t. Use #$output instead of assoc-ref. > --- > gnu/packages/photo.scm | 27 ++++++++++++--------------- > 1 file changed, 12 insertions(+), 15 deletions(-) Looks good to me, pushed to master as ab09e8e578480463bafd8e21451acf9dd6ddd74f. Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPFtfVfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xfy9w/+O/GLZ9Y9V3Rr6w+Ltb0Du0o8a8c5gfSc 4RuV4acK5g5AMSlJvcLyTqYOzHqmQ1RaUZkq5bLAU0G5G6pRobVS2S4crxGqlwyW 33x7G7gcDht489VV6sS81lOnF6KU0QX2uyvySt0MXgF8IAehVZNzX+SPqUzvEcMw WO1751MP2FiBQI/9OqqZxbrvwJ57pg2q5siWKvHzd3R1rDIYgUUabmYGe1UZ7hVK yImoKLDvnrX2dwg1wRrAmUKoRMX5mVthrq4LWVBVH8KaO08E/diN9R/3DMWH0em6 GfJscAfoJG85MmmTy/hEJceZ31xksAvViq0KCyx/6D3NCvODui8sIcSjJQciwg1I kVxsxLwGUFkXbVJBK5319H2AeE6RuCzCx+TsiqoyUCnNYsz9dc0Dat+s7/XTfY0x Dy000CzPt4yJVUxY08kOgZn+JTIh/F/KbvQ7pHzCCKATkYa349YrNdXI9rxb6fZw bIGmjAtZpooIHKkqwB/ukICb8M3cZMhXDdgNIWuAqrRHiQbxCPwyc7LH5vUb3+WQ mhhfsCyzEE2Ttc+4UZtBgcQ4wRiuVJF8R6EDKFHoKTYniHcNm7Yry5/n1GaD8hx2 De3XrEyngYvKY/coNfg4sE80TviFTutzKyGLwGiV5eve9sa7F46LAgSYMQE7hPYp 9KrkRTh5Ijs= =kEPz -----END PGP SIGNATURE----- --=-=-=-- ------------=_1673901602-3259-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Dec 2022 21:01:46 +0000 Received: from localhost ([127.0.0.1]:54187 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9ubR-00021X-Gc for submit@debbugs.gnu.org; Mon, 26 Dec 2022 16:01:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:56710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p9ubQ-00021Q-4v for submit@debbugs.gnu.org; Mon, 26 Dec 2022 16:01:44 -0500 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 1p9ubP-0003U6-Jc for guix-patches@gnu.org; Mon, 26 Dec 2022 16:01:43 -0500 Received: from knopi.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p9ubN-0002ql-EN for guix-patches@gnu.org; Mon, 26 Dec 2022 16:01:43 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 0683440913; Mon, 26 Dec 2022 22:01:39 +0100 (CET) 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 qknFPebclRLl; Mon, 26 Dec 2022 22:01:37 +0100 (CET) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1672088497; bh=02+Lz20qyZbzyHSEzWrWkzCGSOHVCqORiTlEPgargk0=; h=From:To:Cc:Subject:Date; b=Xa2PtzFQxX1H1RlDZV9ifSSMy61hoPB5Y7DKSORLlSijxJaHNS/hqGy0PlG/kQU3b bSkgjsBB3FNmsRn/xrT6JaXsTxNfadeNdtjxFXJzXDnx8eXAtmf7nC7LzIeu35FCp+ JkkgaTdApZ+XYJjyyFsI3kFlkFPBCXzwsDPbpJeNHmiYc9eWew3NNufA+mOh5/Ir8G Vij5IbxDsbYTxyT30K5cl2VJqf9NMj5Zkq02cjzqVY5PFDimgk9ftmlXimiADYgqh6 JfxEBl/funsg2QKMNEsDaTlJaIpTZJHzvWuhJmRO4wlk3tH/FBvIMiJS2NRnTd1NiC VZYPyDc+RmcLA== To: guix-patches@gnu.org Subject: [PATCH] gnu: perl-image-exiftool: Update to 12.50, use new package style. Date: Mon, 26 Dec 2022 16:01:33 -0500 Message-Id: <20221226210133.16139-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 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/photo.scm (perl-image-exiftool): Update to 12.50. [arguments]: Use G-expresisons. Remove trailing #t. Use #$output instead of assoc-ref. --- gnu/packages/photo.scm | 27 ++++++++++++--------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 4d85611101..2a8a8de25d 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -299,7 +299,7 @@ (define-public gphoto2 (define-public perl-image-exiftool (package (name "perl-image-exiftool") - (version "12.16") + (version "12.50") (source (origin (method url-fetch) @@ -309,24 +309,21 @@ (define-public perl-image-exiftool ;; New releases may take a while to hit CPAN. (string-append "https://www.sno.phy.queensu.ca/~phil/exiftool/" "Image-ExifTool-" version ".tar.gz"))) - (patches (search-patches "perl-image-exiftool-CVE-2021-22204.patch")) (sha256 (base32 - "0skm22b3gg1bfk0amklrprpva41m6mkrhqp0gi7z1nmcf9ypjh61")))) + "1a605rz00d7p866a22sw0s63m5a6y4xqqrzp7q7jyc0hbky43s5w")))) (build-system perl-build-system) (arguments - '(#:phases - (modify-phases %standard-phases - (add-after 'install 'post-install - (lambda* (#:key outputs #:allow-other-keys) - ;; Make sure the 'exiftool' commands finds the library. - ;; XXX: Shouldn't it be handled by PERL-BUILD-SYSTEM? - (let* ((out (assoc-ref outputs "out")) - (pm (find-files out "^ExifTool\\.pm$")) - (lib (dirname (dirname (car pm))))) - (wrap-program (string-append out "/bin/exiftool") - `("PERL5LIB" prefix (,lib))) - #t)))))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'install 'post-install + (lambda* (#:key outputs #:allow-other-keys) + ;; Make sure the 'exiftool' commands finds the library. + ;; XXX: Shouldn't it be handled by PERL-BUILD-SYSTEM? + (let* ((pm (find-files #$output "^ExifTool\\.pm$")) + (lib (dirname (dirname (car pm))))) + (wrap-program (string-append #$output "/bin/exiftool") + `("PERL5LIB" prefix (,lib))))))))) (home-page "https://metacpan.org/release/Image-ExifTool") (synopsis "Program and Perl library to manipulate EXIF and other metadata") (description "This package provides the @code{exiftool} command and the base-commit: 7c476873e0300711bf92668cf01abd28f7295ead -- 2.39.0 ------------=_1673901602-3259-1--