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

go1.16-doc-1.16.15-7.3 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: go1.16-doc Distribution: openSUSE Tumbleweed
Version: 1.16.15 Vendor: openSUSE
Release: 7.3 Build date: Tue Feb 27 12:33:06 2024
Group: Documentation/Other Build host: reproducible
Size: 315035 Source RPM: go1.16-1.16.15-7.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://go.dev/
Summary: Go documentation
Go examples and documentation.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Feb 27 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Fri Apr 14 2023 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Build subpackage go1.x-libstd compiled shared object libstd.so
    only on Tumbleweed at this time.
    Refs jsc#PED-1962
* Fri Apr 14 2023 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Add subpackage go1.x-libstd for compiled shared object libstd.so.
    Refs jsc#PED-1962
    * Main go1.x package included libstd.so in previous versions
    * Split libstd.so into subpackage that can be installed standalone
    * Continues the slimming down of main go1.x package by 40 Mb
    * Experimental and not recommended for general use, Go currently has no ABI
    * Upstream Go has not committed to support buildmode=shared long-term
    * Do not use in packaging, build static single binaries (the default)
    * Upstream Go go1.x binary releases do not include libstd.so
    * go1.x Suggests go1.x-libstd so not installed by default Recommends
    * go1.x-libstd does not Require: go1.x so can install standalone
    * Provides go-libstd unversioned package name
    * Fix build step -buildmode=shared std to omit -linkshared
  - Packaging improvements:
    * go1.x Suggests go1.x-doc so not installed by default Recommends
    * Use Group: Development/Languages/Go instead of Other
* Fri Apr 14 2023 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Improvements to go1.x packaging spec:
    * On Tumbleweed bootstrap with current default gcc13 and gccgo118
    * On SLE-12 aarch64 ppc64le ppc64 remove overrides to bootstrap
      using go1.x package (%bcond_without gccgo). This is no longer
      needed on current SLE-12:Update and removing will consolidate
      the build configurations used.
    * Change source URLs to go.dev as per Go upstream
* Thu Apr 13 2023 Martin Liška <mliska@suse.cz>
  - Use gcc13 compiler for Tumbleweed.
* Tue Aug 23 2022 Andreas Schwab <schwab@suse.de>
  - Don't build with shared on riscv64 for < go1.18
* Thu Aug 11 2022 Dirk Müller <dmueller@suse.com>
  - switch to gcc-go, bootstrap via gcc-go 11/12 which
    should be available on leap, sle and factory
  - add gcc-go.patch to bootstrap with gcc-go any version
  - drop gcc6-go.patch, gcc7-go.patch: superseded by gcc-go.patch
* Fri Mar 11 2022 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Add %define go_label as a configurable Go toolchain directory
    * go_label can be used to package multiple Go toolchains with
      the same go_api
    * go_label should be defined as go_api with an optional suffix
      e.g. %{go_api} or %{go_api}-foo
    * Default go_label = go_api makes no changes to package layout
* Wed Mar 09 2022 Dirk Müller <dmueller@suse.com>
  - add dont-force-gold-on-arm64.patch (bsc#1183043)
  - drop binutils-gold dependency
* Thu Mar 03 2022 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.16.15 (released 2022-03-03) includes a security fix to the
    regexp/syntax package, as well as bug fixes to the compiler,
    runtime, the go command, and to the net package
    Refs boo#1182345 go1.16 release tracking
    CVE-2022-24921
    * boo#1196732 go#51112 CVE-2022-24921
    * go#51117 regexp: stack overflow (process exit) handling deeply nested regexp
    * go#51331 cmd/go/internal/modfetch: erroneously resolves a v2+incompatible version when a v2/go.mod file exists
    * go#51198 cmd/compile: "runtime: bad pointer in frame" in riscv64 with complier optimizations
    * go#51161 net: use EDNS to increase DNS packet size [freeze exception]
    * go#50733 runtime/metrics: time histogram sub-bucket ranges are off by a factor of two
* Fri Feb 18 2022 Jeff Kowalczyk <jkowalczyk@suse.com>
  - Add missing .bin binary test data to packaging.
    * Existing test data files added to packaging with mode 644:
      src/compress/bzip2/testdata/pass-random2.bin
      src/compress/bzip2/testdata/pass-random1.bin
      src/debug/dwarf/testdata/line-gcc-win.bin
* Thu Feb 10 2022 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.16.14 (released 2022-02-10) includes security fixes to the
    crypto/elliptic, math/big packages and to the go command, as well
    as bug fixes to the compiler, linker, runtime, the go command,
    and the debug/macho, debug/pe, net/http/httptest, and testing
    packages.
    Refs boo#1182345 go1.16 release tracking
    CVE-2022-23806 CVE-2022-23772 CVE-2022-23773
    * boo#1195838 go#50974 CVE-2022-23806
    * go#50977 crypto/elliptic: IsOnCurve returns true for invalid field elements
    * boo#1195835 go#50699 CVE-2022-23772
    * go#50700 math/big: Rat.SetString may consume large amount of RAM and crash
    * boo#1195834 go#35671 CVE-2022-23773
    * go#50686 cmd/go: do not treat branches with semantic-version names as releases
    * go#50866 cmd/compile: incorrect use of CMN on arm64
    * go#50832 runtime/race: NoRaceMutexPureHappensBefore failures
    * go#50811 cmd/go: remove bitbucket VCS probing
    * go#50780 runtime: incorrect frame information in traceback traversal may hang the process.
    * go#50721 debug/pe: reading debug_info section of PE files that use the DWARF5 form DW_FORM_line_strp causes error
    * go#50682 cmd/compile: MOVWreg missing sign-extension following a Copy from a floating-point LoadReg
    * go#50645 testing: surprising interaction of subtests with TempDir
    * go#50585 net/http/httptest: add fipsonly compliant certificate in for NewTLSServer(), for dev.boringcrypto branch
    * go#50245 runtime: intermittent os/exec.Command.Start() Hang on Darwin in Presence of "plugin" Package
* Thu Jan 06 2022 Jeff Kowalczyk <jkowalczyk@suse.com>
  - go1.16.13 (released 2022-01-06) includes fixes to the compiler,
    linker, runtime, and the net/http package.
    Refs boo#1182345 go1.16 release tracking
    * go#50449 x/net/http2: http.Server.WriteTimeout does not fire if the http2 stream's window is out of space.
    * go#50296 cmd/link: does not set section type of .init_array correctly
    * go#50194 runtime/race: building for iOS, but linking in object file built for macOS
    * go#50072 runtime: race detector SIGABRT or SIGSEGV on macOS Monterey
    * go#49923 cmd/link: support more load commands on Mach-O
    * go#49412 cmd/compile: internal compiler error: Op...LECall and OpDereference have mismatched mem
    * go#48115 runtime: mallocs cause "base outside usable address space" panic when running on iOS 14

Files

/usr/share/doc/packages/go/1.16/asm.html
/usr/share/doc/packages/go/1.16/go1.16.html
/usr/share/doc/packages/go/1.16/go_mem.html
/usr/share/doc/packages/go/1.16/go_spec.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 01:37:12 2025