Michael Marineau
9a3c459914
coreos-kernel: fix error with multilib-strict
2016-09-09 16:19:54 -07:00
Michael Marineau
36cc67c4ae
dev-lang/go-bootstrap: sync up with new go eclasses
...
General cleanup and avoid errors cause by testdata w/ executable stacks.
2016-09-09 16:19:53 -07:00
Gary Grebus
b2c6134eea
app-crypt/gnupg: Fix problem when cross compiling
...
Fix errors like this from configure when cross compiling:
"checking whether PTH installation is sane... no
configure: WARNING:
***
*** To support concurrent access to the gpg-agent and the SCdaemon
*** we need the support of the GNU Portable Threads Library.
..."
Signed-off-by: Gary Grebus <gary.grebus@verizon.com>
2016-09-08 15:55:01 -04:00
Michael Marineau
0b3bf1755c
coreos-go-depend: set go1.7 as the default version
2016-09-07 18:40:01 -07:00
Michael Marineau
3c59aa05e0
dev-lang/go: bump to 1.7.1, mark stable
2016-09-07 18:39:44 -07:00
Michael Marineau
dabb056d17
coreos-go-lang: always update default go version
...
This will override anything someone selected manually with `eselect go`
but in the context of the SDK that shouldn't really be an issue.
2016-09-07 18:39:44 -07:00
Michael Marineau
28839780e7
dev-db/etcd: fix ldflags for go1.7
2016-09-07 18:02:00 -07:00
Michael Marineau
c4f1e8cc18
coreos-metadata: fix ldflags for go1.7
2016-09-07 17:53:30 -07:00
Michael Marineau
c025f3a3e9
coreos-cloudinit: fix ldflags for go1.7
2016-09-07 17:53:06 -07:00
Michael Marineau
01bd251228
app-emulation/acbuild: fix ldflags for go1.7
2016-09-07 17:47:28 -07:00
Michael Marineau
b127637971
profiles: remove ustr install mask
...
This extra cruft is now hidden behind use flags! :-D
2016-09-07 17:27:08 -07:00
Michael Marineau
4f8764e26e
dev-libs/ustr: moving back to portage-stable
2016-09-07 17:27:08 -07:00
Michael Marineau
074ea45273
Merge pull request #2159 from marineam/go-slot
...
Slotted Go: The Happening
2016-09-07 17:21:30 -07:00
Nick Owens
06c25f54f8
Merge pull request #2181 from mischief/fix-qemu
...
profiles: add static-libs to bzip2 for qemu
2016-09-07 15:37:43 -07:00
Nick Owens
9496b836f9
profiles: add static-libs to bzip2 for qemu
2016-09-07 15:34:55 -07:00
Alex Crawford
2d5699fca3
sys-apps/ignition: bump to v0.11.0
2016-09-07 14:19:14 -07:00
Alex Crawford
e4b84844eb
sys-kernel/bootengine: more provider support
...
Includes cdrom_id rules and network support for DigitalOcean (via
coreos-metadata).
2016-09-07 14:12:48 -07:00
Alex Crawford
67265039da
coreos-base/coreos-metadata: bump to v0.6.0
2016-09-07 14:04:29 -07:00
Alex Crawford
6c705616a9
Merge pull request #2177 from crawford/curl
...
profiles: accept unstable curl 7.50.2
2016-09-07 13:27:06 -07:00
Alex Crawford
e82a4c799c
profiles: accept unstable curl 7.50.2
...
Fixes CVE-2016-7141.
2016-09-07 13:23:15 -07:00
Nick Owens
ef79c0154a
sys-kernel/coreos-{kernel,modules,sources}: bump to 4.7.3
2016-09-07 11:06:08 -07:00
David Michael
427b7e8205
sys-apps/baselayout: don't deny logins due to the user's shell
2016-09-06 14:16:29 -07:00
David Michael
9c8e46b5ef
sys-apps/systemd: bump to disable the DNS stub resolver
2016-09-06 13:19:59 -07:00
Nick Owens
6d46018876
Merge pull request #2158 from mischief/etcd-2.3.7
...
dev-db/etcd: bump to v2.3.7
2016-09-06 12:52:26 -07:00
Michael Marineau
fd37d8e738
dev-lang/go: add 1.7, marked ~arch for now
2016-09-05 13:08:51 -07:00
Michael Marineau
2dfc02f485
dev-lang/go: support installing multiple Go versions in parallel
2016-09-05 13:08:51 -07:00
Michael Marineau
bf0b8b13d4
dev-lang/go: remove 1.4.3
2016-09-05 13:08:51 -07:00
Michael Marineau
c713702639
app-eselect/eselect-go: manage multiple versions of Go
2016-09-05 13:08:51 -07:00
Stefan Junker
8b763e5cfb
rkt: 1.13.0 -> 1.14.0
2016-09-02 11:13:50 +02:00
Michael Marineau
9b831ddf4e
app-emulation/docker: migrate to coreos-go-depend eclass
2016-08-31 19:59:45 -07:00
Michael Marineau
4150be487c
app-emulation/rkt: migrate to coreos-go-depend eclass
2016-08-31 19:59:45 -07:00
Michael Marineau
7b7f712298
coreos-go-depend: use flags to indicate what version of Go is used
2016-08-31 19:59:45 -07:00
Michael Marineau
b19a21acf1
coreos-go-utils: new eclass for Go related utilities
...
This eclass adopts parts of coreos-go.eclass and the dev-lang/go
ebuilds, providing functionality useful to both types of builds.
2016-08-31 19:59:45 -07:00
Nick Owens
2dfeec782a
dev-db/etcd: bump to v2.3.7
2016-08-31 16:41:19 -07:00
Vito Caputo
049b784a98
Merge pull request #2156 from vcaputo/sysd-231-journald-fix-redux
...
sys-apps/systemd: bump for journald ENOSPC fix II
2016-08-31 13:57:09 -07:00
Vito Caputo
49f2c0ded3
sys-apps/systemd: bump for journald ENOSPC fix II
2016-08-31 13:45:24 -07:00
Gary Grebus
1bacccb39b
app-crypt/gnupg: move from portage-stable
...
Signed-off-by: Gary Grebus <gary.grebus@verizon.com>
2016-08-31 16:04:56 -04:00
Nick Owens
a6d6a6670d
Merge pull request #2150 from mischief/mayday
...
app-admin/mayday: bump to v1.0.0
2016-08-31 11:39:55 -07:00
Nick Owens
2b4530e075
app-admin/mayday: bump to v1.0.0
2016-08-31 11:26:49 -07:00
Michael Marineau
7d02cc8fd3
dev-vcs/repo: add repo wrapper version 1.23
2016-08-31 10:51:53 -07:00
Vito Caputo
db3b1b81b9
sys-apps/seismograph: fix cgpt resize off-by-one
...
Fixes https://github.com/coreos/bugs/issues/1527
2016-08-30 15:43:26 -07:00
Alex Crawford
2133cf1c09
Merge pull request #2152 from crawford/toolbox
...
app-admin/toolbox: fix mount variable
2016-08-26 18:00:30 -07:00
Alex Crawford
590dde9985
app-admin/toolbox: fix mount variable
2016-08-26 17:54:00 -07:00
Alex Crawford
da48fcaa84
sys-apps/ignition: bump to v0.10.1
2016-08-26 17:52:45 -07:00
Nick Owens
b75623d8db
app-emulation/runc: patch out installing deps in makefile
...
runc invokes go build -i, which installs dependencies to GOROOT. the
build is run without privilege to write there, so it fails.
2016-08-24 19:38:33 -07:00
Nick Owens
0fff88f8ed
Merge pull request #2148 from mischief/locksmith-0.4.0
...
app-admin/locksmith: bump to v0.4.0
2016-08-23 17:36:44 -07:00
Nick Owens
884e82b26a
app-admin/locksmith: bump to v0.4.0
2016-08-23 17:35:22 -07:00
Alex Crawford
77b3fda4e0
app-admin/toolbox: bump to include mount variable
2016-08-23 17:24:43 -07:00
Alex Crawford
eb3ffc9ca7
Merge pull request #2146 from crawford/ignition
...
sys-apps/ignition: bump to v0.10.0
2016-08-23 16:45:46 -07:00
Alex Crawford
6badbb2c8b
sys-apps/ignition: bump to v0.10.0
2016-08-23 16:19:39 -07:00