Compare commits
No commits in common. "c9s" and "c8s" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,6 +1,2 @@
|
||||
/libfastjson-0.99.4.tar.gz
|
||||
/libfastjson-0.99.5.tar.gz
|
||||
/libfastjson-0.99.6.tar.gz
|
||||
/libfastjson-0.99.7.tar.gz
|
||||
/libfastjson-0.99.8.tar.gz
|
||||
SOURCES/libfastjson-0.99.9.tar.gz
|
||||
/libfastjson-0.99.9.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
- rhel-8
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
||||
|
@ -1,14 +1,12 @@
|
||||
Name: libfastjson
|
||||
Version: 0.99.9
|
||||
Release: 5%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A JSON implementation in C
|
||||
License: MIT
|
||||
URL: https://github.com/rsyslog/libfastjson
|
||||
Source0: http://download.rsyslog.com/libfastjson/libfastjson-%{version}.tar.gz
|
||||
|
||||
BuildRequires: autoconf automake libtool
|
||||
BuildRequires: make
|
||||
|
||||
Patch0: libfastjson-CVE-2020-12762.patch
|
||||
|
||||
%description
|
||||
@ -20,6 +18,7 @@ C representation of JSON objects.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for libfastjson
|
||||
Group: Development/Libraries
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
@ -48,7 +47,9 @@ find %{buildroot} -name '*.la' -delete -print
|
||||
%check
|
||||
make V=1 check
|
||||
|
||||
%ldconfig_scriptlets
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
@ -62,42 +63,13 @@ make V=1 check
|
||||
%{_libdir}/pkgconfig/libfastjson.pc
|
||||
|
||||
%changelog
|
||||
* Wed Aug 02 2023 Attila Lakatos <alakatos@redhat.com> - 0.99.9-5
|
||||
- Rebuild
|
||||
Resolves: rhbz#2227786
|
||||
|
||||
* Tue May 16 2023 Attila Lakatos <alakatos@redhat.com> - 0.99.9-4
|
||||
* Tue May 16 2023 Attila Lakatos <alakatos@redhat.com> - 0.99.9-2
|
||||
- Address CVE-2020-12762
|
||||
Resolves: rhbz#2203172
|
||||
Resolves: rhbz#2203171
|
||||
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.99.9-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.99.9-2
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Mon Mar 08 2021 Attila Lakatos <alakatos@redhat.com> - 0.99.9-1
|
||||
* Thu Apr 22 2021 Attila Lakatos <alakatos@redhat.com> - 0.99.9-1
|
||||
- rebase to v0.99.9
|
||||
Resolves: rhbz#1920145
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
Resolves: rhbz#1936807
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.99.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user