import UBI golang-1.21.9-1.module+el8.10.0+21671+b35c3b78
This commit is contained in:
parent
c892225809
commit
2669c9bb5b
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/go1.21.7-1-openssl-fips.tar.gz
|
SOURCES/go1.21.9-1-openssl-fips.tar.gz
|
||||||
SOURCES/go1.21.7.tar.gz
|
SOURCES/go1.21.9.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
95372ec41602b3cbe44e4697a8aee799b7fcc9b2 SOURCES/go1.21.7-1-openssl-fips.tar.gz
|
1162b641e8b23110eaab7496003585ea6c786158 SOURCES/go1.21.9-1-openssl-fips.tar.gz
|
||||||
1b5c56fdf9030baaa0601ca6f2cbd36ae02433d0 SOURCES/go1.21.7.tar.gz
|
54c038c82c82ebe2ad4ee2d0a3d7c4d39809f59a SOURCES/go1.21.9.tar.gz
|
||||||
|
@ -92,12 +92,12 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.21
|
%global go_api 1.21
|
||||||
%global version 1.21.7
|
%global version 1.21.9
|
||||||
%global pkg_release 1
|
%global pkg_release 1
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
Summary: The Go Programming Language
|
Summary: The Go Programming Language
|
||||||
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
# source tree includes several copies of Mark.Twain-Tom.Sawyer.txt under Public Domain
|
||||||
@ -518,6 +518,10 @@ cd ..
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 12 2024 David Benoit <dbenoit@redhat.com> - 1.21.9-1
|
||||||
|
- Fix CVE-2023-45288
|
||||||
|
- Resolves: RHEL-31915
|
||||||
|
|
||||||
* Mon Apr 1 2024 Archana Ravindar <aravinda@redhat.com> - 1.21.7-2
|
* Mon Apr 1 2024 Archana Ravindar <aravinda@redhat.com> - 1.21.7-2
|
||||||
- Fix CVE-2024-1394
|
- Fix CVE-2024-1394
|
||||||
- Resolves RHEL-24300
|
- Resolves RHEL-24300
|
||||||
|
Loading…
Reference in New Issue
Block a user