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

golang-1.23.6-2.el9_5 RPM for aarch64

From AlmaLinux 9.5 AppStream for aarch64

Name: golang Distribution: AlmaLinux
Version: 1.23.6 Vendor: AlmaLinux
Release: 2.el9_5 Build date: Thu Apr 10 05:58:05 2025
Group: Unspecified Build host: arm-builder01.almalinux.org
Size: 9360083 Source RPM: golang-1.23.6-2.el9_5.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Url: http://golang.org/
Summary: The Go Programming Language
The Go Programming Language.

Provides

Requires

License

BSD and Public Domain

Changelog

* Thu Feb 27 2025 David Benoit <dbenoit@redhat.com> - 1.23.6-2
  - Fix runtime usleep issue on s390x (runtime-usleep-s390x.patch)
  - Resolves: RHEL-81242
* Thu Feb 20 2025 David Benoit <dbenoit@redhat.com> - 1.23.6-1
  - Update to Go 1.23.6 (fips-1)
  - Resolves: RHEL-80344
* 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
* Tue Jul 18 2023 Alejandro Sáez <asm@redhat.com> - 1.20.6-1
  - Rebase to Go 1.20.6
  - Change to autopatch
  - Resolves: rhbz#2222313
* Fri Jun 23 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-3
  - Increase the timeout in the tests
  - Related: rhbz#2204477
* Fri Jun 09 2023 Carl George <carl@redhat.com> - 1.20.4-2
  - Add go-toolset subpackage to ensure golang and go-toolset are published together
  - Resolves: rhbz#2117248
* Mon May 29 2023 Alejandro Sáez <asm@redhat.com> - 1.20.4-1
  - Rebase to Go 1.20.4
  - Resolves: rhbz#2204477
* Tue Apr 11 2023 David Benoit <dbenoit@redhat.com> - 1.20.3-1
  - Rebase to Go 1.20.3
  - Remove race archives
  - Update static test patches
  - Resolves: rhbz#2185259
* Wed Mar 01 2023 David Benoit <dbenoit@redhat.com> - 1.19.6-1
  - Rebase to Go 1.19.6
  - Resolves: rhbz#2174429
  - Fix memory leak
  - Resolves: rhbz#2157602
  - Enable tests in check phase

Files

/etc/gdbinit.d
/etc/gdbinit.d/golang.gdb
/etc/prelink.conf.d
/etc/prelink.conf.d/golang.conf
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/5b9aa2381b510d82aa227d14af6817a97429d2
/usr/lib/.build-id/18
/usr/lib/.build-id/18/488ff511fb12bbe32e30909d586773d98c4371
/usr/lib/.build-id/31
/usr/lib/.build-id/31/3ecf37fc77f4e0d5780576dd6077168f991200
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/bafbed5802dff5c21b34efcb0c6eb249a408ac
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/c7299c01fed51e3b5e33279ebfd9c58c5b283f
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/1c7b76b61179970ceeca74b870a898a7438573
/usr/lib/.build-id/88
/usr/lib/.build-id/88/b13b6a12e6bee4728c995220534533484cba77
/usr/lib/.build-id/89
/usr/lib/.build-id/89/4a769804d7204c0ca305d31e75ee18eb24d958
/usr/lib/.build-id/97
/usr/lib/.build-id/97/f3977ae3b5f1d2c3b1f26199ae10dfa70fbbc2
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/27aea211b4622663a7254f2d80840442cd0e84
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/8114c89ab08fd114551286103e8bbe8d26f8b6
/usr/lib/.build-id/be
/usr/lib/.build-id/be/ee87b323b7a49d1df65e6297163925694f4620
/usr/lib/.build-id/c8
/usr/lib/.build-id/c8/9107150fb6e1acff6279e15a2c8d1ba7ac1313
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/62e763cd4eb3de7bea08a471175f0a4ac9976c
/usr/lib/golang
/usr/lib/golang/VERSION
/usr/lib/golang/api
/usr/lib/golang/api/README
/usr/lib/golang/api/except.txt
/usr/lib/golang/api/go1.1.txt
/usr/lib/golang/api/go1.10.txt
/usr/lib/golang/api/go1.11.txt
/usr/lib/golang/api/go1.12.txt
/usr/lib/golang/api/go1.13.txt
/usr/lib/golang/api/go1.14.txt
/usr/lib/golang/api/go1.15.txt
/usr/lib/golang/api/go1.16.txt
/usr/lib/golang/api/go1.17.txt
/usr/lib/golang/api/go1.18.txt
/usr/lib/golang/api/go1.19.txt
/usr/lib/golang/api/go1.2.txt
/usr/lib/golang/api/go1.20.txt
/usr/lib/golang/api/go1.21.txt
/usr/lib/golang/api/go1.22.txt
/usr/lib/golang/api/go1.23.txt
/usr/lib/golang/api/go1.3.txt
/usr/lib/golang/api/go1.4.txt
/usr/lib/golang/api/go1.5.txt
/usr/lib/golang/api/go1.6.txt
/usr/lib/golang/api/go1.7.txt
/usr/lib/golang/api/go1.8.txt
/usr/lib/golang/api/go1.9.txt
/usr/lib/golang/api/go1.txt
/usr/lib/golang/go.env
/usr/lib/golang/lib
/usr/lib/golang/lib/time
/usr/lib/golang/lib/time/README
/usr/lib/golang/lib/time/mkzip.go
/usr/lib/golang/lib/time/update.bash
/usr/lib/golang/lib/time/zoneinfo.zip
/usr/share/doc/golang
/usr/share/doc/golang/LICENSE
/usr/share/doc/golang/PATENTS
/usr/share/gocode
/usr/share/gocode/src
/usr/share/gocode/src/bitbucket.org
/usr/share/gocode/src/code.google.com
/usr/share/gocode/src/code.google.com/p
/usr/share/gocode/src/github.com
/usr/share/gocode/src/golang.org
/usr/share/gocode/src/golang.org/x


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 12 07:11:08 2025