public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/jq] rawhide: update to 1.8.2 fixes rhbz#2458354 rhbz#2477179 rhbz#2477180 rhbz#2477235 rhbz#2477236 rhbz#2477522 rhbz#2477523
@ 2026-06-30 21:52 Filipe Rosset
  0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-06-30 21:52 UTC (permalink / raw)
  To: git-commits

            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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-30 21:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-30 21:52 [rpms/jq] rawhide: update to 1.8.2 fixes rhbz#2458354 rhbz#2477179 rhbz#2477180 rhbz#2477235 rhbz#2477236 rhbz#2477522 rhbz#2477523 Filipe Rosset

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox