David Michael
c6edbb3cc5
coreos-devel/sdk-depends: Add cargo to the SDK
2017-09-12 13:35:18 -07:00
Stephen Demos
ccb6b23196
dev-libs/rustlib: Add package for cross-compiled rust libraries
...
This builds the std crate and its dependencies so they can be
installed into a sysroot.
2017-09-12 13:34:31 -07:00
David Michael
70da76fbde
eclass/coreos-cargo: Add eclass for cross-compiling with cargo
...
This should be a drop-in replacement for cargo.eclass.
2017-09-12 13:34:31 -07:00
David Michael
a0ff1d9102
profiles: Accept unstable rust and cargo ebuilds
...
There currently are no stable versions, so just use the latest.
2017-09-12 13:34:31 -07:00
David Michael
0ecf9e85d7
profiles: Accept building packages that forbid mirroring
...
When a package has RESTRICT="mirror", the emirrordist command still
skips it regardless of whether portage allows building it or not.
2017-09-12 13:34:31 -07:00
David Michael
5d78dbd8c7
app-emulation/docker: Set GOARCH for this build system
...
This fixes cross-compilation.
2017-09-12 12:18:47 -07:00
Benjamin Gilbert
ce37d79756
Revert "coreos-devel/sdk-depends: add multipath-tools"
...
kola mkimage no longer requires kpartx.
This reverts commit 542a8ca0d7f5ef820ce9cf1eee2a784de6da79b0, modulo
version bumps.
2017-09-11 19:09:54 -07:00
David Michael
f06143589b
Merge pull request #2760 from dgonyeo/locksmith
...
app-admin/locksmith: v0.5.0 -> v0.6.0
2017-09-11 17:02:34 -07:00
David Michael
c38bdb987c
Merge pull request #2759 from dgonyeo/ignition
...
sys-apps/ignition: v0.17.2 -> v0.18.0
2017-09-11 17:02:13 -07:00
Derek Gonyeo
7ec909b333
app-admin/locksmith: v0.5.0 -> v0.6.0
2017-09-11 16:59:22 -07:00
Benjamin Gilbert
9e2bde5599
Merge pull request #2757 from coreosbot/master-4.13.1
...
Upgrade Linux in master to 4.13.1
2017-09-11 15:26:57 -07:00
Derek Gonyeo
bb3028c117
sys-apps/ignition: v0.17.2 -> v0.18.0
2017-09-11 15:15:16 -07:00
Derek Gonyeo
d1c54a1187
coreos-base/coreos-metadata: 0.12.0 -> 0.13.0
2017-09-11 14:03:15 -07:00
Jenkins OS
93eb69cd4b
sys-kernel/coreos-sources: bump to 4.13.1
2017-09-11 17:40:27 +00:00
Benjamin Gilbert
e9936d4b86
coreos-base/oem-oracle-oci: add link-local iptables rules
...
Prevent non-root users from accessing certain link-local services per
Oracle recommendation. Also apply filters to IP-forwarded virtual
interfaces.
2017-09-09 01:55:58 -07:00
Euan Kemp
cdea0df9c3
coreos-devel/sdk-depends: remove casync
...
It was going to be used in torcx manifest generation, but that
dependency has been removed for now.
I'm optimistically leaving the ebuild in.
Removing it from sdk-depends should speed up sdk bootstrap at least.
2017-09-08 17:31:19 -07:00
David Michael
e06e149561
app-emulation/docker: Pull the build date from the tar file
2017-09-08 14:25:40 -07:00
David Michael
03ee9a16a1
chore(metadata): Regenerate cache
2017-09-08 12:57:43 -07:00
David Michael
05a399a1d6
app-emulation/docker: Bump to 17.06.2
2017-09-08 12:57:30 -07:00
Euan Kemp
301a6460f8
Merge pull request #2747 from euank/bump-tcpdump
...
profiles/coreos: accept newer tcpdump for arm
2017-09-07 14:29:24 -07:00
Euan Kemp
b0498c5b8f
profiles/coreos: accept newer tcpdump for arm
...
Accompanies https://github.com/coreos/portage-stable/pull/584
2017-09-07 14:27:47 -07:00
Benjamin Gilbert
e22f23443a
Merge pull request #2745 from bgilbert/fortify
...
sys-kernel/coreos-modules: enable FORTIFY_SOURCE
2017-09-06 19:02:33 -07:00
Benjamin Gilbert
aa0a377b09
sys-kernel/bootengine: bump for Oracle network unit consolidation
2017-09-06 18:26:07 -07:00
Benjamin Gilbert
f57c304e88
coreos-base/coreos-init: bump for Oracle network unit consolidation
2017-09-06 18:25:47 -07:00
Benjamin Gilbert
8faa25540d
sys-kernel/coreos-modules: enable FORTIFY_SOURCE
...
Enable some buffer overflow checking added in
6974f0c4555e285ab217cee58b6e874f776ff409.
2017-09-06 17:53:17 -07:00
Euan Kemp
92166d5904
Merge pull request #2742 from euank/casync
...
app-backup/casync: add initial ebuild
2017-09-05 15:51:16 -07:00
Euan Kemp
4c3996b7cb
coreos-devel/sdk-depends: add casync to sdk
2017-09-05 15:11:18 -07:00
Euan Kemp
ed7a4a8ef2
app-backup/casync: add initial ebuild
...
This is a fairly boring meson ebuild. I had to apply a patch to make it
build.
This is included in the sdk for the torcx packaging work, where we'd
like to get a digest of a given torcx pkg. `casync digest` works well
for that and can be pointed at a directory easily enough.
2017-09-05 15:10:42 -07:00
Benjamin Gilbert
35136f96ef
Merge pull request #2743 from bgilbert/4.13.0
...
Upgrade Linux in master to 4.13
2017-09-05 13:53:43 -07:00
Benjamin Gilbert
5d34a86d1b
sys-kernel/coreos-*: bump to 4.13.0
2017-09-05 13:46:11 -07:00
Benjamin Gilbert
93365ac694
sys-kernel/coreos-modules: enable megaraid_mm and megaraid_mbox
2017-09-05 13:39:41 -07:00
Euan Kemp
dfde9c44af
app-emulation/docker: build reproducibly
...
The docker client and engine both include a 'BuildTime' variable set in
their build scripts.
Overriding that to a consistent value is sufficient for them to build
reproducibly as best I can tell.
This CLI's build scripts have a mechanism for doing this. The engine has
an upstream patch (included starting with 17.07) that allows doing the
same.
This modifies the build to apply the above build patch, and set a build
time for both.
It's expected that the build time will be set by the ebuild author each
time the ebuild is modified, thus turning the 'build time' output to
really be the 'package created time', which I think is a reasonable
difference.
2017-09-05 12:25:08 -07:00
David Michael
2500b2b6e9
app-emulation/rkt: Correct the project name
2017-08-31 20:37:40 -07:00
Benjamin Gilbert
6a5c50a4d8
coreos-base/oem-oracle-oci: add package
2017-08-30 18:31:19 -07:00
Benjamin Gilbert
926fd55873
sys-kernel/bootengine: update for Oracle OCI iSCSI root disk
...
and networkd units.
2017-08-30 18:20:56 -07:00
Benjamin Gilbert
5c2604d668
coreos-base/coreos-init: update for Oracle OCI network units
2017-08-30 18:19:38 -07:00
Benjamin Gilbert
2b9e7d9570
sys-apps/systemd: update for Oracle OCI DHCP workaround
2017-08-30 18:19:02 -07:00
Alex Crawford
dc17bbbaf9
sys-kernel/coreos-kernel: enable hyperv passthru
...
In order to use SR-IOV on Azure, the kernel needs support for Hyper-V
PCI passthrough.
2017-08-29 12:46:53 -07:00
David Michael
4b2c07f229
Merge pull request #2734 from dm0-/net-tools
...
Fix the net-tools install race
2017-08-28 12:38:15 -07:00
Benjamin Gilbert
28a38f4e97
sys-kernel/coreos-*: bump to 4.13-rc7
2017-08-27 20:29:44 -07:00
David Michael
6d187f7171
chore(metadata): Regenerate cache
2017-08-26 10:26:21 -07:00
David Michael
084057fc1d
sys-apps/net-tools: Import from portage-stable, fix install
...
The only ebuild change is adding the fix-parallel-make patch.
2017-08-26 10:22:18 -07:00
Euan Kemp
948641cd0a
Merge pull request #2733 from euank/coordinator-conf
...
app-admin/locksmith: update to v0.5.0
2017-08-25 19:26:43 -07:00
Benjamin Gilbert
d7ecb3f775
Merge pull request #2732 from bgilbert/mantle
...
coreos-devel/mantle: bump to 0.7.0
2017-08-25 19:25:31 -07:00
Euan Kemp
b93cce2c48
sys-apps/baselayout: update baselayout
...
This includes changes to source the "Update status" from the newly
introduced locksmith coordinator conf file.
2017-08-25 19:22:32 -07:00
Euan Kemp
3d34bac134
app-admin/locksmith: update to v0.5.0
2017-08-25 19:21:12 -07:00
Benjamin Gilbert
35f266e0f2
coreos-devel/mantle: bump to 0.7.0
2017-08-25 19:19:21 -07:00
Andrew Jeddeloh
c29587a0bc
Merge pull request #2724 from ajeddeloh/bump-bootengine
...
sys-kernel/bootengine: bump for root on raid
2017-08-25 18:13:54 -07:00
Andrew Jeddeloh
ae73f5de5b
Merge pull request #2707 from ajeddeloh/add-ipvsadm
...
sys-cluster/ipvsadm: add package to coreos
2017-08-25 18:05:16 -07:00
Andrew Jeddeloh
8ee841c086
sys-kernel/bootengine: bump for root on raid
2017-08-25 18:04:35 -07:00