Commit Graph

2861 Commits

Author SHA1 Message Date
Dongsu Park
fc9b008fab Merge pull request #64 from samm-git/dev-libs-oniguruma
Add dev-libs/oniguruma, required by jq regexp parser
2020-05-04 11:19:23 +02:00
Oleksii Samorukov
ec11614f61 Add dev-libs/oniguruma, required by jq regexp parser 2020-05-02 13:43:38 +02:00
Dongsu Park
325b2f09e2 dev-lang/rust: remove duplicates, move to coreos-overlay
`dev-lang/rust` has been moved to coreos-overlay since a long time.
However, we have still kept `dev-lang/rust` in portage-stable as well.
As it is not needed at all, let's simply remove it.
2020-04-29 16:28:21 +02:00
Dongsu Park
4c7853e311 Merge pull request #57 from flatcar-linux/dongsu/fero-rust-fix-alpha
eclass: make cargo depend on virtual/rust for alpha
2020-04-28 18:23:14 +02:00
Dongsu Park
d87f113ebb virtual/rust: set version back to 1.36.0
We updated `virtual/rust` to 1.41.1, but have not done so for
`dev-lang/rust`, which remains as 1.36.0. Such a mismatch prevents
the whole build to fail.

For now, let's revert `virtual/rust` back to 1.36.0.
2020-04-28 18:00:08 +02:00
Dongsu Park
e7c4d9353a eclass: make cargo depend on virtual/rust instead of virtual/cargo
Since `virtual/cargo` does not exist in the recent Rust ebuilds,
dependency on the missing package `virtual/cargo` caused build issues
in the SDK. So we should make it depend on `virtual/rust` to fix the
build issues.
2020-04-28 17:57:46 +02:00
Sayan Chowdhury
a76487ee1f Merge pull request #53 from flatcar-linux/dongsu/remove-gdb-alpha
sys-devel/gdb: move gdb to coreos-overlay for alpha
2020-04-27 18:00:27 +05:30
Dongsu Park
a6dbbda5db chore(metadata): Regenerate cache 2020-04-23 18:28:25 +02:00
Dongsu Park
97554ed7d5 sys-devel/gdb: move gdb to coreos-overlay
As crossdev only looks up gdb under coreos-overlay, we should simply
move every gdb ebuild to coreos-overlay, and remove gdb in
portage-stable.
2020-04-23 18:27:33 +02:00
Dongsu Park
224ad73cca Merge pull request #52 from flatcar-linux/sayan/alpha-add-conntrack-tools
net-firewall/conntrack-tools: Add the new package to alpha
2020-04-23 11:18:22 +02:00
Sayan Chowdhury
3aa699c25a net-firewall/conntrack-tools: Add the new package to alpha
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-04-23 07:38:09 +00:00
Dongsu Park
9882b45d92 Merge pull request #42 from flatcar-linux/dongsu/bump-qemu-alpha
Update unzip, libidn2, firmware to address GLSA 202003-* for alpha
2020-04-17 10:03:05 +02:00
Dongsu Park
aace10d16f Merge pull request #44 from flatcar-linux/dongsu/rename-virtual-cargo-alpha
virtual: rename virtual/cargo to virtual/rust for alpha
2020-04-14 13:30:27 +02:00
Dongsu Park
f4cf47125d virtual: rename virtual/cargo to virtual/rust
Following upstream Gentoo, we rename `virtual/cargo` to `virtual/rust`.
Update virtual/rust to 1.41.1.
2020-04-03 14:55:41 +02:00
Dongsu Park
803dc87175 Merge pull request #41 from flatcar-linux/dongsu/dwarves-alpha
dev-util/dwarves: introduce new dev tool dwarves for alpha
2020-03-31 22:15:52 +02:00
Dongsu Park
5325a17b31 acct-group/kvm: add acct-group/kvm for qemu 4.2.0
Add a new ebuild acct-group/kvm, which is needed by qemu 4.2.0.
2020-03-31 10:28:41 +02:00
Dongsu Park
f49cbdf90b sys-firmware/ipxe: update to 1.0.0_p20190728
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
d9f51da3c9 sys-firmware/seabios: update to 1.12.0
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
96dcb5c0f6 sys-firmware/edk2-ovmf: update to 201905
needed by app-emulation/qemu-4.2.0
2020-03-31 10:28:41 +02:00
Dongsu Park
3b4ace2f53 net-dns/libidn2: update to 2.3.0
Update libidn2 to 2.3.0 to address the following issues:

[CVE-2019-12290](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12290)
[CVE-2019-18224](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-18224)
2020-03-31 10:28:41 +02:00
Dongsu Park
be7881cc9f app-arch/unzip: update to 6.0_p25-r1
Update unzip to 6.0_p25-r1 to address the following issues:

[CVE-2018-1000035](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-1000035)
[CVE-2019-13232](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13232)
2020-03-31 10:28:41 +02:00
Dongsu Park
9df1c78642 Merge pull request #32 from flatcar-linux/dongsu/openssh-eclass
acct-*: add acct packages for openssh 8.1 for alpha
2020-03-31 10:05:36 +02:00
Dongsu Park
f26cd86069 dev-util/dwarves: introduce new dev tool dwarves
To build Kernel 5.4 with CONFIG_DEBUG_INFO_BTF, we need to get pahole,
a part of dwarves, included in the Flatcar SDK.
So simply import dwarves from upstream Gentoo.
2020-03-30 14:07:13 +02:00
Dongsu Park
82c2347d28 dev-libs/elfutils: bump elfutils to 0.177
Since dev-utils/dwarves depends on elfutils 0.177, we need to bump
also elfutils.
2020-03-30 14:06:10 +02:00
Dongsu Park
021ca51d6e Merge pull request #38 from flatcar-linux/dongsu/gdb-9.1-alpha
sys-devel/gdb: update to 9.1 for alpha
2020-03-27 17:15:15 +01:00
Dongsu Park
b14b131579 Merge pull request #29 from flatcar-linux/dongsu/remove-old-cargo-alpha
virtual/cargo: remove unnecessary cargo versions for alpha
2020-03-25 09:25:55 +01:00
Dongsu Park
c7a1364ac0 sys-devel/gdb: update to 9.1
Update gdb to 9.1 to address
[CVE-2019-1010180](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1010180).
2020-03-24 15:22:53 +01:00
Dongsu Park
f9cb8f3754 acct-*: add packages for openssh
As dependencies needed by net-misc/openssh, add
`acct-group/sshd`, `acct-user/sshd`, `virtual/libgcrypt`.
2020-03-19 15:22:00 +01:00
Dongsu Park
333692539b profiles: add new categories acct-group and acct-user
To be able to add openssh packages, we need to add new categories,
`acct-group` and `acct-user`.
2020-03-19 15:21:55 +01:00
Dongsu Park
519570b9fb eclass: add eclasses for adding ssh packages
To be able to update net-misc/openssh to 8.1, we need to update
eclasses like `user-info`, `user`, `acct-group`, `acct-user`.
2020-03-19 15:14:47 +01:00
Dongsu Park
276137505e eclass: clean up .crates2.json when running cargo install
When instaling rust packages with Rust 1.42, it fails like the
following message:

```
 * Detected file collision(s):
 *
 *      /build/amd64-usr/usr/.crates2.json
```

Fix the install function in cargo.eclass so it can clean up the garbage
json file.
2020-03-19 11:43:13 +01:00
Dongsu Park
74e5f18197 virtual/cargo: remove unnecessary cargo versions
Now that rust has only 1.36, we should also remove cargo 1.34 to 1.35.
2020-03-18 11:11:57 +01:00
Flatcar Buildbot
e8b5b8a3ce 2387.0.0 2020-01-20 16:39:53 +01:00
Flatcar Buildbot
4095de9312 2345.0.2 2019-12-18 01:42:45 +01:00
Flatcar Buildbot
cf01c1a799 2345.0.1 2019-12-07 15:15:01 +01:00
Flatcar Buildbot
443783c7fd 2331.0.0 2019-11-22 14:35:02 +01:00
Benjamin Gilbert
2c5f1da627 Merge pull request #744 from bgilbert/glsa
bump(metadata/glsa): sync with upstream
2019-09-16 15:25:57 -04:00
Benjamin Gilbert
bb17e68802 bump(metadata/glsa): sync with upstream 2019-09-11 01:45:24 +00:00
Benjamin Gilbert
80d6d5af9e Merge pull request #742 from bgilbert/glsa
Fix GLSAs
2019-08-25 16:00:08 -04:00
Benjamin Gilbert
c197f87d63 bump(metadata/glsa): sync with upstream 2019-08-24 04:04:09 +00:00
Benjamin Gilbert
7903b9dcc2 bump(dev-db/sqlite): sync with upstream 2019-08-23 04:22:42 +00:00
Benjamin Gilbert
90585b632d bump(app-arch/libarchive): sync with upstream 2019-08-23 04:22:00 +00:00
Benjamin Gilbert
427bf453a2 bump(net-misc/wget): sync with upstream 2019-08-23 04:20:12 +00:00
Benjamin Gilbert
43483a6a28 bump(sys-devel/patch): sync with upstream 2019-08-23 04:18:56 +00:00
David Michael
7f9236baca Merge pull request #739 from dm0-/rust
Update Rust to 1.36.0
2019-08-06 21:05:14 -04:00
David Michael
73739ad833 bump(virtual/cargo): sync with upstream 2019-08-05 13:36:14 +00:00
David Michael
e84405d887 bump(dev-lang/rust): sync with upstream 2019-08-05 13:36:02 +00:00
David Michael
f5b1e526d5 Merge pull request #738 from dm0-/glsa
Fix GLSAs
2019-08-04 00:17:30 -04:00
David Michael
8c88299eba bump(media-libs/libpng): sync with upstream 2019-08-03 15:57:51 +00:00
David Michael
7b534ab6a2 bump(sys-libs/binutils-libs): sync with upstream 2019-08-03 15:57:31 +00:00