Dominique Leuenberger
ee4c6fd73e
Accepting request 724965 from utilities
...
- Make jq depend on libjq1, so upgrading jq upgrades both
See: https://github.com/stedolan/jq/issues/1904
OBS-URL: https://build.opensuse.org/request/show/724965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=10
2019-08-24 16:42:09 +00:00
Michael Vetter
719bc14653
- Make jq depend on libjq1, so upgrading jq upgrades both
...
See: https://github.com/stedolan/jq/issues/1904
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=22
2019-08-21 08:24:12 +00:00
Michael Vetter
08f5a54465
Accepting request 713473 from home:mook_work:branches:utilities
...
Make jq depend on libjq1, so upgrading jq upgrades both
See https://github.com/stedolan/jq/issues/1904 for an instance of this
causing issues where manually installing jq 1.6 from obs://utilities on
a Leap 15.1 system with existing jq breaks the install.
I'm not used to the OBS flow yet, please let me know if you'd like any
changes.
OBS-URL: https://build.opensuse.org/request/show/713473
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=21
2019-07-09 10:52:18 +00:00
Dominique Leuenberger
d11344d057
Accepting request 646178 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/646178
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=9
2018-11-12 08:48:36 +00:00
Ismail Dönmez
f604510b4e
Accepting request 646096 from home:avindra:branches:utilities
...
- Update to version 1.6
* Destructuring Alternation
* many new builtins (see docs)
* Add support for ASAN and UBSAN
* Make it easier to use jq with shebangs
* Add $ENV builtin variable to access environment
* Add JQ_COLORS env var for configuring the output colors
* change: Calling jq without a program argument now always assumes
"." for the program, regardless of stdin/stdout
* fix: Make sorting stable regardless of qsort.
- cleanup with spec-cleaner
- drop CVE-2015-8863.patch (upstreamed in 8eb1367ca44e772963e704a700ef72ae2e12babd)
- drop CVE-2016-4074.patch (upstreamed in fd4ae8304e23007672af9a37855c7a76de7c78cf)
OBS-URL: https://build.opensuse.org/request/show/646096
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=19
2018-11-03 08:58:11 +00:00
Dominique Leuenberger
1664532748
Accepting request 454381 from utilities
...
- Add CVE-2016-4074.patch to prevent a stack exhaustion
CVE-2016-4074 bsc#1014176
OBS-URL: https://build.opensuse.org/request/show/454381
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=8
2017-02-06 13:35:44 +00:00
Ismail Dönmez
5a15dfb3c6
- Add CVE-2016-4074.patch to prevent a stack exhaustion
...
CVE-2016-4074 bsc#1014176
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=17
2017-02-03 09:28:44 +00:00
Dominique Leuenberger
e8f43e3188
Accepting request 448554 from utilities
...
1
OBS-URL: https://build.opensuse.org/request/show/448554
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=7
2017-01-09 09:32:31 +00:00
Robert Munteanu
19c14242f5
Accepting request 448457 from home:pluskalm:branches:utilities
...
- Update tests dependencies to increase test coverage (bsc#1017157)
* valgrind based tests were skipped
- Do not run tests in qemu builds, valgrind does not work reliably
in such conditions
OBS-URL: https://build.opensuse.org/request/show/448457
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=15
2017-01-02 23:10:44 +00:00
Dominique Leuenberger
874d078313
Accepting request 409095 from utilities
...
1
OBS-URL: https://build.opensuse.org/request/show/409095
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=6
2016-07-20 07:18:05 +00:00
Ismail Dönmez
b43d7b532e
Accepting request 409046 from home:pluskalm:branches:utilities
...
- Make building more verbose
- Run tests
OBS-URL: https://build.opensuse.org/request/show/409046
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=13
2016-07-16 18:11:18 +00:00
Dominique Leuenberger
2c09f8e357
Accepting request 391548 from utilities
...
- Add CVE-2015-8863.patch to fix a heap overflow bsc#976992
OBS-URL: https://build.opensuse.org/request/show/391548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=5
2016-04-30 21:29:38 +00:00
Ismail Dönmez
b2887af2dc
- Add CVE-2015-8863.patch to fix a heap overflow bsc#976992
...
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=11
2016-04-25 11:52:50 +00:00
Stephan Kulow
4da10d4e52
Accepting request 324777 from utilities
...
1
OBS-URL: https://build.opensuse.org/request/show/324777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=4
2015-08-23 13:43:54 +00:00
Ismail Dönmez
b819dc73ca
Accepting request 324294 from home:namtrac:branches:utilities
...
- Update to version 1.5
* Regexp support
* A proper module system
* Destructuring syntax
* Math functions
* An online streaming parser
* Minimal I/O builtins (inputs, debug)
* try/catch for catching and handling errors
* Tail call optimization
* Datetime functions
* Performance enhancements
- Add oniguruma-devel BuildRequires for regexp support
OBS-URL: https://build.opensuse.org/request/show/324294
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=9
2015-08-21 08:59:18 +00:00
Stephan Kulow
8da311ac1c
Accepting request 238860 from utilities
...
- Don't package static libs
- Fix rpath on the main binary
- Updated to 1.4
+ New command line arguments
* jq --arg-file variable file
* jq --unbuffered
* jq -e / --exit-status (set exit status based on outputs)
* jq -S / --sort-keys (now jq no longer sorts object keys by
default
+ Syntax changes
* .. -> like // in XPath (recursive traversal)
* question mark (e.g., .a?) to suppress errors
* ."foo" syntax (equivalent to .["foo"])
* better error handling for .foo
* added % operator (modulo)
* allow negation without requiring extra parenthesis
* more function arguments (up to six)
+ New filters
* any, all
* iterables, arrays, objects, scalars, nulls, booleans,
numbers, strings, values
+ New string built-ins
* split
* join (join an array of strings with a given separator string)
* ltrimstr, rtrimstr
* startswith, endswith
* explode, implode
* fromjson, tojson
* index, rindex, indices
OBS-URL: https://build.opensuse.org/request/show/238860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=2
2014-06-30 19:45:23 +00:00
Ismail Dönmez
0ddfe36c96
- Don't package static libs
...
- Fix rpath on the main binary
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=7
2014-06-27 11:08:04 +00:00
Ismail Dönmez
789c6056ce
Add some changelog
...
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=6
2014-06-24 11:37:07 +00:00
Robert Munteanu
eb1c8d9f45
Accepting request 237443 from home:prusnak:branches:utilities
...
- updated to 1.4
OBS-URL: https://build.opensuse.org/request/show/237443
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=5
2014-06-15 21:14:53 +00:00
Stephan Kulow
72336de9c1
Accepting request 204293 from utilities
...
New package, see http://lists.opensuse.org/opensuse-factory/2013-10/msg00019.html
OBS-URL: https://build.opensuse.org/request/show/204293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jq?expand=0&rev=1
2013-11-21 14:25:30 +00:00
Robert Munteanu
8003333a9d
Accepting request 203654 from home:dec16180:ldig:branches:utilities
...
license update: MIT and CC-BY-3.0
documentation is licensed under CC-BY-3.0
OBS-URL: https://build.opensuse.org/request/show/203654
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=3
2013-10-17 19:34:50 +00:00
Robert Munteanu
c214abe8c6
Removed _service file and added the tar.gz archive
...
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=2
2013-10-02 08:48:36 +00:00
Ismail Dönmez
66994c041e
Accepting request 201621 from home:robert_munteanu
...
OBS-URL: https://build.opensuse.org/request/show/201621
OBS-URL: https://build.opensuse.org/package/show/utilities/jq?expand=0&rev=1
2013-10-01 17:06:13 +00:00