Michael Marineau
be95f25ca1
app-emulation/open-vm-tools: fix rpath issues with sysroot
...
Adding "-Ldir" to the link flags causes libtool to also add "-rpath
dir". So if dir includes the expanded sysroot the resulting binary is
going to wind up referring a path that doesn't exist. To avoid this use
the special "=" path prefix that causes the linker to expand sysroot.
2016-09-09 16:19:54 -07:00
Michael Marineau
da6798a373
sys-auth/realmd: fix error with multilib-strict
2016-09-09 16:19:54 -07:00
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
Michael Marineau
f99de115c5
Merge pull request #2184 from marineam/go1.7
...
Upgrade to Go 1.7.1
2016-09-09 14:23:58 -07: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
657255cb9c
Merge pull request #2183 from marineam/ldflags
...
*: fix ldflags for go1.7
2016-09-07 18:18:30 -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
f232f1dc6b
Merge pull request #2182 from marineam/ustr
...
Cleanup old ustr package
2016-09-07 17:29:30 -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
4a485cdc68
Merge pull request #2180 from crawford/ignition
...
sys-apps/ignition: bump to v0.11.0
2016-09-07 14:21:23 -07:00
Alex Crawford
2d5699fca3
sys-apps/ignition: bump to v0.11.0
2016-09-07 14:19:14 -07:00
Alex Crawford
7fe68b97a9
Merge pull request #2179 from crawford/bootengine
...
sys-kernel/bootengine: more provider support
2016-09-07 14:16:07 -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
74a6a1dc80
Merge pull request #2178 from crawford/metadata
...
coreos-base/coreos-metadata: bump to v0.6.0
2016-09-07 14:11:04 -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
d187d9e8e5
Merge pull request #2176 from mischief/linux-4.7.3
...
sys-kernel/coreos-{kernel,modules,sources}: bump to 4.7.3
2016-09-07 13:22:59 -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
0504ea606d
Merge pull request #2173 from dm0-/bugs-1523
...
sys-apps/baselayout: don't deny logins due to the user's shell
2016-09-06 15:40:35 -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
1bd13d1a6f
Merge pull request #2170 from dm0-/bugs-1545
...
sys-apps/systemd: bump to disable the DNS stub resolver
2016-09-06 13:49:53 -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
8d625e17f3
Merge pull request #2160 from steveeJ/rkt-bump
...
rkt: 1.13.0 -> 1.14.0
2016-09-02 11:15:30 +02: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
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
6072f85c29
Merge pull request #2155 from marineam/repo
...
dev-vcs/repo: add repo wrapper version 1.23
2016-08-31 11:05:09 -07:00