David Michael
89ff6feaf2
sys-libs/ncurses: Apply CoreOS changes
...
Add a symlink-usr USE flag for keeping a minimal set of terminfo
files in /usr/share/terminfo.
Also allow writes to /dev/ptmx, which sometimes causes the sandbox
to fail Jenkins builds.
2018-05-18 23:34:52 +00:00
David Michael
9dcfd7fc52
sys-libs/ncurses: Sync with Gentoo's latest stable
2018-05-18 23:34:52 +00:00
Benjamin Gilbert
25fffe839d
build_library: update VMware virtual hardware version to 11
...
This will run on ESXi 6.0 and above, and all non-EOL versions of Fusion
and Workstation.
Also enable a few useful VMX features (HPET; CPU and memory hotplug) that
are added by VMware Workstation 14.1.1's Change Hardware Compatibility
wizard. Correspondingly, enable CPU/memory hotplug in the OVF; omit
HPET because there's no obvious way to enable it.
2018-05-18 16:23:32 -04:00
Benjamin Gilbert
a126d8b078
Merge pull request #3231 from bgilbert/kopts
...
sys-kernel/coreos-modules: enable QLogic FCoE offload; build in HW RNG drivers
2018-05-17 21:34:32 -04:00
David Michael
491e144966
Merge pull request #816 from dm0-/docker
...
Upgrade Docker to 18.05
2018-05-17 19:52:10 -04:00
David Michael
11af17976f
Merge pull request #3230 from dm0-/docker
...
Upgrade Docker to 18.05
2018-05-17 19:51:59 -04:00
David Michael
5df8231d67
build_torcx_store: Bump the default Docker to 18.05
2018-05-17 18:21:42 -04:00
David Michael
dc7b29462d
app-arch/torcx: Bump the non-1.12 profile to 18.05
2018-05-17 18:20:54 -04:00
David Michael
ac53a14df2
app-torcx/docker: Bump the 18.04 image to 18.05
2018-05-17 18:20:18 -04:00
David Michael
212e5990a1
app-emulation/docker: Bump 18.04 to 18.05
2018-05-17 18:18:40 -04:00
David Michael
59f4115c85
app-emulation/docker-proxy: Drop the unused 18.04 version
2018-05-17 18:15:31 -04:00
Benjamin Gilbert
e9d1fd1d10
Merge pull request #815 from bgilbert/unrestricted
...
build_library: add --unrestricted to default GRUB menuentry
2018-05-17 17:37:21 -04:00
Andrew Jeddeloh
f137cde511
Merge pull request #3229 from ajeddeloh/bump-ignition
...
sys-apps/ignition: bump to v0.25.0
2018-05-17 14:11:32 -07:00
Andrew Jeddeloh
255210e6cd
sys-apps/ignition: bump to v0.25.0
2018-05-17 14:03:35 -07:00
Benjamin Gilbert
819c0803dd
build_library: add --unrestricted to default GRUB menuentry
...
This allows booting the default entry even if GRUB authentication is
configured in /usr/share/oem/grub.cfg.
2018-05-17 16:57:22 -04:00
Benjamin Gilbert
dbc67481d5
sys-kernel/coreos-modules: build in HW RNG drivers
...
Enable more HW RNG drivers, and build them into the kernel, to help
systems initialize their entropy pools sooner.
2018-05-17 16:57:13 -04:00
David Michael
68286739ce
profiles: Specify board CPUs for Rust to support
2018-05-17 14:23:11 -04:00
David Michael
b4f917e3df
dev-libs/rustlib: Bump to 1.26.0
2018-05-17 14:23:11 -04:00
David Michael
1a19854993
Merge pull request #3227 from dm0-/etcd
...
Bump etcd to 3.3.5
2018-05-17 12:16:05 -04:00
David Michael
b9786c0f3d
bump(virtual/rust): sync with upstream
2018-05-17 11:50:30 -04:00
David Michael
10e29c49c8
bump(dev-util/cargo): sync with upstream
2018-05-17 11:50:22 -04:00
David Michael
afea0d3d33
bump(dev-lang/rust): sync with upstream
2018-05-17 11:50:15 -04:00
David Michael
7455dac1c1
dev-db/etcdctl: Bump 3.3.4 to 3.3.5
2018-05-17 11:42:36 -04:00
David Michael
af9bd9f0d8
app-admin/etcd-wrapper: Bump 3.3.4 to 3.3.5
2018-05-17 11:42:00 -04:00
Benjamin Gilbert
e8e5d53db5
sys-kernel/coreos-modules: enable QLogic FCoE offload support
2018-05-17 00:02:59 -04:00
David Michael
6e88f21b33
dev-util/catalyst: Move to coreos-overlay
2018-05-16 16:56:26 -04:00
David Michael
99aa76bc84
bump(metadata/glsa): sync with upstream
2018-05-16 16:48:42 -04:00
David Michael
dccb032032
bump(net-misc/rsync): sync with upstream
2018-05-16 16:45:59 -04:00
Benjamin Gilbert
06967fcf9b
Merge pull request #3224 from bgilbert/ntp
...
net-misc/ntp: add notrap to default restrict config
2018-05-16 13:34:50 -04:00
Benjamin Gilbert
c123b77334
Merge pull request #3223 from bgilbert/init
...
coreos-base/coreos-init: bump for coreos-install Ignition dest path
2018-05-16 13:34:30 -04:00
Benjamin Gilbert
da51511239
net-misc/ntp: add notrap to default restrict config
...
It's a common security hardening option and doesn't seem likely to
affect any actual usage.
2018-05-15 22:13:57 -04:00
Benjamin Gilbert
68af9b0306
Merge pull request #813 from bgilbert/qemu
...
build_library: attach virtio-rng-pci; avoid obsolete QEMU syntax
2018-05-15 18:36:12 -04:00
Benjamin Gilbert
1717709dbf
build_library: avoid obsolete QEMU -net syntax
...
It's been deprecated since QEMU 0.12. Fixes warning on QEMU startup:
qemu-system-x86_64: -net nic,vlan=0,model=virtio: 'vlan' is deprecated. Please use 'netdev' instead.
2018-05-15 17:33:27 -04:00
Benjamin Gilbert
72bd0b175b
build_library: attach virtio-rng-pci device to QEMU VMs
...
Pass /dev/urandom through to QEMU VMs. (Not /dev/random, to avoid
draining the host's entropy.) This speeds initialization of VM entropy.
2018-05-15 17:22:24 -04:00
Benjamin Gilbert
64fc7fbadb
coreos-base/coreos-init: bump for coreos-install Ignition dest path
...
coreos-install now installs Ignition configs to /usr/share/oem/config.ign
so it doesn't need to modify grub.cfg.
2018-05-15 15:08:46 -04:00
David Michael
6231c73ab0
bump(dev-libs/libxml2): sync with upstream
2018-05-14 18:08:58 -04:00
David Michael
f1d720d69e
bump(virtual/krb5): sync with upstream
2018-05-14 17:51:52 -04:00
David Michael
28d48ddbf0
bump(net-dns/bind-tools): sync with upstream
2018-05-14 15:13:54 -04:00
David Michael
c284a26bef
bump(dev-db/sqlite): sync with upstream
2018-05-14 15:11:19 -04:00
David Michael
5aaa269672
bump(app-shells/bash-completion): sync with upstream
2018-05-14 15:04:55 -04:00
David Michael
9c3b03faf4
bump(sys-apps/util-linux): sync with upstream
2018-05-14 14:58:20 -04:00
David Michael
7c6f33d9f7
bump(app-eselect/eselect-pinentry): sync with upstream
2018-05-14 14:26:31 -04:00
David Michael
db98cd9b81
bump(app-crypt/pinentry): sync with upstream
2018-05-14 14:25:08 -04:00
David Michael
6c798c1c1d
bump(app-editors/vim-core): sync with upstream
2018-05-14 14:22:14 -04:00
David Michael
673f065a53
bump(app-editors/vim): sync with upstream
2018-05-14 14:21:54 -04:00
David Michael
7763981707
bump(sys-apps/less): sync with upstream
2018-05-14 14:19:07 -04:00
David Michael
0e1e958888
bump(app-crypt/rhash): sync with upstream
2018-05-14 14:03:40 -04:00
David Michael
3771c0a932
bump(dev-util/cmake): sync with upstream
2018-05-14 13:59:53 -04:00
David Michael
d0984fc6ec
bump(sys-apps/gptfdisk): sync with upstream
2018-05-14 13:53:15 -04:00
David Michael
a084a04dab
bump(dev-libs/libpcre): sync with upstream
2018-05-11 18:48:29 -04:00