From unknown Tue Jun 17 22:19:29 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78339] [PATCH] gnu: ijg-libjpeg: Update to 9f. Resent-From: Divya Ranjan Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 09 May 2025 22:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 78339 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78339@debbugs.gnu.org Cc: Divya Ranjan X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17468300051600 (code B ref -1); Fri, 09 May 2025 22:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 9 May 2025 22:33:25 +0000 Received: from localhost ([127.0.0.1]:41015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDWHV-0000Pj-7x for submit@debbugs.gnu.org; Fri, 09 May 2025 18:33:25 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43290) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDWHS-0000PO-DF for submit@debbugs.gnu.org; Fri, 09 May 2025 18:33:23 -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 1uDWHL-00084d-94 for guix-patches@gnu.org; Fri, 09 May 2025 18:33:15 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uDWHI-00055k-Or for guix-patches@gnu.org; Fri, 09 May 2025 18:33:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org; s=stigmate; t=1746829980; bh=+vDR3sAcp2PsDOWUJe3TFURf+2i3DEzcwQe3uraIr3Y=; h=From:To:Cc:Subject:Date:From; b=dP2zRFuFeGfsZ4pYd+ux03boFaG96Mozpcuf5Pjk5oB3M/UHBy443R8nO0snRAji5 l7TDeApIRxhAmRpeKLEDX1jN8bfh8/URLNaKWipyIcWp3padUhb8r7KUqgu0erd4Ao h6Ru+1nOW0kojM7PoIYvX/MStqIAgMHgMUGM+7oM= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZvP0D2jqszGpBM; Fri, 9 May 2025 22:33:00 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: divya@subvertising.org) by localhost (Postfix) with ESMTPSA id 4ZvP0C4F0XzGpBK; Fri, 9 May 2025 22:32:59 +0000 (UTC) From: Divya Ranjan Date: Fri, 9 May 2025 22:32:39 +0000 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=divya@subvertising.org; helo=latitanza.investici.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) 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.1 (/) * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 --- gnu/packages/image.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 3a894a0d9a..170a1505f3 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -537,13 +537,13 @@ (define-public pngquant (define-public ijg-libjpeg (package (name "libjpeg") - (version "9d") + (version "9f") (source (origin (method url-fetch) (uri (string-append "https://www.ijg.org/files/jpegsrc.v" version ".tar.gz")) (sha256 (base32 - "0spshb0126m70xpgkqwxic8rw1z6ywlrv2kfx3h37ibczfnac0r3")))) + "0nsn6bwc31clb2j435kff0a4k0xzsyiznwgvg6m9qimj1h8mqw04")))) (build-system gnu-build-system) (synopsis "Library for handling JPEG files") (description base-commit: f3f64aa4b8ba7c61c2ced63e6e348c78a5b4170e -- 2.49.0 From unknown Tue Jun 17 22:19:29 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#78339] [PATCH] gnu: ijg-libjpeg: Update to 9f. Resent-From: Z572 Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 10 May 2025 04:08:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 78339 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 78339@debbugs.gnu.org Cc: 78339-done@debbugs.gnu.org, Divya Ranjan X-Debbugs-Original-To: Divya Ranjan via Guix-patches via Received: via spool by submit@debbugs.gnu.org id=B.174685005110821 (code B ref -1); Sat, 10 May 2025 04:08:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 May 2025 04:07:31 +0000 Received: from localhost ([127.0.0.1]:42432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDbUo-0002oP-2F for submit@debbugs.gnu.org; Sat, 10 May 2025 00:07:30 -0400 Received: from lists.gnu.org ([2001:470:142::17]:56662) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDbUl-0002nu-48 for submit@debbugs.gnu.org; Sat, 10 May 2025 00:07:27 -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 1uDbUe-0004jj-M6 for guix-patches@gnu.org; Sat, 10 May 2025 00:07:20 -0400 Received: from mail.z572.online ([88.99.160.180]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uDbUc-0003HT-4N for guix-patches@gnu.org; Sat, 10 May 2025 00:07:20 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746850450; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Xp/AXmdTGEirLdMctpKV+fYpW2GxxoqfoR1l2zptBM=; b=mrSOPmh7bwal3qMtAZhj+D/M/rJMdZPP/7fUQo9XTVwWDHYADP4018yGtdNekbw+mr1uwl 4eWjjyNVzXg/gCfWk0YhgRG8VrdAIJ67+fiWhHKXgcsAvWALOYblC5zn1S0i4slcqtFHul 0nj4sasY06S+3k3taLr8HUCx2KpVvys= Received: from m ( [61.174.159.83]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 5959a634 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 10 May 2025 04:14:08 +0000 (UTC) From: Z572 In-Reply-To: (Divya Ranjan via Guix-patches via's message of "Fri, 9 May 2025 22:32:39 +0000") References: User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sat, 10 May 2025 12:06:57 +0800 Message-ID: <87o6w1hzxa.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@z572.online; helo=mail.z572.online X-Spam_score_int: 4 X-Spam_score: 0.4 X-Spam_bar: / X-Spam_report: (0.4 / 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, FROM_SUSPICIOUS_NTLD=0.5, PDS_OTHER_BAD_TLD=1.999, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Divya Ranjan via Guix-patches via writes: > * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. > > Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 > --- > gnu/packages/image.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions( [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 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: 3.5 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Divya Ranjan via Guix-patches via writes: > * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. > > Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 > --- > gnu/packages/image.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions( [...] Content analysis details: (3.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Divya Ranjan via Guix-patches via writes: > * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. > > Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 > --- > gnu/packages/image.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm > index 3a894a0d9a..170a1505f3 100644 > --- a/gnu/packages/image.scm > +++ b/gnu/packages/image.scm > @@ -537,13 +537,13 @@ (define-public pngquant > (define-public ijg-libjpeg > (package > (name "libjpeg") > - (version "9d") > + (version "9f") > (source (origin > (method url-fetch) > (uri (string-append "https://www.ijg.org/files/jpegsrc.v" > version ".tar.gz")) > (sha256 (base32 > - "0spshb0126m70xpgkqwxic8rw1z6ywlrv2kfx3h37ibczfnac0r3")))) > + "0nsn6bwc31clb2j435kff0a4k0xzsyiznwgvg6m9qimj1h8mqw04")))) > (build-system gnu-build-system) > (synopsis "Library for handling JPEG files") > (description > > base-commit: f3f64aa4b8ba7c61c2ced63e6e348c78a5b4170e pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmge0OEACgkQO1qpk+Gi 3/AC9RAAjy5Kzi0ES+sM+3UUFOD364zp9Cb+vsivn303XHxt2bz2VABMjfJI+Rd7 lQW8+UviT11SQz5fpIFWk9FxTSHvm/WBnKB7VCTaaS36+RA3rd25KyDGvQ30fBCJ aTKfRCYL6nUrx8ofTJl7LaolzyFYGBVuPBwFAQPVNmvzDEEwEU8oGtVbAdhxPjMc sv4eAUun/1jeRgSdd1RZ2glqqL1pBzhIbMstTGox9ebzNBXEHExPTbtNamhDNGHa vpXvEVScM+XtFuuFFF1CIt/RYKcJ7sUdty43NPtOPMae/zZZuJ+Py8eAr1jNBxpS 4cFh5n5MyblrG7PG9SmqVIN5+zLZKo4fiO6Z8ubVZq2S2mVRFd6supjGAEyAUOHa UN1JdghYY81LtlYdz366rghFo8xu8/YG05j4kBNV9EASoi7J5wcsOjLEo9YAMCGa zJjWbiTnoq0FI61CMx++jAkKRNOAyHZbVYStXWyl5XhCthD68RbE83+LphLGQYNq XNWjZ5KQJ9ijJ5NFPyP0AP0vNVKqYHmn9+i3tDpjUOxlhdKBYNvcstnU44t66QY3 y50fEPk9I/GIUeUtNpNmt44PKo4ROxuSHzA73roHws3eVau3ycR88hqTya2V/5V5 IYyQkNsn1/dfw9M/dTCtUlSx6So2UJrMlAF00ZO3z6H1LCVMH24= =IG7B -----END PGP SIGNATURE----- --=-=-=-- From unknown Tue Jun 17 22:19:29 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: Divya Ranjan Subject: bug#78339: closed (Re: [bug#78339] [PATCH] gnu: ijg-libjpeg: Update to 9f.) Message-ID: References: <87o6w1hzxa.fsf@z572.online> X-Gnu-PR-Message: they-closed 78339 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 78339@debbugs.gnu.org Date: Sat, 10 May 2025 04:08:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1746850084-10943-1" This is a multi-part message in MIME format... ------------=_1746850084-10943-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #78339: [PATCH] gnu: ijg-libjpeg: Update to 9f. 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 78339@debbugs.gnu.org. --=20 78339: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D78339 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1746850084-10943-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 78339-done) by debbugs.gnu.org; 10 May 2025 04:07:23 +0000 Received: from localhost ([127.0.0.1]:42427 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDbUg-0002nz-IO for submit@debbugs.gnu.org; Sat, 10 May 2025 00:07:22 -0400 Received: from mail.z572.online ([88.99.160.180]:48526) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDbUb-0002nP-Q4 for 78339-done@debbugs.gnu.org; Sat, 10 May 2025 00:07:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1746850450; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5Xp/AXmdTGEirLdMctpKV+fYpW2GxxoqfoR1l2zptBM=; b=mrSOPmh7bwal3qMtAZhj+D/M/rJMdZPP/7fUQo9XTVwWDHYADP4018yGtdNekbw+mr1uwl 4eWjjyNVzXg/gCfWk0YhgRG8VrdAIJ67+fiWhHKXgcsAvWALOYblC5zn1S0i4slcqtFHul 0nj4sasY06S+3k3taLr8HUCx2KpVvys= Received: from m ( [61.174.159.83]) by mail.z572.online (OpenSMTPD) with ESMTPSA id 5959a634 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sat, 10 May 2025 04:14:08 +0000 (UTC) From: Z572 To: Divya Ranjan via Guix-patches via Subject: Re: [bug#78339] [PATCH] gnu: ijg-libjpeg: Update to 9f. In-Reply-To: (Divya Ranjan via Guix-patches via's message of "Fri, 9 May 2025 22:32:39 +0000") References: User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Sat, 10 May 2025 12:06:57 +0800 Message-ID: <87o6w1hzxa.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Divya Ranjan via Guix-patches via writes: > * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. > > Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 > --- > gnu/packages/image.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions( [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-accredit.habeas.com] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 78339-done Cc: 78339-done@debbugs.gnu.org, Divya Ranjan 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.5 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Divya Ranjan via Guix-patches via writes: > * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. > > Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 > --- > gnu/packages/image.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions( [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Divya Ranjan via Guix-patches via writes: > * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. > > Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 > --- > gnu/packages/image.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm > index 3a894a0d9a..170a1505f3 100644 > --- a/gnu/packages/image.scm > +++ b/gnu/packages/image.scm > @@ -537,13 +537,13 @@ (define-public pngquant > (define-public ijg-libjpeg > (package > (name "libjpeg") > - (version "9d") > + (version "9f") > (source (origin > (method url-fetch) > (uri (string-append "https://www.ijg.org/files/jpegsrc.v" > version ".tar.gz")) > (sha256 (base32 > - "0spshb0126m70xpgkqwxic8rw1z6ywlrv2kfx3h37ibczfnac0r3")))) > + "0nsn6bwc31clb2j435kff0a4k0xzsyiznwgvg6m9qimj1h8mqw04")))) > (build-system gnu-build-system) > (synopsis "Library for handling JPEG files") > (description > > base-commit: f3f64aa4b8ba7c61c2ced63e6e348c78a5b4170e pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmge0OEACgkQO1qpk+Gi 3/AC9RAAjy5Kzi0ES+sM+3UUFOD364zp9Cb+vsivn303XHxt2bz2VABMjfJI+Rd7 lQW8+UviT11SQz5fpIFWk9FxTSHvm/WBnKB7VCTaaS36+RA3rd25KyDGvQ30fBCJ aTKfRCYL6nUrx8ofTJl7LaolzyFYGBVuPBwFAQPVNmvzDEEwEU8oGtVbAdhxPjMc sv4eAUun/1jeRgSdd1RZ2glqqL1pBzhIbMstTGox9ebzNBXEHExPTbtNamhDNGHa vpXvEVScM+XtFuuFFF1CIt/RYKcJ7sUdty43NPtOPMae/zZZuJ+Py8eAr1jNBxpS 4cFh5n5MyblrG7PG9SmqVIN5+zLZKo4fiO6Z8ubVZq2S2mVRFd6supjGAEyAUOHa UN1JdghYY81LtlYdz366rghFo8xu8/YG05j4kBNV9EASoi7J5wcsOjLEo9YAMCGa zJjWbiTnoq0FI61CMx++jAkKRNOAyHZbVYStXWyl5XhCthD68RbE83+LphLGQYNq XNWjZ5KQJ9ijJ5NFPyP0AP0vNVKqYHmn9+i3tDpjUOxlhdKBYNvcstnU44t66QY3 y50fEPk9I/GIUeUtNpNmt44PKo4ROxuSHzA73roHws3eVau3ycR88hqTya2V/5V5 IYyQkNsn1/dfw9M/dTCtUlSx6So2UJrMlAF00ZO3z6H1LCVMH24= =IG7B -----END PGP SIGNATURE----- --=-=-=-- ------------=_1746850084-10943-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 9 May 2025 22:33:25 +0000 Received: from localhost ([127.0.0.1]:41015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uDWHV-0000Pj-7x for submit@debbugs.gnu.org; Fri, 09 May 2025 18:33:25 -0400 Received: from lists.gnu.org ([2001:470:142::17]:43290) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uDWHS-0000PO-DF for submit@debbugs.gnu.org; Fri, 09 May 2025 18:33:23 -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 1uDWHL-00084d-94 for guix-patches@gnu.org; Fri, 09 May 2025 18:33:15 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uDWHI-00055k-Or for guix-patches@gnu.org; Fri, 09 May 2025 18:33:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=subvertising.org; s=stigmate; t=1746829980; bh=+vDR3sAcp2PsDOWUJe3TFURf+2i3DEzcwQe3uraIr3Y=; h=From:To:Cc:Subject:Date:From; b=dP2zRFuFeGfsZ4pYd+ux03boFaG96Mozpcuf5Pjk5oB3M/UHBy443R8nO0snRAji5 l7TDeApIRxhAmRpeKLEDX1jN8bfh8/URLNaKWipyIcWp3padUhb8r7KUqgu0erd4Ao h6Ru+1nOW0kojM7PoIYvX/MStqIAgMHgMUGM+7oM= Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4ZvP0D2jqszGpBM; Fri, 9 May 2025 22:33:00 +0000 (UTC) Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: divya@subvertising.org) by localhost (Postfix) with ESMTPSA id 4ZvP0C4F0XzGpBK; Fri, 9 May 2025 22:32:59 +0000 (UTC) From: Divya Ranjan To: guix-patches@gnu.org Subject: [PATCH] gnu: ijg-libjpeg: Update to 9f. Date: Fri, 9 May 2025 22:32:39 +0000 Message-ID: X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:888:2000:56::19; envelope-from=divya@subvertising.org; helo=latitanza.investici.org 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit Cc: Divya Ranjan 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.1 (/) * gnu/packages/image.scm (ijg-libjpeg): Update to 9f. Change-Id: I2318733787dcc3d5b607db107418584a5e8b0709 --- gnu/packages/image.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/image.scm b/gnu/packages/image.scm index 3a894a0d9a..170a1505f3 100644 --- a/gnu/packages/image.scm +++ b/gnu/packages/image.scm @@ -537,13 +537,13 @@ (define-public pngquant (define-public ijg-libjpeg (package (name "libjpeg") - (version "9d") + (version "9f") (source (origin (method url-fetch) (uri (string-append "https://www.ijg.org/files/jpegsrc.v" version ".tar.gz")) (sha256 (base32 - "0spshb0126m70xpgkqwxic8rw1z6ywlrv2kfx3h37ibczfnac0r3")))) + "0nsn6bwc31clb2j435kff0a4k0xzsyiznwgvg6m9qimj1h8mqw04")))) (build-system gnu-build-system) (synopsis "Library for handling JPEG files") (description base-commit: f3f64aa4b8ba7c61c2ced63e6e348c78a5b4170e -- 2.49.0 ------------=_1746850084-10943-1--