Compare commits
3 Commits
c10
...
c8-stream-
Author | SHA1 | Date | |
---|---|---|---|
f65e7cb122 | |||
a59e37d449 | |||
c7130ae3e8 |
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
SOURCES/go1.23.6-1-openssl-fips.tar.gz
|
SOURCES/go1.24.6-1-openssl-fips.tar.gz
|
||||||
SOURCES/go1.23.6.tar.gz
|
SOURCES/go1.24.6.tar.gz
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
fc81b4b133be67519cc3387b654bbe80bf42f5b9 SOURCES/go1.23.6-1-openssl-fips.tar.gz
|
5a76a00182a4e6ee8bb5a75ea99e545a10e09c39 SOURCES/go1.24.6-1-openssl-fips.tar.gz
|
||||||
73a4be73230ca8fc57f6757560333494cc5f26a7 SOURCES/go1.23.6.tar.gz
|
e156513b78ffa159c033bec54675cc3dd2fe9101 SOURCES/go1.24.6.tar.gz
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
|
//go:build rpm_crashtraceback
|
||||||
// +build rpm_crashtraceback
|
// +build rpm_crashtraceback
|
||||||
|
|
||||||
|
// Copyright 2017 The Fedora Project Contributors. All rights reserved.
|
||||||
|
// Use of this source code is governed by the MIT license.
|
||||||
|
|
||||||
package runtime
|
package runtime
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
@ -91,8 +91,8 @@
|
|||||||
%global gohostarch s390x
|
%global gohostarch s390x
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global go_api 1.23
|
%global go_api 1.24
|
||||||
%global version 1.23.6
|
%global version 1.24.6
|
||||||
%global pkg_release 1
|
%global pkg_release 1
|
||||||
|
|
||||||
Name: golang
|
Name: golang
|
||||||
@ -457,9 +457,9 @@ export GOLANG_FIPS=1
|
|||||||
export OPENSSL_FORCE_FIPS_MODE=1
|
export OPENSSL_FORCE_FIPS_MODE=1
|
||||||
pushd crypto
|
pushd crypto
|
||||||
# Run all crypto tests but skip TLS, we will run FIPS specific TLS tests later
|
# Run all crypto tests but skip TLS, we will run FIPS specific TLS tests later
|
||||||
go test -timeout 50m $(go list ./... | grep -v tls) -v
|
go test -timeout 50m $(go list ./... | grep -v tls) -v -skip="TestEd25519Vectors|TestACVP"
|
||||||
# Check that signature functions have parity between boring and notboring
|
# Check that signature functions have parity between boring and notboring
|
||||||
CGO_ENABLED=0 go test -timeout 50m $(go list ./... | grep -v tls) -v
|
CGO_ENABLED=0 go test -timeout 50m $(go list ./... | grep -v tls) -v -skip="TestEd25519Vectors|TestACVP"
|
||||||
popd
|
popd
|
||||||
# Run all FIPS specific TLS tests
|
# Run all FIPS specific TLS tests
|
||||||
pushd crypto/tls
|
pushd crypto/tls
|
||||||
@ -523,6 +523,18 @@ cd ..
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 13 2025 David Benoit <dbenoit@redhat.com> - 1.24.6-1
|
||||||
|
- Update to Go 1.24.6 (fips-1)
|
||||||
|
- Resolves: RHEL-106455
|
||||||
|
|
||||||
|
* Tue Jul 01 2025 David Benoit <dbenoit@redhat.com> - 1.24.4-1
|
||||||
|
- Update to Go 1.24.4 (fips-1)
|
||||||
|
- Resolves: RHEL-85264
|
||||||
|
|
||||||
|
* Mon Jun 02 2025 Alejandro Sáez <asm@redhat.com> - 1.23.9-1
|
||||||
|
- Update to Go 1.23.9
|
||||||
|
- Resolves: RHEL-94636
|
||||||
|
|
||||||
* Thu Mar 13 2025 David Benoit <dbenoit@redhat.com> - 1.23.6-1
|
* Thu Mar 13 2025 David Benoit <dbenoit@redhat.com> - 1.23.6-1
|
||||||
- Update to Go 1.23.6
|
- Update to Go 1.23.6
|
||||||
- Resolves: RHEL-83824
|
- Resolves: RHEL-83824
|
||||||
|
Loading…
Reference in New Issue
Block a user