mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-29 09:31:06 +02:00
Merge pull request #2266 from flatcar/krnowak/weekly
Profile cleanups for weekly package updates
This commit is contained in:
commit
a8467c41ec
@ -2,7 +2,4 @@
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# It's stable for arm64, so make it available on amd64 SDK too.
|
||||
=dev-util/meson-0.63.2-r1 ~amd64
|
||||
|
||||
# It's stable for arm64, so make it available on amd64 SDK too.
|
||||
=dev-util/patchelf-0.15.0 ~amd64
|
||||
=app-portage/portage-utils-0.94.3 ~amd64
|
||||
|
@ -2,9 +2,6 @@
|
||||
# Copyright (c) 2013 The CoreOS Authors. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
# Required for addressing some CVEs
|
||||
=dev-libs/libxml2-2.10.3 ~amd64 ~arm64
|
||||
|
||||
=app-arch/zstd-1.4.9 ~amd64 ~arm64
|
||||
|
||||
=app-emulation/qemu-7.0.0-r1 ~arm64
|
||||
@ -17,8 +14,8 @@
|
||||
|
||||
=dev-libs/libgcrypt-1.9.4 ~amd64 ~arm64
|
||||
|
||||
# To address CVE-2022-35252.
|
||||
=net-misc/curl-7.85.0-r2 ~amd64 ~arm64
|
||||
# To address CVE-2022-32221, CVE-2022-35260, CVE-2022-42915 and CVE-2022-42916.
|
||||
=net-misc/curl-7.86.0-r1 ~amd64 ~arm64
|
||||
|
||||
# Required for some CVEs
|
||||
=app-editors/vim-9.0.0655-r1 ~amd64 ~arm64
|
||||
|
@ -1 +1 @@
|
||||
DIST sysroot-wrappers-0.1.tar.gz 101070 SHA256 9ff56fe7c1db91abc22d0e921308b70ece230e28e47eca452c4c1d827207eee9 SHA512 81f945abb68dd57c7f1f8633d009ebf25bf88bb76752e0f2df8743b7de38c3011c48f78856f5367f7744afc4fe92be9824e9a7cabfe92210766f915924a029c2 WHIRLPOOL 7c132d27973f76a78bad3a146a228cc8ae8db0064b69a2a9932b2e7e0c87a7a34108980295c17a2e65c66830ff05dba1eacfdfdf2c1f2938c1238a000e6c9adf
|
||||
DIST sysroot-wrappers-0.2.tar.gz 138063 BLAKE2B 04c5072fd48c0b931ea971aac4e242dc9a213429ebe03527cca5f4dd6c970eb15dee900c6e64d798a41fde48457c241e91ff8dcfbd678282bad390d5a7e07063 SHA512 bb27e2737ecde63bb877b75430c65b18e192b13671bb1a10d939694bff57412e59e51d4151aedf3ebf5f4d17e789a2f34ed1ab6506c20503c878b9c04efcfda6
|
||||
|
@ -1,18 +0,0 @@
|
||||
# Copyright (c) 2013 CoreOS Inc. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="Build tool wrappers for using custom SYSROOTs"
|
||||
HOMEPAGE="https://github.com/coreos/sysroot-wrappers"
|
||||
SRC_URI="https://github.com/coreos/${PN}/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
||||
|
||||
# Probably can be reduced in later versions but
|
||||
# this is what this release is set to expect.
|
||||
DEPEND=">=sys-devel/autoconf-2.69
|
||||
>=sys-devel/automake-1.12"
|
@ -0,0 +1,15 @@
|
||||
# Copyright (c) 2013 CoreOS Inc. All rights reserved.
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools
|
||||
|
||||
DESCRIPTION="Build tool wrappers for using custom SYSROOTs"
|
||||
HOMEPAGE="https://github.com/flatcar/sysroot-wrappers"
|
||||
SRC_URI="https://github.com/flatcar/${PN}/releases/download/v${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm64"
|
||||
IUSE=""
|
Loading…
x
Reference in New Issue
Block a user