]> git.pld-linux.org Git - packages/jq.git/commitdiff
up to 1.7.1 (fixes CVE-2023-50246 CVE-2023-50268) master auto/th/jq-1.7.1-1
authorJan Palus <atler@pld-linux.org>
Wed, 13 Dec 2023 22:28:52 +0000 (23:28 +0100)
committerJan Palus <atler@pld-linux.org>
Wed, 13 Dec 2023 22:28:52 +0000 (23:28 +0100)
jq.spec
static.patch

diff --git a/jq.spec b/jq.spec
index 806be114d3e235432b09520f8a48793497b10bdd..0815d663fccb6da5350b36813b7e6f74531315ec 100644 (file)
--- a/jq.spec
+++ b/jq.spec
 Summary:       Command-line JSON processor
 Summary(pl.UTF-8):     Procesor JSON działający z linii poleceń
 Name:          jq
-Version:       1.7
+Version:       1.7.1
 Release:       1
 License:       MIT, Apache, CC-BY, GPL v3
 Group:         Applications/Text
 #Source0Download: https://github.com/jqlang/jq/releases
 Source0:       https://github.com/jqlang/jq/releases/download/%{name}-%{version}/jq-%{version}.tar.gz
-# Source0-md5: 4662fd45f0b5622382fc85c1249739d5
+# Source0-md5: 974a340105ecb43add8c55601525f9fc
 Patch0:                static.patch
 Patch1:                tests-no-pty.patch
 URL:           https://jqlang.github.io/jq/
index 7c9386219d96ec05e54667078ee020ce765343d3..814009bca11fccfb743c9dfcca839fabcde2743f 100644 (file)
@@ -8,4 +8,4 @@
 +jq_LDFLAGS =
  jq_LDADD = libjq.la -lm
  
- if WIN32
+ if ENABLE_ALL_STATIC
This page took 0.247462 seconds and 4 git commands to generate.