Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Third party package updates for upcoming v1.13 release #2825

Merged
merged 32 commits into from
Mar 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
355d6be
packages: update aws-iam-authenticator to 0.6.2
etungsten Feb 22, 2023
977ba70
packages: update aws-signing-helper to 1.0.4
etungsten Feb 22, 2023
62e2129
packages: update ca-certificates to 2023-01-10
etungsten Feb 22, 2023
93cc4d0
packages: update containerd to 1.6.19
etungsten Feb 22, 2023
0934f27
packages: update dbus-broker to 33
etungsten Mar 1, 2023
c38b7c1
packages: update e2fsprogs to 1.47.0
etungsten Feb 22, 2023
52be15b
packages: update ecr-credential-provider to 1.25.3
etungsten Feb 22, 2023
f3a5e8d
packages: update ecs-agent to 1.68.2
etungsten Feb 22, 2023
c61e7c6
packages: update iptables to 1.8.9
etungsten Feb 22, 2023
886dd79
packages: update iputils to 20221126
etungsten Feb 22, 2023
3ce1fea
packages: update kexec-tools to 2.0.26
etungsten Feb 22, 2023
d9c5b7d
packages: update libaudit to 3.1
etungsten Feb 22, 2023
5039752
packages: update libcap to 2.67
etungsten Feb 22, 2023
b0aea19
packages: update libdbus to 1.15.4
etungsten Feb 23, 2023
9c79469
packages: update libglib to 2.75.3
etungsten Feb 23, 2023
c8380c5
packages: update liblzma to 5.4.1
etungsten Feb 23, 2023
4842685
packages: update libnvidia-container to 1.12.0
etungsten Feb 23, 2023
0c2b805
packages: update libselinux to 3.5
etungsten Feb 23, 2023
30f2e78
packages: update libsemanage to 3.5
etungsten Feb 23, 2023
13ac70c
packages: update libsepol to 3.5
etungsten Feb 23, 2023
4060c3f
packages: update libxcrypt to 4.4.33
etungsten Feb 23, 2023
685b286
packages: update zstd to 1.5.4
etungsten Feb 23, 2023
41c4f0d
packages: update nvidia-container-toolkit to 1.12.0
etungsten Feb 23, 2023
71749c4
packages: update libpcre to 10.42
etungsten Feb 23, 2023
752fdee
packages: update nvidia-k8s-device-plugin to 0.13.0
etungsten Feb 23, 2023
9205858
packages: update open-vm-tools to 12.1.5
etungsten Feb 23, 2023
fcc86c9
packages: update policycoreutils to 3.5
etungsten Feb 23, 2023
98029a0
packages: update readline to 8.2
etungsten Feb 23, 2023
8cfcacb
packages: update systemd to 250.11
etungsten Feb 23, 2023
bf4034e
packages: update tcpdump to 4.99.3
etungsten Feb 23, 2023
65f7023
packages: update hotdog to 1.0.6
etungsten Feb 24, 2023
ba762d3
packages: update glibc to 2.37
etungsten Feb 28, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/aws-iam-authenticator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ path = "pkg.rs"
releases-url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.5.9/aws-iam-authenticator-0.5.9.tar.gz"
sha512 = "1e1750f2734faea5cae612debb8777891247f59c51ad98e4c466bc20925950b1b04dc407458cfb0db9c3d961d1d9d07639523619399c5037211e8e6f64794fca"
url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.6.2/aws-iam-authenticator-0.6.2.tar.gz"
sha512 = "4789fe7c11d4d1b94da5f35844a0da8e62da743bef3fc13f668c542f3dbc83584ef29abbcebc6f4651aad8ecbd9195d6bfc13476c7dd4a1d34ed11822652fc5e"
bundle-modules = [ "go" ]
jpmcb marked this conversation as resolved.
Show resolved Hide resolved

[build-dependencies]
glibc = { path = "../glibc" }
6 changes: 4 additions & 2 deletions packages/aws-iam-authenticator/aws-iam-authenticator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gorepo aws-iam-authenticator
%global goimport %{goproject}/%{gorepo}

%global gover 0.5.9
%global gover 0.6.2
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0
Expand All @@ -14,6 +14,7 @@ Summary: AWS IAM authenticator
License: Apache-2.0
URL: https://%{goimport}
Source0: https://%{goimport}/archive/v%{gover}/%{gorepo}-%{gover}.tar.gz
stmcginnis marked this conversation as resolved.
Show resolved Hide resolved
Source1: bundled-aws-iam-authenticator-%{gover}.tar.gz
Source1000: clarify.toml

BuildRequires: git
Expand All @@ -23,7 +24,8 @@ BuildRequires: %{_cross_os}glibc-devel
%{summary}.

%prep
%autosetup -Sgit -n %{gorepo}-%{gover} -p1
%setup -n %{gorepo}-%{gover} -q
%setup -T -D -n %{gorepo}-%{version} -b 1

%build
%set_cross_go_flags
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-signing-helper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://github.com/aws/rolesanywhere-credential-helper/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/aws/rolesanywhere-credential-helper/archive/v1.0.2/rolesanywhere-credential-helper-v1.0.2.tar.gz"
sha512 = "b364bf8f73f33e7ac1db6a1153880ffa2e4af52a3d8f7b224cc5a9a2e545432a9bf408191048a406fdb995a034b997cdeeb752b4dfcea8288be5baeca8e69b9a"
url = "https://github.com/aws/rolesanywhere-credential-helper/archive/v1.0.4/rolesanywhere-credential-helper-v1.0.4.tar.gz"
sha512 = "6dbc915808c299551adacbad85e6645c10a48ee77103c024beddd29c25215e0afdd1b57554b8be040fee7745ee3d4111e43aa238d0dba6d740868fa0c14009a8"
bundle-modules = [ "go" ]

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-signing-helper/aws-signing-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gorepo rolesanywhere-credential-helper
%global goimport %{goproject}/%{gorepo}

%global gover 1.0.2
%global gover 1.0.4
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0
Expand Down
4 changes: 2 additions & 2 deletions packages/ca-certificates/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ path = "pkg.rs"
releases-url = "https://curl.se/docs/caextract.html"

[[package.metadata.build-package.external-files]]
url = "https://curl.haxx.se/ca/cacert-2022-10-11.pem"
sha512 = "fbbd8d33932a5d65dd548d91927fc5bac5218d5a44b8d992591bef2eab22b09cc2154b6effb2df1c61e1aa233816e3c3e7acfb27b3e3f90672a7752bb05b710f"
url = "https://curl.haxx.se/ca/cacert-2023-01-10.pem"
sha512 = "08cd35277bf2260cb3232d7a7ca3cce6b2bd58af9221922d2c6e9838a19c2f96d1ca6d77f3cc2a3ab611692f9fec939e9b21f67442282e867a487b0203ee0279"
4 changes: 2 additions & 2 deletions packages/ca-certificates/ca-certificates.spec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Name: %{_cross_os}ca-certificates
Version: 2022.10.11
Version: 2023.01.10
Release: 1%{?dist}
Summary: CA certificates extracted from Mozilla
License: MPL-2.0
# Note: You can see changes here:
# https://hg.mozilla.org/projects/nss/log/tip/lib/ckfw/builtins/certdata.txt
URL: https://curl.haxx.se/docs/caextract.html
Source0: https://curl.haxx.se/ca/cacert-2022-10-11.pem
Source0: https://curl.haxx.se/ca/cacert-2023-01-10.pem
Source1: ca-certificates-tmpfiles.conf

%description
Expand Down
4 changes: 2 additions & 2 deletions packages/containerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://github.com/containerd/containerd/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/containerd/containerd/archive/v1.6.15/containerd-1.6.15.tar.gz"
sha512 = "5e0192d7fcffee98b5c355ab2330520dc0c64bc4c5c48111de0f84f0273707857bb6207e98c382498ea1b0448fcf7a05626113e4cffdb5cd8cbd9549346780c8"
url = "https://github.com/containerd/containerd/archive/v1.6.19/containerd-1.6.19.tar.gz"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upgraded host-ctr to use v1.6.19 containerd code libraries: #2826

sha512 = "dca78d472dfbc6fc4d9b0b3a0d0a131d3575163c52e4fe18ea2c6147868b8822c54046c0709974e9b90472b882ba3890ada7f0fcbf31549efffba0d91531886c"

# RPM BuildRequires
[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/containerd/containerd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%global gorepo containerd
%global goimport %{goproject}/%{gorepo}

%global gover 1.6.15
%global gover 1.6.19
%global rpmver %{gover}
%global gitrev 5b842e528e99d4d4c1686467debf2bd4b88ecd86
%global gitrev 1e1ea6e986c6c86565bc33d52e34b81b3e2bc71f

%global _dwz_low_mem_die_limit 0

Expand Down
4 changes: 2 additions & 2 deletions packages/dbus-broker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://github.com/bus1/dbus-broker/releases/"

[[package.metadata.build-package.external-files]]
url = "https://github.com/bus1/dbus-broker/releases/download/v32/dbus-broker-32.tar.xz"
sha512 = "aa23d058771f56e6378df0a17ac413813b6350b77e61128c0887f35a546f10534b1a6d598868e9f5c642244c3632a8ce5e315e6794305a56f5abbebd36bf822c"
url = "https://github.com/bus1/dbus-broker/releases/download/v33/dbus-broker-33.tar.xz"
sha512 = "776684a5d19a6c25fc46dff19821014a32d967f8132385b86c5281f2d69192dce64b3ad92ae6a158d1d64753e89d918385a1a31f32811f54060504113f065baa"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
2 changes: 1 addition & 1 deletion packages/dbus-broker/dbus-broker.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}dbus-broker
Version: 32
Version: 33
bcressey marked this conversation as resolved.
Show resolved Hide resolved
Release: 1%{?dist}
Summary: D-BUS message broker
License: Apache-2.0
Expand Down
4 changes: 2 additions & 2 deletions packages/e2fsprogs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs"

[[package.metadata.build-package.external-files]]
url = "https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.46.5/e2fsprogs-1.46.5.tar.xz"
sha512 = "53282e1c524f62a95012b1aceef296d494f5238c82c9b08b29fbe6a803dbf7ccfdcd9124eb2f11fe2ff9de26387c78751a92c3217ca414f6db6242098a72d3fa"
url = "https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.0/e2fsprogs-1.47.0.tar.xz"
sha512 = "0e6d64c565b455becb84166b6a5c7090724bac5cfe69098657a31bf0481b4e2cace3de1363121b7d84820fbae85b7c83ac5f2a2b02bb36280f0e3ae83a934cec"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
2 changes: 1 addition & 1 deletion packages/e2fsprogs/e2fsprogs.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}e2fsprogs
Version: 1.46.5
Version: 1.47.0
Release: 1%{?dist}
Summary: Tools for managing ext2, ext3, and ext4 file systems
License: GPL-2.0-only AND LGPL-2.0-only AND LGPL-2.0-or-later AND BSD-3-Clause
Expand Down
4 changes: 2 additions & 2 deletions packages/ecr-credential-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://github.com/kubernetes/cloud-provider-aws/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/kubernetes/cloud-provider-aws/archive/v1.25.1/cloud-provider-aws-1.25.1.tar.gz"
sha512 = "ceb80d66d9dedaebf8955477837652bde81b2bc3949e8efbc9c4b7b9722fe1c2bd2faa151aaa1a162e3c174424e92e2c2bee9f25f8123e74de2ee7eb7881d40e"
url = "https://github.com/kubernetes/cloud-provider-aws/archive/v1.25.3/cloud-provider-aws-1.25.3.tar.gz"
sha512 = "d727c01ea98608b0b51edc2bfe892218b55eee7148e358e18387f3f4a52ad765f8d0ee372884e36f95f1303c13dbeba81926f7560c325a8d3c258da11cdfc24b"
bundle-modules = [ "go" ]

[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions packages/ecr-credential-provider/ecr-credential-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
%global gorepo cloud-provider-aws
%global goimport %{goproject}/%{gorepo}

%global gover 1.25.1
%global gover 1.25.3
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0

%global gitrev 704b05de2c8633e4acaae62bd81c5575e1e5c1d6
%global gitrev 2ca3fc6e5e74e856411e25ae0f26d4c299e2eb3d
%global shortrev %(c=%{gitrev}; echo ${c:0:7})

Name: %{_cross_os}ecr-credential-provider
Expand Down
4 changes: 2 additions & 2 deletions packages/ecs-agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ path = "pkg.rs"
releases-url = "https://github.com/aws/amazon-ecs-agent/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.66.2/amazon-ecs-agent-1.66.2.tar.gz"
sha512 = "586e0ec1f68e03829253283779860f303382cb271b3aadc3b8bfc3af7a2dd8e0c24673cdc674dceb36d67eac612243380f1d19ca2166a30b0e59d5524b2d0267"
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.68.2/amazon-ecs-agent-1.68.2.tar.gz"
sha512 = "235f9b49ad42966a073196649c96e03e4b095d449603cda52c28587393029c3915c091b7c6636084f462d7fc54771c586f8f3fb7fcacaf3a6f2b5841cee12a85"

# The ECS agent repository includes two CNI plugins as git submodules. git
# archive does not include submodules, so the tarball above does not include
Expand Down
2 changes: 1 addition & 1 deletion packages/ecs-agent/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global agent_gorepo amazon-ecs-agent
%global agent_goimport %{agent_goproject}/%{agent_gorepo}

%global agent_gover 1.66.2
%global agent_gover 1.68.2
# git rev-parse --short=8
%global agent_gitrev 06008fa1

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
From 020b43544a26237d752eae4a715c403f29226542 Mon Sep 17 00:00:00 2001
From: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date: Thu, 2 Feb 2023 07:49:02 -0500
Subject: [PATCH 1/8] cdefs: Limit definition of fortification macros

Define the __glibc_fortify and other macros only when __FORTIFY_LEVEL >
0. This has the effect of not defining these macros on older C90
compilers that do not have support for variable length argument lists.

Also trim off the trailing backslashes from the definition of
__glibc_fortify and __glibc_fortify_n macros.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Florian Weimer <fweimer@redhat.com>
(cherry picked from commit 2337e04e21ba6040926ec871e403533f77043c40)
---
misc/sys/cdefs.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h
index 66d6702123..c37a3ff637 100644
--- a/misc/sys/cdefs.h
+++ b/misc/sys/cdefs.h
@@ -152,6 +152,7 @@
# define __glibc_objsize(__o) __bos (__o)
#endif

+#if __USE_FORTIFY_LEVEL > 0
/* Compile time conditions to choose between the regular, _chk and _chk_warn
variants. These conditions should get evaluated to constant and optimized
away. */
@@ -187,7 +188,7 @@
? __ ## f ## _alias (__VA_ARGS__) \
: (__glibc_unsafe_len (__l, __s, __osz) \
? __ ## f ## _chk_warn (__VA_ARGS__, __osz) \
- : __ ## f ## _chk (__VA_ARGS__, __osz))) \
+ : __ ## f ## _chk (__VA_ARGS__, __osz)))

/* Fortify function f, where object size argument passed to f is the number of
elements and not total size. */
@@ -197,7 +198,8 @@
? __ ## f ## _alias (__VA_ARGS__) \
: (__glibc_unsafe_len (__l, __s, __osz) \
? __ ## f ## _chk_warn (__VA_ARGS__, (__osz) / (__s)) \
- : __ ## f ## _chk (__VA_ARGS__, (__osz) / (__s)))) \
+ : __ ## f ## _chk (__VA_ARGS__, (__osz) / (__s))))
+#endif

#if __GNUC_PREREQ (4,3)
# define __warnattr(msg) __attribute__((__warning__ (msg)))
--
2.25.1

This file was deleted.

63 changes: 63 additions & 0 deletions packages/glibc/0002-LoongArch-Add-new-relocation-types.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
From 9f8513dc64119a424b312db97cef5d87d376defa Mon Sep 17 00:00:00 2001
From: caiyinyu <caiyinyu@loongson.cn>
Date: Tue, 31 Jan 2023 20:40:10 +0800
Subject: [PATCH 2/8] LoongArch: Add new relocation types.

---
elf/elf.h | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)

diff --git a/elf/elf.h b/elf/elf.h
index b6a75c13a8..4bc0e4299c 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -4159,6 +4159,46 @@ enum
#define R_LARCH_GNU_VTINHERIT 57
#define R_LARCH_GNU_VTENTRY 58

+/* reserved 59-63 */
+
+#define R_LARCH_B16 64
+#define R_LARCH_B21 65
+#define R_LARCH_B26 66
+#define R_LARCH_ABS_HI20 67
+#define R_LARCH_ABS_LO12 68
+#define R_LARCH_ABS64_LO20 69
+#define R_LARCH_ABS64_HI12 70
+#define R_LARCH_PCALA_HI20 71
+#define R_LARCH_PCALA_LO12 72
+#define R_LARCH_PCALA64_LO20 73
+#define R_LARCH_PCALA64_HI12 74
+#define R_LARCH_GOT_PC_HI20 75
+#define R_LARCH_GOT_PC_LO12 76
+#define R_LARCH_GOT64_PC_LO20 77
+#define R_LARCH_GOT64_PC_HI12 78
+#define R_LARCH_GOT_HI20 79
+#define R_LARCH_GOT_LO12 80
+#define R_LARCH_GOT64_LO20 81
+#define R_LARCH_GOT64_HI12 82
+#define R_LARCH_TLS_LE_HI20 83
+#define R_LARCH_TLS_LE_LO12 84
+#define R_LARCH_TLS_LE64_LO20 85
+#define R_LARCH_TLS_LE64_HI12 86
+#define R_LARCH_TLS_IE_PC_HI20 87
+#define R_LARCH_TLS_IE_PC_LO12 88
+#define R_LARCH_TLS_IE64_PC_LO20 89
+#define R_LARCH_TLS_IE64_PC_HI12 90
+#define R_LARCH_TLS_IE_HI20 91
+#define R_LARCH_TLS_IE_LO12 92
+#define R_LARCH_TLS_IE64_LO20 93
+#define R_LARCH_TLS_IE64_HI12 94
+#define R_LARCH_TLS_LD_PC_HI20 95
+#define R_LARCH_TLS_LD_HI20 96
+#define R_LARCH_TLS_GD_PC_HI20 97
+#define R_LARCH_TLS_GD_HI20 98
+#define R_LARCH_32_PCREL 99
+#define R_LARCH_RELAX 100
+
/* ARC specific declarations. */

/* Processor specific flags for the Ehdr e_flags field. */
--
2.25.1

This file was deleted.

Loading