Port details |
- go125 Go programming language
- 1.25.3 lang
=3 1.25.1Version of this port present on the latest quarterly branch. - Maintainer: go@FreeBSD.org
 - Port Added: 2025-08-14 01:48:05
- Last Update: 2025-10-14 20:17:28
- Commit Hash: 0f74f970
- People watching this port, also watch:: go124, sudo, tmux, dnsdist, ca_root_nss
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/go125/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/go125
- pkg install go125
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: go125
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64 armv6 armv7 i386 riscv64
- distinfo:
- TIMESTAMP = 1760450515
SHA256 (go1.25.3.src.tar.gz) = a81a4ba593d0015e10c51e267de3ff07c7ac914dfca037d9517d029517097795
SIZE (go1.25.3.src.tar.gz) = 31980799
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
-
- audio/gonic
- devel/glab
- devel/goreleaser
- devel/oq
- dns/blocky
- filesystems/zrepl-dsh2dsh
- misc/crush
- for Fetch
-
- audio/gonic
- devel/glab
- devel/goreleaser
- devel/oq
- dns/blocky
- filesystems/zrepl-dsh2dsh
- misc/crush
- for Patch
-
- security/openvpn-auth-oauth2
Configuration Options:
- ===> The following configuration options are available for go125-1.25.3:
====> 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_go125
- USES:
- cpe shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 6
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.25.3 14 Oct 2025 20:17:28
    |
Ronald Klop (ronald)  |
lang/go-devel: move portscout to master port
Implements PORTSCOUT for all lang/go1* ports.
PR: 290231
Fixes: c6297af4eff5e120d01d0c86c2d25d49418f389e "lang/go12[45]: silence
portscout" |
1.25.3 14 Oct 2025 16:01:11
    |
Ronald Klop (ronald)  |
lang/go12[45]: silence portscout
Because this does not make sense:
Port | Current version | New version
------------------------------------------------+-----------------+------------
lang/go124 | 1.24.8 | 1.25.3
------------------------------------------------+-----------------+------------
And pet portclippy in the meantime by reordering some variables. |
1.25.3 14 Oct 2025 15:10:14
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.3.
Changes: go1.25.3 (released 2025-10-13) includes fixes to the
crypto/x509 package. See the Go 1.25.3 milestone on our issue tracker
for details. |
1.25.2 08 Oct 2025 00:41:37
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.2
Changes:
go1.25.2 (released 2025-10-07) includes security fixes to the
archive/tar, crypto/tls, crypto/x509, encoding/asn1, encoding/pem,
net/http, net/mail, net/textproto, and net/url packages, as well as bug
fixes to the compiler, the runtime, and the context, debug/pe, net/http,
os, and sync/atomic packages. See the Go 1.25.2 milestone on our issue
tracker for details. |
1.25.1 04 Sep 2025 17:53:24
    |
Adam Weinberger (adamw)  |
lang/go125: Update to 1.25.1
Changes: go1.25.1 (released 2025-09-03) includes security fixes to the
net/http package, as well as bug fixes to the go command, and the net,
os, os/exec, and testing/synctest packages. |
1.25.0 14 Aug 2025 01:46:02
    |
Adam Weinberger (adamw)  |
lang/go125: Add port
Introduction to Go 1.25ΒΆ
The latest Go release, version 1.25, arrives in August 2025, six months
after Go 1.24. Most of its changes are in the implementation of the
toolchain, runtime, and libraries. As always, the release maintains the
Go 1 promise of compatibility. We expect almost all Go programs to
continue to compile and run as before.
https://go.dev/doc/go1.25 |
Number of commits found: 6
|