Sayan Chowdhury
0bbfd9bc1e
app-arch/tar: Sync with upstream
...
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-10-20 05:45:10 +00:00
Krzesimir Nowak
1550782835
Merge pull request #112 from flatcar-linux/krnowak/dracut-update
...
Update dracut
2020-10-08 18:46:03 +02:00
Alban Crequy
3593d2251c
Merge pull request #111 from flatcar-linux/alban/update-seccomp
...
bump(sys-libs/libseccomp): sync with upstream
2020-10-02 19:27:26 +02:00
Krzesimir Nowak
654ebbf5dd
eclass: Pull in an eclass needed by a new dracut
2020-09-30 19:49:09 +02:00
Krzesimir Nowak
215d9bda8b
eclass: Sync systemd.eclass with upstream
2020-09-30 19:48:30 +02:00
Krzesimir Nowak
9a2855f189
sys-kernel/dracut: Sync with gentoo
2020-09-30 19:41:18 +02:00
Alban Crequy
8dc4b6702d
bump(sys-libs/libseccomp): sync with upstream
...
Change python check to python3_6 so it builds in Flatcar.
Update checksums
2020-09-26 14:36:19 +02:00
Dongsu Park
4dc4d60108
dev-lang/tcl: add tcl for SDK dependencies
...
Since sqlite 3.32 or newer requires dev-lang/tcl to be available in
the Flatcar SDK by default, we should add dev-lang/tcl into the SDK.
2020-09-25 17:30:35 +02:00
Dongsu Park
f710c0d0c8
sys-apps/makedev: bring back the package for bootstrap_sdk
...
The bootstrap_sdk stage still requires `sys-apps/makedev` to be
available, as listed in `profiles/default/linux/packages.build`.
We need to bring it back to make the SDK build work again.
This reverts commit df8159f565972eb31455ff5e4cbfba8c4a12bb52.
2020-09-25 16:37:39 +02:00
Dongsu Park
44d3e1f36a
sys-devel/bin86: remove unnecessary package
...
Remove unnecessary package sys-apps/bin86.
We can do so because sys-devel/dev86 is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
94a78bda6c
sys-devel/dev86: remove unnecessary package
...
Remove unnecessary package sys-apps/dev86.
We can do so because sys-firmware/vgabios is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
c8219909ce
sys-firmware/vgabios: remove unnecessary package
...
Remove unnecessary package sys-firmware/vgabios.
2020-09-25 10:36:08 +02:00
Dongsu Park
292e92707f
sys-apps/makedev: remove unnecessary package
...
Remove unnecessary package sys-apps/makedev.
2020-09-25 10:36:08 +02:00
Dongsu Park
1a3e753bdc
dev-python/mox: remove unnecessary package
...
Remove unnecessary package dev-python/mox.
2020-09-25 10:36:08 +02:00
Dongsu Park
7c7e4697e0
dev-python/lockfile: remove unnecessary package
...
Remove unnecessary package dev-python/lockfile.
2020-09-25 10:36:08 +02:00
Dongsu Park
5da94c7ba1
dev-python/greenlet: remove unnecessary package
...
Remove unnecessary package dev-python/greenlet.
2020-09-25 10:36:08 +02:00
Dongsu Park
1490a39eaa
dev-python/gevent: remove unnecessary package
...
Remove unnecessary package dev-python/gevent.
2020-09-25 10:36:08 +02:00
Dongsu Park
736b536417
dev-libs/libtasn1: remove unnecessary package
...
Remove unnecessary package dev-libs/libtasn1.
2020-09-25 10:36:08 +02:00
Dongsu Park
0e08a9713f
dev-libs/jemalloc: remove unnecessary package
...
Remove unnecessary package dev-libs/jemalloc.
2020-09-25 10:36:08 +02:00
Dongsu Park
57310a1b1d
dev-libs/apr: remove unnecessary package
...
Remove unnecessary package dev-libs/apr.
We can do so because dev-libs/apr-util, net-libs/serf is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
0a2827ee69
dev-libs/apr-util: remove unnecessary package
...
Remove unnecessary package dev-libs/apr-util.
We can do so because net-libs/serf is now gone.
2020-09-25 10:36:08 +02:00
Dongsu Park
2f9f7da8aa
net-libs/serf: remove unnecessary package
...
Remove unnecessary package net-libs/serf.
2020-09-25 10:36:08 +02:00
Dongsu Park
ad2352b192
dev-db/sqlite: bring back sqlite 3.31.1 for SDK
...
To make the SDK build work again, we need to bring back dev-db/sqlite
3.31.1 in portage-stable. It is not enough to have it in coreos-overlay.
This reverts commit 4a7a4e3d272812963c3cd21431d1849ca9df11e4.
2020-09-23 16:36:55 +02:00
Dongsu Park
89553c6977
Merge pull request #107 from flatcar-linux/dongsu/sqlite-3.32.3
...
dev-db/sqlite: move sqlite to coreos-overlay
2020-09-23 14:39:41 +02:00
Dongsu Park
9e6d56ed1b
dev-db/sqlite: move sqlite to coreos-overlay
...
Move dev-db/sqlite to coreos-overlay to resolve security issues, as well
as to keep non-full archive ebuilds.
2020-09-18 17:47:40 +02:00
Dongsu Park
6916f04de8
net-libs/libpcap: update to 1.9.1
...
Update net-libs/libpcap to 1.9.1, to address security issue
CVE-2019-15163, an issue of allowing attackers to cause a denial of
service (NULL pointer dereference and daemon crash) if a crypt() call
fails.
2020-09-17 13:41:47 +02:00
Dongsu Park
a9a8ee6efc
net-analyzer/tcpdump: update to 4.9.3
...
Update tcpdump to 4.9.3, to address security issue CVE-2018-10103,
mishandling the printing of SMB data.
2020-09-17 13:41:45 +02:00
Dongsu Park
5490b0439c
net-misc/rsync: update to 3.2.3
...
Update rsync to 3.2.3, actually to update zlib bundled in rsync.
It is to address security issue CVE-2016-9841, an issue of allowing
context-dependent attackers to have unspecified impact by leveraging
improper pointer arithmetic.
2020-09-17 13:41:42 +02:00
Dongsu Park
9384fe3321
dev-libs/libbsd: update to 0.10.0
...
Update libbsd to 0.10.0, to address security issue CVE-2019-20367,
an out-of-bounds read during a comparison for a symbol name from the
string table.
2020-09-17 13:41:23 +02:00
Dongsu Park
4c9ee1d6e8
app-misc/jq: update to 1.6-r3
...
Update app-misc/jq to 1.6-r3, to address security issue CVE-2015-8863.
It is mainly to fix off-by-one error in the tokenadd function. It allows
remote attackers to cause a denial of service (crash) via a long
JSON-encoded number, which triggers a heap-based buffer overflow.
2020-09-17 13:41:21 +02:00
Dongsu Park
f4ba9b110c
.github: Improve body text of PR for virtual/rust
...
Improve body text of each PR for `virtual/rust`, by mentioning that
it should be merged together with its paired PR in coreos-overlay.
Explicitly name `virtual/rust` instead of `Cargo`, because there is
no more ebuild for `cargo`.
Rename the dispatched event-type name to `rust-pull-request-main`, as
`cargo` has already disappeared.
Make the repository-dispatch action receive additional client-payload with
a field `coreos-overlay-pull-request-number` sent by the corresponding PR
in coreos-overlay. The PR number is then used for adding a link in the body
text, for pointing back to the PR in coreos-overlay.
2020-09-09 11:56:52 +02:00
Flatcar Buildbot
2cb1b39e52
Upgrade Cargo in main from 1.44.1 to 1.46.0
2020-09-01 07:31:46 +00:00
Thilo Fromm
be6d21ef38
net-firewall/ipset: update to ipset-7.6
...
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-08-27 18:58:28 +02:00
Krzesimir Nowak
31bbaa6546
Merge pull request #99 from flatcar-linux/krnowak/fix-rules
...
sys-fs/mdadm: Drop it, temporarily
2020-08-27 16:14:03 +02:00
Thilo Fromm
5ede2a63eb
Merge pull request #100 from flatcar-linux/t-lo/iproute2-5.8.0-with-elf-support
...
sys-apps/iproute2: bump to 5.8.0, add ELF support
2020-08-27 13:52:25 +02:00
Thilo Fromm
9707103932
sys-apps/iproute2: bump to 5.7.0.xx, add ELF support
...
Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2020-08-27 09:31:20 +02:00
Krzesimir Nowak
87a61e40a0
sys-fs/mdadm: Drop it, temporarily
...
We are going to have mdadm in coreos-overlay. It will contain an extra
patch, so it can't be a part of portage-stable.
2020-08-25 11:25:21 +02:00
Kai Lüke
91fbd929a7
net-dns/bind: Drop old ebuild file to silence warning
...
The old ebuild file has a syntax issue and is missing a patch file.
2020-08-21 12:04:33 +02:00
Thilo Fromm
7df019224b
net-dns/bind-tools: update to 9.11.22 and 9.16.6
...
Signed-off-by: Vincent Batts <vbatts@kinvolk.io>
2020-08-20 17:25:43 -04:00
Kai Lüke
612735eced
dev-libs/jansson: Import from Gentoo
2020-08-10 23:31:34 +02:00
Kai Lüke
4ef02eb401
eclass/ssl-cert: Sync from Gentoo
2020-08-07 22:31:40 +02:00
Kai Lüke
37d6fdd69f
net-nds/openldap: Sync from Gentoo
2020-08-07 22:22:51 +02:00
Kai Lüke
3d58e109d8
acct-user/tss: Import from Gentoo
2020-08-07 13:54:40 +02:00
Kai Lüke
40face0d7b
acct-group/tss: Import from Gentoo
2020-08-07 13:50:14 +02:00
Kai Lüke
df8a5e3754
dev-embedded/u-boot-tools: Sync from Gentoo
2020-08-06 16:36:38 +02:00
Kai Lüke
a87cd173d9
app-crypt/mit-krb5: Fix Python version
2020-08-05 18:52:43 +02:00
Kai Lüke
2e60c26cd3
app-crypt/mit-krb5: Sync with Gentoo's latest stable
2020-08-05 18:52:36 +02:00
Kai Lüke
d731c2b6d7
net-dns/bind-tools: Sync with Gentoo's latest stable
2020-08-05 18:52:31 +02:00
Kai Lüke
6a15a68fc3
Revert "sys-libs/readline: update to 8.0_p4"
...
This reverts commit 36bc8e0edb7ce961b5020b8152514560a5feb3eb
until we have a newer gdb. The md5-cache changes were dropped.
2020-07-28 18:41:24 +02:00
Kai Lüke
761551ac22
Merge pull request #91 from flatcar-linux/kai/no-md5-cache
...
metadata: Delete md5-cache
2020-07-28 16:52:23 +02:00