redis: Version upgrade to v7.0.13
This commit also fix CVE-2023-41053 Change-Id: Ic6fd5c9013f52ba243094b99cb525513fed08e68 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/21833 Tested-by: gerrit-photon <photon-checkins@vmware.com> Reviewed-by: Shreenidhi Shedi <sshedi@vmware.com>
This commit is contained in:
parent
9b5e6d9130
commit
aacb3d75f3
|
@ -5,7 +5,7 @@
|
|||
Summary: EdgeX Foundry Go Services
|
||||
Name: edgex
|
||||
Version: 2.2.0
|
||||
Release: 8%{?dist}
|
||||
Release: 9%{?dist}
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/edgexfoundry/edgex-go
|
||||
Group: Applications/System
|
||||
|
@ -102,6 +102,8 @@ sed -i "s/SIGINT/SIGKILL/" %{buildroot}%{_unitdir}/%{name}-core-data.service
|
|||
%{_var}/log/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2023 Nitesh Kumar <kunitesh@vmware.com> 2.2.0-9
|
||||
- Bump up version to consume redis v7.0.13
|
||||
* Mon Jul 17 2023 Piyush Gupta <gpiyush@vmware.com> 2.2.0-8
|
||||
- Bump up version to compile with new go
|
||||
* Thu Jul 13 2023 Nitesh Kumar <kunitesh@vmware.com> 2.2.0-7
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
Summary: Minimalistic C client library for Redis
|
||||
Name: hiredis
|
||||
Version: 1.1.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: BSD-3-Clause
|
||||
Group: Productivity/Databases/Clients
|
||||
Vendor: VMware, Inc.
|
||||
Distribution: Photon
|
||||
URL: https://github.com/redis/hiredis
|
||||
|
||||
Source0: https://github.com/redis/hiredis/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/redis/hiredis/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
%define sha512 %{name}=9dad012c144ed24de6aa413a3a10d19a9d0d9ece18dbc388406cd86c5b98cb66c76c586cb559c601ed13a75051d8921dc2882534cc3605513fde47d57276c3bb
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: redis
|
||||
BuildRequires: make
|
||||
BuildRequires: redis
|
||||
|
||||
%description
|
||||
Hiredis is a minimalistic C client library for the Redis database.
|
||||
|
@ -55,6 +55,8 @@ make check %{?_smp_mflags}
|
|||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2023 Nitesh Kumar <kunitesh@vmware.com> 1.1.0-2
|
||||
- Bump up version to consume redis v7.0.13
|
||||
* Tue Dec 13 2022 Gerrit Photon <photon-checkins@vmware.com> 1.1.0-1
|
||||
- Automatic Version Bump
|
||||
* Wed Jul 27 2022 Shreenidhi Shedi <sshedi@vmware.com> 1.0.2-2
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: advanced key-value store
|
||||
Name: redis
|
||||
Version: 7.0.12
|
||||
Release: 2%{?dist}
|
||||
Version: 7.0.13
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
URL: http://redis.io
|
||||
Group: Applications/Databases
|
||||
|
@ -9,7 +9,7 @@ Vendor: VMware, Inc.
|
|||
Distribution: Photon
|
||||
|
||||
Source0: https://github.com/redis/redis/archive/refs/tags/%{name}-%{version}.tar.gz
|
||||
%define sha512 %{name}=8cbb4dda73313c571fe643d893bbea4bdcf4cc1ac643fdf7cf7563fadfb28ca4e553120df03277d8429ae3f97a2c7b57db0548ad7c7ce1af380fe8234938471a
|
||||
%define sha512 %{name}=d97306c79f141bd4d36661367deb5c57125231d8d60c40a60f0df468374c8c964fa9a4135e4c5365e47b9e34697840f8e7a11ba79723ee0887f0142812a1ce5a
|
||||
|
||||
Source1: %{name}.sysusers
|
||||
|
||||
|
@ -90,6 +90,8 @@ make check %{?_smp_mflags}
|
|||
%{_sysusersdir}/%{name}.sysusers
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2023 Nitesh Kumar <kunitesh@vmware.com> 7.0.13-1
|
||||
- Upgrade to v7.0.13 to fix CVE-2023-41053
|
||||
* Tue Aug 08 2023 Mukul Sikka <msikka@vmware.com> 7.0.12-2
|
||||
- Resolving systemd-rpm-macros for group creation
|
||||
* Thu Jul 13 2023 Nitesh Kumar <kunitesh@vmware.com> 7.0.12-1
|
||||
|
|
Loading…
Reference in New Issue