David Michael
9ec2f8762c
bump(dev-lang/rust): sync with upstream
2018-11-14 18:32:56 +00:00
David Michael
f4dfb7e63b
dev-util/cargo: Drop dead package
2018-11-14 18:32:47 +00:00
David Michael
984123e478
coreos-devel/sdk-depends: Drop cargo
...
Rust includes it now, and fero brings in Rust.
2018-11-14 18:31:30 +00:00
David Michael
1f7e729085
bump(virtual/cargo): sync with upstream
2018-11-14 18:26:47 +00:00
David Michael
bcbff4b7f9
bump(virtual/rust): sync with upstream
2018-11-14 18:26:42 +00:00
David Michael
6a97b1db04
sys-kernel/coreos-sources: Bump 4.14.80 to 4.14.81
2018-11-14 13:26:45 +00:00
David Michael
f4096ba516
sys-kernel/coreos-sources: Bump 4.19.1 to 4.19.2
2018-11-14 13:25:56 +00:00
David Michael
8994b23886
bump(dev-python/cryptography): sync with upstream
2018-11-13 23:56:18 +00:00
David Michael
9bd1d9707a
bump(dev-python/pyopenssl): sync with upstream
2018-11-13 23:55:40 +00:00
David Michael
edc44cf1e7
bump(net-misc/curl): sync with upstream
2018-11-13 17:07:35 +00:00
David Michael
ce6b8971eb
dev-libs/openssl: Apply CoreOS changes
...
- Drop pkg_postinst.
- Remove bindist USE flag.
- Create /etc/ssl with tmpfiles (and package it for the SDK).
2018-11-13 16:30:41 +00:00
David Michael
24abd167b4
dev-libs/openssl: Sync with Gentoo's latest stable
2018-11-13 16:08:27 +00:00
David Michael
177966c45a
coreos-devel/sdk-depends: Add fero-client
...
Include fero-client in the SDK to verify our Rust environment. It
won't be useful to users that don't sign binaries with fero, but
without it here, nothing will detect when changes to our Rust
compiler break the build until we try manually installing it.
2018-11-12 22:24:26 +00:00
David Michael
313ed47a1f
coreos-devel/sdk-extras: Drop fero-client
...
Move it to sdk-depends.
2018-11-12 22:21:56 +00:00
David Michael
4e68e0d093
chore(metadata): Regenerate cache
2018-11-12 22:20:49 +00:00
David Michael
f2857db239
bump(metadata/glsa): sync with upstream
2018-11-12 22:20:40 +00:00
David Michael
2a1db2f2d1
bump(dev-lang/python): sync with upstream
2018-11-12 22:20:26 +00:00
Luca Bruno
4ec5281fc8
Merge pull request #3470 from lucab/ups/fero-0.1.1
...
coreos-devel/fero-client: update to release 0.1.1
2018-11-12 21:54:02 +01:00
David Michael
2e7dd60a98
Merge pull request #3468 from dm0-/linux
...
Bump Linux 4.14.79 to 4.14.80
2018-11-12 13:42:38 -05:00
Luca Bruno
2e8b907f71
coreos-devel/fero-client: update to release 0.1.1
2018-11-12 15:23:54 +00:00
Luca Bruno
41b669b4df
coreos-base/coreos-metadata: update to 3.0.2
...
This updates to latest coreos-metadata release. It also switches
manifest entries to current set of hash formats.
2018-11-12 10:34:29 +00:00
David Michael
4a421615d3
sys-kernel/coreos-sources: Bump 4.14.79 to 4.14.80
2018-11-12 02:42:02 +00:00
David Michael
56f9f31aef
Merge pull request #3465 from dm0-/go
...
Update Go to 1.10.5 and 1.11.2
2018-11-05 16:33:31 -05:00
David Michael
1dfeb827cf
dev-lang/go: Bump 1.11.1 to 1.11.2
2018-11-05 14:56:39 +00:00
David Michael
ca51b7e511
dev-lang/go: Bump 1.10.4 to 1.10.5
2018-11-05 14:56:07 +00:00
David Michael
bbccfe24f3
sys-kernel/coreos-sources: Bump 4.14.78 to 4.14.79
2018-11-05 02:13:21 +00:00
David Michael
d28557768c
sys-kernel/coreos-sources: Bump 4.19 to 4.19.1
2018-11-04 23:28:39 +00:00
David Michael
0b40c95211
bump(metadata/glsa): sync with upstream
2018-11-01 14:46:34 +00:00
David Michael
e91cfd2559
sys-apps/systemd: Bump the commit for CVE fixes
2018-10-31 11:19:43 +00:00
David Michael
8534c9a0be
chore(metadata): Regenerate cache
2018-10-30 22:02:08 +00:00
David Michael
86029db558
Merge pull request #3456 from r7vme/bump-bootengine
...
sys-kernel/bootengine: bump to fix AWS/GCE disks
2018-10-30 14:53:04 -04:00
David Michael
33491df6cc
profiles: Also accept unstable cargo virtual packages
2018-10-30 15:59:35 +00:00
David Michael
416e2c6530
coreos-cargo.eclass: Drop the CoreOS board cross-compilation eclass
...
With amd64 as the only supported board, the SDK host compiler can
be used with EAPI=7 and the upstream cargo.eclass to build our
Rust projects using 100% upstream Gentoo configuration.
This also drops the std library bootstrapping package along with
the eclass, since that was its only use.
2018-10-30 15:59:35 +00:00
David Michael
dd3d4270c9
coreos-devel/fero-client: Drop CoreOS board handling for Rust
...
This package didn't need to handle board cross-compilation in the
first place since it was only installed on the SDK host, but this
change brings it in line with all of our other Rust projects.
2018-10-30 15:59:24 +00:00
David Michael
7cb0f72cce
coreos-base/coreos-metadata: Drop CoreOS board handling for Rust
...
Since amd64 is the only supported board now, we can make use of
EAPI 7 and the host Rust compiler to drop our customizations.
2018-10-30 15:59:04 +00:00
David Michael
20bbdbfa49
coreos-base/update-ssh-keys: Drop CoreOS board handling for Rust
...
Since amd64 is the only supported board now, we can make use of
EAPI 7 and the host Rust compiler to drop our customizations.
2018-10-30 15:58:41 +00:00
Roma Sokolkov
110ce538a3
sys-kernel/bootengine: bump to fix AWS/GCE disks
...
This change includes bootengine with fix for
AWS/GCE disks in ignition. It also adds sys-apps/nvme-cli
dependency to sys-kernel/coreos-kernel.
https://github.com/coreos/bootengine/pull/149
2018-10-30 12:17:24 +01:00
David Michael
470c6ed789
chore(metadata): Regenerate cache
2018-10-29 17:58:23 +00:00
David Michael
6743bf21a8
chore(metadata): Regenerate cache
2018-10-29 17:58:21 +00:00
David Michael
052513d2d9
bump(dev-cpp/gflags): sync with upstream
2018-10-29 17:58:01 +00:00
David Michael
1289b9adfb
bump(profiles): sync with upstream
...
Packages updated:
eclass
licenses
profiles
scripts
2018-10-29 17:54:45 +00:00
Benjamin Gilbert
b43009a0b3
sys-kernel/coreos-*: work around missing nf_conntrack_ipv4 for kube-proxy
2018-10-26 18:27:21 -07:00
David Michael
b72c79edd6
chore(metadata): Regenerate cache
2018-10-25 19:24:49 +00:00
David Michael
7b675537f6
coreos-base/hard-host-depends: Drop gdata
...
It was only used by chromite, which is long gone.
2018-10-25 19:19:22 +00:00
David Michael
9ede213950
dev-python/gdata: Drop dead package
2018-10-25 19:18:10 +00:00
David Michael
a2677e82c1
coreos-devel/sdk-extras: Drop casync
2018-10-25 18:26:36 +00:00
David Michael
4c4ccf1ff8
app-backup/casync: Drop dead package
...
Gentoo has net-misc/casync now if we ever need this.
2018-10-25 18:25:28 +00:00
David Michael
b23b3ccc9c
app-crypt/sbsigntool: Move back to portage-stable (as sbsigntools)
2018-10-25 18:07:46 +00:00
David Michael
79370d3f8a
bump(app-crypt/sbsigntools): sync with upstream
2018-10-25 18:06:14 +00:00
David Michael
72c4e2ce94
app-crypt/efitools: Move back to portage-stable
2018-10-25 17:48:22 +00:00