Compare commits
No commits in common. "c8s" and "c9-beta" have entirely different histories.
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
.build*.log
|
SOURCES/2.1.0.tar.gz
|
||||||
*.rpm
|
|
||||||
i386
|
|
||||||
x86_64
|
|
||||||
*.tar.gz
|
|
||||||
|
1
.yajl.metadata
Normal file
1
.yajl.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
29ce2b9695ae93e1b0b349a22cea8067f25a9025 SOURCES/2.1.0.tar.gz
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: yajl
|
Name: yajl
|
||||||
Version: 2.1.0
|
Version: 2.1.0
|
||||||
Release: 13%{?dist}
|
Release: 25%{?dist}
|
||||||
Summary: Yet Another JSON Library (YAJL)
|
Summary: Yet Another JSON Library (YAJL)
|
||||||
|
|
||||||
License: ISC
|
License: ISC
|
||||||
@ -18,7 +18,7 @@ URL: http://lloyd.github.com/yajl/
|
|||||||
#
|
#
|
||||||
# https://github.com/lloyd/yajl/releases/tag/2.1.0
|
# https://github.com/lloyd/yajl/releases/tag/2.1.0
|
||||||
#
|
#
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: https://github.com/lloyd/yajl/archive/refs/tags/%{version}.tar.gz
|
||||||
Patch1: %{name}-%{version}-pkgconfig-location.patch
|
Patch1: %{name}-%{version}-pkgconfig-location.patch
|
||||||
Patch2: %{name}-%{version}-pkgconfig-includedir.patch
|
Patch2: %{name}-%{version}-pkgconfig-includedir.patch
|
||||||
Patch3: %{name}-%{version}-test-location.patch
|
Patch3: %{name}-%{version}-test-location.patch
|
||||||
@ -28,7 +28,8 @@ Patch6: https://github.com/openEuler-BaseService/yajl/commit/3d65cb0c6db4d433e5e
|
|||||||
Patch7: https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698.patch
|
Patch7: https://github.com/openEuler-BaseService/yajl/commit/23a122eddaa28165a6c219000adcc31ff9a8a698.patch
|
||||||
Patch8: yajl-2.1.0-CVE-2022-24795.patch
|
Patch8: yajl-2.1.0-CVE-2022-24795.patch
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: git-core
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -49,15 +50,7 @@ This sub-package provides the libraries and includes
|
|||||||
necessary for developing against the YAJL library
|
necessary for developing against the YAJL library
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -Sgit
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p1
|
|
||||||
%patch3 -p1
|
|
||||||
%patch4 -p1
|
|
||||||
%patch5 -p1
|
|
||||||
%patch6 -p1
|
|
||||||
%patch7 -p1
|
|
||||||
%patch8 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# NB, we are not using upstream's 'configure'/'make'
|
# NB, we are not using upstream's 'configure'/'make'
|
||||||
@ -102,17 +95,58 @@ cd test
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 05 2024 Jindrich Novy <jnovy@redhat.com> - 2.1.0-13
|
* Thu Feb 13 2025 Jindrich Novy <jnovy@redhat.com> - 2.1.0-25
|
||||||
- fix CVE-2022-24795
|
- Add missing BuildRequires
|
||||||
- Related: RHEL-18753
|
- Related: RHEL-60277
|
||||||
|
|
||||||
* Wed Jul 12 2023 Jindrich Novy <jnovy@redhat.com> - 2.1.0-12
|
* Tue Feb 11 2025 Jindrich Novy <jnovy@redhat.com> - 2.1.0-24
|
||||||
|
- spec file fixes
|
||||||
|
- Related: RHEL-60277
|
||||||
|
|
||||||
|
* Fri Jan 05 2024 Jindrich Novy <jnovy@redhat.com> - 2.1.0-23
|
||||||
|
- fix CVE-2022-24795
|
||||||
|
- Related: Jira:RHEL-2112
|
||||||
|
|
||||||
|
* Wed Jul 12 2023 Jindrich Novy <jnovy@redhat.com> - 2.1.0-22
|
||||||
- fix CVE-2023-33460
|
- fix CVE-2023-33460
|
||||||
- Resolves: #2221252
|
- Resolves: #2221253
|
||||||
|
|
||||||
* Wed Apr 27 2022 Jindrich Novy <jnovy@redhat.com> - 2.1.0-11
|
* Tue Apr 26 2022 Jindrich Novy <jnovy@redhat.com> - 2.1.0-21
|
||||||
- fix CVE-2022-24795
|
- fix CVE-2022-24795
|
||||||
- Related: #2061390
|
- Related: #2061316
|
||||||
|
|
||||||
|
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 2.1.0-20
|
||||||
|
- perform only sanity/installability tests for now
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 2.1.0-19
|
||||||
|
- add gating.yaml
|
||||||
|
- Related: #2000051
|
||||||
|
|
||||||
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.0-18
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.1.0-17
|
||||||
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||||
|
|
||||||
|
* Thu Jan 28 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-10
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-10
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
@ -1,6 +0,0 @@
|
|||||||
# recipients: jnovy, lsm5, santiago
|
|
||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-8
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules: []
|
|
@ -1,13 +0,0 @@
|
|||||||
Only in lloyd-yajl-fee1ebe.new/src: CMakeLists.txt~
|
|
||||||
diff -rup lloyd-yajl-fee1ebe.orig/src/yajl.pc.cmake lloyd-yajl-fee1ebe.new/src/yajl.pc.cmake
|
|
||||||
--- lloyd-yajl-fee1ebe.orig/src/yajl.pc.cmake 2011-12-20 00:23:22.000000000 +0000
|
|
||||||
+++ lloyd-yajl-fee1ebe.new/src/yajl.pc.cmake 2012-08-06 14:05:49.639854538 +0100
|
|
||||||
@@ -1,6 +1,6 @@
|
|
||||||
prefix=${CMAKE_INSTALL_PREFIX}
|
|
||||||
libdir=${dollar}{prefix}/lib${LIB_SUFFIX}
|
|
||||||
-includedir=${dollar}{prefix}/include/yajl
|
|
||||||
+includedir=${dollar}{prefix}/include
|
|
||||||
|
|
||||||
Name: Yet Another JSON Library
|
|
||||||
Description: A Portable JSON parsing and serialization library in ANSI C
|
|
||||||
Only in lloyd-yajl-fee1ebe.new/src: yajl.pc.cmake~
|
|
@ -1,29 +0,0 @@
|
|||||||
diff -rup lloyd-yajl-fee1ebe.orig/src/CMakeLists.txt lloyd-yajl-fee1ebe.new/src/CMakeLists.txt
|
|
||||||
--- lloyd-yajl-fee1ebe.orig/src/CMakeLists.txt 2011-12-20 00:23:22.000000000 +0000
|
|
||||||
+++ lloyd-yajl-fee1ebe.new/src/CMakeLists.txt 2012-08-06 13:59:02.222065755 +0100
|
|
||||||
@@ -30,7 +30,7 @@ ADD_DEFINITIONS(-DYAJL_BUILD)
|
|
||||||
# set up some paths
|
|
||||||
SET (libDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib)
|
|
||||||
SET (incDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/include/yajl)
|
|
||||||
-SET (shareDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/share/pkgconfig)
|
|
||||||
+SET (pkgconfigDir ${CMAKE_CURRENT_BINARY_DIR}/../${YAJL_DIST_NAME}/lib/pkgconfig)
|
|
||||||
|
|
||||||
# set the output path for libraries
|
|
||||||
SET(LIBRARY_OUTPUT_PATH ${libDir})
|
|
||||||
@@ -61,7 +61,7 @@ FILE(MAKE_DIRECTORY ${incDir})
|
|
||||||
# generate build-time source
|
|
||||||
SET(dollar $)
|
|
||||||
CONFIGURE_FILE(api/yajl_version.h.cmake ${incDir}/yajl_version.h)
|
|
||||||
-CONFIGURE_FILE(yajl.pc.cmake ${shareDir}/yajl.pc)
|
|
||||||
+CONFIGURE_FILE(yajl.pc.cmake ${pkgconfigDir}/yajl.pc)
|
|
||||||
|
|
||||||
# copy public headers to output directory
|
|
||||||
FOREACH (header ${PUB_HDRS})
|
|
||||||
@@ -82,5 +82,5 @@ IF(NOT WIN32)
|
|
||||||
INSTALL(TARGETS yajl_s ARCHIVE DESTINATION lib${LIB_SUFFIX})
|
|
||||||
INSTALL(FILES ${PUB_HDRS} DESTINATION include/yajl)
|
|
||||||
INSTALL(FILES ${incDir}/yajl_version.h DESTINATION include/yajl)
|
|
||||||
- INSTALL(FILES ${shareDir}/yajl.pc DESTINATION share/pkgconfig)
|
|
||||||
+ INSTALL(FILES ${pkgconfigDir}/yajl.pc DESTINATION lib${LIB_SUFFIX}/pkgconfig)
|
|
||||||
ENDIF()
|
|
||||||
Only in lloyd-yajl-fee1ebe.new/src: CMakeLists.txt~
|
|
Loading…
Reference in New Issue
Block a user