Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

golang-bin-1.24.6-1.el9 RPM for x86_64

From CentOS Stream 9 AppStream for x86_64

Name: golang-bin Distribution: CentOS
Version: 1.24.6 Vendor: CentOS
Release: 1.el9 Build date: Wed Aug 13 13:58:04 2025
Group: Unspecified Build host: x86-01.stream.rdu2.redhat.com
Size: 169545061 Source RPM: golang-1.24.6-1.el9.src.rpm
Packager: builder@centos.org
Url: http://golang.org/
Summary: Golang core compiler tools
Golang core compiler tools

Provides

Requires

License

BSD and Public Domain

Changelog

* Wed Aug 13 2025 David Benoit <dbenoit@redhat.com> - 1.24.6-1
  - Update to Go 1.24.6 (fips-1)
  - Resolves: RHEL-106461
* Mon Jul 21 2025 David Benoit <dbenoit@redhat.com> - 1.24.4-3
  - Re-enable debguginfo and waive rpminspect result
  - Resolves: RHEL-101454
* Thu Jun 26 2025 Alejandro Sáez <asm@redhat.com> - 1.24.4-2
  - Add LD_FLAGS for stripping binaries
  - Resolves: RHEL-93238
* Fri Jun 13 2025 David Benoit <dbenoit@redhat.com> - 1.24.4-1
  - Update to Go 1.24.4 (fips-1)
  - Resolves: RHEL-95998
* Mon Jun 02 2025 David Benoit <dbenoit@redhat.com> - 1.24.3-3
  - Update to Go 1.24.3 (fips-3)
  - Fix linkage issue in bin/go
  - Fix loading issue in non-fips mode
  - Related: RHEL-83439
  - Related: RHEL-87632
* Thu May 29 2025 David Benoit <dbenoit@redhat.com> - 1.24.3-2
  - Update to Go 1.24.3 (fips-2)
  - Resolves: RHEL-87632
* Thu May 08 2025 David Benoit <dbenoit@redhat.com> - 1.24.3-1
  - Update to Go 1.24.3 (fips-1)
  - Exclude TestEd25519Vectors, TestACVP which require network
  - Resolves: RHEL-83439
  - Resolves: RHEL-85268
  - Resolves: RHEL-87632
  - Resolves: RHEL-91312
  - Resolves: RHEL-92023
* Thu Jan 09 2025 David Benoit <dbenoit@redhat.com> - 1.23.4-1
  - Update to Go 1.23.4 (fips-1)
  - Resolves: RHEL-61048
  - Resolves: RHEL-61223
* Wed Oct 23 2024 Archana <aravinda@redhat.com> - 1.23.2-1
  - Rebase to Go1.23.2
  - Remove fix standard crypto panic patch as the source already has changes
  - Resolves: RHEL-62392
* Wed Aug 14 2024 David Benoit <dbenoit@redhat.com> - 1.22.5-2
  - Rebuild race detector archives from LLVM sources
  - Add golang-race subpackage
  - Resolves: RHEL-33421
  - Remove unused crypto/internal/boring/syso package
  - Resolves: RHEL-54335
* Thu Jul 11 2024 Archana <aravinda@redhat.com> - 1.22.5-1
  - Rebase to Go1.22.5 to address CVE-2024-24791
  - Resolves: RHEL-46973
* Thu Jun 27 2024 David Benoit <dbenoit@redhat.com> - 1.22.4-2
  - Fix panic in standard crypto mode without openssl
  - Resolves: RHEL-45359
* Thu Jun 06 2024 Archana Ravindar <aravinda@redhat.com> - 1.22.4-1
  - Rebase to Go1.22.4 that includes fixes for CVE-2024-24789 and CVE-2024-24790
  - Resolves: RHEL-40156
* Thu May 30 2024 Derek Parker <deparker@redhat.com> - 1.22.3-3
  - Update openssl backend
  - Resolves: RHEL-36101
* Thu May 23 2024 Derek Parker <deparker@redhat.com> - 1.22.3-2
  - Restore HashSign / HashVerify API
  - Resolves: RHEL-35883
* Wed May 22 2024 Alejandro Sáez <asm@redhat.com> - 1.22.3-1
  - Rebase to 1.22.3
  - Removes re-enable-cgo.patch
  - Resolves: RHEL-35634
  - Resolves: RHEL-35883
  - Resolves: RHEL-10068
  - Resolves: RHEL-34924
* Thu Apr 18 2024 Derek Parker <deparker@redhat.com> - 1.22.2-1
  - Rebase to 1.22.2
  - Resolves: RHEL-28941
* Tue Apr 09 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-2
  - Set the AMD64 baseline to v2
* Tue Mar 19 2024 Alejandro Sáez <asm@redhat.com> - 1.22.1-1
  - Rebase to Go 1.22.1
  - Re-enable CGO
  - Resolves: RHEL-29527
  - Resolves: RHEL-28175
* Fri Feb 09 2024 Alejandro Sáez <asm@redhat.com> - 1.21.7-1
  - Rebase to Go 1.21.7
  - Set GOTOOLCHAIN to local
  - Resolves: RHEL-24334
  - Resolves: RHEL-18364
  - Resolves: RHEL-18365
* Thu Nov 30 2023 Alejandro Sáez <asm@redhat.com> - 1.21.4-2
  - Add release information
* Tue Nov 14 2023 Alejandro Sáez <asm@redhat.com> - 1.21.4-1
  - Rebase to Go 1.21.4
  - Resolves: RHEL-11871
* Wed Nov 08 2023 David Benoit <dbenoit@redhat.com> - 1.21.3-5
  - Don't change GOPROXY/GOSUMDB
  - Related: RHEL-12624
* Thu Nov 02 2023 David Benoit <dbenoit@redhat.com> - 1.21.3-4
  - Fix missing go.env in Go 1.21
  - Related: RHEL-12624
* Tue Oct 31 2023 Archana Ravindar <aravinda@redhat.com> - 1.21.3-3
  - Add missing strict fips runtime detection patch
  - Temporarily disable FIPS tests on aarch64 due to builder kernel bugs
  - Related: RHEL-12624
* Wed Oct 25 2023 Archana Ravindar <aravinda@redhat.com> - 1.21.3-2
  - Rebase disable_static_tests_part2.patch to Go 1.21.3
  - Related: RHEL-12624
* Fri Oct 20 2023 Archana Ravindar <aravinda@redhat.com> - 1.21.3-1
  - Rebase to Go 1.21.3
  - Resolves: RHEL-12624
* Wed Sep 27 2023 Alejandro Sáez <asm@redhat.com> - 1.20.8-1
  - Rebase to Go 1.20.8
  - Remove fix-memory-leak-evp-sign-verify.patch as it is already included in the source
  - Resolves: RHEL-2775
* Mon Aug 14 2023 Alejandro Sáez <asm@redhat.com> - 1.20.6-5
  - Retire golang-race package
  - Resolves: rhbz#2230705

Files

/usr/bin/go
/usr/bin/gofmt
/usr/lib/.build-id
/usr/lib/.build-id/03/a7200d1bc3218d1459b8f16e8158b063853a3f
/usr/lib/.build-id/20/1165cdecc0a3a20ef24d36af5e66c31e59dbd3
/usr/lib/.build-id/38/176d01097184d3e89dd70fbb3c79f9f65014fd
/usr/lib/.build-id/45/32ad8528158c86479ca66dc0827466375b3f51
/usr/lib/.build-id/48/2fb16c68250f81b6245d066686a58df538f0e8
/usr/lib/.build-id/5a/8a5f9a135c645c4d3cdeb8df6d784536104716
/usr/lib/.build-id/5d/d80bb907da8ebe638fef76c4d520453312fcbc
/usr/lib/.build-id/60/87f2eeb9b3dd1a241aa0380d285db3031b4330
/usr/lib/.build-id/68/c051dd923d3333197319410f06f68d888c168b
/usr/lib/.build-id/6a/6afcba192dcdf258824eb669afa527c742ea81
/usr/lib/.build-id/6f/ee1f1cd11590c79e07325f70c157f473d317ae
/usr/lib/.build-id/91/65ca9f14d02e7670ba81fcb251d6087e89d322
/usr/lib/.build-id/95/1335cb275fad396ef9a1e78c66569c7c556a9b
/usr/lib/.build-id/9d/879b9c5ce17a71f44713b265ec5bb4ce7ff9e2
/usr/lib/.build-id/9e/3d50453b3adc2f6b0b439ab784d4d0c9eea3d6
/usr/lib/.build-id/a7/7f0ca0a55e62c4a74f7e58533100c42c56b6f2
/usr/lib/.build-id/e0/5515d267ecc5d8051fc0c82f3e1208875f7c7b
/usr/lib/.build-id/ea/3192b50fb34d06d0ac1335474387c13b4734cf
/usr/lib/.build-id/eb/80a3363e2c254f82f9862211290737ab6c441f
/usr/lib/.build-id/f6/7d5ea428ff371f56cebd846c9f9a0898ef79ac
/usr/lib/.build-id/f8/6daf38bd1b7632559f0b626940f6535075e637
/usr/lib/.build-id/fa/b729d6d87cb14c813b90271f876d73bd712675
/usr/lib/golang/bin
/usr/lib/golang/bin/go
/usr/lib/golang/bin/gofmt
/usr/lib/golang/go.env
/usr/lib/golang/pkg
/usr/lib/golang/pkg/include
/usr/lib/golang/pkg/include/asm_amd64.h
/usr/lib/golang/pkg/include/asm_ppc64x.h
/usr/lib/golang/pkg/include/asm_riscv64.h
/usr/lib/golang/pkg/include/funcdata.h
/usr/lib/golang/pkg/include/textflag.h
/usr/lib/golang/pkg/tool
/usr/lib/golang/pkg/tool/linux_amd64
/usr/lib/golang/pkg/tool/linux_amd64/addr2line
/usr/lib/golang/pkg/tool/linux_amd64/asm
/usr/lib/golang/pkg/tool/linux_amd64/buildid
/usr/lib/golang/pkg/tool/linux_amd64/cgo
/usr/lib/golang/pkg/tool/linux_amd64/compile
/usr/lib/golang/pkg/tool/linux_amd64/covdata
/usr/lib/golang/pkg/tool/linux_amd64/cover
/usr/lib/golang/pkg/tool/linux_amd64/dist
/usr/lib/golang/pkg/tool/linux_amd64/distpack
/usr/lib/golang/pkg/tool/linux_amd64/doc
/usr/lib/golang/pkg/tool/linux_amd64/fix
/usr/lib/golang/pkg/tool/linux_amd64/link
/usr/lib/golang/pkg/tool/linux_amd64/nm
/usr/lib/golang/pkg/tool/linux_amd64/objdump
/usr/lib/golang/pkg/tool/linux_amd64/pack
/usr/lib/golang/pkg/tool/linux_amd64/pprof
/usr/lib/golang/pkg/tool/linux_amd64/preprofile
/usr/lib/golang/pkg/tool/linux_amd64/test2json
/usr/lib/golang/pkg/tool/linux_amd64/trace
/usr/lib/golang/pkg/tool/linux_amd64/vet


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Aug 19 02:33:32 2025