Next | Query returned 330 messages, browsing 241 to 250 | Previous

History of commit frequency

CVS Commit History:


   2017-10-04 12:03:53 by Jonathan Perkin | Files touched by this commit (2)
Log message:
go*: Disable SSP checks for similar reasons as RELRO.
   2017-09-03 18:49:52 by Matthias Scheler | Files touched by this commit (1)
Log message:
Use bsdtar instead of GNU Tar to extract the distribution archive
as suggested by wizd(8) in private e-mail
   2017-09-03 15:40:19 by Matthias Scheler | Files touched by this commit (1)
Log message:
Use GNU Tar to extract the distribution archive because at least
NetBSD (8.99.2)'s "/bin/tar" fails to handle the extented headers
and extracts files into the wrong directory. This in turn least
to package list problems during the installation phase.
   2017-09-03 09:12:08 by Benny Siegert | Files touched by this commit (8)
Log message:
Update Go to 1.9.

The latest Go release, version 1.9, arrives six months after Go 1.8 and
is the tenth release in the Go 1.x series. There are two changes to the
language: adding support for type aliases and defining when
implementations may fuse floating point operations. Most of the 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.

The release adds transparent monotonic time support, parallelizes
compilation of functions within a package, better supports test helper
functions, includes a new bit manipulation package, and has a new
concurrent map type.

There are some instabilities on FreeBSD that are known but not
understood. These can lead to program crashes in rare cases. See issue
15658. Any help in solving this FreeBSD-specific issue would be
appreciated.

Go stopped running NetBSD builders during the Go 1.9 development cycle
due to NetBSD kernel crashes, up to and including NetBSD 7.1. As Go 1.9
is being released, NetBSD 7.1.1 is being released with a fix. However,
at this time we have no NetBSD builders passing our test suite. Any help
investigating the various NetBSD issues would be appreciated.
   2017-07-22 21:32:41 by Thomas Klausner | Files touched by this commit (10)
Log message:
Sprinkle CHECK_RELRO_SKIP on go packages.

go14 has no relro support AFAICT.

go-1.8.3 has if you use -buildmode=pie, but it claims it's not supported
on Linux.

Disable relro checking for go packages until bsiegert has time to
look at this.
   2017-05-25 11:24:21 by Benny Siegert | Files touched by this commit (3)
Log message:
Update Go to 1.8.3, a non-security release.

This release includes fixes to the compiler, runtime, documentation, and the
database/sql package.
    https://golang.org/doc/devel/release.html#go1.8.minor

It also includes the security fix to the crypto/elliptic package from Go 1.8.2.
   2017-05-25 11:06:43 by Benny Siegert | Files touched by this commit (3)
Log message:
SECURITY: Update Go to 1.8.2, fixing CVE-2017-8932,
carry bug in x86-64 P-256.

A security-related issue was recently reported in Go's crypto/elliptic package.
To address this issue, we have just released Go 1.7.6 and Go 1.8.2.

The Go team would like to thank Vlad Krasnov and Filippo Valsorda at Cloudflare
for reporting the issue and providing a fix.

The issue affects Go's P-256 implementation on the 64-bit x86 architecture.

This is CVE-2017-8932 and was addressed by this change:
https://golang.org/cl/41070, tracked in this issue:
https://golang.org/issue/20040
   2017-05-19 20:50:41 by Filip Hajny | Files touched by this commit (2)
Log message:
Align previous patch with upstream trunk. Functionally, fix remains the same.
   2017-05-02 19:15:31 by Filip Hajny | Files touched by this commit (4)
Log message:
* Remove patch adding syscall.Dup2() for SunOS, software should be using \ 
unix.Dup2() instead.
  https://github.com/joyent/pkgsrc/pull/492
* Improve handling of low-memory situations on Illumos.
  https://github.com/joyent/pkgsrc/pull/493
   2017-05-01 01:02:09 by Maya Rashish | Files touched by this commit (1)
Log message:
go: match even more ARM with wildcards

part 1 of PR pkg/52178 from aikchar

Next | Query returned 330 messages, browsing 241 to 250 | Previous