public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <filiperosset@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/jq] rawhide: update to 1.8.2 fixes rhbz#2458354 rhbz#2477179 rhbz#2477180 rhbz#2477235 rhbz#2477236 rhbz#2477522 rhbz#2477523
Date: Tue, 30 Jun 2026 21:52:08 GMT [thread overview]
Message-ID: <178285632842.1.12716402507391893854.rpms-jq-8857d4f40065@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/jq
Branch : rawhide
Commit : 8857d4f400653b011993df4d30e63d4691383b8e
Author : Filipe Rosset <filiperosset@fedoraproject.org>
Date : 2026-06-20T18:40:47-03:00
Stats : +7/-17 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/jq/c/8857d4f400653b011993df4d30e63d4691383b8e?branch=rawhide
Log:
update to 1.8.2 fixes rhbz#2458354 rhbz#2477179 rhbz#2477180 rhbz#2477235 rhbz#2477236 rhbz#2477522 rhbz#2477523
Signed-off-by: Filipe Rosset <filiperosset@fedoraproject.org>
---
diff --git a/.gitignore b/.gitignore
index 31d26ad..dedb26c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
/jq-1.7.tar.gz
/jq-1.7.1.tar.gz
/jq-1.8.1.tar.gz
+/jq-1.8.2.tar.gz
diff --git a/jq.spec b/jq.spec
index b087ee5..a0ea2d7 100644
--- a/jq.spec
+++ b/jq.spec
@@ -1,7 +1,7 @@
%bcond check 1
Name: jq
-Version: 1.8.1
+Version: 1.8.2
Release: %autorelease
Summary: Command-line JSON processor
@@ -20,20 +20,7 @@ BuildRequires: valgrind
BuildRequires: make
BuildRequires: tzdata
-# Fix <skipped: too deep> error
-# https://github.com/jqlang/jq/issues/3413
-# Somewhat of a precursor to fix for CVE-2026-33947
-Patch: skipped_too_deep.patch
-# https://github.com/jqlang/jq/security/advisories/GHSA-q3h9-m34w-h76f
-Patch: CVE-2026-32316.patch
-# https://github.com/jqlang/jq/security/advisories/GHSA-6gc3-3g9p-xx28
-Patch: CVE-2026-39956.patch
-# https://github.com/jqlang/jq/security/advisories/GHSA-2hhh-px8h-355p
-Patch: CVE-2026-39979.patch
-# https://github.com/jqlang/jq/security/advisories/GHSA-wwj8-gxm6-jc29
-Patch: CVE-2026-40164.patch
-# https://github.com/jqlang/jq/security/advisories/GHSA-6gc3-3g9p-xx28
-Patch: CVE-2026-33947.patch
+
%description
lightweight and flexible command-line JSON processor
@@ -81,6 +68,8 @@ Development files for %{name}
%install
%make_install
+find %{buildroot} -name '*.la' -delete
+rm -f %{buildroot}%{_docdir}/%{name}/COPYING
%if %{with check}
%check
@@ -92,7 +81,7 @@ make check
%files
%license COPYING
-%doc AUTHORS COPYING NEWS.md README.md
+%doc AUTHORS NEWS.md README.md
%{_bindir}/%{name}
%{_libdir}/libjq.so.*
%{_datadir}/man/man1/jq.1.gz
diff --git a/sources b/sources
index d08a61d..c5abdea 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (jq-1.8.1.tar.gz) = b09d48dbeaac7b552397b75692ed7833afa72186de80d977fb1b887a14ac66c02f677acdd79f9a2736db1fd738b7ce57a39725e34846bfa21ed3728cd7adc187
+SHA512 (jq-1.8.2.tar.gz) = d4058940cff1cd9946d7f2a9057316bf05915679385386685d140b7a82d870d43ae5b5b4d0a5560c864cf0ef2cc59d7b6ed3afb46b3aea0f4d35329678b2c328
reply other threads:[~2026-06-30 21:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178285632842.1.12716402507391893854.rpms-jq-8857d4f40065@fedoraproject.org \
--to=filiperosset@fedoraproject.org \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox