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
2dde3a9d91
Merge pull request #2194 from marineam/c-utf8
...
sys-libs/glibc: import the C.UTF-8 locale from Fedora
2016-09-16 16:50:21 -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
d25cd78a5a
Merge pull request #2191 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to v1.12.0
2016-09-15 11:12:21 -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
7644f55bb9
Merge pull request #2190 from dm0-/bugs-1498
...
Bump init and baselayout for some PAM updates
2016-09-14 17:58:08 -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
18ca50e0cc
Merge pull request #2189 from crawford/ec2
...
coreos-base/oem-ec2-compat: use ttyS0 for console
2016-09-14 16:32:45 -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
c40942900d
Merge pull request #2188 from marineam/ncurses
...
sys-libs/ncurses: fix some compiler warnings
2016-09-12 15:36:40 -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
013add23fe
Merge pull request #2187 from marineam/fixes
...
multilib-strict and stricter fixes
2016-09-09 16:32:12 -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
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
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
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