Accepting request 241687 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/241687 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjansson?expand=0&rev=6
This commit is contained in:
commit
0582dff891
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f2ebf63580c73cc115634861b5da1c919499dde37d2e73b16e28b0c8ddc3921
|
||||
size 397756
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAk+RrTsACgkQN4ICptTjmzZ3aACeOy7mJWTHXFJ33s6q/1EAhxWr
|
||||
2xAAnRWX1U6uD9+D3QOk3hOf5d/zpXmh
|
||||
=AqbY
|
||||
-----END PGP SIGNATURE-----
|
3
jansson-2.6.tar.bz2
Normal file
3
jansson-2.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d2cc63ee7f6dcda6c9a8f0b558f94b8f25f048706b7cbd6a79d3e877b738cd4d
|
||||
size 319429
|
7
jansson-2.6.tar.bz2.asc
Normal file
7
jansson-2.6.tar.bz2.asc
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.11 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlL6cYAACgkQN4ICptTjmzYEYgCgp1aKUXcOjgYheLdCKlfpHBfJ
|
||||
hGEAoKx9Tp5nEvXez2TTPS86bw62GwBR
|
||||
=Iq98
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 20 10:50:34 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.6
|
||||
* Fixed CVE-2013-6401: avoid bad performance in large JSON objects
|
||||
* The json_pack et al functions recognize the specifiers "s#", "+"
|
||||
and "+#"
|
||||
* Add the "JSON_DECODE_INT_AS_REAL" flag
|
||||
* Add "json_array_foreach()" function
|
||||
* Add the "json_boolean()" macro that returns the JSON true or
|
||||
false value based on its argument
|
||||
* Add "json_load_callback()" that calls a callback function
|
||||
repeatedly to read the JSON input.
|
||||
* Add JSON_ESCAPE_SLASH encoding flag to escape all occurences of
|
||||
'/' with '\/'.
|
||||
- Drop defunct gpg-offline and use local source_validator instead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 19:42:17 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libjansson
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,14 +21,15 @@ Name: libjansson
|
||||
Summary: C library for encoding, decoding and manipulating JSON data
|
||||
License: MIT
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 2.3.1
|
||||
Version: 2.6
|
||||
Release: 0
|
||||
Url: http://digip.org/jansson/
|
||||
Source: jansson-%version.tar.gz
|
||||
Source2: jansson-%version.tar.gz.asc
|
||||
|
||||
#Git-Clone: git://github.com/akheron/jansson
|
||||
Source: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2
|
||||
Source2: http://www.digip.org/jansson/releases/jansson-%version.tar.bz2.asc
|
||||
Source3: %name.keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gpg-offline
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
%description
|
||||
@ -68,7 +69,6 @@ It features:
|
||||
* Extensive test suite
|
||||
|
||||
%prep
|
||||
%gpg_verify %{S:2}
|
||||
%setup -q -n jansson-%{version}
|
||||
|
||||
%build
|
||||
@ -76,7 +76,7 @@ It features:
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la;
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user