| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
| |
Significant changes:
- Now that we are on go 1.13, enabling go111modules isn't needed
- With full go111modules support GOPATH is mostly there for caching
- Some new logic is failing cmd tests (DiskUsage function)
|
| |
|
|
|
|
|
|
|
| |
go recently received a security upgrade to 1.12.8 (f4894bf9) this
upgrade fixes various CVEs in go standard libraries, for instance in
HTTP/2 functionality. Since go is statically linked packages using this
functionality need to be rebuild.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Also:
- enable tests
- filter out the failing tests
The fs test fails due to not knowing the fstype.
This may be purely because my builder is btrfs.
The s3select test appears to only fail on 32-bit architectures.
|
|
|
|
|
|
| |
Also:
1. Explicitly name the source tarball, since it can cause conflicts.
2. Enable the "net" option for rootbld.
|
|
|
|
|
|
|
|
|
| |
Also improve healthcheck.
When conf.d does not define an `$address`, curl will try to query a file
(`/minio/health/ready`), which obviously will always fail.
By default, minio will listen on 0.0.0.0:9000, so default to localhost.
Closes: GH-8911
|
|
|
|
|
|
| |
This is an urgent security update.
Closes: GH-8809
|
| |
|
|
|
|
|
|
|
|
| |
Minio will crash on startup if networking is not available.
A short period of the network dropping should not prevent the service
from coming up once networking is back.
As such, allow infinite respawns.
To avoid CPU thrashing, enforce a 5-second delay between respawns.
|
| |
|
|
|
|
| |
Closes GH-8370
|
|
|
|
| |
Closes: 8025
|
| |
|
|
|
|
|
| |
Now that we have openrc 0.41.2, supervise-daemon is actually usable.
Minio also behaves much nicer with it.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
BREAKING: minio has moved to the go1.11 module system.
This requires new abuild features (present in ~3.4) to handle without
failures (see: cleanup_srcdir and related history).
Besides that, this is a major security release (and a minor bugfix
release that happened while waiting on abuild 3.4).
|
| |
|
| |
|
| |
|
|
|
|
| |
Also take ownership.
|
|
|