29556 Commits

Author SHA1 Message Date
Nick Owens
7f38711a84 Merge pull request #1738 from mischief/rkt-0.16.0
app-emulation/rkt: bump version to 0.16.0
2016-01-28 15:14:21 -08:00
Nick Owens
d3a1e602e1 Merge pull request #1749 from mischief/openssl-1.0.2f
Openssl 1.0.2f
2016-01-28 14:46:28 -08:00
Nick Owens
59a3e1fd1d app-emulation/rkt: bump version to 0.16.0 2016-01-28 14:44:05 -08:00
Nick Owens
bd3e22f7ac Merge pull request #1748 from mischief/baselayout
sys-apps/baselayout: include change to disable LLMNR
2016-01-28 14:42:47 -08:00
Nick Owens
db9166e39a sys-apps/baselayout: include change to disable LLMNR 2016-01-28 14:42:00 -08:00
Nick Owens
402836b1c0 dev-libs/openssl: bump to 1.0.2f
fixes CVE-2016-0701 and CVE-2015-3197 and updates CVE-2015-4000 (logjam)

https://www.openssl.org/news/secadv/20160128.txt
2016-01-28 14:15:56 -08:00
Nick Owens
a8bc8f0c5b dev-libs: import openssl-1.0.2e from portage-stable 2016-01-28 14:11:10 -08:00
Michael Marineau
143c7b312e Merge pull request #494 from marineam/boto
release_util: use BOTO_PATH instead of searching for .boto
2016-01-28 13:25:57 -08:00
Michael Marineau
9332cb697e release_util: use BOTO_PATH instead of searching for .boto
This simplifies the code a little and allows BOTO_PATH or BOTO_CONFIG to
be set in the environment. Now configs may be in arbitrary locations.
2016-01-28 13:10:01 -08:00
Michael Marineau
cf3b1fdf1f Merge pull request #1747 from marineam/baselayout-proc
baselayout: tolerate /proc and friends being mounted read-only
2016-01-27 14:58:55 -08:00
Michael Marineau
cb253416ac baselayout: tolerate /proc and friends being mounted read-only 2016-01-27 14:57:46 -08:00
Geoff Levand
59b46ba9f1 Merge pull request #373 from glevand/for-merge-net
Update for net
2016-01-26 15:15:22 -08:00
Alex Crawford
58f9b027c7 Merge pull request #1746 from crawford/flannel
app-admin/flannel: expose docker path as variable
2016-01-26 15:10:57 -08:00
Nick Owens
5a065ef9e5 Merge pull request #1745 from mischief/portage
portage 2.2.26
2016-01-26 14:18:25 -08:00
Alex Crawford
a8f02e6902 app-admin/flannel: expose docker path as variable
This allows users to override the path to a local mirror.
2016-01-25 19:08:41 -08:00
Michael Marineau
95d0bdaf72 *: Fix PIPESTATUS checks for bash 4.3
The one-liner `[[ -z ${PIPESTATUS[*]#0} ]]` no longer works because the
expansion still includes spaces even if all the values are zero. Somehow
that didn't matter in bash 4.2 but it does mater in 4.3 to be consistent
with the general behavior of variables in [[ tests.
2016-01-25 18:25:53 -08:00
Nick Owens
98b8375562 sys-apps/portage: mark arm64 stable 2016-01-25 15:51:06 -08:00
Nick Owens
30d9b7d6ab Merge pull request #374 from mischief/eclass-python
eclass: sync python eclasses
2016-01-25 15:27:06 -08:00
Nick Owens
df68b29bfa Merge pull request #1744 from mischief/arm64-zram
sys-kernel/coreos-kernel: enable ZRAM
2016-01-25 15:08:16 -08:00
Geoff Levand
9eef0808bd Merge pull request #1741 from glevand/for-merge-etcd
dev-db/etcd: Set CROS_WORKON_COMMIT for arm64
2016-01-25 14:13:32 -08:00
Nick Owens
7a583c8b00 sys-apps/portage: apply CoreOS patches to 2.2.26 2016-01-25 12:13:43 -08:00
Nick Owens
a093297e94 sys-apps/portage: import 2.2.26 2016-01-25 12:13:43 -08:00
Nick Owens
0c73a57e23 sys-kernel/coreos-kernel: enable ZRAM 2016-01-25 11:59:39 -08:00
Nick Owens
d7966f82ed eclass: sync python eclasses 2016-01-25 11:48:21 -08:00
Alex Crawford
989387a2a2 Merge pull request #1737 from crawford/length
sys-apps/shadow: increase minimum password length
2016-01-21 16:44:00 -08:00
Geoff Levand
fe848f57cf dev-db/etcd: Set CROS_WORKON_COMMIT for arm64
The current CROS_WORKON_COMMIT of etcd-2.2.4 does not build from
arm64.  Add a temporary conditional to set CROS_WORKON_COMMIT to
a known good revision for arm64.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-01-21 15:34:31 -08:00
Michael Marineau
676a9f2173 Merge pull request #1734 from marineam/go
Go 1.5.3
2016-01-21 13:51:40 -08:00
Alex Crawford
71903eab1d sys-apps/shadow: increase minimum password length
Several cloud providers have requested that the minimum password length be
increased to eight.
2016-01-21 09:17:16 -08:00
Nick Owens
e9e876f0e9 Merge pull request #1736 from mischief/ntp
net-misc/ntp: sync with upstream to 4.2.8p6
2016-01-20 23:36:27 -08:00
Nick Owens
7b6add8913 net-misc/ntp: sync with upstream to 4.2.8p6 2016-01-20 22:42:05 -08:00
Geoff Levand
94441549da bump(dev-libs/libnl): sync with upstream for arm64
Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-01-20 11:53:12 -08:00
Geoff Levand
d82ef18ed0 setup_board: Build grub platform modules
Run the emerge of the SDK sys-boot/grub again to pick up any config
changes that were made in setup_board.  This late emerge is needed
to build grub modules for architectures that are different from the
host.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-01-20 09:49:15 -08:00
Michael Marineau
524e466cc1 go: update 1.5 ebuild to 1.5.3 (remains ~amd64 for now) 2016-01-19 20:52:36 -08:00
Michael Marineau
e31ec800f0 go: a couple minor cleanups from upstream 2016-01-19 20:51:39 -08:00
Nick Owens
6ea24e667e Merge pull request #1733 from mischief/cve-oops
sys-kernel/coreos-{sources,kernel}: *actually* apply patch for CVE-2016-0728
2016-01-19 18:41:16 -08:00
Nick Owens
f2332e96f6 sys-kernel/coreos-{sources,kernel}: *actually* apply patch for CVE-2016-0728 2016-01-19 17:13:00 -08:00
Nick Owens
fdede7b04e Merge pull request #1729 from mischief/cve-2016-0728-alpha
sys-kernel/coreos-{sources,kernel}: apply patch for CVE-2016-0728
2016-01-19 14:38:59 -08:00
Nick Owens
fad7f689ed sys-kernel/coreos-{sources,kernel}: apply patch for CVE-2016-0728 2016-01-19 14:35:01 -08:00
Geoff Levand
b146809589 Merge pull request #1727 from glevand/for-merge-defconfig
arm64_defconfig: Set CONFIG_MODULE_SIG
2016-01-18 12:34:08 -08:00
Geoff Levand
8cabe64b95 arm64_defconfig: Set CONFIG_MODULE_SIG
Needed for module signatures.  Also fixes kernel build errors.

Signed-off-by: Geoff Levand <geoff@infradead.org>
2016-01-18 12:31:25 -08:00
Nick Owens
c72539f915 Merge pull request #1728 from mischief/binfmt
sys-kernel/coreos-kernel: enable BINFMT_MISC
2016-01-17 13:22:00 -08:00
Michael Marineau
851cf98945 Merge pull request #478 from glevand/for-merge-setup
scripts: Updates for arm64
2016-01-15 17:39:12 -08:00
Nick Owens
9962a886b8 sys-kernel/coreos-kernel: enable BINFMT_MISC 2016-01-15 17:37:42 -08:00
Nick Owens
45257bcb80 Merge pull request #1724 from mischief/openssh-CVE-2016-0777
net-misc/openssh: import upstream gentoo patch for CVE-2016-0777
2016-01-14 12:00:49 -08:00
Nick Owens
3a84cc82dd net-misc/openssh: import upstream gentoo patch for CVE-2016-0777 2016-01-14 10:51:47 -08:00
Alex Crawford
9bed8043b3 Merge pull request #1722 from crawford/etcd
dev-db/etcd: bump to v2.2.4
2016-01-13 14:18:53 -08:00
Alex Crawford
c70bc7fae5 dev-db/etcd: bump to v2.2.4 2016-01-13 14:16:22 -08:00
Alex Crawford
efe4e7f38e Merge pull request #1719 from crawford/ignition
sys-apps/ignition: bump to v0.2.6
2016-01-13 13:59:31 -08:00
Vito Caputo
aac6a89952 Merge pull request #1721 from vcaputo/prevent-disabling-selinux
app-emulation/docker: don't clobber --selinux-enabled
2016-01-13 13:56:36 -08:00
Amin Shayan
876e1aba79 app-emulation/docker: don't clobber --selinux-enabled
exec docker "$@" ${USE_SELINUX} will override DOCKER_OPTS if it contains
--selinux-enabled=false, and puts double --selinux-enabled in args which
is confusing too.

docker daemon --host=fd:// --selinux-enabled=false --selinux-enabled
2016-01-13 13:50:51 -08:00