Dongsu Park
d76aaa8255
Merge pull request #82 from flatcar-linux/dongsu/readline-pcre-alpha
...
{sys,dev}-libs: readline 8.0_p4, libpcre2 10.34 for alpha
2020-07-23 11:00:46 +02:00
Sayan Chowdhury
f4278500a1
chore(metadata): Regenerate cache
2020-07-20 11:23:42 +00:00
Sayan Chowdhury
acaba20aff
app-crypt/argon2: Add new package
...
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2020-07-20 11:22:51 +00:00
Dongsu Park
1c85345546
Merge pull request #79 from flatcar-linux/dongsu/libgit-alpha
...
dev-libs/libgit2: import libgit2 for alpha
2020-07-14 14:37:44 +02:00
Dongsu Park
2640ab9600
Merge pull request #80 from flatcar-linux/rust-1.44.1-alpha
...
Upgrade Cargo in Alpha from 1.43.1 to 1.44.1
2020-07-14 14:37:00 +02:00
Dongsu Park
2897d75a24
Merge pull request #73 from flatcar-linux/dongsu/gnupg-remove-alpha
...
app-crypt/gnupg: move gnupg to coreos-overlay for alpha
2020-07-10 09:58:10 +02:00
Dongsu Park
5c344dfb72
eclass: sync linux-info.eclass to fix Kernel build issues
...
Kernel 5.8-rc2 or newer added a commit
f2f02ebd8f
("kbuild: improve cc-option to clean up all temporary files") , which
causes make commands to create an object output directory. Apparently
harmless. The commit was backported to stable Kernels, 4.19.131, 5.4.50,
5.7.7.
In Flatcar and Gentoo, however, `getfilevar()` in `linux-info.eclass`
runs a make command, which creates `${M}`, an object output directory,
with a root account. As Gentoo sandbox creates everything as non-root
account, the subsequent steps like `src_unpack` fail to touch the same
directory.
Upstream Gentoo already has a fix
5a3acd443c
("linux-info.eclass: Pass M=${T} to the Linux Makefile unconditionally.").
See also https://bugs.gentoo.org/729178 .
So simply sync `linux-info.eclass` with Gentoo.
2020-07-08 11:37:45 +02:00
Dongsu Park
2f8c3420b0
Merge pull request #49 from flatcar-linux/dongsu/git-2.26-alpha
...
dev-vcs/git: bump to 2.26.2 for alpha
2020-06-29 10:33:26 +02:00
Dongsu Park
e43021feb2
dev-libs/libpcre2: update to 10.34
...
Update dev-libs/libpcre2 to 10.34, to address security issues listed in
[GLSA 202006-16](https://security.gentoo.org/glsa/202006-16 ).
* CVE-2019-20454
2020-06-25 11:07:15 +02:00
Dongsu Park
3913e852e7
sys-libs/readline: update to 8.0_p4
...
Update sys-libs/readline to 8.0_p4, to address security issues listed in
[GLSA 202006-04](https://security.gentoo.org/glsa/202006-04 ).
* CVE-2019-6488
* CVE-2019-7309
* CVE-2019-9169
* CVE-2020-10029
* CVE-2020-1751
2020-06-25 11:07:13 +02:00
Flatcar Buildbot
21f6580c69
Upgrade Cargo in Alpha from 1.43.1 to 1.44.1
2020-06-23 07:30:48 +00:00
Dongsu Park
751413c7c0
eclass: import cmake.eclass
...
As `dev-libs/libgit2` inherits `cmake.eclass`, we need to import it
from upstream Gentoo.
2020-06-22 13:55:14 +02:00
Dongsu Park
e0d8b0246a
dev-libs/libgit2: import libgit2
...
As dev-lang/rust >= 1.44.0 requires `dev-libs/libgit2`, we need to
import libgit2 from upstream Gentoo.
2020-06-22 13:54:26 +02:00
Sayan Chowdhury
f92aec8c94
sys-apps/iucode_tool: Add iucode_tool-2.3.1/2.3
...
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-06-18 19:44:26 +05:30
Kai Lüke
22e7bfece1
sys-libs/tdb: Bump to 1.3.15
2020-05-29 14:22:32 +02:00
Kai Lüke
629ffbccdb
sys-libs/tevent: Bump to 0.9.37
2020-05-29 14:22:31 +02:00
Kai Lüke
0f71e99622
sys-libs/talloc: Bump to 2.1.11
2020-05-29 14:22:31 +02:00
Kai Lüke
d169023e3f
Revert "sys-libs/tdb: move sys-libs/tdb to coreos-overlay"
...
This reverts commit 9d65392f7c49ea88cd42c3243c3cb1e07160c50e.
2020-05-29 14:22:31 +02:00
Kai Lüke
da4ca881d5
Revert "sys-libs/tevent: move sys-libs/tevent to coreos-overlay"
...
This reverts commit 4fa5574db866abbba28e91c69539194805eee52d.
2020-05-29 14:22:31 +02:00
Kai Lüke
984fe13c62
Revert "sys-libs/talloc: move talloc to coreos-overlay"
...
This reverts commit f4cdd5b7a0c7f1e7da9948cbb4937d63380f53b5.
2020-05-29 14:22:31 +02:00
Dongsu Park
1b1e9ca582
Merge pull request #67 from flatcar-linux/rust-1.43.1-alpha
...
Upgrade Cargo in Alpha from 1.36.0 to 1.43.1
2020-05-29 09:49:15 +02:00
Dongsu Park
a404f75580
Merge pull request #62 from flatcar-linux/dongsu/remove-strace-alpha
...
dev-util/strace: move strace to coreos-overlay for alpha
2020-05-28 17:12:24 +02:00
Dongsu Park
50d8978bd1
dev-vcs/git: bump to 2.26.2
...
Update git to 2.26.2, to address the following security issues:
* [CVE-2020-5260](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-5260 )
* [CVE-2020-11008](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-11008 )
2020-05-28 17:05:33 +02:00
Dongsu Park
e777cf2378
dev-libs/libgpg-error: import libgpg-error
...
Import a new package libgpg-error needed by app-crypt/gnupg 2.2.20.
2020-05-26 10:41:31 +02:00
Dongsu Park
365306aea9
app-crypt/gnupg: move gnupg to coreos-overlay
...
To apply 3rd-party patches to gnupg, move it to coreos-overlay.
2020-05-26 09:51:58 +02:00
Benjamin Gilbert
c98c795dc7
bump(metadata/glsa): sync with upstream
2020-05-25 12:10:09 +02:00
Benjamin Gilbert
8e6121e55e
bump(metadata/glsa): sync with upstream
2020-05-25 12:10:09 +02:00
Benjamin Gilbert
ad734b5315
bump(metadata/glsa): sync with upstream
2020-05-25 12:10:09 +02:00
Benjamin Gilbert
f1c0fc9283
bump(metadata/glsa): sync with upstream
2020-05-25 12:10:09 +02:00
Dongsu Park
7f979e1bfc
dev-vcs/git: update to 2.24.1
...
Update git to 2.24.1 to address the following security issues:
* [CVE-2019-1348](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1348 )
* [CVE-2019-1349](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1349 )
* [CVE-2019-1350](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1350 )
* [CVE-2019-1351](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1351 )
* [CVE-2019-1352](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1352 )
* [CVE-2019-1353](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1353 )
* [CVE-2019-1354](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1354 )
* [CVE-2019-1387](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-1387 )
* [CVE-2019-19604](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-19604 )
2020-05-25 12:10:09 +02:00
Benjamin Gilbert
a3e2871525
bump(app-editors/vim-core): sync with upstream
2020-05-25 12:10:09 +02:00
Benjamin Gilbert
4130429e44
app-editors/vim: move to overlay
2020-05-25 12:10:08 +02:00
Benjamin Gilbert
80e3e9a338
bump(sys-fs/e2fsprogs): sync with upstream
2020-05-25 12:10:08 +02:00
Benjamin Gilbert
58410bf398
bump(sys-libs/e2fsprogs-libs): sync with upstream
2020-05-25 12:10:08 +02:00
Benjamin Gilbert
a0bb13a47e
bump(dev-db/sqlite): sync with upstream
2020-05-25 12:10:08 +02:00
Benjamin Gilbert
001e63779b
bump(dev-libs/nss): sync with upstream
2020-05-25 12:10:08 +02:00
Benjamin Gilbert
4e8a606e3a
bump(dev-libs/nspr): sync with upstream
2020-05-25 12:10:08 +02:00
Benjamin Gilbert
3c7d8f4321
bump(dev-libs/libgcrypt): sync with upstream
2020-05-25 12:10:07 +02:00
Benjamin Gilbert
6d1ceac2bc
bump(app-arch/libarchive): sync with upstream
2020-05-25 12:10:07 +02:00
Benjamin Gilbert
3b88f61811
bump(app-arch/unzip): sync with upstream
2020-05-25 12:10:07 +02:00
Benjamin Gilbert
0b4f35380a
bump(net-dns/libidn2): sync with upstream
2020-05-25 12:10:07 +02:00
Benjamin Gilbert
5633992cbf
eclass: add empty usr-ldscript.eclass for compatibility
2020-05-25 12:10:07 +02:00
Flatcar Buildbot
b8bbc13657
Upgrade Cargo in Alpha from 1.36.0 to 1.43.1
2020-05-12 07:32:29 +00:00
Sayan Chowdhury
517e626d6f
virtual/resolvconf: Add a new package, dependency of wireguard-tools
...
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2020-05-06 10:52:22 +00: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
c311eacb7f
chore(metadata): Regenerate cache
2020-04-29 13:04:43 +02:00
Dongsu Park
74d8f36c46
dev-util/strace: move strace to coreos-overlay
...
To build strace without failures from pkg-config, we need to move
`dev-util/strace` to coreos-overlay.
2020-04-29 13:04:43 +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