pcre2: update to latest version

Update pcre2 to the latest version to fix minor CVE,
and get the latest functionality.

Fix for CVE-2022-41409

Change-Id: I9b4b84aa5f4239095f35c473980f3dfeef9429e1
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/c/photon/+/21363
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Shreenidhi Shedi <sshedi@vmware.com>
This commit is contained in:
Brennan Lamoreaux 2023-07-24 19:11:26 +00:00 committed by Shreenidhi Shedi
parent 4e539c6a4b
commit 35ebd6053a
8 changed files with 36 additions and 20 deletions

View File

@ -1,7 +1,7 @@
Summary: Advanced Trivial File Transfer Protocol (ATFTP) - TFTP server
Name: atftp
Version: 0.8.0
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://sourceforge.net/projects/atftp
License: GPLv2+ and GPLv3+ and LGPLv2+
Group: System Environment/Daemons
@ -133,6 +133,8 @@ rm -rf %{buildroot}
%{_bindir}/atftp
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 0.8.0-4
- Version bump as part of pcre2 update
* Fri Mar 10 2023 Mukul Sikka <msikka@vmware.com> 0.8.0-3
- Use systemd-rpm-macros for user creation
* Thu Dec 22 2022 Shreenidhi Shedi <sshedi@vmware.com> 0.8.0-2

View File

@ -3,7 +3,7 @@
Summary: Internet Routing Protocol
Name: frr
Version: 8.4.1
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+
URL: https://frrouting.org
Group: System Environment/Daemons
@ -246,6 +246,8 @@ fi
%{frr_libdir}/*.py
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 8.4.1-5
- Version bump as part of pcre2 update
* Tue Jul 11 2023 Shreenidhi Shedi <sshedi@vmware.com> 8.4.1-4
- Bump version as a part of elfutils upgrade
* Fri Jun 09 2023 Nitesh Kumar <kunitesh@vmware.com> 8.4.1-3

View File

@ -1,7 +1,7 @@
Summary: NETCONF library in C intended for building NETCONF clients and servers.
Name: libnetconf2
Version: 2.1.18
Release: 2%{?dist}
Release: 3%{?dist}
License: BSD-3-Clause
Group: Development/Tools
URL: https://github.com/CESNET/libnetconf2
@ -99,6 +99,8 @@ popd
%dir %{_includedir}/%{name}
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 2.1.18-3
- Version bump as part of pcre2 update
* Tue Apr 11 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 2.1.18-2
- Bump version as part of libyang upgrade
* Mon Oct 17 2022 Gerrit Photon <photon-checkins@vmware.com> 2.1.18-1

View File

@ -1,7 +1,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 3.5
Release: 1%{?dist}
Release: 2%{?dist}
License: Public Domain
Group: System Environment/Libraries
Url: https://github.com/SELinuxProject/selinux/wiki
@ -124,6 +124,8 @@ rm -rf %{buildroot}%{_mandir}/ru
%{python3_sitelib}/*
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 3.5-2
- Version bump as part of pcre2 update
* Wed Apr 05 2023 Gerrit Photon <photon-checkins@vmware.com> 3.5-1
- Automatic Version Bump
* Thu Jan 12 2023 Him Kalyan Bordoloi <bordoloih@vmware.com> 3.4-3

View File

@ -1,7 +1,7 @@
Summary: YANG data modeling language library
Name: libyang
Version: 2.1.55
Release: 1%{?dist}
Release: 2%{?dist}
Url: https://github.com/CESNET/libyang
License: BSD-3-Clause
Group: Development/Tools
@ -84,6 +84,8 @@ YANG validator tools.
%{_includedir}/%{name}/*.h
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 2.1.55-2
- Version bump as part of pcre2 update
* Tue Apr 11 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 2.1.55-1
- Update to latest version to resolve CVE-2023-26917 and
- CVE-2023-26916

View File

@ -1,7 +1,7 @@
Summary: PCRE2 - Perl-Compatible Regular Experessions
Name: pcre2
Version: 10.40
Release: 3%{?dist}
Version: 10.42
Release: 1%{?dist}
Url: https://github.com/PhilipHazel/pcre2
License: BSD
Group: Development/Tools
@ -9,7 +9,7 @@ Vendor: VMware, Inc.
Distribution: Photon
Source0: https://github.com/PhilipHazel/pcre2/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
%define sha512 %{name}=679c6f540571850adec880934812e4f26f08ad858c776f10d1ed68ed3c0d4f91f6e1b53d781b53340af43a22c521e585cfc908f3659013c630a320e4fb246dc2
%define sha512 %{name}=a3db6c5c620775838819be616652e73ce00f5ef5c1f49f559ff3efb51a119d02f01254c5901c1f7d0c47c0ddfcf4313e38d6ca32c35381b8f87f36896d10e6f7
BuildRequires: autoconf
BuildRequires: automake
@ -100,6 +100,8 @@ rm -rf %{buildroot}/*
%{_libdir}/*.so.*
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 10.42-1
- Update to latest version, fix minor CVE
* Tue Jan 31 2023 Shreenidhi Shedi <sshedi@vmware.com> 10.40-3
- Fix file packaging
* Tue Dec 20 2022 Guruswamy Basavaiah <bguruswamy@vmware.com> 10.40-2

View File

@ -25,7 +25,7 @@
Name: sssd
Summary: System Security Services Daemon
Version: 2.8.2
Release: 3%{?dist}
Release: 4%{?dist}
URL: http://github.com/SSSD/sssd
License: GPLv3+
Group: System Environment/Kernel
@ -1080,6 +1080,8 @@ fi
%config(noreplace) %{_sysconfdir}/krb5.conf.d/sssd_enable_idp
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 2.8.2-4
- Version bump as part of pcre2 update
* Mon Jul 10 2023 Piyush Gupta <gpiyush@vmware.com> 2.8.2-3
- Replace Requires and BuildRequires from nfs-utils to libnfsidmap.
* Fri Apr 14 2023 Shreenidhi Shedi <sshedi@vmware.com> 2.8.2-2

View File

@ -1,7 +1,7 @@
Summary: Connects C/C++/Objective C to some high-level programming languages
Name: swig
Version: 4.1.1
Release: 1%{?dist}
Release: 2%{?dist}
License: GPLv3+
URL: http://swig.sourceforge.net/
Source0: http://downloads.sourceforge.net/project/swig/swig/swig-%{version}/swig-%{version}.tar.gz
@ -27,10 +27,10 @@ tool for building user interfaces
%build
./autogen.sh
%configure \
--without-ocaml \
--without-java \
--without-r \
--without-go
--without-ocaml \
--without-java \
--without-r \
--without-go
make %{?_smp_mflags}
%install
@ -49,6 +49,8 @@ make %{?_smp_mflags} check
%{_libdir}/ccache
%changelog
* Mon Jul 24 2023 Brennan Lamoreaux <blamoreaux@vmware.com> 4.1.1-2
- Version bump as part of pcre2 update
* Wed Dec 14 2022 Gerrit Photon <photon-checkins@vmware.com> 4.1.1-1
- Automatic Version Bump
* Mon Jul 27 2020 Gerrit Photon <photon-checkins@vmware.com> 4.0.2-1
@ -59,9 +61,9 @@ make %{?_smp_mflags} check
- Update to version 3.0.12
* Tue Oct 04 2016 ChangLee <changlee@vmware.com> 3.0.8-3
- Modified %check
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0.8-2
- GA - Bump release of all rpms
* Tue Feb 23 2016 Anish Swaminathan <anishs@vmware.com> 3.0.8-1
- Upgrade to 3.0.8
* Thu Feb 26 2015 Divya Thaluru <dthaluru@vmware.com> 3.0.5-1
- Initial version
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0.8-2
- GA - Bump release of all rpms
* Tue Feb 23 2016 Anish Swaminathan <anishs@vmware.com> 3.0.8-1
- Upgrade to 3.0.8
* Thu Feb 26 2015 Divya Thaluru <dthaluru@vmware.com> 3.0.5-1
- Initial version