Port details on branch 2024Q2 |
- go122 Go programming language
- 1.22.4 lang =1 1.22.11Version of this port present on the latest quarterly branch.
- Maintainer: go@FreeBSD.org
- Port Added: 2024-04-15 08:39:28
- Last Update: 2024-06-15 09:57:23
- Commit Hash: 9843c21
- People watching this port, also watch:: weberp, imlib2, prestashop, autoconf, tmux
- License: BSD3CLAUSE
- WWW:
- https://golang.org
- Description:
- Go is an open source programming environment that makes it easy to build
simple, reliable, and efficient software.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/go122/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/go122
- pkg install go122
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go122
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1718257204
SHA256 (go1.22.4.src.tar.gz) = fed720678e728a7ca30ba8d1ded1caafe27d16028fab0232b8ba8e22008fb784
SIZE (go1.22.4.src.tar.gz) = 27555503
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: lang/go-devel
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- bash : shells/bash
- This port is required by:
- for Build
-
- databases/redis_exporter
- databases/usql
- devel/cirrus-cli
- devel/gitaly
- devel/gitlab-runner
- devel/gitlab-shell
- editors/orbiton
- for Fetch
-
- databases/redis_exporter
- databases/usql
- devel/cirrus-cli
- devel/gitaly
- devel/gitlab-runner
- devel/gitlab-shell
- editors/orbiton
Configuration Options:
- ===> The following configuration options are available for go122-1.22.4:
====> Options available for the single GOAMD64: you have to select exactly one of them
V1=on: Use baseline x86-64 instruction set
V2=off: V1 instructions plus CMPXCHG16B, LAHF, SAHF, POPCNT, SSE*
V3=off: V2 instructions plus AVX*, BMI*, F16C, FMA, LZCNT, MOVBE, OSXSAVE
V4=off: V3 instructions plus AVX512*
===> Use 'make config' to modify these settings
- Options name:
- lang_go122
- USES:
- cpe shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: lang/go-devel |
Commit | Credits | Log message |
1.22.4 15 Jun 2024 09:57:23 |
Ashish SHUKLA (ashish) |
lang/go121: Update to 1.22.4
MFH: 2024Q2
Security: a5c64f6f-2af3-11ef-a77e-901b0e9408dc
Security: CVE-2024-24789
Security: CVE-2024-24790
(cherry picked from commit 6b977b39442a498d115eebc767c61f4335588353) |
1.22.3_1 23 May 2024 15:01:42 |
Robert Clausecker (fuz) |
lang/go122: fix build on armv7
This backports a commit needed to get proper barriers during bootstrap
when building Go with more than one job on armv7.
Note that this only changes the behaviour when building the bootstrap
toolchain. Binaries generated using the toolchain are not affected
and hence Go ports need not be bumped.
PR: 278953
Approved by: portmgr (build fix blanket)
Obtained from: https://go-review.googlesource.com/c/go/+/562995
See also: https://github.com/golang/go/issues/65601
MFH: 2024Q2
(cherry picked from commit 1ec501743bd9a626af211b4cab06751227a4d703) |
1.22.3 13 May 2024 17:57:43 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.3
MFH: 2024Q2
Security: d3847eba-114b-11ef-9c21-901b0e9408dc
Security: CVE-2024-24788
(cherry picked from commit 424b7add6c8b1c957ebba9b1a25e61ca67a67196) |
1.22.2 15 Apr 2024 08:31:32 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.2
MFH: 2024Q2
Security: cdb5e0e3-fafc-11ee-9c21-901b0e9408dc
Security: CVE-2023-45288
(cherry picked from commit 9779e5e696b10a74b5354b98dff608b024b224e5) |