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 #2464

Merged
merged 28 commits into from
Oct 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
5a6e1a9
packages: update acpid
arnaldo2792 Sep 27, 2022
bc1de04
packages: update chrony
etungsten Sep 14, 2022
bf1fdbe
packages: update containerd
etungsten Sep 14, 2022
f8b36c2
packages: update docker-cli
etungsten Sep 14, 2022
ebb4831
packages: update docker-engine
etungsten Sep 14, 2022
62b452c
packages: update docker-proxy
etungsten Sep 14, 2022
a2a9cf3
packages: update ecs-agent
etungsten Sep 14, 2022
f4d166b
packages: update grep
etungsten Sep 14, 2022
752c1f3
packages: update grub
arnaldo2792 Sep 27, 2022
859827e
packages: update iproute
arnaldo2792 Sep 27, 2022
f36932d
packages: update kexec-tools
arnaldo2792 Sep 27, 2022
1fe4de0
packages: update kubernetes 1.21
arnaldo2792 Sep 27, 2022
d7ae718
packages: update libaudit
arnaldo2792 Sep 27, 2022
480abd1
packages: update libcap
arnaldo2792 Sep 28, 2022
ba68687
packages: update libdbus
arnaldo2792 Sep 28, 2022
448918e
packages: update libexpat
arnaldo2792 Sep 28, 2022
ec37d45
packages: update libffi
arnaldo2792 Sep 28, 2022
4aee868
packages: update libglib
arnaldo2792 Sep 28, 2022
98a4f98
packages: update liblzma
arnaldo2792 Sep 28, 2022
d06dd7d
packages: update libnftnl
arnaldo2792 Sep 28, 2022
cc9c917
packages: update libnl
arnaldo2792 Sep 28, 2022
758fa7c
packages: update libnvidia-container
arnaldo2792 Sep 27, 2022
4a700b3
packages: update libtirpc
arnaldo2792 Sep 28, 2022
a0827d7
packages: update nvidia-container-toolkit
arnaldo2792 Sep 27, 2022
190ffce
packages: update nvidia-k8s-device-plugin
arnaldo2792 Sep 27, 2022
940732f
packages: update open-vm-tools
arnaldo2792 Sep 27, 2022
d61b8b0
packages: update strace
arnaldo2792 Sep 28, 2022
004b8e7
packages: update util-linux
arnaldo2792 Sep 28, 2022
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
6 changes: 3 additions & 3 deletions packages/acpid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ build = "build.rs"
path = "pkg.rs"

[package.metadata.build-package]
releases-url = "http://downloads.sourceforge.net/acpid2"
releases-url = "https://downloads.sourceforge.net/acpid2"

[[package.metadata.build-package.external-files]]
url = "http://downloads.sourceforge.net/acpid2/acpid-2.0.33.tar.xz"
sha512 = "491a58c62fcad44dc57cbd9294437fbc215c2ec99a030286601cd1956ea504e723e61b11b315983073d66aace1997bc40e6421475f6073298f60b8dcda2add75"
url = "https://downloads.sourceforge.net/acpid2/acpid-2.0.34.tar.xz"
sha512 = "2bf92295b55bb44fe83074b3e0c1ae639f63edaeea84b2184ae95b38852be40f380d5413110b8c0fcb2efc2ec01bf4764e1dcb97022fc724bebbfc35c0b63c81"

[build-dependencies]
glibc = { path = "../glibc" }
4 changes: 2 additions & 2 deletions packages/acpid/acpid.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: %{_cross_os}acpid
Version: 2.0.33
Version: 2.0.34
Release: 1%{?dist}
Summary: ACPI event daemon
License: GPL-2.0-or-later
URL: http://sourceforge.net/projects/acpid2/
Source0: http://downloads.sourceforge.net/acpid2/acpid-%{version}.tar.xz
Source0: https://downloads.sourceforge.net/acpid2/acpid-%{version}.tar.xz
Source1: acpid.service
Source2: power.conf
Patch1: 0001-Remove-shell-dependency-by-only-shutting-down.patch
Expand Down
36 changes: 0 additions & 36 deletions packages/chrony/0001-sys_linux-allow-rseq-in-seccomp-filter.patch

This file was deleted.

4 changes: 2 additions & 2 deletions packages/chrony/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://download.tuxfamily.org/chrony"

[[package.metadata.build-package.external-files]]
url = "https://download.tuxfamily.org/chrony/chrony-4.2.tar.gz"
sha512 = "7f946b27de605b3ebea62cf23916dfad77c99e8b2338ba239ede6b8216ce436b3d4d87770f371c8d8e006507c51d5c831b51f067957abd2935adfdec3f5aa67d"
url = "https://download.tuxfamily.org/chrony/chrony-4.3.tar.gz"
sha512 = "1394bac3ed684352fe89b7fef7da50e61f9f522abee807627ae1fc4c2dde891017bc8e5b13759fced028f3a1e875d5e4e5a4f85de65c63b5f83d0ca03bb4c5df"
bcressey marked this conversation as resolved.
Show resolved Hide resolved

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
5 changes: 1 addition & 4 deletions packages/chrony/chrony.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}chrony
Version: 4.2
Version: 4.3
Release: 1%{?dist}
Summary: A versatile implementation of the Network Time Protocol
License: GPL-2.0-only
Expand All @@ -10,9 +10,6 @@ Source2: chrony-conf
Source3: chrony-sysusers.conf
Source4: chrony-tmpfiles.conf

# needed for glibc 2.35
Patch0001: 0001-sys_linux-allow-rseq-in-seccomp-filter.patch

BuildRequires: %{_cross_os}glibc-devel
BuildRequires: %{_cross_os}libcap-devel
BuildRequires: %{_cross_os}libseccomp-devel
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.6/containerd-1.6.6.tar.gz"
sha512 = "f16f23384dbaa67075f2d35b7fc752938dd15601bbe3a919bc8eaa53fa1b2dea2e2d7f613a0f2f492910213dc2f7e96f0a1d38dde35bfb6d15f18167313f9817"
url = "https://github.com/containerd/containerd/archive/v1.6.8/containerd-1.6.8.tar.gz"
sha512 = "c204c028cdfd76537d1da01c66526fc85b29b02d2412569bb9b265375603614b037356c61846025a72281398f0f46df326a5ea3df97f57901cce85f2f728f0ba"

# 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.6
%global gover 1.6.8
%global rpmver %{gover}
%global gitrev 10c12954828e7c7c9b6e0ea9b0c02b01407d3ae1
%global gitrev 9cd3357b7fd7218e4aec3eae239db1f68a5a6ec6

%global _dwz_low_mem_die_limit 0

Expand Down
4 changes: 2 additions & 2 deletions packages/docker-cli/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/docker/cli/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/docker/cli/archive/v20.10.17/cli-20.10.17.tar.gz"
sha512 = "9c2cff7e248272e234eac9febdfd7c5c844fc65ee4b08fd4ce0f526e4fed33f2d12682d0991ef28b42977b9de2c84d7ef9c6ddd6f31c4e8c34a3985c1cea3316"
url = "https://github.com/docker/cli/archive/v20.10.18/cli-20.10.18.tar.gz"
sha512 = "fe5359015041f99bacf7b674a99ab7772d9e71eb6c6fefd6acb28f2afee4321a7517a53497627ae9cae8c6e0c253971a53d0579a630a3d71986edd7300a0a8ab"

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

%global gover 20.10.17
%global gover 20.10.18
%global rpmver %{gover}
%global gitrev 100c70180fde3601def79a59cc3e996aa553c9b9
%global gitrev b40c2f6b5deeb11ac6c485c940865ee40664f0f0

%global source_date_epoch 1492525740

Expand Down
4 changes: 2 additions & 2 deletions packages/docker-engine/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/moby/moby/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/moby/moby/archive/v20.10.17/moby-20.10.17.tar.gz"
sha512 = "1def92a4f87695b1889e482947f2bc49342ad868ee15425900b0c6f8954ba77aa2a9a8bd4fc500ba124218603aa8c7127daf7192140cace6e652a311391397c4"
url = "https://github.com/moby/moby/archive/v20.10.18/moby-20.10.18.tar.gz"
sha512 = "202f9f4d455329907e87bd95549aa433b6c773d3067cc89d0bd2e087bddfc66faddd6c2019843e42bf3fed6d6584ba4ab61d762f436f8bb164aa11e6280c91c5"

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

%global gover 20.10.17
%global gover 20.10.18
%global rpmver %{gover}
%global gitrev a89b84221c8560e7a3dee2a653353429e7628424
%global gitrev e42327a6d3c55ceda3bd5475be7aae6036d02db3

%global source_date_epoch 1363394400

Expand Down
4 changes: 2 additions & 2 deletions packages/docker-proxy/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/docker/libnetwork/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/docker/libnetwork/archive/f6ccccb1c082a432c2a5814aaedaca56af33d9ea/libnetwork-f6ccccb1c082a432c2a5814aaedaca56af33d9ea.tar.gz"
sha512 = "d3d9888f39a9247b6e773b0bfe63e6d248c5c155e7032cdbdd5cfacf995cb6b4cf2f0fb51e09c4554a4b994e3c3d7fc9cd2fde6cf8dda34fba6aa07218ac959c"
url = "https://github.com/moby/libnetwork/archive/0dde5c895075df6e3630e76f750a447cf63f4789/libnetwork-0dde5c895075df6e3630e76f750a447cf63f4789.tar.gz"
sha512 = "d73e2091c9aeefce501f5900d6c0c108d89e7970f1e091f7db4e05123536357311e65aa8210493f2386aaf4d68aac2ddf66c2c600054b87438d2f2ddd7e39584"

[build-dependencies]
glibc = { path = "../glibc" }
4 changes: 2 additions & 2 deletions packages/docker-proxy/docker-proxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
%global goimport %{goproject}/%{gorepo}
# Use the libnetwork commit listed in this file for the docker version we ship:
# https://github.com/moby/moby/blob/DOCKER-VERSION-HERE/vendor.conf
%global commit f6ccccb1c082a432c2a5814aaedaca56af33d9ea
%global commit 0dde5c895075df6e3630e76f750a447cf63f4789

%global _dwz_low_mem_die_limit 0

Name: %{_cross_os}docker-proxy
Version: 20.10.17
Version: 20.10.18
Release: 1%{?dist}
Summary: Docker CLI
# mostly Apache-2.0, client/mflag is BSD-3-Clause
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From c8214dc68af21b4ea22c652f3e30caba5fdeef42 Mon Sep 17 00:00:00 2001
From baf491ab24fb2dfc1c4a98c8492fc32769475cc6 Mon Sep 17 00:00:00 2001
From: Samuel Karp <[email protected]>
Date: Fri, 26 Mar 2021 17:48:28 -0700
Subject: [PATCH 5/5] bottlerocket: fix procfs path on host
Expand All @@ -14,7 +14,7 @@ ECS agent in a container, the ECS agent can directly read the host's
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/agent/ecscni/types_linux.go b/agent/ecscni/types_linux.go
index 2ad6583..118e6aa 100644
index 729acac..74ac96c 100644
--- a/agent/ecscni/types_linux.go
+++ b/agent/ecscni/types_linux.go
@@ -40,7 +40,7 @@ const (
Expand All @@ -23,9 +23,9 @@ index 2ad6583..118e6aa 100644
// NetnsFormat is used to construct the path to cotainer network namespace
- NetnsFormat = "/host/proc/%s/ns/net"
+ NetnsFormat = "/proc/%s/ns/net"
)

//IPAMNetworkConfig is the config format accepted by the plugin
// Starting with CNI plugin v0.8.0 (this PR https://github.com/containernetworking/cni/pull/698)
// NetworkName has to be non-empty field for network config.
// We do not actually make use of the field, hence passing in a placeholder string to fulfill the API spec
--
2.32.0
2.25.1

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.62.0/amazon-ecs-agent-v1.62.0.tar.gz"
sha512 = "df218d584ea2fc3b8707afea834fe68a186e6a23f7f1b2afdfa4797552b9ac30120229023f5e9b23b87bf62991f4b6b215dee4a5bddf7b9e66cbd47b309fc780"
url = "https://github.com/aws/amazon-ecs-agent/archive/v1.63.1/amazon-ecs-agent-1.63.1.tar.gz"
sha512 = "0e6b123ed7b1287daa9fb97f49c50258e13585adf776bb6b5e1d30c2f2235c1712a801bee743951e673d26fa95a5a821646f80bd5923ed68036630cc78eaa996"

# 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
6 changes: 3 additions & 3 deletions packages/ecs-agent/ecs-agent.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
%global agent_gorepo amazon-ecs-agent
%global agent_goimport %{agent_goproject}/%{agent_gorepo}

%global agent_gover 1.62.0
%global agent_gover 1.63.1
# git rev-parse --short=8
%global agent_gitrev 3f73bab1
%global agent_gitrev 637446af

%global ecscni_goproject github.com/aws
%global ecscni_gorepo amazon-ecs-cni-plugins
Expand All @@ -28,7 +28,7 @@ Release: 1%{?dist}
Summary: Amazon Elastic Container Service agent
License: Apache-2.0
URL: https://%{agent_goimport}
Source0: https://%{agent_goimport}/archive/v%{agent_gover}/%{agent_gorepo}-v%{agent_gover}.tar.gz
Source0: https://%{agent_goimport}/archive/v%{agent_gover}/%{agent_gorepo}-%{agent_gover}.tar.gz
Source1: https://%{ecscni_goimport}/archive/%{ecscni_gitrev}/%{ecscni_gorepo}.tar.gz
Source2: https://%{vpccni_goimport}/archive/%{vpccni_gitrev}/%{vpccni_gorepo}.tar.gz
Source101: ecs.service
Expand Down
4 changes: 2 additions & 2 deletions packages/grep/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.kernel.org/gnu/grep"

[[package.metadata.build-package.external-files]]
url = "https://mirrors.kernel.org/gnu/grep/grep-3.7.tar.xz"
sha512 = "e9e45dcd40af8367f819f2b93c5e1b4e98a251a9aa251841fa67a875380fae52cfa27c68c6dbdd6a4dde1b1017ee0f6b9833ef6dd6e419d32d71b6df5e972b82"
url = "https://mirrors.kernel.org/gnu/grep/grep-3.8.tar.xz"
sha512 = "2014519a80c6dcd799837e1bd7d9d5ebe8729ec54b0dc76981dac4755a9a8a9f200470cdcc911e2825bed8162e61da39e3dd60289f7393b48bf67314077d0c79"

[dependencies]
libpcre = { path = "../libpcre" }
Expand Down
2 changes: 1 addition & 1 deletion packages/grep/grep.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}grep
Version: 3.7
Version: 3.8
Release: 1%{?dist}
Summary: GNU grep utility
URL: https://www.gnu.org/software/grep/
Expand Down
4 changes: 2 additions & 2 deletions packages/grub/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ build = "build.rs"
path = "pkg.rs"

[[package.metadata.build-package.external-files]]
url = "https://cdn.amazonlinux.com/blobstore/a2f920abd554c7ab22af43c720198abcf5f78828c0543a0d7c65c654610eab26/grub2-2.06-2.amzn2.0.1.src.rpm"
sha512 = "0a30a75426f9030b9bab489b824d4cc51c864f2fef87df298ca4a725ecfb49dbd310f276740fadab64879ee1dfc60b35f52957b7cfc5ff023d856b536b0af04d"
url = "https://cdn.amazonlinux.com/blobstore/21d0df3b06c1c5cc9e5cf3bb559dad713335e782ac3a46b57c5d0097e22c0aec/grub2-2.06-9.amzn2.0.1.src.rpm"
sha512 = "f27b4005e789ce1e0e792133f6adfbdbf221245c03b27c25285ff5b81e53065385536971934744f33c52a924022480aa15cd25e8d5ded9f4999c753e8394ae36"

[build-dependencies]
glibc = { path = "../glibc" }
2 changes: 1 addition & 1 deletion packages/grub/grub.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Release: 1%{?dist}
Summary: Bootloader with support for Linux and more
License: GPL-3.0-or-later AND Unicode-DFS-2015
URL: https://www.gnu.org/software/grub/
Source0: https://cdn.amazonlinux.com/blobstore/a2f920abd554c7ab22af43c720198abcf5f78828c0543a0d7c65c654610eab26/grub2-2.06-2.amzn2.0.1.src.rpm
Source0: https://cdn.amazonlinux.com/blobstore/21d0df3b06c1c5cc9e5cf3bb559dad713335e782ac3a46b57c5d0097e22c0aec/grub2-2.06-9.amzn2.0.1.src.rpm
bcressey marked this conversation as resolved.
Show resolved Hide resolved
Source1: bios.cfg
Source2: efi.cfg
Patch0001: 0001-setup-Add-root-device-argument-to-grub-setup.patch
Expand Down
4 changes: 2 additions & 2 deletions packages/iproute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "http://kernel.org/pub/linux/utils/net/iproute2"

[[package.metadata.build-package.external-files]]
url = "http://kernel.org/pub/linux/utils/net/iproute2/iproute2-5.18.0.tar.xz"
sha512 = "7b43c89741a8ffe8fd529ac4ee19c8eab7dce2f064de494c160c75456ffb960fb5f1e78c868ab98360dafde28d5e2c4d58177135b6d380e80e06eba9e3eaf068"
url = "https://kernel.org/pub/linux/utils/net/iproute2/iproute2-5.19.0.tar.xz"
sha512 = "eb0fffb153f7cecc89b5573b7fc211d67fb1c06789fd3b0aec75ba5032521d53c51ccc52db7367e41397993df50244af84763b0b1d5a76d9dfccf013c010131b"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
6 changes: 3 additions & 3 deletions packages/iproute/iproute.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: %{_cross_os}iproute
Version: 5.18.0
Version: 5.19.0
Release: 1%{?dist}
Summary: Tools for advanced IP routing and network device configuration
License: GPL-2.0-or-later AND GPL-2.0-only
URL: http://kernel.org/pub/linux/utils/net/iproute2/
Source0: http://kernel.org/pub/linux/utils/net/iproute2/iproute2-%{version}.tar.xz
URL: https://kernel.org/pub/linux/utils/net/iproute2/
Source0: https://kernel.org/pub/linux/utils/net/iproute2/iproute2-%{version}.tar.xz
Patch1: 0001-skip-libelf-check.patch

BuildRequires: %{_cross_os}glibc-devel
Expand Down
4 changes: 2 additions & 2 deletions packages/kexec-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://kernel.org/pub/linux/utils/kernel/kexec"

[[package.metadata.build-package.external-files]]
url = "https://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.24.tar.xz"
sha512 = "ef7cf78246e2d729d81a3649791a5a23c385353cc75cbe8ef279616329fdaccc876d614c7f51e1456822a13a11520296070d9897467d24310399909e049c3822"
url = "https://kernel.org/pub/linux/utils/kernel/kexec/kexec-tools-2.0.25.tar.xz"
sha512 = "6fd3fe11d428c5bb2ce318744146e03ddf752cc77632064bdd7418ef3ad355ad2e2db212d68a5bc73554d78f786901beb42d72bd62e2a4dae34fb224b667ec6b"

[build-dependencies]
glibc = { path = "../glibc" }
2 changes: 1 addition & 1 deletion packages/kexec-tools/kexec-tools.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}kexec-tools
Version: 2.0.24
Version: 2.0.25
bcressey marked this conversation as resolved.
Show resolved Hide resolved
Release: 1%{?dist}
Summary: Linux tool to load kernels from the running system
License: GPL-2.0-or-later AND GPL-2.0-only
Expand Down
4 changes: 2 additions & 2 deletions packages/kubernetes-1.21/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ package-name = "kubernetes-1.21"
releases-url = "https://github.com/kubernetes/kubernetes/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/kubernetes/kubernetes/archive/v1.21.13/kubernetes-1.21.13.tar.gz"
sha512 = "cc6e9e71816c1fac4cba6cd6aab1919d7c956947b71260ac958015797a856e978bb2f122ad989527c285721e0a03c3327cbe50557cb6717e7a3aad68f2e02dfd"
url = "https://github.com/kubernetes/kubernetes/archive/v1.21.14/kubernetes-1.21.14.tar.gz"
sha512 = "76e222413c4d5193ec2768cae23116f29e0e8c0fe4147c6cb567a1b6932cd5a8c9471fb926d447e5af798ce1cfeffeb46e8c4c890ee19d4f89a76a9a53e245b6"

# RPM BuildRequires
[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-1.21/kubernetes-1.21.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global gorepo kubernetes
%global goimport %{goproject}/%{gorepo}

%global gover 1.21.13
%global gover 1.21.14
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0
Expand Down
4 changes: 2 additions & 2 deletions packages/libaudit/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/linux-audit/audit-userspace/releases"

[[package.metadata.build-package.external-files]]
url = "https://github.com/linux-audit/audit-userspace/archive/v3.0.8/audit-userspace-3.0.8.tar.gz"
sha512 = "494edfb358350fc3117614a95cd8855751896e05d92fe9efb93e1582f9ded02e5f17f359328c973afc4200b00dc0d482eb5b1c25c5fc7d440184f71e055ed3ef"
url = "https://github.com/linux-audit/audit-userspace/archive/v3.0.9/audit-userspace-3.0.9.tar.gz"
sha512 = "c0b35d40d3aecb3450ce99422115efe40d56ad199d8f035f836dae94df0d55a4561659673c70fc49056a316bdc8531d7014f4c2a2d60aac66bdf69c262ee3ca0"

[build-dependencies]
glibc = { path = "../glibc" }
2 changes: 1 addition & 1 deletion packages/libaudit/libaudit.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}libaudit
Version: 3.0.8
Version: 3.0.9
Release: 1%{?dist}
Summary: Library for the audit subsystem
License: GPL-2.0-or-later AND LGPL-2.1-or-later
Expand Down
4 changes: 2 additions & 2 deletions packages/libcap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ releases-url = "https://cdn.kernel.org/pub/linux/libs/security/linux-privs/libca
# Changelog can be found here: https://sites.google.com/site/fullycapable/release-notes-for-libcap

[[package.metadata.build-package.external-files]]
url = "https://cdn.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.65.tar.gz"
sha512 = "c1523d4b73bf12fee5c1518c424319d58181cab6d0436dc3d26818a906e4fe6942b476d6db7fa5e103e05b4ffcb159ac56cc7cb2fd0d89388cc375809e5289f4"
url = "https://cdn.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-2.66.tar.gz"
sha512 = "89db090e9756dfb09c49b11dcf43e9372f46708e92f1183f7b0a07962d41ff65cb175c5e656637a6a8a13c92930d3ed132de0cc4ba8b82e6c7644da00681a563"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
2 changes: 1 addition & 1 deletion packages/libcap/libcap.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: %{_cross_os}libcap
Version: 2.65
Version: 2.66
Release: 1%{?dist}
Summary: Library for getting and setting POSIX.1e capabilities
License: GPL-2.0-only OR BSD-3-Clause
Expand Down
4 changes: 2 additions & 2 deletions packages/libdbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ path = "pkg.rs"
releases-url = "https://dbus.freedesktop.org/releases/dbus"

[[package.metadata.build-package.external-files]]
url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.12.22.tar.gz"
sha512 = "0a716022f9d693fcaf871b6dfb5f242b49a8dd05d3316ec3e530f5129f1d81a2fa9caec795fa62cfdcba6ed21549fdd2f896f9bf1cc9a96e2a7d04f2c7ec7be6"
url = "https://dbus.freedesktop.org/releases/dbus/dbus-1.15.0.tar.xz"
sha512 = "6f7e1d4ff525ce13c5f671f1b045a089c379cbfb777662ce7a55ffe4893a8ab2aaf38877a7b8f261823067a20f3b336437449eb353a97d30699496375e00bf1a"

[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
Loading