Commit Graph

3403 Commits

Author SHA1 Message Date
Dongsu Park
659f32a73b dev-libs/libverto: update to 0.3.1-r1
Update dev-libs/libverto to 0.3.1-r1, to avoid failures like below:

```
!!! All ebuilds that could satisfy "=dev-libs/libverto-0.3.1-r1" for
/usr/aarch64-cros-linux-gnu/ have been masked.
!!! One of the following masked packages is required to complete your
request:
- dev-libs/libverto-0.3.1-r1::portage-stable (masked by: ~arm64 keyword)
```
2021-07-05 11:06:26 +02:00
Dongsu Park
a28f63378d dev-libs/libev: update to 4.33
Update dev-libs/libev to 4.33, needed by libpcre 8.44.
2021-07-05 11:06:26 +02:00
Dongsu Park
ac81c59212 virtual/acl: update to acl-0-r2
Update virtual/acl to 0-r2.
Otherwise build will fail on arm64 due to missing keywords.
2021-07-05 11:06:26 +02:00
Dongsu Park
6904a001b1 dev-libs/libpcre: update to 8.44
Update dev-libs/libpcre to 8.44, mainly to address security issues
like CVE-2019-20838, CVE-2020-14155 .
2021-07-05 11:06:26 +02:00
Thilo Fromm
a29b87a4c6 app-misc/pax-utils: update to upstream 1.3.1
This change syncs pax-utils to 1.3.1, bringin it on par with Gentoo
upstream. A minor change is incuded in the ebuild (commented on in the
file) to work around a build issue with our (outdated)
python-single-r1.eclass.

The workaround may be removed after we updated to a python version
supported by upstream, and updated our eclasses respectively.

The update fixes an issue with scanelf and glibc-2.33:

     /usr/lib/portage/python3.6/estrip: line 393: 1628751 Bad system call (core dumped) scanelf -yqRBF '#k%F' -k '.symtab' "$@"

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2021-07-01 12:43:10 +02:00
Thilo Fromm
6b20fe0f08 Merge pull request #177 from kinvolk/t-lo/update-to-glibc-2.33
Unmasks for arm64 required by glibc-2.33 upgrade
2021-06-29 14:20:54 +02:00
Thilo Fromm
3fc8747b60 unmask arm64 for pax-utils, libev, libverto, acl
To un-break the toolchain build for arm64 for the glibc-2.33 update, a
few packages require un-masking for arm64.

This change unmasks arm64 for
  * app-misc/pax-utils
  * dev-libs/libev, libverto
  * virtual/acl

Unmasking this here instead of overriding the masks in
package.accept_keywords because our ebuild versions are outdated, newer
upstream versions are unmasked for arm64 already. I.e. when we update to
current upstream these packages will remain available on ARM64, no need
to use custom overrides via package.accept_keywords.

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2021-06-29 09:22:30 +02:00
Dongsu Park
53773c875b Merge pull request #180 from kinvolk/dongsu/lz4-1.9.3
app-arch/lz4: update to 1.9.3-r1
2021-06-29 08:58:34 +02:00
Thilo Fromm
10400c4341 Merge pull request #181 from kinvolk/t-lo/gentoo-functions-switch-to-github
sys-apps/gentoo-functions: use tarball from github
2021-06-28 14:50:51 +02:00
Thilo Fromm
085fea2a81 sys-apps/gentoo-functions: use tarball from github
This one-line change pulls the gentoo-functions source tarball from
github instead from gentoo's own gitweb, to stabilise the build process.
We assume github to have higher availability than gentoo gitweb.

Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
2021-06-28 13:33:42 +02:00
Mathieu Tortuyaux
8bcde7c7ed Merge pull request #179 from kinvolk/tormath1/gptfdisk-1.0.7
sys-apps/gptfdisk: sync with ::gentoo upstream
2021-06-25 15:06:02 +02:00
Mathieu Tortuyaux
a85e4af09b sys-apps/gptfdisk: sync with ::gentoo upstream
this commit addresses the following CVE:
- CVE-2021-0308

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
2021-06-25 08:05:52 +02:00
Mathieu Tortuyaux
f28dd3815e Merge pull request #178 from kinvolk/tormath1/gettext-0.21
sys-devel/gettext: sync with gentoo upstream
2021-06-24 17:29:22 +02:00
Mathieu Tortuyaux
f8c416ef1d net-dialup/lrzsz: sync with gentoo upstream
the version stays the same (0.12.20) but we add some patches
to fix compatibility issues with autoconf.

See: https://bugs.gentoo.org/685696

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
2021-06-24 14:31:04 +02:00
Mathieu Tortuyaux
83374bc5b7 sys-devel/gettext: sync with gentoo upstream
this commit addresses the following CVE:
- CVE-2020-12825

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
2021-06-23 17:47:16 +02:00
Dongsu Park
ba832d25bd app-arch/lz4: update to 1.9.3-r1
Update app-arch/lz4 to 1.9.3-r1, mainly to address CVE-2021-3520.
2021-06-23 12:13:16 +02:00
Mathieu Tortuyaux
c0c6904c0d Merge pull request #175 from kinvolk/tormath1/curl-7.77
net-misc/curl: sync with gentoo upstream
2021-06-23 10:44:37 +02:00
Mathieu Tortuyaux
3e4da82981 net-misc/curl: sync with gentoo upstream
this addresses the following CVE:
- CVE-2021-22898
- CVE-2021-22901

Signed-off-by: Mathieu Tortuyaux <mathieu@kinvolk.io>
2021-06-23 10:42:42 +02:00
Thilo Fromm
cf364ba619 Merge pull request #176 from kinvolk/revert-173-dongsu/lz4-1.9.3
Revert "app-arch/lz4: update to 1.9.3-r1"
2021-06-22 17:42:27 +02:00
Thilo Fromm
4d05889cdf Revert "app-arch/lz4: update to 1.9.3-r1" 2021-06-22 17:20:31 +02:00
Dongsu Park
147addfb29 Merge pull request #173 from kinvolk/dongsu/lz4-1.9.3
app-arch/lz4: update to 1.9.3-r1
2021-06-18 14:59:56 +02:00
Dongsu Park
e503e0f5a2 app-arch/lz4: update to 1.9.3-r1
Update app-arch/lz4 to 1.9.3-r1, mainly to address CVE-2021-3520.
2021-06-18 10:59:38 +02:00
Dongsu Park
dd8c068abf Merge pull request #171 from kinvolk/dongsu/libxml2-2.9.12
dev-libs/libxml2: update to 2.9.12-r2
2021-06-01 09:29:23 +02:00
Dongsu Park
911f341032 eclass: import verify-sig.eclass
Import verify-sig.eclass needed by libxml2 2.9.12-r2.
2021-05-27 16:41:12 +02:00
Dongsu Park
d9392df584 dev-libs/libxml2: update to 2.9.12-r2
Update dev-libs/libxml2 to 2.9.12-r2 to mainly address
CVE-2021-3517, CVE-2021-3518, CVE-2021-3541.
2021-05-27 16:40:40 +02:00
Dongsu Park
30ac617523 Merge pull request #170 from kinvolk/sayan/update-binutils-2.36
sys-devel/binutils: Sync with Gentoo upstream
2021-05-21 10:04:30 +02:00
Sayan Chowdhury
6374a73861 sys-devel/binutils: Sync with Gentoo upstream
updates to:
sys-devel/binutils-2.36
sys-libs/binutils-libs-2.36

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2021-05-19 11:38:32 +02:00
Dongsu Park
631adcc7ef Merge pull request #168 from kinvolk/rust-1.52.1-main
Upgrade virtual Rust in main from 1.51.0 to 1.52.1
2021-05-17 19:37:50 +02:00
Flatcar Buildbot
58cabfa821 Upgrade virtual Rust in main from 1.51.0 to 1.52.1 2021-05-17 12:24:50 +02:00
Dongsu Park
864307933c Merge pull request #169 from kinvolk/dongsu/cmake-3.18
dev-util/cmake: update to 3.18.5
2021-05-17 12:23:38 +02:00
Dongsu Park
e6340f244d dev-libs/jsoncpp: import new package
Import a new package dev-libs/jsoncpp, as it is needed by dev-util/cmake
3.18.5.
2021-05-12 13:13:48 +02:00
Dongsu Park
b18797dc23 dev-util/cmake: update to 3.18.5
Update dev-util/cmake to 3.18.5, as it is needed by dev-lang/rust 1.52.
Without that, building rust 1.52 simply fails at the early stage.
2021-05-12 13:12:30 +02:00
Sayan Chowdhury
fc655024f5 Merge pull request #167 from kinvolk/sayan/update-curl-7.76.1
net-misc/curl: Sync with Gentoo upstream; updates to 7.76.1
2021-04-27 20:24:17 +05:30
Sayan Chowdhury
3d816cda8b Merge pull request #166 from kinvolk/sayan/update-libxml2-2.9.10-r5
dev-libs/libxml2: Sync with Gentoo upstream; updates to 2.9.10-r5
2021-04-26 22:45:29 +05:30
Sayan Chowdhury
e4b132fa16 Merge pull request #165 from kinvolk/sayan/update-openldap-2.4.58
net-nds/openldap: Sync with upstream; updates to openldap-2.4.58
2021-04-26 22:42:17 +05:30
Sayan Chowdhury
8f019deb57 dev-libs/libxml2: Sync with Gentoo upstream; updates to 2.9.10-r5
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-04-26 14:59:18 +05:30
Sayan Chowdhury
b99aa9cdda net-misc/curl: Sync with gentoo upstream; updates to 7.76.1
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-04-26 14:46:39 +05:30
Sayan Chowdhury
f7be705cdc net-nds/openldap: Sync with upstream
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-04-21 16:15:11 +05:30
Dongsu Park
9b2bb03438 Merge pull request #164 from kinvolk/dongsu/gnutls-3.7.1
net-libs/gnutls: update to 3.7.1
2021-04-21 11:06:06 +02:00
Dongsu Park
226a7191dc net-libs/gnutls: update to 3.7.1
Update gnutls to 3.7.1, mainly to address security vulnerabilities:
* CVE-2021-20231
* CVE-2021-20232
2021-04-20 10:02:23 +02:00
Dongsu Park
301cfa8be7 Merge pull request #163 from kinvolk/sayan/update-dnsmasq
net-dns/dnsmasq: Sync with Gentoo upstream; updates to 2.83
2021-04-19 11:49:18 +02:00
Dongsu Park
08e8dd1fed Merge pull request #162 from kinvolk/sayan/update-git-2.26.3
dev-vcs/git: Sync with upstream; updates to 2.26.3
2021-04-19 11:45:20 +02:00
Sayan Chowdhury
6cef7c175f eclass: Add the eclasses required for the LUA suite
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-04-09 16:36:37 +05:30
Sayan Chowdhury
ec5a1a7d7d net-dns/dnsmasq: Sync with Gentoo upstream
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
2021-04-09 11:02:46 +00:00
Dongsu Park
c91afd01bf Merge pull request #160 from kinvolk/dongsu/sqlite-3.34.1
dev-db/sqlite: update to 3.34.1
2021-04-07 13:56:08 +02:00
Sayan Chowdhury
de9449483a net-dns/dnsmasq: Sync with Gentoo upstream
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-04-07 11:47:29 +00:00
Sayan Chowdhury
ac44bd348c dev-vcs/git: Sync with upstream
Signed-off-by: Sayan Chowdhury <sayan@kinvolk.io>
2021-04-07 11:40:34 +00:00
Marga Manterola
71c60a414d Merge pull request #159 from kinvolk/marga-kinvolk/move-dracut
sys-kernel/dracut: move to coreos-overlay
2021-04-07 12:30:51 +02:00
Dongsu Park
39cc70b635 dev-util/ccache: delete ccache completely
As we do not use ccache at all, we should simply clean up ccache
from all of the code, to shrink size of the SDK.
2021-04-06 09:22:00 +02:00
Dongsu Park
35c57ae84c Merge pull request #158 from kinvolk/rust-1.51.0-main
Upgrade virtual Rust in main from 1.50.0 to 1.51.0
2021-04-01 09:43:48 +02:00