| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
CVE-2019-9512 and CVE-2019-9514
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
https://github.com/containous/traefik/releases/tag/v1.7.11
Closes GH-8029
|
| |
|
| |
|
|
|
|
| |
Add -H to adduser in .pre-install so adduser doesn't change the ownership of /var/empty
|
|
|
|
|
|
|
|
|
| |
fails tests:
--- FAIL: TestDatadog (0.00s)
panic: runtime error: invalid memory address or nil pointer dereference [recovered]
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0xa4c168]
|
| |
|
| |
|
|
|
|
|
|
|
| |
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:706:2: AT_STAT_ redeclared in this block
previous declaration at vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:705:13
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:707:2: AT_STAT_ redeclared in this block
previous declaration at vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go:706:13
|
| |
|
| |
|
|
|