6389 Commits

Author SHA1 Message Date
Nick Owens
422faba2a6 app-admin/flannel: mark stable for arm64 2016-09-19 16:46:31 -07:00
Nick Owens
d75a79ea35 app-admin/flannel: teach flannel about other arches 2016-09-19 16:45:59 -07:00
Nick Owens
9ba1b4d845 app-admin/flannel: bump to v0.6.1 2016-09-19 16:37:37 -07:00
Nick Owens
e9495dbcf4 app-admin/flannel: drop 0.5.5-r2 2016-09-19 16:23:46 -07:00
Michael Marineau
86847e5185 update_engine: bump to 0.3.1 (fixes support for verity) 2016-09-19 12:43:18 -07:00
Michael Marineau
73e98f996a Merge pull request #2193 from marineam/mantle
mantle: bump to 0.2.0 (huge upgrade)
2016-09-19 10:44:55 -07:00
Michael Marineau
988508082d Merge pull request #2192 from marineam/update_engine
update_engine 0.3.0 (kernel support)
2016-09-19 10:44:48 -07:00
Michael Marineau
78c2b96df2 mantle: bump to 0.2.0 (huge upgrade) 2016-09-16 16:22:36 -07:00
Michael Marineau
dd95c7c5d6 update_engine: bump to 0.3.0, adds kernel update support 2016-09-16 16:03:09 -07:00
Michael Marineau
33f3a9b2ed update_engine: prune old version 2016-09-16 16:03:09 -07:00
Michael Marineau
ebde08920d sys-libs/glibc: import the C.UTF-8 locale from Fedora
The 2.23 version of the patch is used by Fedora for glibc versions
2.21 through 2.23. Although currently unused by the ebuild the 2.24
version of the patch is included for future reference.

The latest revision can be found here:
http://pkgs.fedoraproject.org/cgit/rpms/glibc.git/tree/glibc-c-utf8-locale.patch
2016-09-16 15:53:16 -07:00
Alex Crawford
9c47730ba9 coreos-base/coreos-cloudinit: bump to v1.12.0
This removes support for DigitalOcean networking (taken care of by
coreos-metadata in the initramfs) and adds timeouts to all systemd
services.
2016-09-15 10:35:34 -07:00
David Michael
7d5a931560 sys-apps/baselayout: update PAM for SSH lastlog and systemd-user 2016-09-14 17:44:41 -07:00
David Michael
dd70961bca coreos-base/coreos-init: bump to sync with PAM settings 2016-09-14 17:41:20 -07:00
Alex Crawford
6895593ead coreos-base/oem-ec2-compat: use ttyS0 for console
On HVM instances, tty0 is actually a graphical interface. Since the
interface exposed is non-interactive, it's not possible to scroll
through the logs, which results in lots of missing information. Setting
the console to ttyS0, on the other hand, sends the output to the system
log.

PV instances don't have this issue since they are xen-based and use
hvc0.
2016-09-14 16:12:51 -07:00
Michael Marineau
e06c4ce646 sys-libs/ncurses: fix some compiler warnings
From http://ncurses.scripts.mit.edu/?p=ncurses.git;a=commit;h=73ab536b636227eed291dad213ca88c93d422fb8

The important part is the tiny change to use the attr_get function
instead of the macro fixing:

    test/ncurses.c:1681:29: warning: the comparison will always evaluate
    as ‘true’ for the address of ‘old_attr’ will never be NULL [-Waddress]

which causes portage to abort with FEATURES=stricter
2016-09-09 19:44:48 -07:00
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
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