Kai Lüke
b80e236aa7
Merge pull request #92 from flatcar-linux/kai/old-readline
...
Revert "sys-libs/readline: update to 8.0_p4"
2020-07-29 18:53:20 +02:00
Dongsu Park
0ac37230ef
dev-util/pkgconfig: bump to 0.29.2 for PKG_CHECK_MODULES_STATIC
...
pkg-config 0.29 or newer introduced a macro `PKG_CHECK_MODULES_STATIC`,
which is needed by ebuilds like dev-util/strace >= 5.5.
So we should update pkg-config to 0.29.2, to avoid such issues.
(see 0efb668bd5
)
```
***** autoconf *****
***** PWD: /build/amd64-usr/var/tmp/portage/dev-util/strace-5.6/work/strace-5.6
***** autoconf --force -I /build/amd64-usr/usr/share/aclocal
configure:17585: error: possibly undefined macro: PKG_CHECK_MODULES_STATIC
```
2020-07-29 17:25:26 +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
Kai Lüke
d5d3368cf2
Merge pull request #90 from flatcar-linux/kai/migrate-github-actions
...
Migrate GitHub actions
2020-07-28 15:35:44 +02:00
Kai Lüke
898d49bdc1
metadata: Delete md5-cache
...
The metadata/md5-cache folder is machine-generated based on the
other files in the repository. It causes merge conflicts when at
one time they were not regernated in a commit and then later a
commit does it and includes cache changes which are incompatible
with later or newer states.
Remove the folder as it is not necessary to have it and was removed
in upstream Gentoo, too.
2020-07-27 16:22:24 +02:00
Kai Lüke
7411de99f3
.github: Give background on Rust updates
2020-07-24 11:15:26 +02:00
Kai Lüke
042515d58f
.github: Only update the new main branch
...
The new main branch is the only branch that should get new software
updates (with the exception of the maintenance branches that get kernel
updates).
2020-07-24 11:10:42 +02:00
Kai Lüke
bdc2dc8405
.github: Use new main branch
2020-07-23 18:38:55 +02:00
Dongsu Park
62c7d06103
.github: add Github actions for virtual/rust
...
Whenever a new upstream Rust release appears, a Github workflow in
`coreos-overlay` creates a new pull request for `dev-lang/rust`.
At the same time, it sends a repository dispatch event to
portage-stable, so it also creates a pull request for `virtual/rust`.
2020-07-23 18:37:21 +02:00
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
a0fad9de24
Merge pull request #86 from flatcar-linux/sayan/upgrade-systemd-to-v245
...
app-crypt/argon2: Add new package
2020-07-21 13:58:50 +05:30
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