Port details |
- go122 Go programming language
- 1.22.9 lang =3 1.22.6_1Version of this port present on the latest quarterly branch.
- Maintainer: go@FreeBSD.org
- Port Added: 2024-02-20 21:09:09
- Last Update: 2024-11-08 20:58:45
- Commit Hash: 0d7487a
- People watching this port, also watch:: libXdamage, libevent, xcb-util-image, yarn-node20, phpsysinfo-php82
- 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 = 1731069744
SHA256 (go1.22.9.src.tar.gz) = e81a362f51aee2125722b018e46714e6a055a1954283414c0f937e737013db22
SIZE (go1.22.9.src.tar.gz) = 27565135
Packages (timestamps in pop-ups are UTC):
- 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/usql
- devel/athens
- devel/cirrus-cli
- devel/gitaly
- devel/gitlab-runner
- devel/gitlab-shell
- devel/go-tools
- for Fetch
-
- databases/usql
- devel/athens
- devel/cirrus-cli
- devel/gitaly
- devel/gitlab-runner
- devel/gitlab-shell
- devel/go-tools
Configuration Options:
- ===> The following configuration options are available for go122-1.22.9:
====> 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.9 08 Nov 2024 20:58:45 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.9
PR: 281842 |
1.22.6_1 18 Aug 2024 14:43:54 |
Ruslan Makhmatkhanov (rm) |
lang/go* ports: do not package back files
All the go ports installing *.bak files left after sed calls in
ports Makefile. Tweak sed calls to not create them in first place
and bump PORTREVISION to reflect package change.
PR: 280176
Approved by: go (maintainer timeout) |
1.22.6 09 Aug 2024 06:24:07 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.6 |
1.22.5 03 Jul 2024 08:24:57 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.5
Security: b0374722-3912-11ef-a77e-901b0e9408dc
Security: CVE-2024-24791 |
1.22.4 15 Jun 2024 09:51:17 |
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 |
1.22.3_1 23 May 2024 14:55:55 |
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 |
1.22.3 13 May 2024 17:56:03 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.3
MFH: 2024Q2
Security: d3847eba-114b-11ef-9c21-901b0e9408dc
Security: CVE-2024-24788 |
1.22.2 15 Apr 2024 08:20:03 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.2
MFH: 2024Q2
Security: cdb5e0e3-fafc-11ee-9c21-901b0e9408dc
Security: CVE-2023-45288 |
1.22.1 06 Mar 2024 22:00:31 |
Ashish SHUKLA (ashish) |
lang/go122: Update to 1.22.1
Security: b1b039ec-dbfc-11ee-9165-901b0e9408dc
Security: CVE-2023-24783
Security: CVE-2023-45290
Security: CVE-2023-45289
Security: CVE-2024-24785
Security: CVE-2024-24784 |
1.22.0 20 Feb 2024 21:08:00 |
Ashish SHUKLA (ashish) |
lang/go122: New port: Go release, version 1.22
- Update Mk/* for Go 1.22
PR: 277091 |