Package Release Info

go1.4-1.4.3-bp154.2.30

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

go1.4
go1.4-doc
go1.4-race

Change Logs

* Mon Jul 12 2021 Richard Biener <rguenther@suse.com>
- Add compiler-rt-fix-tsan-build.patch to fix build with gcc-PIE.
* Mon Jun 08 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Ensure ARM arch is set properly - boo#1169832
* Fri Jan 24 2020 Dominique Leuenberger <dimstar@opensuse.org>
- BuildREquire pkgconfig(systemd) instead of systemd: allow OBS to
  shortcut through the -mini flavor.
Version: 1.4.3-bp151.1.1
* Mon Mar 11 2019 Martin Li?ka <mliska@suse.cz>
- Add gcc9-rsp-clobber.patch in order to fix bsc#1121397.
* Sat Dec 15 2018 Aleksa Sarai <asarai@suse.com>
- Make our profile.d/go.sh no longer set GOROOT=, in order to make switching
  between versions no longer break. This ends up removing the need for go.sh
  entirely (because GOPATH is also set automatically). boo#1119634
* Sun Mar 25 2018 kasimir_@outlook.de
- Fix patch for armv6l build
  * armv6l.patch
* Sat Feb 24 2018 jmassaguerpla@suse.com
- fix bsc#1082409: Review dependencies (requires, recommends and supports)
* Sat Oct 21 2017 asarai@suse.com
- Install $GOROOT/lib packages, to include upstream files such as the timezone
  database. bsc#1064522
* Tue Oct 10 2017 thipp@suse.de
- Add patch to fix arbitrary code execution during “go get” or “go get -d”
  (CVE-2017-15041).
  bsc#1062085
  + cmd-go-reject-update-of-VCS-inside-VCS.patch
* Mon Oct 09 2017 thipp@suse.de
- Add patch to fix PlainAuth to refuse to send passwords to non-TLS servers
  (CVE-2017-15042).
  bsc#1062087
  + net-smtp-fix-PlainAuth-to-refuse-to-send-passwords-to-non-TLS-servers.patch
* Tue Sep 05 2017 thipp@suse.de
- Fix incorrectly ghosted files
* Tue Sep 05 2017 thipp@suse.de
- Provide go = 1.4
- Fix ghost files
* Thu Aug 31 2017 thipp@suse.de
- add fix-sanitizer-build-against-latest-glibc.patch which fixes
  the sanitizer built against certain glibc versions
* Wed Aug 09 2017 asarai@suse.com
- go-race: add compiler-rt TSAN binary, necessary for the race detector builds
  to work. This requires building compiler-rt from source (becuase upstream Go
  stores precompiled binaries in the tree, and we cannot use them). In
  addition, a %check was added purely to ensure that we don't install the wrong
  version of compiler-rt. boo#1052528
- go-rpmlintrc: add some entries to address the .syso additions.
* Mon Jul 17 2017 thipp@suse.de
- build without cgo on Factory
- remove mercurial requirement
* Sun Aug 14 2016 i@marguerite.su
- fix source location for 3rd-party libraries
* Tue Jul 26 2016 jmassaguerpla@suse.com
- CVE-2016-5386.patch: fixes bsc#988487 aka https://httpoxy.org/
* Sat Jun 11 2016 i@marguerite.su
- update version 1.4.3
  * net/http: security fixes
  * build: remove -Werror from cmd/dist
  * runtime: panic when accessing an empty struct value
    appended to an uninitialized slice
  * runtime: garbage collector found invalid heap pointer
    iterating over map
  * runtime: leftover defer or casgstatus: waiting for
    Gwaiting but is Grunnable error on windows/amd64
- add patch: go-1.4.3-support-new-386_amd64-relocations.patch
- add go1.4.gdbinit for debug friendly
- drop go-wiki-gadget.xml: it has not been used from the beginning
* Sat Aug 22 2015 i@marguerite.su
- rename to go1.4
- use update-alternatives for /usr/bin/go and profile.d, so it
  can be co-installed with go 1.5
* Tue Aug 11 2015 jmassaguerpla@suse.com
- fix update from 1.3.3
  Update from 1.3.3 was broken in this commit
  https://build.opensuse.org/package/rdiff/devel:languages:go/go?linkrev=base&rev=205
  That commit fixed a dangling symlink in src (src/pkg) by instead
  symlinking src, which broke compatibility.
  This commit fixes it by, instead, symlinking all the files in src.
* Wed Jul 22 2015 schwab@suse.de
- macros.go: fix missing quotes in %goinstall (bsc#939067)
* Sun Jul 12 2015 i@marguerite.su
- macros.go: fix "summary-not-capitalized"
* Thu Jul 09 2015 i@marguerite.su
- macros.go:
  * *-doc can't properly describe what the sub-package really is,
    and they're mostly source codes instead of the claimed "API,
    documentation, and examples". so rename to *-source. and not
    recommend to install them to save users' disk space.
  * %%go_requires should be handled automatically by golang-packaging
  * not recommend to install source package any more,
    so %%go_recommmends set to nil.