2652 Commits

Author SHA1 Message Date
Vito Caputo
8ae62a2956 Merge pull request #1086 from vcaputo/sysd-transient-defaultdeps
systemd: backport patch for DefaultDependencies on transient units
2015-02-04 16:27:10 -08:00
Vito Caputo
b31bd828a0 systemd: backport patch for DefaultDependencies on transient units
Part of fixing https://github.com/coreos/bugs/issues/186
2015-02-04 19:23:57 -05:00
Alex Crawford
31b49005d4 Merge pull request #1084 from crawford/nspawn
sys-apps/systemd: add patch for nspawn module load
2015-02-04 15:18:10 -08:00
Alex Crawford
8865b6900a sys-apps/systemd: add patch for nspawn module load
http://cgit.freedesktop.org/systemd/systemd/commit/?id=d0a0ccf3fecdb422d3fb7ab89646fe9042f11acd
2015-02-04 11:27:35 -08:00
Alex Crawford
afa3c42672 Merge pull request #1082 from crawford/docker-fix
docker: bump ebuild
2015-02-02 14:16:12 -08:00
Alex Crawford
76583606a9 docker: bump ebuild
Should have been done in 504faa1495e599e427f7d1e041c945436202ab34.
2015-02-02 14:05:10 -08:00
Alex Crawford
6997796ac6 Merge pull request #1080 from crawford/glibc
glibc: revert back to glibc-2.17
2015-02-02 10:48:56 -08:00
Alex Crawford
d9966c5ece profiles: mask glibc-2.19 for now 2015-02-02 09:01:40 -08:00
Alex Crawford
cedf18130f Revert "Merge pull request #1079 from crawford/glibc"
This reverts commit 93bd1011142c56a849c36c7db238637e72ea4cf1, reversing
changes made to 4e1b1b474513a251ecd0a7c1494d86e3dd926f3b.
2015-01-31 23:46:37 -08:00
Alex Crawford
56219be17a Merge pull request #1079 from crawford/glibc
profiles: use glibc-2.17 for now
2015-01-31 16:40:01 -08:00
Alex Crawford
dfdec86498 profiles: use glibc-2.17 for now 2015-01-31 15:00:11 -08:00
Eugene Yakubovich
b309f3e786 Merge pull request #1078 from eyakubovich/master
flannel: make use of mk-docker-opts.sh
2015-01-30 17:39:01 -08:00
Eugene Yakubovich
69f0fa5da6 flannel: make use of mk-docker-opts.sh 2015-01-30 16:53:30 -08:00
Michael Marineau
9c9d57a10b Merge pull request #1076 from marineam/glibc
Glibc 2.19
2015-01-28 18:32:40 -08:00
Alex Crawford
6162266978 Merge pull request #1075 from crawford/smb
sys-kernel/coreos-kernel: enable support for SMB2
2015-01-28 17:49:12 -08:00
Alex Crawford
6852649589 sys-kernel/coreos-kernel: enable support for SMB2 2015-01-28 17:08:21 -08:00
Michael Marineau
0dcdd4b2dd glibc: apply CoreOS tweaks to 2.19 2015-01-28 16:02:36 -08:00
Michael Marineau
ccc27e9b15 glibc: sync with upstream, add 2.19 ebuild
The current upstream stable version is 2.19-r1
2015-01-28 16:02:36 -08:00
Michael Marineau
316e96171b Merge pull request #1074 from marineam/kernel
coreos-kernel: bump to 3.18.4
2015-01-28 15:31:50 -08:00
Michael Marineau
e70e2ea957 coreos-kernel: bump to 3.18.4 2015-01-28 15:25:02 -08:00
Alex Crawford
586c4786ad Merge pull request #1069 from crawford/ghost
sys-libs/glibc: patch gethostbyname buffer overrun
2015-01-27 12:47:55 -08:00
Alex Crawford
82ba767bc1 sys-libs/glibc: patch gethostbyname buffer overrun
CVE-2015-0235
2015-01-27 12:46:23 -08:00
Michael Marineau
e1a8283bf5 Merge pull request #1066 from marineam/syslinux
syslinux: drop 6.03_pre9, switch to 4.07 for ISOs
2015-01-26 18:02:39 -08:00
Michael Marineau
ed1b544d5c syslinux: drop 6.03_pre9, switch to 4.07 for ISOs
SYSLINUX is only used for creating ISO images these days so we no longer
need the 6.xx series with UEFI support. Once we get to adding UEFI
support to our images we should perhaps use GRUB to consolidate things.

This is prompted by a report that booting our ISOs hang on some Dell
servers but the older version works.
2015-01-26 16:54:46 -08:00
polvi
f0bdb69a7c Merge pull request #1065 from polvi/rocket
overlay: add rocket
2015-01-25 15:30:40 -08:00
Alex Polvi
86174d3617 overlay: add rocket 2015-01-23 20:01:26 -05:00
Michael Marineau
eaf2d12d26 Merge pull request #1056 from marineam/mantle
mantle: update package path for plume command
2015-01-22 15:12:22 -08:00
Michael Marineau
b40ce7b3c2 Merge pull request #1063 from marineam/ext4
coreos-init: fix coreos-install for ext4 based images
2015-01-22 13:43:11 -08:00
Michael Marineau
750773924c coreos-init: fix coreos-install for ext4 based images 2015-01-21 15:57:40 -08:00
Michael Marineau
4e0718451e Merge pull request #1062 from marineam/systemd
systemd: Accept DHCP domains with a trailing dot
2015-01-21 15:53:38 -08:00
Michael Marineau
b116bd6d28 Merge pull request #1061 from marineam/ebtables
coreos: add ebtables
2015-01-21 15:53:32 -08:00
Michael Marineau
288a746b3d systemd: Accept DHCP domains with a trailing dot
GCE includes the BIND-ism trailing '.' at the end of the domain name
reported in DHCP leases. After 215 systemd started rejecting this.
Fixes a regression compared to the current CoreOS stable release.

Fixes https://github.com/coreos/bugs/issues/220
2015-01-21 15:41:05 -08:00
Michael Marineau
434407beca coreos: add ebtables
Open the possibility of implementing flannel security features with a
security mechanism instead of creative configuration hacks. ;-)
2015-01-21 14:55:54 -08:00
Alex Crawford
6c42ff1032 Merge pull request #1060 from crawford/cloudinit
coreos-base/coreos-cloudinit: bump to v1.2.1
2015-01-21 14:41:42 -08:00
Alex Crawford
5a07e931c5 coreos-base/coreos-cloudinit: bump to v1.2.1 2015-01-21 14:31:36 -08:00
Alex Crawford
49e14ae7f4 Merge pull request #1055 from crawford/docs
docs: include docs for coreos tools
2015-01-16 16:45:48 -08:00
Alex Crawford
6d905e4da8 app-admin/fleet: include docs 2015-01-16 16:45:00 -08:00
Alex Crawford
da9f44529e dev-db/etcd: include docs 2015-01-16 09:27:40 -08:00
Alex Crawford
14dd78db17 coreos-base/coreos-cloudinit: include docs 2015-01-16 09:27:40 -08:00
Alex Crawford
c8cd2621cc eclass/coreos-doc: add helper for including docs 2015-01-16 09:25:59 -08:00
Michael Marineau
3a9459993b mantle: update package path for plume command
Not including kola yet since I haven't godep'ed it.
2015-01-15 18:59:05 -08:00
Michael Marineau
f2527bc546 Merge pull request #1038 from marineam/cleanup
Cleanup duplicate packages in coreos-overlay
2015-01-15 18:56:19 -08:00
Alex Crawford
e3cf1b0153 Merge pull request #1053 from crawford/insecure
app-emulation/docker: drop insecure registry flag
2015-01-13 15:09:52 -08:00
Alex Crawford
0ff1c04f81 app-emulation/docker: drop insecure registry flag 2015-01-13 15:09:09 -08:00
Alex Crawford
14b1cba4dd app-emulation/docker: prune 1.3.3 ebuild 2015-01-13 15:09:09 -08:00
Michael Marineau
e4f85f2f0b Merge pull request #1051 from marineam/kernel
coreos-kernel: bump to 3.18.2 and prune old ebuilds
2015-01-12 14:12:35 -08:00
Michael Marineau
b4e27a9bab Merge pull request #1049 from marineam/mantle
Add ebuild for mantle and start generic go eclass
2015-01-12 14:12:25 -08:00
Michael Marineau
a30c29f174 coreos-kernel: bump to 3.18.2 2015-01-08 21:03:35 -08:00
Michael Marineau
d565d104bc coreos-kernel: prune old 3.17 ebuilds 2015-01-08 20:59:45 -08:00
Michael Marineau
1d86304c05 coreos-devel/mantle: new SDK utility package
Just the beginning for now, will eventually grow support for testing
CoreOS builds and provide better integration with remote services like
Google Cloud/Compute, Amazon, OpenStack clouds, etc. than we can achieve
with our current collection of bash scripts.
2015-01-08 20:08:35 -05:00