cups: Update to v2.4.7 to fix CVE-2023-4504

Change-Id: I66cb69e99d8e87086a342109124c03dc10baf1f6
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/22013
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Vamsi Krishna Brahmajosyula <vbrahmajosyula@vmware.com>
This commit is contained in:
Srish Srinivasan 2023-09-29 16:40:24 +00:00
parent 646be7fdcc
commit 2ae244c9ad
4 changed files with 14 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Summary: The Common UNIX Printing System
Name: cups
Version: 2.4.6
Release: 2%{?dist}
Version: 2.4.7
Release: 1%{?dist}
License: LGPLv2+
URL: https://openprinting.github.io/cups
Group: System Environment/Libraries
@ -9,7 +9,7 @@ Vendor: VMware, Inc.
Distribution: Photon
Source0: https://github.com/OpenPrinting/cups/releases/download/v%{version}/cups-%{version}.tar.gz
%define sha512 %{name}=390b1a1afca4b6a2cacc42caca26b72888dfb049c663ea3ea1f2f8662c0becaa198ee27bd6ac13c7938c1a3c103ca206fdf2337a130294a1bd3b00f000ddfc35
%define sha512 %{name}=27ca505a2868aa7bc248bac892aafe2a837633e73b6059d3ab4812264e3b0e786ef075751e8cc4300ce6bc43ef095e3d77dd3fce88ce8e72ca69b65093427bca
BuildRequires: automake
BuildRequires: dbus-devel
@ -92,6 +92,8 @@ rm -rf %{buildroot}/*
%{_libdir}/pkgconfig/cups.pc
%changelog
* Fri Sep 29 2023 Srish Srinivasan <ssrish@vmware.com> 2.4.7-1
- Update to v2.4.7 to fix CVE-2023-4504
* Fri Jul 28 2023 Srish Srinivasan <ssrish@vmware.com> 2.4.6-2
- Bump version as a part of krb5 upgrade
* Mon Jul 10 2023 Ashwin Dayanand Kamat <kashwindayan@vmware.com> 2.4.6-1

View File

@ -1,7 +1,7 @@
Summary: GUI library.
Name: gtk3
Version: 3.23.3
Release: 6%{?dist}
Release: 7%{?dist}
License: LGPLv2+
URL: http://www.gtk.org
Group: System Environment/Libraries
@ -160,6 +160,8 @@ rm -rf %{buildroot}/*
%{_sysconfdir}/gtk-3.0/
%changelog
* Fri Sep 29 2023 Srish Srinivasan <ssrish@vmware.com> 3.23.3-7
- Version bump as a part of cups upgrade
* Wed Jun 21 2023 Kuntal Nayak <nkuntal@vmware.com> 3.23.3-6
- Bump version as a part of libXi upgrade
* Wed Jun 14 2023 Shivani Agarwal <shivania2@vmware.com> 3.23.3-5

View File

@ -5,7 +5,7 @@
Summary: OpenJDK
Name: openjdk11
Version: 11.0.20
Release: 5%{?dist}
Release: 6%{?dist}
License: GNU General Public License V2
URL: https://github.com/openjdk/jdk11u
Group: Development/Tools
@ -246,6 +246,8 @@ rm -rf %{buildroot}/* %{_libdir}/jvm/OpenJDK-*
%{_libdir}/jvm/OpenJDK-%{jdk_major_version}/lib/src.zip
%changelog
* Fri Sep 29 2023 Srish Srinivasan <ssrish@vmware.com> 11.0.20-6
- Version bump as a part of cups upgrade
* Mon Sep 04 2023 Vamsi Krishna Brahmajosyula <vbrahmajosyula@vmware.com> 11.0.20-5
- Add provides java for jre subpackage
* Mon Aug 21 2023 Shreenidhi Shedi <sshedi@vmware.com> 11.0.20-4

View File

@ -5,7 +5,7 @@
Summary: OpenJDK
Name: openjdk17
Version: 17.0.8
Release: 1%{?dist}
Release: 2%{?dist}
License: GNU General Public License V2
URL: https://github.com/openjdk/jdk17u
Group: Development/Tools
@ -231,6 +231,8 @@ rm -rf %{buildroot}/* %{_libdir}/jvm/OpenJDK-*
%{_libdir}/jvm/OpenJDK-%{jdk_major_version}/lib/src.zip
%changelog
* Fri Sep 29 2023 Srish Srinivasan <ssrish@vmware.com> 17.0.8-2
- Version bump as a part of cups upgrade
* Wed Aug 23 2023 Shreenidhi Shedi <sshedi@vmware.com> 17.0.8-1
- Add jre subpackage
- Change alternatives accordingly