Nick Owens
0b9162ac4d
Merge pull request #1692 from mischief/sd-journal-remote-memory
...
sys-apps/systemd: include systemd-journal-remote memory limit fix
2015-12-14 15:24:32 -08:00
Nick Owens
bd7ee7c632
sys-apps/systemd: include systemd-journal-remote memory limit fix
2015-12-14 15:14:28 -08:00
Nick Owens
6ca9cc42e1
Merge pull request #1689 from mischief/btrfs-progs
...
profiles/coreos/base: use btrfs-progs 4.2.2 for fixes and features
2015-12-14 12:00:06 -08:00
kayrus
ab2e1e5b63
Use defined ETCD_SSL_DIR path inside the flannel container
2015-12-14 19:06:15 +01:00
Michael Marineau
bf8fe18b5a
glibc: apply CoreOS tweaks
...
This time around our changes take a slightly different approach. Instead
of editing the ebuild to undo things done in the common eblit code the
eblits are edited directly, allowing for better customization. Also,
managing locales is now different. Inside the SDK all locales are built
at compile time, avoiding the need for locale-gen which is slow and
complicates setup of the SDK chroot. For cross-compiled targets (CoreOS
itself) final images don't include locale info either, again no need for
locale-gen.
The SDK is a bit bigger now, the compressed tarball is 20MB bigger and
200MB bigger extracted on disk. Considering how big it already is this
shouldn't be that big of a deal.
2015-12-10 11:43:53 -08:00
Michael Marineau
87eea1180a
glibc: sync with upstream, bump to latest stable
...
Upgrade to 2.21
2015-12-10 11:43:05 -08:00
Nick Owens
557daabbf0
profiles/coreos/base: use btrfs-progs 4.2.2 for fixes and features
2015-12-09 15:59:07 -08:00
Alex Crawford
5e20f8ff3c
Merge pull request #1683 from crawford/etcd
...
dev-db/etcd: remove service start timeout
2015-12-09 14:15:40 -08:00
Alex Crawford
fceff8a3d5
Merge pull request #1687 from aaronlevy/kube-fix
...
app-admin/kubelet: force NodeReady condition to be last on existing nodes
2015-12-09 14:15:17 -08:00
Nick Owens
4546cef9d9
Merge pull request #1688 from mischief/scsi-aic79xx
...
sys-kernel/coreos-kernel: enable SCSI_AIC79XX
2015-12-09 11:55:54 -08:00
Nick Owens
efabce35ed
sys-kernel/coreos-kernel: enable SCSI_AIC79XX
2015-12-09 11:04:57 -08:00
Aaron Levy
abc79bc5eb
app-admin/kubelet: force NodeReady condition to be last on existing nodes
2015-12-08 17:33:07 -08:00
Alex Crawford
3b836bc05d
Merge pull request #1685 from steveeJ/rkt-0.13
...
app-emulation/rkt: bump version 0.11.0 -> 0.13.0
2015-12-08 15:34:22 -08:00
Eugene Yakubovich
b27760feaa
Merge pull request #1686 from eyakubovich/flannel-0.5.5
...
flannel: bump to 0.5.5
2015-12-08 14:55:49 -08:00
Eugene Yakubovich
ad7bd94e7c
flannel: bump to 0.5.5
2015-12-08 14:52:05 -08:00
Stefan Junker
98d8fd4288
app-emulation/rkt: bump version 0.11.0 -> 0.13.0
2015-12-08 22:20:37 +01:00
Alex Crawford
b00d650b1a
dev-db/etcd: remove service start timeout
2015-12-07 16:34:27 -08:00
Nick Owens
70ed2a9839
Merge pull request #1682 from mischief/coreos-firmware
...
sys-kernel/coreos-firmware: sync to latest stable firmware ebuild
2015-12-07 12:35:42 -08:00
Nick Owens
301d52d32e
sys-kernel/coreos-firmware: sync to latest stable firmware ebuild
2015-12-07 12:31:30 -08:00
Vito Caputo
bc889a291a
Merge pull request #1679 from vcaputo/systemd-nspawn-tmpfs-segv
...
sys-apps/systemd: include nspawn tmpfs segfault fix
2015-12-03 16:49:52 -08:00
Vito Caputo
9ecb2d6722
sys-apps/systemd: include nspawn tmpfs segfault fix
2015-12-03 15:56:27 -08:00
Alex Crawford
5e9dbfb4fb
Merge pull request #1678 from crawford/systemd
...
sys-apps/systemd: include machinectl fixes
2015-12-03 15:21:04 -08:00
Alex Crawford
22c78a34ae
sys-apps/systemd: include machinectl fixes
2015-12-03 15:18:08 -08:00
Geoff Levand
f6d772d248
arm64_defconfig-4.3: Enable TPM
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-12-03 14:50:57 -08:00
Patrick Baxter
5934c77be7
Merge pull request #1676 from pbx0/systemd-shutdown
...
sys-apps/systemd: include fix for shutdown
2015-12-03 14:44:28 -08:00
Patrick Baxter
7cfeee46b4
sys-apps/systemd: include fix for shutdown
...
https://github.com/coreos/bugs/issues/1009
2015-12-03 14:14:43 -08:00
Vito Caputo
d9f5c09dad
Merge pull request #1663 from vcaputo/cater_to_out_of_tree_modules
...
coreos-kernel: populate /lib/modules/$(uname -r)/build
2015-12-03 14:05:47 -08:00
Nick Owens
bde115c87d
Merge pull request #1675 from mischief/openssl
...
profiles/coreos/base: use openssl 1.0.2e for security fixes
2015-12-03 14:02:23 -08:00
Nick Owens
96b0f40ce9
profiles/coreos/base: use openssl 1.0.2e for security fixes
2015-12-03 13:58:56 -08:00
Geoff Levand
54563d11c8
app-crypt/trousers: Set arm64 keyword
...
Signed-off-by: Geoff Levand <geoff@infradead.org>
2015-12-03 13:02:50 -08:00
Vito Caputo
bce454f301
coreos-kernel: populate /lib/modules/$(uname -r)/build
...
With this changeset one can build a kernel module out-of-tree in a dev
image in the usual fashion:
```
~# cat Makefile
obj-m := noop.o
~# make -C /lib/modules/4.3.0-coreos-r1/build M=$PWD
make: Entering directory '/usr/lib64/modules/4.3.0-coreos-r1/build'
CC [M] /tmp/noop/noop.o
Building modules, stage 2.
MODPOST 1 modules
CC /tmp/noop/noop.mod.o
LD [M] /tmp/noop/noop.ko
make: Leaving directory '/usr/lib64/modules/4.3.0-coreos-r1/build'
~#
```
/lib/modules/$(uname -r)/source is now populated with a stripped source
tree (headers, scripts, Makefiles...), prod images may build out-of-tree
modules by simply bind mounting these directories into a toolchain
container without needing kernel source.
Note that this build directory is being populated from the _actual_
$KBUILD_OUTPUT used in producing the kernel in the image, which has simply
been `make clean`ed and stripped down:
```
/lib/modules/4.3.0-coreos-r1/build# ls -la
drwxr-xr-x 5 root root 4096 Nov 25 11:56 .
drwxr-xr-x 4 root root 4096 Nov 25 11:56 ..
-rw-r--r-- 1 root root 108265 Nov 25 11:52 .config
-rw-r--r-- 1 root root 2 Nov 25 11:55 .version
-rw-r--r-- 1 root root 578 Nov 25 11:54 Makefile
-rw-r--r-- 1 root root 617170 Nov 25 11:55 Module.symvers
drwxr-xr-x 3 root root 4096 Nov 25 11:23 arch
-rw-r--r-- 1 root root 23280 Nov 25 11:52 defconfig
drwxr-xr-x 4 root root 4096 Nov 25 11:23 include
drwxr-xr-x 6 root root 4096 Nov 25 11:56 scripts
lrwxrwxrwx 1 root root 9 Nov 25 11:56 source -> ../source
/lib/modules/4.3.0-coreos-r1/build#
```
2015-12-03 12:44:11 -08:00
Alex Crawford
c9e090f5e0
Merge pull request #1674 from aaronlevy/kubelet-v1.1.2
...
Bump kubelet to v1.1.2
2015-12-01 20:14:49 -08:00
Aaron Levy
65b17c250b
app-admin/kubelet: bump to v1.1.2
2015-12-01 15:52:45 -08:00
Alex Crawford
361d71a5c1
Merge pull request #1670 from mjg59/tpm
...
Fix permissions on tcsd config
2015-12-01 15:37:18 -08:00
Aaron Levy
dfd8821cce
app-admin/kubelet: remove upsteam-merged patch
...
Included as of v1.1.1:
6bd7899593
2015-12-01 15:35:49 -08:00
Nick Owens
156f1e2397
Merge pull request #1673 from mischief/linux-sata-svw
...
sys-kernel/coreos-kernel: enable CONFIG_SATA_SVW
2015-12-01 15:14:24 -08:00
Nick Owens
5329163994
sys-kernel/coreos-kernel: enable CONFIG_SATA_SVW
...
fixes coreos/bugs#1006
2015-12-01 15:05:04 -08:00
Nick Owens
f5ba393357
Merge pull request #1672 from mischief/openssh-7
...
openssh 7.1 with ssh-dss
2015-12-01 14:38:00 -08:00
Nick Owens
8bc6d72578
net-misc/openssh: add patch to re-enable ssh-dss keys in openssh 7+
2015-11-30 18:58:21 -08:00
Nick Owens
ac5c983c77
Revert "profiles/coreos/base: mask openssh 7.0+; it will disable ssh-dss keys"
...
This reverts commit 5cf781a4d97830c3b917fd4c8fe0a00a665a7227.
2015-11-30 18:02:27 -08:00
Nick Owens
79d0df02d3
net-misc: import openssh-7.1_p1-r2 from portage-stable
2015-11-30 18:02:27 -08:00
Matthew Garrett
6bd32bdfaf
Fix permissions on tcsd config
...
Trousers is very paranoid about file permissions, so ensure that we install
them correctly.
2015-11-30 16:47:10 -08:00
Michael Marineau
b43cc62589
Merge pull request #1671 from marineam/repo
...
repo: update repo wrapper script to 1.22
2015-11-30 16:37:17 -08:00
Michael Marineau
4be7d9f4b8
repo: update repo wrapper script to 1.22
2015-11-30 16:20:49 -08:00
Nick Owens
b789885be4
Merge pull request #1667 from mischief/mask-openssh-7
...
profiles/coreos/base: mask openssh 7.0+; it will disable ssh-dss keys
2015-11-25 13:44:09 -08:00
Nick Owens
6564ec04e7
profiles/coreos/base: mask openssh 7.0+; it will disable ssh-dss keys
2015-11-25 13:40:01 -08:00
Alex Crawford
30207d89a0
Merge pull request #1666 from crawford/cloudinit
...
coreos-base/coreos-cloudinit: bump to v1.8.1
2015-11-25 11:48:03 -08:00
Alex Crawford
09331604b9
coreos-base/coreos-cloudinit: bump to v1.8.1
2015-11-25 11:45:25 -08:00
Alex Crawford
f9ae48b8d7
Merge pull request #1665 from crawford/docker
...
app-emulation/docker: bump to v1.9.1 with backport
2015-11-25 11:15:36 -08:00
Alex Crawford
c8e282fd42
app-emulation/docker: bump to v1.9.1 with backport
2015-11-25 11:00:03 -08:00